linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Update and move Dell drivers dell_rbu and dcdbas
@ 2018-09-25 19:34 Stuart Hayes
  2018-09-25 19:34 ` [PATCH 1/5] firmware: dell_rbu: Make payload memory uncachable Stuart Hayes
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Stuart Hayes @ 2018-09-25 19:34 UTC (permalink / raw)
  To: dvhart, Andy Shevchenko
  Cc: Mario Limonciello, LKML, platform-driver-x86, Stuart Hayes

From: Stuart Hayes <stuart.w.hayes@gmail.com>

The dell_rbu and dcdbas drivers need some changes, and should be moved to
drivers/platform/x86.  Additionally, dell_rbu needs a maintainer, and the
listed maintainer for dcdbas is inactive and needs to be changed.

Stuart Hayes (5):
  firmware: dell_rbu: Make payload memory uncachable
  firmware: dcdbas: Add support for WSMT ACPI table
  firmware: dell_rbu: Move dell_rbu to drivers/platform/x86
  firmware: dcdbas: Move dcdbas to drivers/platform/x86
  MAINTAINERS: Update maintainer for dcdbas and dell_rbu

 MAINTAINERS                                   |  11 +-
 drivers/firmware/Kconfig                      |  28 ----
 drivers/firmware/Makefile                     |   2 -
 drivers/platform/x86/Kconfig                  |  28 ++++
 drivers/platform/x86/Makefile                 |   2 +
 drivers/{firmware => platform/x86}/dcdbas.c   | 123 +++++++++++++++++-
 drivers/{firmware => platform/x86}/dcdbas.h   |  10 ++
 drivers/platform/x86/dell-smbios-smm.c        |   2 +-
 drivers/{firmware => platform/x86}/dell_rbu.c |   8 ++
 9 files changed, 175 insertions(+), 39 deletions(-)
 rename drivers/{firmware => platform/x86}/dcdbas.c (82%)
 rename drivers/{firmware => platform/x86}/dcdbas.h (93%)
 rename drivers/{firmware => platform/x86}/dell_rbu.c (98%)

-- 
2.19.0.221.g150f307af


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

end of thread, other threads:[~2018-09-26 16:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-25 19:34 [PATCH 0/5] Update and move Dell drivers dell_rbu and dcdbas Stuart Hayes
2018-09-25 19:34 ` [PATCH 1/5] firmware: dell_rbu: Make payload memory uncachable Stuart Hayes
2018-09-25 19:34 ` [PATCH 2/5] firmware: dcdbas: Add support for WSMT ACPI table Stuart Hayes
2018-09-25 19:34 ` [PATCH 3/5] firmware: dell_rbu: Move dell_rbu to drivers/platform/x86 Stuart Hayes
2018-09-25 19:34 ` [PATCH 4/5] firmware: dcdbas: Move dcdbas " Stuart Hayes
2018-09-25 19:34 ` [PATCH 5/5] MAINTAINERS: Update maintainer for dcdbas and dell_rbu Stuart Hayes
2018-09-26 11:04 ` [PATCH 0/5] Update and move Dell drivers dell_rbu and dcdbas Andy Shevchenko
2018-09-26 11:05   ` Andy Shevchenko
2018-09-26 14:50   ` Mario.Limonciello
2018-09-26 16:55     ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).