Skip to content

Commit fe08e9e

Browse files
andy-shevbrgl
authored andcommitted
gpio: msic: Remove driver for deprecated platform
Intel Moorestown and Medfield are quite old Intel Atom based 32-bit platforms, which were in limited use in some Android phones, tablets and consumer electronics more than eight years ago. There are no bugs or problems ever reported outside from Intel for breaking any of that platforms for years. It seems no real users exists who run more or less fresh kernel on it. The commit 05f4434 ("ASoC: Intel: remove mfld_machine") also in align with this theory. Due to above and to reduce a burden of supporting outdated drivers we remove the support of outdated platforms completely. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 6e004a9 commit fe08e9e

3 files changed

Lines changed: 0 additions & 322 deletions

File tree

MAINTAINERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9095,7 +9095,6 @@ M: Andy Shevchenko <andy@kernel.org>
90959095
S: Maintained
90969096
T: git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
90979097
F: drivers/gpio/gpio-*cove.c
9098-
F: drivers/gpio/gpio-msic.c
90999098

91009099
INTEL PMIC MULTIFUNCTION DEVICE DRIVERS
91019100
M: Andy Shevchenko <andy@kernel.org>

drivers/gpio/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,13 +1256,6 @@ config GPIO_MAX77650
12561256
GPIO driver for MAX77650/77651 PMIC from Maxim Semiconductor.
12571257
These chips have a single pin that can be configured as GPIO.
12581258

1259-
config GPIO_MSIC
1260-
bool "Intel MSIC mixed signal gpio support"
1261-
depends on (X86 || COMPILE_TEST) && MFD_INTEL_MSIC
1262-
help
1263-
Enable support for GPIO on intel MSIC controllers found in
1264-
intel MID devices
1265-
12661259
config GPIO_PALMAS
12671260
bool "TI PALMAS series PMICs GPIO"
12681261
depends on MFD_PALMAS

drivers/gpio/gpio-msic.c

Lines changed: 0 additions & 314 deletions
This file was deleted.

0 commit comments

Comments
 (0)