summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/files
Commit message (Collapse)AuthorAgeFilesLines
* some more mvswitch fixes:nbd2008-07-191-27/+54
| | | | | | | | - initialize the vlan destination map properly - workaround for moving node bug: clear the ATU database on every PHY poll git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add extra safety for the packet mangling in the mvswitch drivernbd2008-07-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11880 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.6: revert yaffs changes [11378], the new code is not ↵juhosg2008-06-1022-662/+989
| | | | | | working correctly on RouterBoards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11427 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set marvell switch ATU ageing time to minimum instead of maximum - hopefully ↵nbd2008-06-092-1/+3
| | | | | | fixes some fonera 2.0 ethernet issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11410 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.6: sync yaffs code with the official CVS treejuhosg2008-06-0622-989/+662
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] nuke trailing whitespaces in the yaffs codejuhosg2008-05-2828-635/+635
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11277 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove bogus zero-length ohci-ssb.c in generic-2.6/filesnoz2008-05-181-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable a different pseudo-vlan mode in the marvell switch (uses a ↵nbd2008-04-292-23/+85
| | | | | | proprietary header instead of a proprietary trailer) - fixes some mtu issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10975 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow bigger packets in the marvell switch (does not fix the mtu problems yet)nbd2008-04-281-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10970 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix vlan mapping for cpu port on the marvell switchnbd2008-04-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clear VLANTunnel bit on the marvell switch ports - should help with some ↵nbd2008-04-231-1/+0
| | | | | | bridging issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for the ultra-crappy Marvell 88E6060, which is used in Fonera+ ↵nbd2008-04-202-0/+509
| | | | | | and the upcoming Fonera 2.0 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10876 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add stub driver for ADM6996F switches (configured through MII)nbd2008-04-202-0/+275
| | | | | | | | The driver currently uses a hardcoded VLAN mapping and has no configuration yet Tested on Accton MR3202a git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] move spi_gpio driver into the kernel, clean-up SPI modulesjuhosg2008-04-152-0/+295
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] modules/gpio-buttons: fix build error on older kernelsjuhosg2008-04-081-13/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10771 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ssb-mips: Fix IRQ routing on the MIPS core.mb2008-04-081-6/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10770 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add a polled GPIO buttons input driverjuhosg2008-04-072-0/+241
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10766 3c298f89-4303-0410-b956-a3cf2f4a3e73
* GPIODEV: Fix open-count race condition.mb2008-03-191-7/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10625 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add new led trigger for network traffic, fixes #2776blogic2008-03-071-0/+437
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ssb: Update to latest upstream version of ssb.mb2008-02-198-242/+371
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b43: Make probing of NPHY devices possible.mb2008-02-181-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10487 3c298f89-4303-0410-b956-a3cf2f4a3e73
* "default-on" LED Triggernbd2008-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add userspace tool for gpio_devblogic2008-01-261-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing header fileblogic2008-01-261-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10265 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove binary fileblogic2008-01-262-372/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10262 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add generic gpio char dev for CONFIG_GENERIC_GPIO archsblogic2008-01-265-0/+582
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10261 3c298f89-4303-0410-b956-a3cf2f4a3e73
* LED driver for PCEngines ALIX boardsnbd2007-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> -- git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9748 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Forgot removing that file while applying patch from #2757florian2007-12-091-254/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make morse LED trigger available as a package, and fix it to compile with 2.6.23juhosg2007-10-201-22/+93
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync ssb with upstreamnbd2007-10-1418-356/+797
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* back out change to generic-2.6/files/ and update 310-ssb_pcicore_fixes.patch ↵nbd2007-10-131-9/+3
| | | | | | for 2.6.23 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9281 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add patches for 2.6.23 on brcm47xx (not enabled yet)nbd2007-10-131-3/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9279 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update yaffs2 to compile with 2.6.23juhosg2007-10-112-8/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9257 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] restore CVS Id strings for yaffs code, remove svn:keywords propertiesjuhosg2007-10-109-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9250 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] dissect yaffs patchjuhosg2007-10-1033-0/+14870
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing file from [9055]juhosg2007-09-281-0/+294
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9056 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move SSB out of brcm47xx target into generic-2.6 targetnoz2007-07-0118-0/+5664
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* forgot a file in [7158]mbm2007-05-101-93/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7161 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Limit the number of hotplug childrensflorian2007-04-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6804 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke mdev and replace it with hotplug2 :)nbd2007-03-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* R.I.P. devfskaloz2007-03-031-2/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6478 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add devpts mountsgroz2006-08-201-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update init to use /etc/banner for presence test, remove postinitgroz2006-08-182-9/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* File I forgotgroz2006-08-181-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4600 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Flesh out early userspace for initramfs to allow booting from mediagroz2006-08-181-2/+79
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove old junknbd2006-06-151-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make ramdisk support generic, some cleanupsnbd2006-06-072-0/+7
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3911 3c298f89-4303-0410-b956-a3cf2f4a3e73