]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: BCM47XX: Prepare support for GPIO buttons
authorRafał Miłecki <zajec5@gmail.com>
Tue, 14 Jan 2014 11:36:29 +0000 (12:36 +0100)
committerJohn Crispin <blogic@openwrt.org>
Tue, 14 Jan 2014 20:39:50 +0000 (21:39 +0100)
commitdb780310ed489dc8386c937231ec52294295c431
treea9de29182fcbab8260a57bcd892d1014e24f325c
parentdc8db0fd9f9f62efbb64a39e3a60784e16d8bb10
MIPS: BCM47XX: Prepare support for GPIO buttons

So far this adds support for one Netgear model only, but it's designed
and ready to add many more device. We could hopefully import database
from OpenWrt.
Support for SSB is currently disabled, because SSB doesn't implement IRQ
domain yet.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6300/
arch/mips/bcm47xx/Makefile
arch/mips/bcm47xx/bcm47xx_private.h
arch/mips/bcm47xx/buttons.c [new file with mode: 0644]
arch/mips/bcm47xx/setup.c