summaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/files/drivers
Commit message (Collapse)AuthorAgeFilesLines
* change the way ./files* and the generic kernel files are applied. ./files ↵nbd2008-10-188-2639/+0
| | | | | | now applies to *ALL* kernel versions, and is copied along with ./files-* - this gets rid of quite a bit of redundancy in the extra kernel drivers. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13010 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the CF serial number byteswapping (#3133)florian2008-07-151-2/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* GPIO code updates, make the cf-mips driver compile against this gpio versionflorian2008-04-072-20/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* watchdog driver for RB 532nbd2007-12-241-0/+240
| | | | | | | | | | | | | Here is the driver for the hardware watchdog timer integrated in RB 532 (as part of the SoC IDT 79RC32434). File include/asm-mips/rc32434/integ.h is taken from Mikrotik RB 532 kernel patch. Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9896 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix tx stats (#2705)florian2007-11-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove the old rbmipsnand driver, we now use the plat_nand driverflorian2007-10-081-219/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix rb535 revision 5 detectionflorian2007-09-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9008 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵nbd2007-09-068-0/+2614
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73