All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/3] Move backlight helper functions from tinydrm-helpers to linux/backlight
@ 2017-10-11 10:06 ` Meghana Madhyastha
  0 siblings, 0 replies; 14+ messages in thread
From: Meghana Madhyastha @ 2017-10-11 10:06 UTC (permalink / raw)
  To: daniel, noralf, outreachy-kernel, dri-devel, daniel.thompson,
	jani.nikula

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

Changes in v8:
-Move backlight_enable and backlight_disable to linux/backlight.h 
 as static inline functions.
-Move drm_of_find_backlight to backlight.c and rename it to
backlight_get.

Meghana Madhyastha (3):
  drm/tinydrm: Move helper functions from tinydrm-helpers to backlight.h
  drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c
  drm/tinydrm: Add devres versions of backlight_get

 drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c | 95 --------------------------
 drivers/gpu/drm/tinydrm/mi0283qt.c             |  3 +-
 drivers/gpu/drm/tinydrm/mipi-dbi.c             |  3 +-
 drivers/video/backlight/backlight.c            | 71 +++++++++++++++++++
 include/drm/tinydrm/tinydrm-helpers.h          |  5 --
 include/linux/backlight.h                      | 55 +++++++++++++++
 6 files changed, 130 insertions(+), 102 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2017-10-11 15:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-11 10:06 [PATCH v8 0/3] Move backlight helper functions from tinydrm-helpers to linux/backlight Meghana Madhyastha
2017-10-11 10:06 ` Meghana Madhyastha
2017-10-11 10:09 ` [PATCH v8 1/3] drm/tinydrm: Move helper functions from tinydrm-helpers to backlight.h Meghana Madhyastha
2017-10-11 10:09   ` Meghana Madhyastha
2017-10-11 10:13 ` [PATCH v8 2/3] drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c Meghana Madhyastha
2017-10-11 10:13   ` Meghana Madhyastha
2017-10-11 10:15 ` [PATCH v8 3/3] drm/tinydrm: Add devres versions of backlight_get Meghana Madhyastha
2017-10-11 10:15   ` Meghana Madhyastha
2017-10-11 13:56   ` Jani Nikula
2017-10-11 13:56     ` Jani Nikula
2017-10-11 14:18     ` Meghana Madhyastha
2017-10-11 14:18       ` Meghana Madhyastha
2017-10-11 15:07       ` Jani Nikula
2017-10-11 15:07         ` Jani Nikula

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.