linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mfd: cros_ec: move cros_ec_dev driver to MFD subdir
@ 2017-11-20 16:15 Thierry Escande
  2017-11-20 16:15 ` [PATCH v2 1/2] cros_ec: Split cros_ec_devs module Thierry Escande
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Thierry Escande @ 2017-11-20 16:15 UTC (permalink / raw)
  To: Lee Jones, Benson Leung
  Cc: Enric Balletbo i Serra, Gwendal Grignou, Guenter Roeck, linux-kernel

Hi,

In order to remove calls to mfd_add_devices() from outside the MFD
subtree, this patchset splits the cros_ec_devs modules in 2 parts. The
cros_ec_dev module, responsible for registering mfd devices, will be
moved to the MFD subtree (drivers/mfd/) and the user-space interfaces,
named cros_ec_ctl will be kept in drivers/platform/chrome/.

Regards,

 Thierry

Thierry Escande (2):
  cros_ec: Split cros_ec_devs module
  cros_ec: Move cros_ec_dev module to drivers/mfd

 drivers/mfd/Kconfig                        |  10 +
 drivers/mfd/Makefile                       |   1 +
 drivers/mfd/cros_ec.c                      |   4 +-
 drivers/mfd/cros_ec_dev.c                  | 549 ++++++++++++++++++++++++++++
 drivers/mfd/cros_ec_dev.h                  |  52 +++
 drivers/platform/chrome/Kconfig            |  10 +-
 drivers/platform/chrome/Makefile           |   7 +-
 drivers/platform/chrome/cros_ec_debugfs.c  |   5 +-
 drivers/platform/chrome/cros_ec_debugfs.h  |  27 --
 drivers/platform/chrome/cros_ec_dev.c      | 550 -----------------------------
 drivers/platform/chrome/cros_ec_dev.h      |  52 ---
 drivers/platform/chrome/cros_ec_lightbar.c |   6 +-
 drivers/platform/chrome/cros_ec_sysfs.c    |   5 +-
 drivers/platform/chrome/cros_ec_vbc.c      |   1 +
 include/linux/mfd/cros_ec.h                |   4 +
 15 files changed, 633 insertions(+), 650 deletions(-)
 create mode 100644 drivers/mfd/cros_ec_dev.c
 create mode 100644 drivers/mfd/cros_ec_dev.h
 delete mode 100644 drivers/platform/chrome/cros_ec_debugfs.h
 delete mode 100644 drivers/platform/chrome/cros_ec_dev.c
 delete mode 100644 drivers/platform/chrome/cros_ec_dev.h

-- 
2.7.4

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

end of thread, other threads:[~2018-07-03  9:03 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-20 16:15 [PATCH v2 0/2] mfd: cros_ec: move cros_ec_dev driver to MFD subdir Thierry Escande
2017-11-20 16:15 ` [PATCH v2 1/2] cros_ec: Split cros_ec_devs module Thierry Escande
2017-11-29 11:34   ` Lee Jones
2017-11-30 20:49   ` Guenter Roeck
2017-12-01 19:24     ` Gwendal Grignou
2017-11-20 16:15 ` [PATCH v2 2/2] cros_ec: Move cros_ec_dev module to drivers/mfd Thierry Escande
2017-11-29 11:35   ` Lee Jones
2017-11-30 20:50   ` Guenter Roeck
2017-12-01 19:23     ` Gwendal Grignou
2017-12-04  9:10       ` Lee Jones
2018-06-20 23:05   ` Dmitry Torokhov
2018-06-21  8:42     ` Enric Balletbo i Serra
2018-07-03  9:03     ` Lee Jones
2017-12-15 10:48 ` [GIT PULL] Immutable branch between MFD and Platform due for the v4.16 merge window Lee Jones
2017-12-16  4:50   ` Benson Leung

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).