All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] drm/tinydrm: Remove tinydrm_device
@ 2019-02-25 14:42 Noralf Trønnes
  2019-02-25 14:42 ` [PATCH v3 1/7] drm/drv: Hold ref on parent device during drm_device lifetime Noralf Trønnes
                   ` (10 more replies)
  0 siblings, 11 replies; 18+ messages in thread
From: Noralf Trønnes @ 2019-02-25 14:42 UTC (permalink / raw)
  To: dri-devel; +Cc: david, daniel.vetter, intel-gfx, Noralf Trønnes, sam

This patchset is part of the effort to remove tinydrm.ko. It removes
struct tinydrm_device and tinydrm.h.

Only one change in this version and that is expanding the driver
example.

The drm_dev_unplug() dependency series has been applied together with
some patches from the previous version.

I've cc'ed intel-gfx so the Intel CI can verify the parent device ref
patch.

Noralf.

Noralf Trønnes (7):
  drm/drv: Hold ref on parent device during drm_device lifetime
  drm: Add devm_drm_dev_init()
  drm/drv: DOC: Add driver example code
  drm/tinydrm/repaper: Drop using tinydrm_device
  drm/tinydrm: Drop using tinydrm_device
  drm/tinydrm: Remove tinydrm_device
  drm/tinydrm: Use drm_dev_enter/exit()

 Documentation/driver-model/devres.txt         |   3 +
 Documentation/gpu/tinydrm.rst                 |  32 +---
 Documentation/gpu/todo.rst                    |   4 -
 drivers/gpu/drm/drm_drv.c                     | 176 +++++++++++++++++-
 drivers/gpu/drm/tinydrm/core/Makefile         |   2 +-
 drivers/gpu/drm/tinydrm/core/tinydrm-core.c   | 169 -----------------
 .../gpu/drm/tinydrm/core/tinydrm-helpers.c    |   2 +
 drivers/gpu/drm/tinydrm/hx8357d.c             |  49 ++++-
 drivers/gpu/drm/tinydrm/ili9225.c             |  63 ++++++-
 drivers/gpu/drm/tinydrm/ili9341.c             |  49 ++++-
 drivers/gpu/drm/tinydrm/mi0283qt.c            |  49 ++++-
 drivers/gpu/drm/tinydrm/mipi-dbi.c            | 109 ++++++++---
 drivers/gpu/drm/tinydrm/repaper.c             | 130 +++++++++----
 drivers/gpu/drm/tinydrm/st7586.c              | 129 ++++++++-----
 drivers/gpu/drm/tinydrm/st7735r.c             |  49 ++++-
 include/drm/drm_drv.h                         |   3 +
 include/drm/tinydrm/mipi-dbi.h                |  26 ++-
 include/drm/tinydrm/tinydrm.h                 |  42 -----
 18 files changed, 688 insertions(+), 398 deletions(-)
 delete mode 100644 drivers/gpu/drm/tinydrm/core/tinydrm-core.c
 delete mode 100644 include/drm/tinydrm/tinydrm.h

-- 
2.20.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2019-03-04 14:40 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-25 14:42 [PATCH v3 0/7] drm/tinydrm: Remove tinydrm_device Noralf Trønnes
2019-02-25 14:42 ` [PATCH v3 1/7] drm/drv: Hold ref on parent device during drm_device lifetime Noralf Trønnes
2019-02-27 14:13   ` Gerd Hoffmann
2019-02-25 14:42 ` [PATCH v3 2/7] drm: Add devm_drm_dev_init() Noralf Trønnes
2019-02-27 14:15   ` Gerd Hoffmann
2019-02-25 14:42 ` [PATCH v3 3/7] drm/drv: DOC: Add driver example code Noralf Trønnes
2019-02-27 14:19   ` Gerd Hoffmann
2019-02-25 14:42 ` [PATCH v3 4/7] drm/tinydrm/repaper: Drop using tinydrm_device Noralf Trønnes
2019-02-25 14:42 ` [PATCH v3 5/7] drm/tinydrm: " Noralf Trønnes
2019-02-27 14:27   ` Gerd Hoffmann
2019-02-27 17:03     ` Noralf Trønnes
2019-02-25 14:42 ` [PATCH v3 6/7] drm/tinydrm: Remove tinydrm_device Noralf Trønnes
2019-02-25 14:42 ` [PATCH v3 7/7] drm/tinydrm: Use drm_dev_enter/exit() Noralf Trønnes
2019-02-27 14:30   ` Gerd Hoffmann
2019-02-25 15:05 ` ✗ Fi.CI.CHECKPATCH: warning for drm/tinydrm: Remove tinydrm_device Patchwork
2019-02-25 15:25 ` ✓ Fi.CI.BAT: success " Patchwork
2019-02-25 21:03 ` ✓ Fi.CI.IGT: " Patchwork
2019-03-04 14:40 ` [PATCH v3 0/7] " Noralf Trønnes

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.