aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/au1000/patches/017-gpio-dir.patch
Commit message (Collapse)AuthorAgeFilesLines
* nuke obsolete kernel stuffFelix Fietkau2009-03-141-20/+0
| | | | SVN-Revision: 14875
* update to 2.6.25.19, and refresh patchesGabor Juhos2008-11-071-2/+2
| | | | SVN-Revision: 13137
* update to 2.6.26.5 and 2.6.25.17Gabor Juhos2008-09-261-2/+2
| | | | SVN-Revision: 12718
* au1000: fix gpio outputFlorian Fainelli2008-09-091-0/+20
when setting the output state of one GPIO pin we have to keep the state of the other pins, hence use binary OR. also gpio_direction_output() wants to set an initial value, so add that too. this fixes a problem with the USB power switch on mtx-1 boards. (#3974) Signed-off-by: Bruno Randolf <br1@einfach.org> SVN-Revision: 12561