Re: [PATCH] drm/tinydrm: Move tinydrm_of_find_backlight into drm_of.c

2017-09-29 Thread kbuild test robot
Hi Meghana, [auto build test ERROR on drm/drm-next] [also build test ERROR on v4.14-rc2 next-20170929] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] drm/tinydrm: Move tinydrm_of_find_backlight into drm_of.c

2017-09-28 Thread Meghana Madhyastha
On Thu, Sep 28, 2017 at 11:38:36AM +0200, Daniel Vetter wrote: > On Thu, Sep 28, 2017 at 11:27 AM, Meghana Madhyastha > wrote: > > On Thu, Sep 28, 2017 at 09:15:39AM +0200, Daniel Vetter wrote: > >> On Wed, Sep 27, 2017 at 05:08:07PM +0200, Noralf Trønnes wrote: > >>

Re: [PATCH] drm/tinydrm: Move tinydrm_of_find_backlight into drm_of.c

2017-09-28 Thread Daniel Vetter
On Thu, Sep 28, 2017 at 11:27 AM, Meghana Madhyastha wrote: > On Thu, Sep 28, 2017 at 09:15:39AM +0200, Daniel Vetter wrote: >> On Wed, Sep 27, 2017 at 05:08:07PM +0200, Noralf Trønnes wrote: >> > >> > Den 27.09.2017 15.54, skrev Meghana Madhyastha: >> > > Rename

Re: [PATCH] drm/tinydrm: Move tinydrm_of_find_backlight into drm_of.c

2017-09-28 Thread Meghana Madhyastha
On Thu, Sep 28, 2017 at 09:15:39AM +0200, Daniel Vetter wrote: > On Wed, Sep 27, 2017 at 05:08:07PM +0200, Noralf Trønnes wrote: > > > > Den 27.09.2017 15.54, skrev Meghana Madhyastha: > > > Rename tinydrm_of_find_backlight to drm_of_find_backlight > > > and move it into drm_of.c from

Re: [PATCH] drm/tinydrm: Move tinydrm_of_find_backlight into drm_of.c

2017-09-28 Thread Daniel Vetter
On Wed, Sep 27, 2017 at 05:08:07PM +0200, Noralf Trønnes wrote: > > Den 27.09.2017 15.54, skrev Meghana Madhyastha: > > Rename tinydrm_of_find_backlight to drm_of_find_backlight > > and move it into drm_of.c from tinydrm-helpers.c. This is > > because other drivers in the drm subsystem might need

Re: [PATCH] drm/tinydrm: Move tinydrm_of_find_backlight into drm_of.c

2017-09-27 Thread Noralf Trønnes
Den 27.09.2017 15.54, skrev Meghana Madhyastha: Rename tinydrm_of_find_backlight to drm_of_find_backlight and move it into drm_of.c from tinydrm-helpers.c. This is because other drivers in the drm subsystem might need to call this function. In that case and otherwise, it is better from an

[PATCH] drm/tinydrm: Move tinydrm_of_find_backlight into drm_of.c

2017-09-27 Thread Meghana Madhyastha
Rename tinydrm_of_find_backlight to drm_of_find_backlight and move it into drm_of.c from tinydrm-helpers.c. This is because other drivers in the drm subsystem might need to call this function. In that case and otherwise, it is better from an organizational point of view to move it into drm_of.c