All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] drm/tinydrm: drm_of_find_backlight helper
@ 2017-09-29 15:28 ` Meghana Madhyastha
  0 siblings, 0 replies; 14+ messages in thread
From: Meghana Madhyastha @ 2017-09-29 15:28 UTC (permalink / raw)
  To: daniel, noralf, outreachy-kernel, dri-devel

This patchset introduces some changes such as move
tinydrm_of_find_backlight to drm_of.c and rename it to
drm_of_find_backlight for better organizational structure.

Changes in v4:
- Remove "devices like tinydrm" from the function comments.
- Made devm_drm_of_find_backlight_release an internal function.
- Add dummy versions of drm_of_backlight functions.

Meghana Madhyastha (3):
  drm/tinydrm: Move tinydrm_of_find_backlight into drm_of.c
  drm/tinydrm: Add devres versions of drm_of_find_backlight
  drm/tinydrm: Add the dummy versions of drm_of_find_backlight functions

 drivers/gpu/drm/drm_of.c                       | 91 ++++++++++++++++++++++++++
 drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c | 40 -----------
 drivers/gpu/drm/tinydrm/mi0283qt.c             |  3 +-
 include/drm/drm_of.h                           | 15 +++++
 include/drm/tinydrm/tinydrm-helpers.h          |  1 -
 5 files changed, 108 insertions(+), 42 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] 14+ messages in thread

end of thread, other threads:[~2017-10-02  7:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-29 15:28 [PATCH v4 0/3] drm/tinydrm: drm_of_find_backlight helper Meghana Madhyastha
2017-09-29 15:28 ` Meghana Madhyastha
2017-09-29 15:30 ` [PATCH v4 1/3] drm/tinydrm: Move tinydrm_of_find_backlight into drm_of.c Meghana Madhyastha
2017-09-29 15:30   ` Meghana Madhyastha
2017-09-29 15:31 ` [PATCH v4 2/3] drm/tinydrm: Add devres versions of drm_of_find_backlight Meghana Madhyastha
2017-09-29 15:31   ` Meghana Madhyastha
2017-09-30  5:18   ` kbuild test robot
2017-09-30  5:18     ` kbuild test robot
2017-09-29 15:32 ` [PATCH v4 3/3] drm/tinydrm: Add the dummy versions of drm_of_find_backlight functions Meghana Madhyastha
2017-09-29 15:32   ` Meghana Madhyastha
2017-09-30  5:18   ` kbuild test robot
2017-09-30  5:18     ` kbuild test robot
2017-10-02  7:56     ` Daniel Vetter
2017-10-02  7:56       ` Daniel Vetter

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.