[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180702102201.13461-1-enric.balletbo@collabora.com>
Date: Mon, 2 Jul 2018 12:21:58 +0200
From: Enric Balletbo i Serra <enric.balletbo@...labora.com>
To: Russell King <linux@...linux.org.uk>,
Kukjin Kim <kgene@...nel.org>,
Krzysztof Kozlowski <krzk@...nel.org>,
Catalin Marinas <catalin.marinas@....com>,
Will Deacon <will.deacon@....com>,
Lee Jones <lee.jones@...aro.org>,
Benson Leung <bleung@...omium.org>,
Olof Johansson <olof@...om.net>
Cc: Gwendal Grignou <gwendal@...omium.org>,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
kernel@...labora.com, Guenter Roeck <groeck@...gle.com>,
linux-arm-kernel@...ts.infradead.org,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Arnd Bergmann <arnd@...db.de>,
Gregory CLEMENT <gregory.clement@...tlin.com>,
Ard Biesheuvel <ard.biesheuvel@...aro.org>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Miquel Raynal <miquel.raynal@...tlin.com>,
Anand Moon <linux.amoon@...il.com>,
Stefan Agner <stefan@...er.ch>,
Amit Kucheria <amit.kucheria@...aro.org>,
Martin Blumenstingl <martin.blumenstingl@...glemail.com>,
Shuah Khan <shuah@...nel.org>, linux-input@...r.kernel.org,
Andy Gross <andy.gross@...aro.org>,
Simon Horman <horms+renesas@...ge.net.au>,
Marek Szyprowski <m.szyprowski@...sung.com>,
Chen Zhong <chen.zhong@...iatek.com>,
Lukas Wunner <lukas@...ner.de>,
Tony Lindgren <tony@...mide.com>,
Wei Xu <xuwei5@...ilicon.com>,
Boris Brezillon <boris.brezillon@...tlin.com>,
Marc Zyngier <marc.zyngier@....com>
Subject: [PATCH 0/3] platform/chrome: mfd: Move cros-ec transport drivers to drivers/platform
Hi,
The cros-ec transport drivers are placed in two subsystems, in MFD and
in platform/chrome. As far as I know there is no reason for this, so,
move the I2C and the SPI cros-ec transport driver from the MFD subsystem
to the platform/chrome. The series also removes the MFD_ prefix for the
Kconfig symbols, modifies the defconfigs that used these symbols and
fixes the KEYBOARD_CROS_EC Kconfig help.
Best regards,
Enric
Enric Balletbo i Serra (3):
platform/chrome: Move cros-ec transport drivers to drivers/platform.
arm/arm64: configs: Remove the MFD_ prefix for MFD_CROS_EC_I2C/SPI
symbols.
Input: keyboard: Fix ChromeOS EC keyboard help message.
arch/arm/configs/exynos_defconfig | 4 ++--
arch/arm/configs/multi_v7_defconfig | 4 ++--
arch/arm/configs/pxa_defconfig | 4 ++--
arch/arm64/configs/defconfig | 4 ++--
drivers/input/keyboard/Kconfig | 2 +-
drivers/mfd/Kconfig | 20 -------------------
drivers/mfd/Makefile | 2 --
drivers/platform/chrome/Kconfig | 20 +++++++++++++++++++
drivers/platform/chrome/Makefile | 2 ++
.../{mfd => platform/chrome}/cros_ec_i2c.c | 0
.../{mfd => platform/chrome}/cros_ec_spi.c | 0
11 files changed, 31 insertions(+), 31 deletions(-)
rename drivers/{mfd => platform/chrome}/cros_ec_i2c.c (100%)
rename drivers/{mfd => platform/chrome}/cros_ec_spi.c (100%)
--
2.18.0
Powered by blists - more mailing lists