summaryrefslogtreecommitdiffstats
path: root/package/broadcom-diag/src/gpio.h
Commit message (Collapse)AuthorAgeFilesLines
* packages: clean up the package folderJohn Crispin2013-06-211-22/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
* broadcom-diag: support for the WNDR3700v3Hauke Mehrtens2013-04-281-0/+6
| | | | | | | | | | | | | | I recently picked up a WNDR3700 to put OpenWRT on, and only after tearing into the box did I find it was one of the v3 boards, with poor OpenWRT support. This patch should add the board detection and LED/button control to the broadcom-diag module, and should generate a netgear .chk image that the bootloader and stock firmware will accept. The changes to the broadcom-diag module are more than a few lines because the WNDR3700v3 is driving its LEDs through an HC164 8-bit shift register. Signed-off-by: Owen Kirby <osk@exegin.com> SVN-Revision: 36482
* brcm47xx: use libgpio instaed of implementing the gpio interface ourself.Hauke Mehrtens2012-08-041-153/+0
| | | | SVN-Revision: 32992
* broadcom-diag: add missing break into switch case statement.Hauke Mehrtens2012-04-281-0/+2
| | | | SVN-Revision: 31506
* broadcom-diag: add support for bcmaHauke Mehrtens2011-08-041-5/+118
| | | | SVN-Revision: 27905
* brcm47xx: add initial support for devices with bcma bus.Hauke Mehrtens2011-06-281-109/+6
| | | | | | Ethernet and wifi are not working and this is highly experimental. SVN-Revision: 27301
* fix broadcom-diag on linux 2.6.28 (#4633)Felix Fietkau2009-02-221-4/+2
| | | | SVN-Revision: 14618
* add initial 2.6.28 support for brcm47xx targetFelix Fietkau2009-01-061-0/+2
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 13909
* Stopgap compilation fixes for diag and switch under 2.6.25Peter Denison2008-05-201-0/+9
| | | | SVN-Revision: 11231
* ssb: Make the GPIO API reentrancy safe.Michael Büsch2008-02-191-22/+7
| | | | SVN-Revision: 10496
* ssb: Update the GPIO APIMichael Büsch2008-02-191-1/+10
| | | | SVN-Revision: 10495
* fix failsafe on broadcom, send netlink events in diag when running linux 2.6Felix Fietkau2007-06-251-4/+6
| | | | SVN-Revision: 7722
* fix gpio interrupts on broadcom (thanks, jpcass)Felix Fietkau2007-05-041-1/+2
| | | | SVN-Revision: 7090
* add diag and switch support for brcm47xx-2.6Felix Fietkau2007-03-141-9/+82
| | | | SVN-Revision: 6562
* forward port diag changes from whiterussian, add extra abstraction for the ↵Felix Fietkau2006-11-091-0/+78
gpio stuff SVN-Revision: 5478