2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-25 21:54:06 +08:00
linux-next/arch/arm/mach-s5p64x0
Linus Walleij ab275b132a ARM: s5p: cut the custom ARCH_NR_GPIOS definition
The number of GPIOs defined for the different S5P platforms using
the tricky #define macros are actually as follows:

S5P64x0: 180 GPIOs
S5PC100: 115 GPIOs
S5PV210: 252 GPIOs

The include file <asm-generic/gpio.h> will automatically bump us
to 256 GPIOs which is a nice default value that happens to encompass
all the S5P platform requirements under its roof.

Cut ARCH_NR_GPIOS and the custom spacing macro for extra GPIOs
that is not used anywhere in the kernel.

Acked-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2014-06-30 21:37:13 +02:00
..
include/mach ARM: s5p: cut the custom ARCH_NR_GPIOS definition 2014-06-30 21:37:13 +02:00
clock-s5p6440.c ARM: SAMSUNG: Remove pwm-clock infrastructure 2013-08-12 21:53:24 +02:00
clock-s5p6450.c ARM: SAMSUNG: Remove pwm-clock infrastructure 2013-08-12 21:53:24 +02:00
clock.c ARM: S5P64X0: use static declaration when it is not used in other files 2012-01-21 13:06:10 +09:00
clock.h ARM: S5P64X0: move s5p64x0-clock.h into local directory 2013-01-10 10:45:17 -08:00
common.c ARM: SoC: cleanups for 3.15 2014-04-05 13:51:19 -07:00
common.h ARM: s5p64x0: fix building with only one soc type 2014-03-21 18:26:18 +01:00
dev-audio.c ARM: S5P64X0: Add I2S clkdev support 2012-12-19 09:49:29 -08:00
dma.c ARM: S5P64X0: Remove unused variable in dma.c file 2012-06-20 09:14:37 +09:00
i2c.h ARM: S5P64X0: move i2c.h into local directory 2013-01-10 10:45:16 -08:00
irq-pm.c ARM: SoC: cleanups for 3.15 2014-04-05 13:51:19 -07:00
Kconfig ARM: samsung: make SAMSUNG_DMADEV optional 2014-06-17 17:09:37 +02:00
mach-smdk6440.c ARM: SAMSUNG: Replace inclusion of plat/regs-serial.h header file 2014-02-14 10:35:00 +09:00
mach-smdk6450.c ARM: SAMSUNG: Replace inclusion of plat/regs-serial.h header file 2014-02-14 10:35:00 +09:00
Makefile Merge branch 'samsung/cleanup' into samsung/driver 2012-01-09 16:14:07 +00:00
Makefile.boot ARM: 7022/1: allow to detect conflicting zreladdrs 2011-10-17 09:12:40 +01:00
pm.c ARM: SAMSUNG: Save UART DIVSLOT register based on SoC type 2014-03-21 04:05:57 +09:00
setup-fb-24bpp.c ARM: S5P64X0: Add GPIO setup for LCD 2011-10-04 19:00:53 +09:00
setup-i2c0.c ARM: S5P64X0: move i2c.h into local directory 2013-01-10 10:45:16 -08:00
setup-i2c1.c ARM: S5P64X0: move i2c.h into local directory 2013-01-10 10:45:16 -08:00
setup-sdhci-gpio.c ARM: S5P64X0: Add HSMMC setup for host Controller 2011-12-26 16:30:43 +09:00
setup-spi.c ARM: SAMSUNG: Remove pdev pointer parameter from spi gpio setup functions 2012-07-13 15:23:46 +09:00