Re: [Outreachy kernel] [PATCH v14 2/3] drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c

2017-12-08 Thread Daniel Vetter
On Thu, Dec 07, 2017 at 05:01:21PM +0100, Noralf Trønnes wrote: > > Den 07.12.2017 16.44, skrev Daniel Thompson: > > On 06/12/17 10:43, Meghana Madhyastha wrote: > > > On Tue, Oct 24, 2017 at 06:45:34PM +0200, Noralf Trønnes wrote: > > > > > > > > Den 24.10.2017 17.42, skrev Sean Paul: > > > > >

Re: [Outreachy kernel] [PATCH v14 2/3] drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c

2017-12-07 Thread Noralf Trønnes
Den 07.12.2017 16.44, skrev Daniel Thompson: On 06/12/17 10:43, Meghana Madhyastha wrote: On Tue, Oct 24, 2017 at 06:45:34PM +0200, Noralf Trønnes wrote: Den 24.10.2017 17.42, skrev Sean Paul: On Sat, Oct 21, 2017 at 05:27:33PM +0530, Meghana Madhyastha wrote: Rename

Re: [Outreachy kernel] [PATCH v14 2/3] drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c

2017-12-07 Thread Daniel Thompson
On 06/12/17 10:43, Meghana Madhyastha wrote: On Tue, Oct 24, 2017 at 06:45:34PM +0200, Noralf Trønnes wrote: Den 24.10.2017 17.42, skrev Sean Paul: On Sat, Oct 21, 2017 at 05:27:33PM +0530, Meghana Madhyastha wrote: Rename tinydrm_of_find_backlight to of_find_backlight and move it to

Re: [Outreachy kernel] [PATCH v14 2/3] drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c

2017-12-06 Thread Meghana Madhyastha
On Tue, Oct 24, 2017 at 06:45:34PM +0200, Noralf Trønnes wrote: > > Den 24.10.2017 17.42, skrev Sean Paul: > >On Sat, Oct 21, 2017 at 05:27:33PM +0530, Meghana Madhyastha wrote: > >>Rename tinydrm_of_find_backlight to of_find_backlight and move > >>it to linux/backlight.c so that it can be used

Re: Re: [Outreachy kernel] [PATCH v14 2/3] drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c

2017-10-27 Thread Daniel Thompson
On 25/10/17 08:39, Sean Paul wrote: diff --git a/include/linux/backlight.h b/include/linux/backlight.h index b88fabb..f98b684 100644 --- a/include/linux/backlight.h +++ b/include/linux/backlight.h @@ -159,6 +159,16 @@ static inline int backlight_disable(struct backlight_device *bd)

Re: [Outreachy kernel] [PATCH v14 2/3] drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c

2017-10-25 Thread Sean Paul
On Tue, Oct 24, 2017 at 04:56:59PM +0100, Daniel Thompson wrote: > On 24/10/17 16:38, Sean Paul wrote: > > On Sat, Oct 21, 2017 at 05:27:33PM +0530, Meghana Madhyastha wrote: > > > Rename tinydrm_of_find_backlight to of_find_backlight and move > > > it to linux/backlight.c so that it can be used

Re: [Outreachy kernel] [PATCH v14 2/3] drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c

2017-10-24 Thread Noralf Trønnes
Den 24.10.2017 17.42, skrev Sean Paul: On Sat, Oct 21, 2017 at 05:27:33PM +0530, Meghana Madhyastha wrote: Rename tinydrm_of_find_backlight to of_find_backlight and move it to linux/backlight.c so that it can be used by other drivers. Signed-off-by: Meghana Madhyastha

Re: [Outreachy kernel] [PATCH v14 2/3] drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c

2017-10-24 Thread Daniel Thompson
On 24/10/17 16:38, Sean Paul wrote: On Sat, Oct 21, 2017 at 05:27:33PM +0530, Meghana Madhyastha wrote: Rename tinydrm_of_find_backlight to of_find_backlight and move it to linux/backlight.c so that it can be used by other drivers. Signed-off-by: Meghana Madhyastha

Re: [Outreachy kernel] [PATCH v14 2/3] drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c

2017-10-24 Thread Sean Paul
On Sat, Oct 21, 2017 at 05:27:33PM +0530, Meghana Madhyastha wrote: > Rename tinydrm_of_find_backlight to of_find_backlight and move > it to linux/backlight.c so that it can be used by other drivers. > > Signed-off-by: Meghana Madhyastha > --- > Changes in v14: >

Re: [Outreachy kernel] [PATCH v14 2/3] drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c

2017-10-24 Thread Sean Paul
On Sat, Oct 21, 2017 at 05:27:33PM +0530, Meghana Madhyastha wrote: > Rename tinydrm_of_find_backlight to of_find_backlight and move > it to linux/backlight.c so that it can be used by other drivers. > > Signed-off-by: Meghana Madhyastha > --- > Changes in v14: >

[PATCH v14 2/3] drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c

2017-10-21 Thread Meghana Madhyastha
Rename tinydrm_of_find_backlight to of_find_backlight and move it to linux/backlight.c so that it can be used by other drivers. Signed-off-by: Meghana Madhyastha --- Changes in v14: -s/backlight_get/of_find_backlight/