Re: [PATCH] drm/panel: rpi-touchscreen: Add backlight support

2018-12-18 Thread kbuild test robot
Hi Nicolas, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.20-rc7 next-20181218] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] drm/panel: rpi-touchscreen: Add backlight support

2018-12-16 Thread Nicolas Saenz Julienne
This patch exposes backlight control into userspace by creating a backlight device instead of directly accessing the PWM registers. The backlight driver can't go on a separate file as it shares the I2C bus & address with the panel. Signed-off-by: Nicolas Saenz Julienne ---