Re: MaxLinear, please maintain your drivers was Re: [PATCH] leds: lgm: fix gpiolib dependency

2021-03-16 Thread Rahul Tanwar
Hi Arnd, On 11/3/2021 6:01 pm, Arnd Bergmann wrote: > This email was sent from outside of MaxLinear. > > On Thu, Mar 11, 2021 at 6:48 AM Rahul Tanwar wrote: > > Hi Arnd, Pavel, > > > > Sorry for the hiccup due to missing email address in the email chain > during the ownership transition. >

Re: [PATCH] leds: lgm: fix gpiolib dependency

2021-03-16 Thread Rahul Tanwar
On 15/3/2021 5:44 pm, Rahul Tanwar wrote: > From: Arnd Bergmann > To: Pavel Machek, > Amireddy Mallikarjuna reddy > > Cc: Arnd Bergmann, Dan Murphy, > linux-l...@vger.kernel.org,linux-kernel@vger.kernel.org > Subject:[PATCH] leds: lgm: fix gpiolib

Re: [PATCH] leds: lgm: fix gpiolib dependency

2021-03-15 Thread Pavel Machek
Hi! > On 15/3/2021 5:44 pm, Rahul Tanwar wrote: > > From: Arnd Bergmann > > From: Arnd Bergmann > ... > > diff > --git a/drivers/leds/blink/K

Re: MaxLinear, please maintain your drivers was Re: [PATCH] leds: lgm: fix gpiolib dependency

2021-03-13 Thread Pavel Machek
Hi! > Sorry for the hiccup due to missing email address in the email chain during > the ownership transition. > > Henceforth, I will be the maintainer for all kernel drivers/code related to > “formerly Intel’s now MaxLinear’s” Lightning Mountain SoC. > > Please send any Lightning Mountain SoC

Re: MaxLinear, please maintain your drivers was Re: [PATCH] leds: lgm: fix gpiolib dependency

2021-03-11 Thread Arnd Bergmann
On Thu, Mar 11, 2021 at 6:48 AM Rahul Tanwar wrote: > Hi Arnd, Pavel, > > Sorry for the hiccup due to missing email address in the email chain during > the ownership transition. > > Henceforth, I will be the maintainer for all kernel drivers/code related to > “formerly Intel’s now MaxLinear’s” L

Re: MaxLinear, please maintain your drivers was Re: [PATCH] leds: lgm: fix gpiolib dependency

2021-03-10 Thread Hauke Mehrtens
On 3/10/21 5:57 PM, Arnd Bergmann wrote: On Wed, Mar 10, 2021 at 8:30 AM Pavel Machek wrote: Hi! I'd like people from Intel to contact me. There's more to fix there, and AFAICT original author went away. The following message to was undeliverable. : Recipient +address rejected: User un

Re: MaxLinear, please maintain your drivers was Re: [PATCH] leds: lgm: fix gpiolib dependency

2021-03-10 Thread Arnd Bergmann
On Wed, Mar 10, 2021 at 8:30 AM Pavel Machek wrote: > > Hi! > > > > > I'd like people from Intel to contact me. There's more to fix there, > > > > and AFAICT original author went away. > > > > > > The following message to was > > > undeliverable. > > > > > : Recipient > > > +address rejected: Use

Re: MaxLinear, please maintain your drivers was Re: [PATCH] leds: lgm: fix gpiolib dependency

2021-03-09 Thread Pavel Machek
Hi! > > > I'd like people from Intel to contact me. There's more to fix there, > > > and AFAICT original author went away. > > > > The following message to was > > undeliverable. > > > : Recipient > > +address rejected: User unknown in virtual mailbox table' > > > commit c3987cd2bca34ddfec6902

MaxLinear, please maintain your drivers was Re: [PATCH] leds: lgm: fix gpiolib dependency

2021-03-09 Thread Adam Borowski
On Tue, Mar 09, 2021 at 08:39:10PM +0100, Pavel Machek wrote: > > I'd like people from Intel to contact me. There's more to fix there, > > and AFAICT original author went away. > > The following message to was > undeliverable. > : Recipient > +address rejected: User unknown in virtual mailbox ta

Re: Intel, please maintain your drivers was Re: [PATCH] leds: lgm: fix gpiolib dependency

2021-03-09 Thread Pavel Machek
Hi! > > From: Arnd Bergmann > > > > Without gpiolib, the driver fails to build: > > > > drivers/leds/blink/leds-lgm-sso.c:123:19: error: field has incomplete > > type 'struct gpio_chip' > > struct gpio_chip chip; > > ^ > > Thanks, applied. > > I'd

Intel, please maintain your drivers was Re: [PATCH] leds: lgm: fix gpiolib dependency

2021-03-09 Thread Pavel Machek
Hi! > From: Arnd Bergmann > > Without gpiolib, the driver fails to build: > > drivers/leds/blink/leds-lgm-sso.c:123:19: error: field has incomplete > type 'struct gpio_chip' > struct gpio_chip chip; > ^ Thanks, applied. I'd like people from Intel

[PATCH] leds: lgm: fix gpiolib dependency

2021-03-08 Thread Arnd Bergmann
From: Arnd Bergmann Without gpiolib, the driver fails to build: drivers/leds/blink/leds-lgm-sso.c:123:19: error: field has incomplete type 'struct gpio_chip' struct gpio_chip chip; ^ include/linux/gpio.h:107:8: note: forward declaration of 'struc