]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Lantiq: Add more gpio drivers
authorJohn Crispin <blogic@openwrt.org>
Wed, 30 Mar 2011 07:27:56 +0000 (09:27 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 19 May 2011 08:55:42 +0000 (09:55 +0100)
commit6bdd49d672a07eafe3a9e128fe29e598837c682a
tree4ed9694e9ba845603b89ed6347571005c894d8bc
parent469b798b68b253d7ac2d9aaec9f7a7e9b81c029d
MIPS: Lantiq: Add more gpio drivers

The XWAY family allows to extend the number of gpios by using shift
registers or latches. This patch adds the 2 drivers needed for this. The
extended gpios are output only.

[ralf@linux-mips.org: Fixed ltq_stp_probe section() attributes.]

Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Ralph Hempel <ralph.hempel@lantiq.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2258/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lantiq/xway/Makefile
arch/mips/lantiq/xway/gpio_ebu.c [new file with mode: 0644]
arch/mips/lantiq/xway/gpio_stp.c [new file with mode: 0644]