[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171204091026.yo7rbc3hwp3ygae7@dell>
Date: Mon, 4 Dec 2017 09:10:26 +0000
From: Lee Jones <lee.jones@...aro.org>
To: Gwendal Grignou <gwendal@...omium.org>
Cc: Guenter Roeck <groeck@...gle.com>,
Thierry Escande <thierry.escande@...labora.com>,
Benson Leung <bleung@...omium.org>,
Enric Balletbo i Serra <enric.balletbo@...labora.com>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 2/2] cros_ec: Move cros_ec_dev module to drivers/mfd
On Fri, 01 Dec 2017, Gwendal Grignou wrote:
> Reviewed-by: Gwendal Grignou <gwendal@...omium.org>
Can you please reply inline (where Guenter did is perfect) and snip
the rest please? Top posting is to be strongly discouraged.
> On Thu, Nov 30, 2017 at 12:50 PM, Guenter Roeck <groeck@...gle.com> wrote:
> > On Mon, Nov 20, 2017 at 8:15 AM, Thierry Escande
> > <thierry.escande@...labora.com> wrote:
> >> The cros_ec_dev module is responsible for registering the MFD devices
> >> attached to the ChromeOS EC. This patch moves this module to drivers/mfd
> >> so calls to mfd_add_devices() are not done from outside the MFD subtree
> >> anymore.
> >>
> >> Signed-off-by: Thierry Escande <thierry.escande@...labora.com>
> >
> > Tested-by: Guenter Roeck <groeck@...omium.org>
> >
> >> ---
> >> drivers/mfd/Kconfig | 10 +
> >> drivers/mfd/Makefile | 1 +
> >> drivers/mfd/cros_ec_dev.c | 552 ++++++++++++++++++++++++++++
> >> drivers/mfd/cros_ec_dev.h | 52 +++
> >> drivers/platform/chrome/Kconfig | 10 -
> >> drivers/platform/chrome/Makefile | 1 -
> >> drivers/platform/chrome/cros_ec_debugfs.c | 3 -
> >> drivers/platform/chrome/cros_ec_debugfs.h | 27 --
> >> drivers/platform/chrome/cros_ec_dev.c | 553 -----------------------------
> >> drivers/platform/chrome/cros_ec_dev.h | 52 ---
> >> drivers/platform/chrome/cros_ec_lightbar.c | 2 -
> >> drivers/platform/chrome/cros_ec_sysfs.c | 2 -
> >> include/linux/mfd/cros_ec.h | 4 +
> >> 13 files changed, 619 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
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
Powered by blists - more mailing lists