Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1700746 > unrolled thread
| Started by | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| First post | 2017-08-01 10:30 +0200 |
| Last post | 2017-08-07 10:00 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 1/2 v2] backlight: gpio: Convert to use GPIO descriptor Linus Walleij <linus.walleij@linaro.org> - 2017-08-01 10:30 +0200
Re: [PATCH 1/2 v2] backlight: gpio: Convert to use GPIO descriptor Laurent Pinchart <laurent.pinchart@ideasonboard.com> - 2017-08-01 12:30 +0200
Re: [PATCH 1/2 v2] backlight: gpio: Convert to use GPIO descriptor Lee Jones <lee.jones@linaro.org> - 2017-08-07 10:00 +0200
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2017-08-01 10:30 +0200 |
| Subject | Re: [PATCH 1/2 v2] backlight: gpio: Convert to use GPIO descriptor |
| Message-ID | <u9AIW-P3-5@gated-at.bofh.it> |
On Tue, May 30, 2017 at 1:48 PM, Linus Walleij <linus.walleij@linaro.org> wrote: > This driver is predominantly used by device tree systems, all > of which can deal with modern GPIO descriptors. The legacy > GPIO API is only used by one SH board so make the GPIO > descriptor the default way to deal with it. > > As an intended side effect we do not need to look around in > the device tree for the inversion flag since the GPIO > descriptors will intrinsically deal with this. > > Acked-by: Daniel Thompson <daniel.thompson@linaro.org> > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > --- > ChangeLog v1->v2: > - Assign flags value using the ternary operator. This patch seems to have been inadvertedly dropped? Can it be applied, along with 2/2? Yours, Linus Walleij
[toc] | [next] | [standalone]
| From | Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|---|
| Date | 2017-08-01 12:30 +0200 |
| Message-ID | <u9CB3-2At-9@gated-at.bofh.it> |
| In reply to | #1700746 |
Hi Linus, Thank you for the patch. On Tuesday 01 Aug 2017 10:20:32 Linus Walleij wrote: > On Tue, May 30, 2017 at 1:48 PM, Linus Walleij <linus.walleij@linaro.org> wrote: > > This driver is predominantly used by device tree systems, all > > of which can deal with modern GPIO descriptors. The legacy > > GPIO API is only used by one SH board so make the GPIO > > descriptor the default way to deal with it. > > > > As an intended side effect we do not need to look around in > > the device tree for the inversion flag since the GPIO > > descriptors will intrinsically deal with this. > > > > Acked-by: Daniel Thompson <daniel.thompson@linaro.org> > > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > > --- > > ChangeLog v1->v2: > > - Assign flags value using the ternary operator. > > This patch seems to have been inadvertedly dropped? > > Can it be applied, along with 2/2? > > Yours, > Linus Walleij -- Regards, Laurent Pinchart
[toc] | [prev] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2017-08-07 10:00 +0200 |
| Message-ID | <ubL7c-5nh-11@gated-at.bofh.it> |
| In reply to | #1700746 |
On Tue, 01 Aug 2017, Linus Walleij wrote: > On Tue, May 30, 2017 at 1:48 PM, Linus Walleij <linus.walleij@linaro.org> wrote: > > > This driver is predominantly used by device tree systems, all > > of which can deal with modern GPIO descriptors. The legacy > > GPIO API is only used by one SH board so make the GPIO > > descriptor the default way to deal with it. > > > > As an intended side effect we do not need to look around in > > the device tree for the inversion flag since the GPIO > > descriptors will intrinsically deal with this. > > > > Acked-by: Daniel Thompson <daniel.thompson@linaro.org> > > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > > --- > > ChangeLog v1->v2: > > - Assign flags value using the ternary operator. > > This patch seems to have been inadvertedly dropped? > > Can it be applied, along with 2/2? The patch hasn't been dropped. It just hasn't been picked up yet, since I have been on vacation. This is my first day back. I am conducting a first (quick) pass of my inbox now. Will hoover up on my second (thorough) pass later today. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web