All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/3] drm/tinydrm: drm_of_find_backlight helper
@ 2017-10-01 17:24 ` Meghana Madhyastha
  0 siblings, 0 replies; 32+ messages in thread
From: Meghana Madhyastha @ 2017-10-01 17:24 UTC (permalink / raw)
  To: daniel, noralf, outreachy-kernel, dri-devel, Lee Jones,
	Daniel Thompson

Move tinydrm_of_find_backlight to drm_of.c and rename it to
drm_of_find_backlight for better organizational structure.

Changes in v7:
-Move the function definitions/declarations back to drm_of.h
 and modify the config option for of_find_backlight_by_node
 in linux/backlight.h to resolve the build errors.

Meghana Madhyastha (3):
  backlight: Add IS_ENABLED(CONFIG_BACKLIGHT_CLASS_DEVICE)
  drm/tinydrm: Move tinydrm_of_find_backlight into drm_of.c
  drm/tinydrm: Add devres versions of drm_of_find_backlight

 drivers/gpu/drm/drm_of.c                       | 85 ++++++++++++++++++++++++++
 drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c | 40 ------------
 drivers/gpu/drm/tinydrm/mi0283qt.c             |  3 +-
 include/drm/drm_of.h                           | 14 +++++
 include/drm/tinydrm/tinydrm-helpers.h          |  1 -
 include/linux/backlight.h                      |  2 +-
 6 files changed, 102 insertions(+), 43 deletions(-)

-- 
2.7.4



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

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

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-01 17:24 [PATCH v7 0/3] drm/tinydrm: drm_of_find_backlight helper Meghana Madhyastha
2017-10-01 17:24 ` Meghana Madhyastha
2017-10-01 17:26 ` [PATCH v7 1/3] backlight: Add IS_ENABLED(CONFIG_BACKLIGHT_CLASS_DEVICE) Meghana Madhyastha
2017-10-01 17:26   ` Meghana Madhyastha
2017-10-02  5:58   ` Daniel Thompson
2017-10-02  5:58     ` Daniel Thompson
2017-10-02  5:59     ` Daniel Thompson
2017-10-02  5:59       ` Daniel Thompson
2017-10-02  8:49     ` Jani Nikula
2017-10-02  8:49       ` Jani Nikula
2017-10-02  9:36       ` Daniel Thompson
2017-10-02  9:36         ` Daniel Thompson
2017-10-02  9:46         ` Jani Nikula
2017-10-02  9:46           ` Jani Nikula
2017-10-02  9:00     ` Jani Nikula
2017-10-02  9:00       ` Jani Nikula
2017-10-03  8:03       ` Daniel Vetter
2017-10-03  8:03         ` Daniel Vetter
2017-10-03  8:51         ` Daniel Thompson
2017-10-03  8:51           ` Daniel Thompson
2017-10-03  9:04           ` Daniel Vetter
2017-10-03  9:04             ` Daniel Vetter
2017-10-06 18:01             ` Noralf Trønnes
2017-10-06 18:01               ` Noralf Trønnes
2017-10-09  9:06               ` Daniel Thompson
2017-10-09  9:06                 ` Daniel Thompson
2017-10-09 15:35                 ` Noralf Trønnes
2017-10-09 15:35                   ` Noralf Trønnes
2017-10-01 17:28 ` [PATCH v7 2/3] drm/tinydrm: Move tinydrm_of_find_backlight into drm_of.c Meghana Madhyastha
2017-10-01 17:28   ` Meghana Madhyastha
2017-10-01 17:29 ` [PATCH v7 3/3] drm/tinydrm: Add devres versions of drm_of_find_backlight Meghana Madhyastha
2017-10-01 17:29   ` Meghana Madhyastha

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.