Re: [PATCH 3/4] mfd: ti-lmu: Remove LM3532 backlight driver references

2019-04-03 Thread Lee Jones
On Wed, 03 Apr 2019, Jacek Anaszewski wrote: > On 4/3/19 9:57 AM, Lee Jones wrote: > > On Mon, 25 Mar 2019, Jacek Anaszewski wrote: > > > > > On 3/25/19 8:53 AM, Lee Jones wrote: > > > > On Sat, 23 Mar 2019, Jacek Anaszewski wrote: > > > > > > > > > Hi Lee, > > > > > > > > > > Can we have your

Re: [PATCH 3/4] mfd: ti-lmu: Remove LM3532 backlight driver references

2019-04-03 Thread Tony Lindgren
* Dan Murphy [190321 14:29]: > Remove the LM3532 backlight driver references from the ti-lmu > code as dedicated driver support is available. Acked-by: Tony Lindgren

Re: [PATCH 3/4] mfd: ti-lmu: Remove LM3532 backlight driver references

2019-04-03 Thread Jacek Anaszewski
On 4/3/19 9:57 AM, Lee Jones wrote: On Mon, 25 Mar 2019, Jacek Anaszewski wrote: On 3/25/19 8:53 AM, Lee Jones wrote: On Sat, 23 Mar 2019, Jacek Anaszewski wrote: Hi Lee, Can we have your ack for this going via LED tree, please? Patch looks okay. You can take it through the LED, but if

Re: [PATCH 3/4] mfd: ti-lmu: Remove LM3532 backlight driver references

2019-04-03 Thread Lee Jones
On Mon, 25 Mar 2019, Jacek Anaszewski wrote: > On 3/25/19 8:53 AM, Lee Jones wrote: > > On Sat, 23 Mar 2019, Jacek Anaszewski wrote: > > > > > Hi Lee, > > > > > > Can we have your ack for this going via LED tree, please? > > > > Patch looks okay. > > > > You can take it through the LED, but

Re: [PATCH 3/4] mfd: ti-lmu: Remove LM3532 backlight driver references

2019-03-25 Thread Jacek Anaszewski
On 3/25/19 8:53 AM, Lee Jones wrote: On Sat, 23 Mar 2019, Jacek Anaszewski wrote: Hi Lee, Can we have your ack for this going via LED tree, please? Patch looks okay. You can take it through the LED, but if you do I will need you to send me a pull-request to a minimised immutable branch

Re: [PATCH 3/4] mfd: ti-lmu: Remove LM3532 backlight driver references

2019-03-25 Thread Lee Jones
On Sat, 23 Mar 2019, Jacek Anaszewski wrote: > Hi Lee, > > Can we have your ack for this going via LED tree, please? Patch looks okay. You can take it through the LED, but if you do I will need you to send me a pull-request to a minimised immutable branch please. If you cannot do this, I can

Re: [PATCH 3/4] mfd: ti-lmu: Remove LM3532 backlight driver references

2019-03-23 Thread Jacek Anaszewski
Hi Lee, Can we have your ack for this going via LED tree, please? Best regards, Jacek Anaszewski On 3/21/19 3:28 PM, Dan Murphy wrote: Remove the LM3532 backlight driver references from the ti-lmu code as dedicated driver support is available. Signed-off-by: Dan Murphy --- v5 - No changes

[PATCH 3/4] mfd: ti-lmu: Remove LM3532 backlight driver references

2019-03-21 Thread Dan Murphy
Remove the LM3532 backlight driver references from the ti-lmu code as dedicated driver support is available. Signed-off-by: Dan Murphy --- v5 - No changes - https://lore.kernel.org/patchwork/patch/1050411/ v4 - No changes - https://lore.kernel.org/patchwork/patch/1050123/ v3 - No changes -

[PATCH 3/4] mfd: ti-lmu: Remove LM3532 backlight driver references

2019-03-07 Thread Dan Murphy
Remove the LM3532 backlight driver references from the ti-lmu code as dedicated driver support is available. Signed-off-by: Dan Murphy --- drivers/mfd/ti-lmu.c | 11 --- include/linux/mfd/ti-lmu.h | 1 - 2 files changed, 12 deletions(-) diff --git a/drivers/mfd/ti-lmu.c