summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/files
Commit message (Collapse)AuthorAgeFilesLines
* atheros: in later kernels, vlan 0 no longer works as expected, switch to ↵Felix Fietkau2009-03-221-3/+5
| | | | | | (1,2) instead of (0,1) for lan/wan SVN-Revision: 14981
* mvswitch,adm6996: use phy fixups instead of a nonstandard patch for hardware ↵Felix Fietkau2009-03-222-52/+40
| | | | | | detection SVN-Revision: 14977
* generic-2.6: make MyLoader parser compatible with the old partition tablesGabor Juhos2009-01-231-2/+2
| | | | SVN-Revision: 14155
* move linux/switch.h to generic files/ instead of the kernel version specific ↵Felix Fietkau2008-12-151-0/+168
| | | | | | directories SVN-Revision: 13649
* add NP25G and WP543 board idGabor Juhos2008-11-221-0/+4
| | | | SVN-Revision: 13316
* ocf: move all stuff into files, and fix build error on .25Gabor Juhos2008-11-1948-0/+25229
| | | | SVN-Revision: 13288
* move MyLoader partition parser into generic files, will be used on ar71xxGabor Juhos2008-11-171-0/+178
| | | | SVN-Revision: 13256
* move MyLoader stuff into generic files, will be used on adm5120Gabor Juhos2008-11-173-0/+184
| | | | SVN-Revision: 13254
* improve routing/nat performance for devices using the marvell 88e6060 switchFelix Fietkau2008-10-281-0/+1
| | | | SVN-Revision: 13060
* remove more redundant files and clone files-2.6.23 for 2.6.24 - fixes rdc ↵Felix Fietkau2008-10-2233-0/+14892
| | | | | | build errors SVN-Revision: 13022
* change the way ./files* and the generic kernel files are applied. ./files ↵Felix Fietkau2008-10-1863-22659/+872
| | | | | | 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. SVN-Revision: 13010
* make gpio_dev compatible with GPIOLIB & GPIO_SYSFS (closes #4016)Gabor Juhos2008-10-051-3/+3
| | | | SVN-Revision: 12864
* modules/gpio_dev: move to drivers/char/ on older kernels as well, and create ↵Gabor Juhos2008-08-053-16/+0
| | | | | | a package for it SVN-Revision: 12133
* makes ledtrignetdev work on .26 and fix whitespacesJohn Crispin2008-08-041-56/+70
| | | | SVN-Revision: 12090
* add missing defines for mvswitchFelix Fietkau2008-07-211-1/+15
| | | | SVN-Revision: 11895
* some more mvswitch fixes: - initialize the vlan destination map properly - ↵Felix Fietkau2008-07-191-27/+54
| | | | | | workaround for moving node bug: clear the ATU database on every PHY poll SVN-Revision: 11881
* add extra safety for the packet mangling in the mvswitch driverFelix Fietkau2008-07-191-1/+1
| | | | SVN-Revision: 11880
* generic-2.6: revert yaffs changes [11378], the new code is not working ↵Gabor Juhos2008-06-1022-662/+989
| | | | | | correctly on RouterBoards SVN-Revision: 11427
* set marvell switch ATU ageing time to minimum instead of maximum - hopefully ↵Felix Fietkau2008-06-092-1/+3
| | | | | | fixes some fonera 2.0 ethernet issues SVN-Revision: 11410
* generic-2.6: sync yaffs code with the official CVS treeGabor Juhos2008-06-0622-989/+662
| | | | SVN-Revision: 11378
* nuke trailing whitespaces in the yaffs codeGabor Juhos2008-05-2828-635/+635
| | | | SVN-Revision: 11277
* Remove bogus zero-length ohci-ssb.c in generic-2.6/filesPeter Denison2008-05-181-0/+0
| | | | SVN-Revision: 11190
* enable a different pseudo-vlan mode in the marvell switch (uses a ↵Felix Fietkau2008-04-292-23/+85
| | | | | | proprietary header instead of a proprietary trailer) - fixes some mtu issues SVN-Revision: 10975
* allow bigger packets in the marvell switch (does not fix the mtu problems yet)Felix Fietkau2008-04-281-0/+6
| | | | SVN-Revision: 10970
* fix vlan mapping for cpu port on the marvell switchFelix Fietkau2008-04-241-2/+2
| | | | SVN-Revision: 10934
* clear VLANTunnel bit on the marvell switch ports - should help with some ↵Felix Fietkau2008-04-231-1/+0
| | | | | | bridging issues SVN-Revision: 10931
* Add support for the ultra-crappy Marvell 88E6060, which is used in Fonera+ ↵Felix Fietkau2008-04-202-0/+509
| | | | | | and the upcoming Fonera 2.0 SVN-Revision: 10876
* Add stub driver for ADM6996F switches (configured through MII) The driver ↵Felix Fietkau2008-04-202-0/+275
| | | | | | currently uses a hardcoded VLAN mapping and has no configuration yet Tested on Accton MR3202a SVN-Revision: 10869
* move spi_gpio driver into the kernel, clean-up SPI modulesGabor Juhos2008-04-152-0/+295
| | | | SVN-Revision: 10844
* modules/gpio-buttons: fix build error on older kernelsGabor Juhos2008-04-081-13/+16
| | | | SVN-Revision: 10771
* ssb-mips: Fix IRQ routing on the MIPS core.Michael Büsch2008-04-081-6/+7
| | | | SVN-Revision: 10770
* add a polled GPIO buttons input driverGabor Juhos2008-04-072-0/+241
| | | | SVN-Revision: 10766
* GPIODEV: Fix open-count race condition.Michael Büsch2008-03-191-7/+14
| | | | SVN-Revision: 10625
* add new led trigger for network traffic, fixes #2776John Crispin2008-03-071-0/+437
| | | | SVN-Revision: 10566
* ssb: Update to latest upstream version of ssb.Michael Büsch2008-02-198-242/+371
| | | | SVN-Revision: 10490
* b43: Make probing of NPHY devices possible.Michael Büsch2008-02-181-0/+2
| | | | SVN-Revision: 10487
* "default-on" LED TriggerFelix Fietkau2008-02-021-0/+45
| | | | | | | | | | | | The current LED subsystem always initialises LEDs in the OFF state. This is fine for most LEDs but some should be on right from boot (e.g. POWER LED). Following some discussion with the LED subsystem maintainers, a trigger was recommended as the best way to implement this functionality. Here is a patch to add a new trigger "default-on" which will initialise an LED in the ON state. It is not compiled by default. Particular thanks to Rod Whitby for all his help with this. Signed-off-by: Nick Forbes <nick.forbes@incepta.com> SVN-Revision: 10348
* add userspace tool for gpio_devJohn Crispin2008-01-261-2/+2
| | | | SVN-Revision: 10267
* add missing header fileJohn Crispin2008-01-261-0/+11
| | | | SVN-Revision: 10265
* remove binary fileJohn Crispin2008-01-262-372/+0
| | | | SVN-Revision: 10262
* add generic gpio char dev for CONFIG_GENERIC_GPIO archsJohn Crispin2008-01-265-0/+582
| | | | SVN-Revision: 10261
* LED driver for PCEngines ALIX boardsFelix Fietkau2007-12-141-0/+172
| | | | | | | | | | | | | This patch adds a driver for the three LEDs that exists on the PCEngines ALIX 2 and 3 series boards. The driver is also added to the Alix profile. Signed-off-by: Petr Liebman <petrliebman@gmail.com> -- SVN-Revision: 9748
* Forgot removing that file while applying patch from #2757Florian Fainelli2007-12-091-254/+0
| | | | SVN-Revision: 9690
* make morse LED trigger available as a package, and fix it to compile with 2.6.23Gabor Juhos2007-10-201-22/+93
| | | | SVN-Revision: 9363
* sync ssb with upstreamFelix Fietkau2007-10-1418-356/+797
| | | | SVN-Revision: 9302
* back out change to generic-2.6/files/ and update 310-ssb_pcicore_fixes.patch ↵Felix Fietkau2007-10-131-9/+3
| | | | | | for 2.6.23 SVN-Revision: 9281
* add patches for 2.6.23 on brcm47xx (not enabled yet)Felix Fietkau2007-10-131-3/+9
| | | | SVN-Revision: 9279
* update yaffs2 to compile with 2.6.23Gabor Juhos2007-10-112-8/+30
| | | | SVN-Revision: 9257
* restore CVS Id strings for yaffs code, remove svn:keywords propertiesGabor Juhos2007-10-109-9/+9
| | | | SVN-Revision: 9250
* dissect yaffs patchGabor Juhos2007-10-1033-0/+14870
| | | | SVN-Revision: 9249