Re: [PATCH 18/30] fbdev/radeonfb: Use hardware device as backlight parent

2023-06-07 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Use the hardware device in struct fb_info.device as parent of the > backlight device. Aligns the driver with the rest of the codebase > and prepares fbdev for making struct fb_info.dev optional. > > Signed-off-by: Thomas Zimmermann > Benjamin Herrenschmidt > ---

Re: [PATCH 18/30] fbdev/radeonfb: Use hardware device as backlight parent

2023-06-06 Thread Thomas Zimmermann
Hi Am 06.06.23 um 07:28 schrieb Dan Carpenter: On Mon, Jun 05, 2023 at 04:48:00PM +0200, Thomas Zimmermann wrote: Use the hardware device in struct fb_info.device as parent of the backlight device. Aligns the driver with the rest of the codebase and prepares fbdev for making struct fb_info.dev

Re: [PATCH 18/30] fbdev/radeonfb: Use hardware device as backlight parent

2023-06-05 Thread Dan Carpenter
On Mon, Jun 05, 2023 at 04:48:00PM +0200, Thomas Zimmermann wrote: > Use the hardware device in struct fb_info.device as parent of the > backlight device. Aligns the driver with the rest of the codebase > and prepares fbdev for making struct fb_info.dev optional. > > Signed-off-by: Thomas

[PATCH 18/30] fbdev/radeonfb: Use hardware device as backlight parent

2023-06-05 Thread Thomas Zimmermann
Use the hardware device in struct fb_info.device as parent of the backlight device. Aligns the driver with the rest of the codebase and prepares fbdev for making struct fb_info.dev optional. Signed-off-by: Thomas Zimmermann Benjamin Herrenschmidt --- drivers/video/fbdev/aty/radeon_backlight.c