Re: [PATCH 0/2] backlight: remove trivial get_brightness implementations

2014-06-16 Thread Jingoo Han
On Friday, May 30, 2014 7:11 PM, Andrzej Hajda wrote:
 
 This patchset makes get_brightness callback optional
 and removes trivial implementations.
 Driver changes are quite obvious so I have put them into single
 patch.
 
 The patchset is based on the current linux-next branch.
 
 Regards
 Andrzej
 
 Andrzej Hajda (2):
   backlight: show brightness even if get_brightness is not implemented
   backlight: remove trivial get_brightness implementations

These patches look good!
Acked-by: Jingoo Han jg1@samsung.com

Lee Jones,
Would you merge these patches into backlight git?

Best regards,
Jingoo Han

 
  drivers/macintosh/via-pmu-backlight.c  | 6 --
  drivers/platform/x86/samsung-q10.c | 6 --
  drivers/video/backlight/aat2870_bl.c   | 6 --
  drivers/video/backlight/ams369fg06.c   | 6 --
  drivers/video/backlight/backlight.c| 2 ++
  drivers/video/backlight/bd6107.c   | 6 --
  drivers/video/backlight/gpio_backlight.c   | 6 --
  drivers/video/backlight/ld9040.c   | 6 --
  drivers/video/backlight/lp855x_bl.c| 6 --
  drivers/video/backlight/lp8788_bl.c| 6 --
  drivers/video/backlight/lv5207lp.c | 6 --
  drivers/video/backlight/pandora_bl.c   | 6 --
  drivers/video/backlight/pwm_bl.c   | 6 --
  drivers/video/backlight/s6e63m0.c  | 6 --
  drivers/video/backlight/tps65217_bl.c  | 6 --
  drivers/video/fbdev/aty/aty128fb.c | 6 --
  drivers/video/fbdev/aty/atyfb_base.c   | 6 --
  drivers/video/fbdev/aty/radeon_backlight.c | 6 --
  drivers/video/fbdev/exynos/s6e8ax0.c   | 6 --
  drivers/video/fbdev/nvidia/nv_backlight.c  | 6 --
  drivers/video/fbdev/riva/fbdev.c   | 6 --
  21 files changed, 2 insertions(+), 120 deletions(-)
 
 --
 1.9.1

___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH 0/2] backlight: remove trivial get_brightness implementations

2014-06-16 Thread Lee Jones
On Mon, 16 Jun 2014, Jingoo Han wrote:

 On Friday, May 30, 2014 7:11 PM, Andrzej Hajda wrote:
  
  This patchset makes get_brightness callback optional
  and removes trivial implementations.
  Driver changes are quite obvious so I have put them into single
  patch.
  
  The patchset is based on the current linux-next branch.
  
  Regards
  Andrzej
  
  Andrzej Hajda (2):
backlight: show brightness even if get_brightness is not implemented
backlight: remove trivial get_brightness implementations
 
 These patches look good!
 Acked-by: Jingoo Han jg1@samsung.com
 
 Lee Jones,
 Would you merge these patches into backlight git?

Yep, done.

NB: You don't have to ask.  I'll see that you've reviewed/acked the
patches and just apply them automatically (provided I'm on the CC list
of course).

   drivers/macintosh/via-pmu-backlight.c  | 6 --
   drivers/platform/x86/samsung-q10.c | 6 --
   drivers/video/backlight/aat2870_bl.c   | 6 --
   drivers/video/backlight/ams369fg06.c   | 6 --
   drivers/video/backlight/backlight.c| 2 ++
   drivers/video/backlight/bd6107.c   | 6 --
   drivers/video/backlight/gpio_backlight.c   | 6 --
   drivers/video/backlight/ld9040.c   | 6 --
   drivers/video/backlight/lp855x_bl.c| 6 --
   drivers/video/backlight/lp8788_bl.c| 6 --
   drivers/video/backlight/lv5207lp.c | 6 --
   drivers/video/backlight/pandora_bl.c   | 6 --
   drivers/video/backlight/pwm_bl.c   | 6 --
   drivers/video/backlight/s6e63m0.c  | 6 --
   drivers/video/backlight/tps65217_bl.c  | 6 --
   drivers/video/fbdev/aty/aty128fb.c | 6 --
   drivers/video/fbdev/aty/atyfb_base.c   | 6 --
   drivers/video/fbdev/aty/radeon_backlight.c | 6 --
   drivers/video/fbdev/exynos/s6e8ax0.c   | 6 --
   drivers/video/fbdev/nvidia/nv_backlight.c  | 6 --
   drivers/video/fbdev/riva/fbdev.c   | 6 --
   21 files changed, 2 insertions(+), 120 deletions(-)
  
 

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

[PATCH 0/2] backlight: remove trivial get_brightness implementations

2014-05-30 Thread Andrzej Hajda
This patchset makes get_brightness callback optional
and removes trivial implementations.
Driver changes are quite obvious so I have put them into single
patch.

The patchset is based on the current linux-next branch.

Regards
Andrzej

Andrzej Hajda (2):
  backlight: show brightness even if get_brightness is not implemented
  backlight: remove trivial get_brightness implementations

 drivers/macintosh/via-pmu-backlight.c  | 6 --
 drivers/platform/x86/samsung-q10.c | 6 --
 drivers/video/backlight/aat2870_bl.c   | 6 --
 drivers/video/backlight/ams369fg06.c   | 6 --
 drivers/video/backlight/backlight.c| 2 ++
 drivers/video/backlight/bd6107.c   | 6 --
 drivers/video/backlight/gpio_backlight.c   | 6 --
 drivers/video/backlight/ld9040.c   | 6 --
 drivers/video/backlight/lp855x_bl.c| 6 --
 drivers/video/backlight/lp8788_bl.c| 6 --
 drivers/video/backlight/lv5207lp.c | 6 --
 drivers/video/backlight/pandora_bl.c   | 6 --
 drivers/video/backlight/pwm_bl.c   | 6 --
 drivers/video/backlight/s6e63m0.c  | 6 --
 drivers/video/backlight/tps65217_bl.c  | 6 --
 drivers/video/fbdev/aty/aty128fb.c | 6 --
 drivers/video/fbdev/aty/atyfb_base.c   | 6 --
 drivers/video/fbdev/aty/radeon_backlight.c | 6 --
 drivers/video/fbdev/exynos/s6e8ax0.c   | 6 --
 drivers/video/fbdev/nvidia/nv_backlight.c  | 6 --
 drivers/video/fbdev/riva/fbdev.c   | 6 --
 21 files changed, 2 insertions(+), 120 deletions(-)

-- 
1.9.1

___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev