Skip to content

Commit ca78476

Browse files
arndblag-linaro
authored andcommitted
mfd: Remove toshiba tmio drivers
Four separate mfd drivers are in the "tmio" family, and all of them were used in now-removed PXA machines (eseries, tosa, and hx4700), so the mfd drivers and all its children can be removed as well. Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4414a7a commit ca78476

File tree

12 files changed

+0
-3164
lines changed

12 files changed

+0
-3164
lines changed

drivers/mfd/Kconfig

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -301,15 +301,6 @@ config MFD_CS47L92
301301
help
302302
Support for Cirrus Logic CS42L92, CS47L92 and CS47L93 Smart Codecs
303303

304-
config MFD_ASIC3
305-
bool "Compaq ASIC3"
306-
depends on GPIOLIB
307-
depends on ARM || COMPILE_TEST
308-
select MFD_CORE
309-
help
310-
This driver supports the ASIC3 multifunction chip found on many
311-
PDAs (mainly iPAQ and HTC based ones)
312-
313304
config PMIC_DA903X
314305
bool "Dialog Semiconductor DA9030/DA9034 PMIC Support"
315306
depends on I2C=y
@@ -1796,35 +1787,6 @@ config MFD_TC3589X
17961787
additional drivers must be enabled in order to use the
17971788
functionality of the device.
17981789

1799-
config MFD_TMIO
1800-
bool
1801-
default n
1802-
1803-
config MFD_T7L66XB
1804-
bool "Toshiba T7L66XB"
1805-
depends on ARM && HAVE_CLK
1806-
select MFD_CORE
1807-
select MFD_TMIO
1808-
help
1809-
Support for Toshiba Mobile IO Controller T7L66XB
1810-
1811-
config MFD_TC6387XB
1812-
bool "Toshiba TC6387XB"
1813-
depends on ARM && HAVE_CLK
1814-
select MFD_CORE
1815-
select MFD_TMIO
1816-
help
1817-
Support for Toshiba Mobile IO Controller TC6387XB
1818-
1819-
config MFD_TC6393XB
1820-
bool "Toshiba TC6393XB"
1821-
depends on ARM && HAVE_CLK
1822-
select GPIOLIB
1823-
select MFD_CORE
1824-
select MFD_TMIO
1825-
help
1826-
Support for Toshiba Mobile IO Controller TC6393XB
1827-
18281790
config MFD_TQMX86
18291791
tristate "TQ-Systems IO controller TQMX86"
18301792
select MFD_CORE

drivers/mfd/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ obj-$(CONFIG_MFD_88PM800) += 88pm800.o 88pm80x.o
99
obj-$(CONFIG_MFD_88PM805) += 88pm805.o 88pm80x.o
1010
obj-$(CONFIG_MFD_ACT8945A) += act8945a.o
1111
obj-$(CONFIG_MFD_SM501) += sm501.o
12-
obj-$(CONFIG_MFD_ASIC3) += asic3.o tmio_core.o
1312
obj-$(CONFIG_ARCH_BCM2835) += bcm2835-pm.o
1413
obj-$(CONFIG_MFD_BCM590XX) += bcm590xx.o
1514
obj-$(CONFIG_MFD_BD9571MWV) += bd9571mwv.o
@@ -30,9 +29,6 @@ obj-$(CONFIG_STMPE_I2C) += stmpe-i2c.o
3029
obj-$(CONFIG_STMPE_SPI) += stmpe-spi.o
3130
obj-$(CONFIG_MFD_SUN6I_PRCM) += sun6i-prcm.o
3231
obj-$(CONFIG_MFD_TC3589X) += tc3589x.o
33-
obj-$(CONFIG_MFD_T7L66XB) += t7l66xb.o tmio_core.o
34-
obj-$(CONFIG_MFD_TC6387XB) += tc6387xb.o tmio_core.o
35-
obj-$(CONFIG_MFD_TC6393XB) += tc6393xb.o tmio_core.o
3632
obj-$(CONFIG_MFD_TQMX86) += tqmx86.o
3733

3834
obj-$(CONFIG_MFD_LOCHNAGAR) += lochnagar-i2c.o

0 commit comments

Comments
 (0)