linux/drivers/pinctrl/sh-pfc
Bastian Hecht 0b7d782022 ARM: shmobile: r8a7740: Migrate from INTC to GIC
With the added capabilty of the intc_irqpin driver to handle shared
external IRQs, all prerequisites are fulfilled and we are ready to
migrate completely to GIC. This includes the following steps:

- Kconfig:	select ARM_GIC and RENESAS_INTC_IRQPIN
- intc-r8a7740: Throw out all legacy INTC code and init the GIC. We need
  		to mask out all shared IRQs as it is needed by the
		shared intc_irqpin driver.
- setup-r8a7740: Add 4 irqpin devices to handle external IRQs and update
		all IRQ numbers to point to the GIC SPI.
- board-armadillo: Update all IRQ numbers to point to the GIC SPI.
- pfc-r8a7740:	Update all IRQ numbers of the GPIOs to point to the GIC
		SPI.

Signed-off-by: Bastian Hecht <hechtb+renesas@gmail.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
2013-04-02 11:02:09 +09:00
..
core.c sh-pfc: sh_pfc_probe() sizeof() fix 2013-02-16 10:58:50 +09:00
core.h sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
gpio.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
Kconfig sh-pfc: Add shx3 pinmux support 2013-01-25 09:24:28 +09:00
Makefile sh-pfc: Add shx3 pinmux support 2013-01-25 09:24:28 +09:00
pfc-r8a7740.c ARM: shmobile: r8a7740: Migrate from INTC to GIC 2013-04-02 11:02:09 +09:00
pfc-r8a7779.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pfc-sh73a0.c ARM: shmobile: INTC External IRQ pin driver on sh73a0 2013-03-18 21:26:05 +09:00
pfc-sh7203.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pfc-sh7264.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pfc-sh7269.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pfc-sh7372.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pfc-sh7720.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pfc-sh7722.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pfc-sh7723.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pfc-sh7724.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pfc-sh7734.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pfc-sh7757.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pfc-sh7785.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pfc-sh7786.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pfc-shx3.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pinctrl.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
sh_pfc.h sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00