]> Git Repo - linux.git/commit
MIPS: Remove all the uses of custom gpio.h
authorAlban Bedel <[email protected]>
Sun, 2 Aug 2015 16:30:11 +0000 (18:30 +0200)
committerRalf Baechle <[email protected]>
Thu, 3 Sep 2015 10:08:02 +0000 (12:08 +0200)
commit832f5dacfa0bb081a3b3b979a36a132b28ffacf3
tree46943a79c18c1351840778fe3483dab4f927e523
parent1d473c2cb9fe25fc6bad30b0eb8d92e384496042
MIPS: Remove all the uses of custom gpio.h

Currently CONFIG_ARCH_HAVE_CUSTOM_GPIO_H is defined for all MIPS
machines, and each machine type provides its own gpio.h. However
only a handful really implement the GPIO API, most just forward
everythings to gpiolib.

The Alchemy machine is notable as it provides a system to allow
implementing the GPIO API at the board level. But it is not used by
any board currently supported, so it can also be removed.

For most machine types we can just remove the custom gpio.h, as well
as the custom wrappers if some exists. Some of the code found in
the wrappers must be moved to the respective GPIO driver.

A few more fixes are need in some drivers as they rely on linux/gpio.h
to provides some machine specific definitions, or used asm/gpio.h
instead of linux/gpio.h for the gpio API.

Signed-off-by: Alban Bedel <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Cc: [email protected]
Cc: Hauke Mehrtens <[email protected]>
Cc: Rafał Miłecki <[email protected]>
Cc: Bartlomiej Zolnierkiewicz <[email protected]>
Cc: Tejun Heo <[email protected]>
Cc: Alexandre Courbot <[email protected]>
Cc: Dmitry Torokhov <[email protected]>
Cc: Florian Fainelli <[email protected]>
Cc: Manuel Lauss <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: Daniel Walter <[email protected]>
Cc: Sergey Ryazanov <[email protected]>
Cc: Huacai Chen <[email protected]>
Cc: James Hartley <[email protected]>
Cc: Andrew Bresticker <[email protected]>
Cc: Paul Burton <[email protected]>
Cc: Jiri Kosina <[email protected]>
Cc: Bjorn Helgaas <[email protected]>
Cc: Wolfram Sang <[email protected]>
Cc: Randy Dunlap <[email protected]>
Cc: Varka Bhadram <[email protected]>
Cc: Masanari Iida <[email protected]>
Cc: Tomi Valkeinen <[email protected]>
Cc: Michael Buesch <[email protected]>
Cc: abdoulaye berthe <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/10828/
Signed-off-by: Ralf Baechle <[email protected]>
37 files changed:
arch/mips/Kconfig
arch/mips/alchemy/Kconfig
arch/mips/alchemy/board-gpr.c
arch/mips/alchemy/board-mtx1.c
arch/mips/alchemy/common/Makefile
arch/mips/alchemy/devboards/db1000.c
arch/mips/alchemy/devboards/db1300.c
arch/mips/alchemy/devboards/db1550.c
arch/mips/alchemy/devboards/pm.c
arch/mips/ar7/gpio.c
arch/mips/ar7/platform.c
arch/mips/ar7/setup.c
arch/mips/include/asm/gpio.h [deleted file]
arch/mips/include/asm/mach-ar7/ar7.h
arch/mips/include/asm/mach-ar7/gpio.h [deleted file]
arch/mips/include/asm/mach-ath25/gpio.h [deleted file]
arch/mips/include/asm/mach-ath79/gpio.h [deleted file]
arch/mips/include/asm/mach-au1x00/gpio-au1000.h
arch/mips/include/asm/mach-au1x00/gpio.h [deleted file]
arch/mips/include/asm/mach-bcm47xx/gpio.h [deleted file]
arch/mips/include/asm/mach-bcm63xx/gpio.h [deleted file]
arch/mips/include/asm/mach-cavium-octeon/gpio.h [deleted file]
arch/mips/include/asm/mach-generic/gpio.h [deleted file]
arch/mips/include/asm/mach-jz4740/gpio.h
arch/mips/include/asm/mach-lantiq/gpio.h [deleted file]
arch/mips/include/asm/mach-loongson64/gpio.h [deleted file]
arch/mips/include/asm/mach-pistachio/gpio.h [deleted file]
arch/mips/include/asm/mach-rc32434/gpio.h
arch/mips/jz4740/gpio.c
arch/mips/pci/pci-lantiq.c
arch/mips/rb532/devices.c
arch/mips/rb532/gpio.c
arch/mips/txx9/generic/setup.c
drivers/ata/pata_rb532_cf.c
drivers/gpio/gpio-ath79.c
drivers/input/misc/rb532_button.c
drivers/net/ethernet/ti/cpmac.c
This page took 0.124025 seconds and 4 git commands to generate.