All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm: pl111: Fix module loading issues
@ 2020-04-09  1:39 Rob Herring
  2020-04-09  1:39   ` Rob Herring
                   ` (3 more replies)
  0 siblings, 4 replies; 26+ messages in thread
From: Rob Herring @ 2020-04-09  1:39 UTC (permalink / raw)
  To: Eric Anholt; +Cc: Linus Walleij, linux-arm-kernel

This is part of a wider effort to fully modularize ARCH_VEXPRESS. The 
pl111 driver has a few issues with module loading and unloading. The 
setup for VExpress is more complicated than it needs to be, so let's 
simplify it.

Rob

Rob Herring (3):
  drm: pl111: Fix module autoloading
  drm: pl111: Simplify vexpress init
  drm: pl111: Move VExpress setup into versatile init

 drivers/gpu/drm/pl111/Makefile          |   1 -
 drivers/gpu/drm/pl111/pl111_drv.c       |   1 +
 drivers/gpu/drm/pl111/pl111_versatile.c | 135 +++++++++++++++++------
 drivers/gpu/drm/pl111/pl111_vexpress.c  | 138 ------------------------
 drivers/gpu/drm/pl111/pl111_vexpress.h  |  29 -----
 5 files changed, 103 insertions(+), 201 deletions(-)
 delete mode 100644 drivers/gpu/drm/pl111/pl111_vexpress.c
 delete mode 100644 drivers/gpu/drm/pl111/pl111_vexpress.h

-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-04-19 17:14 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-09  1:39 [PATCH 0/3] drm: pl111: Fix module loading issues Rob Herring
2020-04-09  1:39 ` [PATCH 1/3] drm: pl111: Fix module autoloading Rob Herring
2020-04-09  1:39   ` Rob Herring
2020-04-09 14:12   ` Sam Ravnborg
2020-04-09 14:12     ` Sam Ravnborg
2020-04-17 20:09   ` Linus Walleij
2020-04-17 20:09     ` Linus Walleij
2020-04-09  1:39 ` [PATCH 2/3] drm: pl111: Simplify vexpress init Rob Herring
2020-04-09  1:39   ` Rob Herring
2020-04-09 14:16   ` Sam Ravnborg
2020-04-09 14:16     ` Sam Ravnborg
2020-04-17 17:43     ` Rob Herring
2020-04-17 17:43       ` Rob Herring
2020-04-17 20:23   ` Linus Walleij
2020-04-17 20:23     ` Linus Walleij
2020-04-09  1:39 ` [PATCH 3/3] drm: pl111: Move VExpress setup into versatile init Rob Herring
2020-04-09  1:39   ` Rob Herring
2020-04-09 14:34   ` Sam Ravnborg
2020-04-09 14:34     ` Sam Ravnborg
2020-04-17 17:33     ` Rob Herring
2020-04-17 17:33       ` Rob Herring
2020-04-17 20:27   ` Linus Walleij
2020-04-17 20:27     ` Linus Walleij
2020-04-19 17:12     ` Rob Herring
2020-04-19 17:12       ` Rob Herring
2020-04-17 20:28 ` [PATCH 0/3] drm: pl111: Fix module loading issues Linus Walleij

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.