dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v13 0/3] Move backlight helper functions from tinydrm-helpers to linux/backlight
@ 2017-10-13 10:39 Meghana Madhyastha
  2017-10-13 10:40 ` [PATCH v13 1/3] drm/tinydrm: Move helper functions from tinydrm-helpers to backlight.h Meghana Madhyastha
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Meghana Madhyastha @ 2017-10-13 10:39 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 v13:
-Rebase against drm-misc
-Put devm_backlight_put back

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             |  5 +-
 drivers/video/backlight/backlight.c            | 68 ++++++++++++++++++
 include/drm/tinydrm/tinydrm-helpers.h          |  4 --
 include/linux/backlight.h                      | 55 +++++++++++++++
 6 files changed, 128 insertions(+), 102 deletions(-)

-- 
2.7.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

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

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-13 10:39 [PATCH v13 0/3] Move backlight helper functions from tinydrm-helpers to linux/backlight Meghana Madhyastha
2017-10-13 10:40 ` [PATCH v13 1/3] drm/tinydrm: Move helper functions from tinydrm-helpers to backlight.h Meghana Madhyastha
2017-10-13 14:36   ` Daniel Thompson
2017-10-13 10:41 ` [PATCH v13 2/3] drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c Meghana Madhyastha
2017-10-13 14:38   ` Daniel Thompson
2017-10-13 20:25   ` [Outreachy kernel] " Sean Paul
2017-10-13 22:42     ` Noralf Trønnes
2017-10-16 18:26       ` Sean Paul
2017-10-18 17:11         ` Meghana Madhyastha
2017-10-20 17:20           ` Sean Paul
2017-10-23 10:35             ` Daniel Thompson
2017-10-24 12:16               ` Sean Paul
2017-10-24 12:51                 ` Daniel Thompson
2017-10-24 15:34                   ` Sean Paul
2017-10-13 23:25     ` Rob Clark
2017-10-16 18:31       ` Sean Paul
2017-10-13 10:42 ` [PATCH v13 3/3] drm/tinydrm: Add devres versions of backlight_get Meghana Madhyastha
2017-10-13 14:43   ` Daniel Thompson
2017-10-13 20:30   ` [Outreachy kernel] " Sean Paul
2017-10-13 14:44 ` [PATCH v13 0/3] Move backlight helper functions from tinydrm-helpers to linux/backlight Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).