On 03/23/20 23:45:44, John B. Wyatt IV wrote:
> vnt_mac_reg_bits_off(priv, MAC_REG_GPIOCTL1, GPIO3_INTMD);
This function, and all the functions called in vnt_radio_power_on() returns
a value, why don't you catch it and act accordingly (forward error code
for example) instead of silencing it?
On Tue, Mar 24, 2020 at 11:36:00AM +0100, Bastien Nocera wrote:
> Make it possible to disable the LED, as it can be pretty annoying
> depending on where it's located.
>
> See also https://github.com/lwfinger/rtl8188eu/pull/304 for the
> out-of-tree version.
>
> Signed-off-by: Bastien Nocera
> --
On Tue, 2020-03-24 at 12:38 +0100, Greg Kroah-Hartman wrote:
> On Tue, Mar 24, 2020 at 11:36:00AM +0100, Bastien Nocera wrote:
> > Make it possible to disable the LED, as it can be pretty annoying
> > depending on where it's located.
> >
> > See also https://github.com/lwfinger/rtl8188eu/pull/304
On 03/18/20 18:40:15, Oscar Carter wrote:
> Use ARRAY_SIZE to replace the hardcoded size so we will never have a
> mismatch.
>
> Signed-off-by: Oscar Carter
> ---
> Changelog v1 -> v2
> - Use ARRAY_SIZE(priv->cck_pwr_tbl) everywhere instead of introducing a new
> variable to hold its value.
>
On Tue, Mar 24, 2020 at 12:47:01PM +0100, Bastien Nocera wrote:
> On Tue, 2020-03-24 at 12:38 +0100, Greg Kroah-Hartman wrote:
> > On Tue, Mar 24, 2020 at 11:36:00AM +0100, Bastien Nocera wrote:
> > > Make it possible to disable the LED, as it can be pretty annoying
> > > depending on where it's lo
On Tue, 2020-03-24 at 13:32 +0100, Greg Kroah-Hartman wrote:
> On Tue, Mar 24, 2020 at 12:47:01PM +0100, Bastien Nocera wrote:
> > On Tue, 2020-03-24 at 12:38 +0100, Greg Kroah-Hartman wrote:
> > > On Tue, Mar 24, 2020 at 11:36:00AM +0100, Bastien Nocera wrote:
> > > > Make it possible to disable t
On Tue, Mar 10, 2020 at 02:02:39PM +0100, Christian Gromm wrote:
> v2:
> Reported-by: Greg Kroah-Hartman
> - use -M option to create patches
> v3:
> Reported-by: Greg Kroah-Hartman
> - fix date range in comment section of core.c
> - move code to free up memory to release f
On Tue, Mar 24, 2020 at 01:38:53PM +0100, Bastien Nocera wrote:
> On Tue, 2020-03-24 at 13:32 +0100, Greg Kroah-Hartman wrote:
> > On Tue, Mar 24, 2020 at 12:47:01PM +0100, Bastien Nocera wrote:
> > > On Tue, 2020-03-24 at 12:38 +0100, Greg Kroah-Hartman wrote:
> > > > On Tue, Mar 24, 2020 at 11:36
On Tue, 2020-03-24 at 13:48 +0100, Greg Kroah-Hartman wrote:
>
> Huh? Why not fix this properly, as that's the only way this driver
> is
> ever going to be fixed up correctly and get out of staging at all.
Because, unfortunately, I have limited free time.
__
On Tue, Mar 24, 2020 at 09:54:56AM +, Quentin Deslandes wrote:
> On 03/18/20 18:40:15, Oscar Carter wrote:
> > Use ARRAY_SIZE to replace the hardcoded size so we will never have a
> > mismatch.
> >
> > Signed-off-by: Oscar Carter
> > ---
> > Changelog v1 -> v2
> > - Use ARRAY_SIZE(priv->cck_p
Make it possible to disable the LED, as it can be pretty annoying
depending on where it's located.
See also https://github.com/lwfinger/rtl8188eu/pull/304 for the
out-of-tree version.
Signed-off-by: Bastien Nocera
---
drivers/staging/rtl8188eu/core/rtw_led.c | 6 ++
drivers/staging/rtl
On Tue, 2020-03-24 at 13:44 +0100, Greg KH wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you
> know the content is safe
>
> On Tue, Mar 10, 2020 at 02:02:39PM +0100, Christian Gromm wrote:
> > v2:
> > Reported-by: Greg Kroah-Hartman
> > - use -M option to create p
On Tue, 2020-03-24 at 16:20 +0100, Greg Kroah-Hartman wrote:
> On Tue, Mar 24, 2020 at 11:36:00AM +0100, Bastien Nocera wrote:
> > Make it possible to disable the LED, as it can be pretty annoying
> > depending on where it's located.
> >
> > See also https://github.com/lwfinger/rtl8188eu/pull/304
On Tue, Mar 24, 2020 at 11:36:00AM +0100, Bastien Nocera wrote:
> Make it possible to disable the LED, as it can be pretty annoying
> depending on where it's located.
>
> See also https://github.com/lwfinger/rtl8188eu/pull/304 for the
> out-of-tree version.
>
> Signed-off-by: Bastien Nocera
> --
On Tue, Mar 24, 2020 at 04:21:47PM +0100, Bastien Nocera wrote:
> On Tue, 2020-03-24 at 16:20 +0100, Greg Kroah-Hartman wrote:
> > On Tue, Mar 24, 2020 at 11:36:00AM +0100, Bastien Nocera wrote:
> > > Make it possible to disable the LED, as it can be pretty annoying
> > > depending on where it's lo
On Mon, Mar 23, 2020 at 11:42:00AM +0100, Greg Kroah-Hartman wrote:
> On Sun, Mar 22, 2020 at 12:23:42PM +0100, Oscar Carter wrote:
> > Use DIV_ROUND_UP macro instead of specific code with the same purpose.
> > Also, remove the unused variables.
> >
> > Signed-off-by: Oscar Carter
> > ---
> > dri
Fold these two patches together so its just one patch.
regards,
dan carpenter
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
On Tue, Mar 24, 2020 at 04:21:47PM +0100, Bastien Nocera wrote:
> On Tue, 2020-03-24 at 16:20 +0100, Greg Kroah-Hartman wrote:
> > On Tue, Mar 24, 2020 at 11:36:00AM +0100, Bastien Nocera wrote:
> > > Make it possible to disable the LED, as it can be pretty annoying
> > > depending on where it's lo
randconfig-a001-20200324
x86_64 randconfig-a002-20200324
x86_64 randconfig-a003-20200324
i386 randconfig-a001-20200324
i386 randconfig-a002-20200324
i386 randconfig-a003-20200324
alpharandconfig
My Name is Bahar Zanjani Siblings to 45 years old Babak Morteza Zanjani an
Iranian billionaire and business magnate apprehended on 2013 sentenced to death
penalty and partner to Jailed Iranian Diplomat Ali Reza Monfared.
My siblings Babak Morteza Zanjani was the managing director of the UAE-base
My Name is Bahar Zanjani Siblings to 45 years old Babak Morteza Zanjani an
Iranian billionaire and business magnate apprehended on 2013 sentenced to death
penalty and partner to Jailed Iranian Diplomat Ali Reza Monfared.
My siblings Babak Morteza Zanjani was the managing director of the UAE-base
My Name is Bahar Zanjani Siblings to 45 years old Babak Morteza Zanjani an
Iranian billionaire and business magnate apprehended on 2013 sentenced to death
penalty and partner to Jailed Iranian Diplomat Ali Reza Monfared.
My siblings Babak Morteza Zanjani was the managing director of the UAE-base
Dear Friend,
How are you and your entire family? I hope you and your entire family are doing
everything possible to stay safe and protected from the coronavirus pandemic. I
am your friend Mr. Ismael from the Arab Republic of Syrian. I am eagerly
looking for an investment opportunity in your coun
Dear Friend,
How are you and your entire family? I hope you and your entire family are doing
everything possible to stay safe and protected from the coronavirus pandemic. I
am your friend Mr. Ismael from the Arab Republic of Syrian. I am eagerly
looking for an investment opportunity in your coun
Dear Friend,
How are you and your entire family? I hope you and your entire family are doing
everything possible to stay safe and protected from the coronavirus pandemic. I
am your friend Mr. Ismael from the Arab Republic of Syrian. I am eagerly
looking for an investment opportunity in your coun
Arnd notes in the link:
| To clarify: the only numbers that I think should be changed to dynamic
| allocation are for drivers/staging/speakup. While this is a fairly old
| subsystem, I would expect that it being staging means we can be a
| little more progressive with the changes.
This
26 matches
Mail list logo