All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Eric Anholt <eric@anholt.net>
Cc: Linus Walleij <linus.walleij@linaro.org>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] drm: pl111: Fix module loading issues
Date: Wed,  8 Apr 2020 19:39:44 -0600	[thread overview]
Message-ID: <20200409013947.12667-1-robh@kernel.org> (raw)

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

             reply	other threads:[~2020-04-09  1:39 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-09  1:39 Rob Herring [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200409013947.12667-1-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=eric@anholt.net \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.