All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Backlight for v3.17 merge-window
@ 2014-08-07 13:09 Lee Jones
  0 siblings, 0 replies; only message in thread
From: Lee Jones @ 2014-08-07 13:09 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Hi Linus,

 The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee:

  Linux 3.16-rc2 (2014-06-21 19:02:54 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-for-linus-3.17

for you to fetch changes up to 87464cdba2aeec196e75908fbbeaf4a26753637a:

  backlight: ipaq_micro: Fix sparse non static symbol warning (2014-07-31 10:31:22 +0100)

----------------------------------------------------------------
 == Changes to existing drivers ==
  - Remove get brightness implementations in via-pmu-backlight samsung-q10
        aat2870_bl ams369fg06 bd6107 gpio_backlight ld9040 lp855x_bl lp8788_bl
	lv5207lp pandora_bl pwm_bl s6e63m0 tps65217_bl aty128fb atyfb_base
	radeon_backlight s6e8ax0 nv_backlight riva/fbdev
  - Improve error handling in jornada720_lcd
  - Make use of new 'get optional' GPIO command in pwm_bl
  - Fix sparse warning in ipaq_micro_bl

 == New drivers/supported devices ==
  - Add new driver for iPAQ

 == (Re-)moved drivers ==
  - None
----------------------------------------------------------------
Alexandre Courbot (1):
      backlight: pwm-backlight: Use devm_gpiod_get_optional()

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

Lee Jones (1):
      backlight: jornada720: Minimise code duplication and handle errors better

Linus Walleij (1):
      backlight: Add driver for iPAQ micro backlight

Wei Yongjun (1):
      backlight: ipaq_micro: Fix sparse non static symbol warning

 drivers/macintosh/via-pmu-backlight.c      |  6 ---
 drivers/platform/x86/samsung-q10.c         |  6 ---
 drivers/video/backlight/Kconfig            |  9 ++++
 drivers/video/backlight/Makefile           |  1 +
 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/ipaq_micro_bl.c    | 83 ++++++++++++++++++++++++++++++
 drivers/video/backlight/jornada720_lcd.c   | 37 ++++++-------
 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           | 13 +----
 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 ---
 25 files changed, 116 insertions(+), 143 deletions(-)
 create mode 100644 drivers/video/backlight/ipaq_micro_bl.c

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-07 13:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-07 13:09 [GIT PULL] Backlight for v3.17 merge-window Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.