Re: [PATCH 0/9] backlight: atmel-pwm-bl: fixes and clean ups
From: Nicolas Ferre <hidden>
Date: 2013-10-23 07:57:57
Also in:
lkml
On 23/10/2013 02:19, Jingoo Han :
On Wednesday, October 23, 2013 2:27 AM, Johan Hovold wrote:quoted
These patches fix a few issues and clean up the atmel-pwm-bl driver somewhat. Johan Johan Hovold (9): backlight: atmel-pwm-bl: fix reported brightness backlight: atmel-pwm-bl: fix gpio polarity in remove backlight: atmel-pwm-bl: fix module autoload backlight: atmel-pwm-bl: clean up probe error handling backlight: atmel-pwm-bl: clean up get_intensity backlight: atmel-pwm-bl: remove unused include backlight: atmel-pwm-bl: use gpio_is_valid backlight: atmel-pwm-bl: refactor gpio_on handling backlight: atmel-pwm-bl: use gpio_request_one++cc Andrew Morton, Tomi Valkeinen, Jean-Christophe Plagniol-Villard Hi Johan Hovold, Currently, because there is no git tree for backlight, backlight patches have been merged to mm-tree by Andrew Morton. Please, add Andrew Morton to CC list. Also, there is another way. If Nicolas Ferre wants to merge these patches, the patches can be merged through ATMEL-SoC tree with my Acked-by.
Hi, As it's a driver without interaction with AT91 code, maybe routing this patch series through mm-tree is the way to go. If you find any issue in the process, please tell me. I would be happy to ease the process. Bye,
quoted
drivers/video/backlight/atmel-pwm-bl.c | 86 ++++++++++++++++------------------ 1 file changed, 40 insertions(+), 46 deletions(-)
-- Nicolas Ferre