mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v17 00/10] Add backlight helper functions
@ 2018-01-19 10:37 Meghana Madhyastha
  2018-01-19 10:39 ` [PATCH v17 01/10] video: backlight: Add helpers to enable and disable backlight Meghana Madhyastha
                   ` (10 more replies)
  0 siblings, 11 replies; 20+ messages in thread
From: Meghana Madhyastha @ 2018-01-19 10:37 UTC (permalink / raw)
  To: Lee Jones, Daniel Thompson, Jingoo Han, Thierry Reding,
	Noralf Trønnes, Tomi Valkeinen, Daniel Vetter, Sean Paul,
	dri-devel, linux-kernel

Move drm helper functions from tinydrm-helpers to linux/backlight for
ease of use by callers in other drivers.

changes in v17:
-set fb_blank along with clearing the BL_CORE_FBBLANK bit 
-rebase with drm-misc-next
-fix checkpath errors/warnings
-Make the gpio_backlight issue appear as a comment in the
 code and not as part of the docs
-rebase with drm-misc-next
-convert st7735r callers from tinydrm specific helpers
 to new generic backlight helpers
-remove select BACKLIGHT_LCD_SUPPORT and select 
 BACKLIGHT_CLASS_DEVICE from tinydrm/Kconfig
-fix checkpath errors/warnings
-rename devm_backlight_put to 
 devm_backlight_release
-remove redundant NULL check
-remove put_device() to avoid double put 
 as we are using the devm version

Meghana Madhyastha (10):
  video: backlight: Add helpers to enable and disable backlight
  drm/tinydrm: Convert tinydrm_enable/disable_backlight to
    backlight_enable/disable
  video: backlight: Add of_find_backlight helper in backlight.c
  drm/tinydrm: Replace tinydrm_of_find_backlight with of_find_backlight
  video: backlight: Add devres versions of of_find_backlight
  drm/tinydrm: Call devres version of of_find_backlight
  drm/panel: Use backlight_enable/disable helpers
  drm/omapdrm: Use backlight_enable/disable helpers
  drm/panel: Use of_find_backlight helper
  drm/omapdrm: Use of_find_backlight helper

 drivers/gpu/drm/omapdrm/displays/panel-dpi.c    | 32 ++-------
 drivers/gpu/drm/panel/panel-innolux-p079zca.c   | 29 ++------
 drivers/gpu/drm/panel/panel-jdi-lt070me05000.c  |  6 +-
 drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c | 35 ++-------
 drivers/gpu/drm/panel/panel-sharp-ls043t1le01.c | 35 ++-------
 drivers/gpu/drm/tinydrm/Kconfig                 |  2 -
 drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c  | 95 -------------------------
 drivers/gpu/drm/tinydrm/mi0283qt.c              |  3 +-
 drivers/gpu/drm/tinydrm/mipi-dbi.c              |  4 +-
 drivers/gpu/drm/tinydrm/st7735r.c               |  3 +-
 drivers/video/backlight/backlight.c             | 73 +++++++++++++++++++
 include/drm/tinydrm/tinydrm-helpers.h           |  4 --
 include/linux/backlight.h                       | 58 +++++++++++++++
 13 files changed, 164 insertions(+), 215 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2018-01-21 18:44 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-19 10:37 [PATCH v17 00/10] Add backlight helper functions Meghana Madhyastha
2018-01-19 10:39 ` [PATCH v17 01/10] video: backlight: Add helpers to enable and disable backlight Meghana Madhyastha
2018-01-19 11:04   ` Daniel Thompson
2018-01-19 14:26     ` Lee Jones
2018-01-19 10:40 ` [PATCH v17 02/10] drm/tinydrm: Convert tinydrm_enable/disable_backlight to backlight_enable/disable Meghana Madhyastha
2018-01-19 10:42 ` [PATCH v17 03/10] video: backlight: Add of_find_backlight helper in backlight.c Meghana Madhyastha
2018-01-19 11:05   ` Daniel Thompson
2018-01-21 18:35     ` Noralf Trønnes
2018-01-21 18:44   ` Noralf Trønnes
2018-01-19 10:43 ` [PATCH v17 04/10] drm/tinydrm: Replace tinydrm_of_find_backlight with of_find_backlight Meghana Madhyastha
2018-01-19 10:44 ` [PATCH v17 05/10] video: backlight: Add devres versions of of_find_backlight Meghana Madhyastha
2018-01-19 11:06   ` Daniel Thompson
2018-01-19 10:46 ` [PATCH v17 06/10] drm/tinydrm: Call devres version " Meghana Madhyastha
2018-01-21 18:42   ` Noralf Trønnes
2018-01-19 10:46 ` [PATCH v17 07/10] drm/panel: Use backlight_enable/disable helpers Meghana Madhyastha
2018-01-19 10:47 ` [PATCH v17 08/10] drm/omapdrm: " Meghana Madhyastha
2018-01-19 10:47 ` [PATCH v17 09/10] drm/panel: Use of_find_backlight helper Meghana Madhyastha
2018-01-21 18:39   ` Noralf Trønnes
2018-01-19 10:48 ` [PATCH v17 10/10] drm/omapdrm: " Meghana Madhyastha
2018-01-19 11:18 ` [PATCH v17 00/10] Add backlight helper functions Daniel Thompson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®