summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/files
Commit message (Collapse)AuthorAgeFilesLines
* deduplicate kernel source files from 2.6.30-2.6.32 by moving them to generic ↵nbd2009-12-258-0/+1334
| | | | | | files/ git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18927 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtl8306: manage the wan port as a separate phy device with proper link ↵nbd2009-12-091-27/+89
| | | | | | status reading and autonegotiation - the genphy driver does not handle it properly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18709 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: make the rtl8306 switch attach to eth0 instead of eth1 on the ↵nbd2009-12-081-0/+3
| | | | | | wrt160nl, fixes wan port detection (#6309) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18699 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix link status detection in various switch driversnbd2009-12-084-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18698 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the updated version (for 2.6.30+) of ar8216/mvswitch to the generic ↵nbd2009-09-162-19/+27
| | | | | | files directory and remove patches for older kernel versions (no longer in use) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17594 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a driver for rtl8306 switchesnbd2009-08-141-0/+993
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17248 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar8216: rename the vlan attribute to enable_vlan to keep it consistent with ↵nbd2009-07-111-1/+1
| | | | | | other drivers git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16770 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar8216: fix transmission of large frames by setting the switch mtunbd2009-06-292-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar8216: add delay for page switching to work around register setting ↵nbd2009-06-142-5/+123
| | | | | | corruption. use packet mangling to fix up the vlan for incoming packets (workaround for hardware bug, which renders normal 802.1q support unusable) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16442 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a crash in ip175c attribute enumerationnbd2009-04-301-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15506 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a driver for Atheros AR8216 switchesnbd2009-04-292-0/+675
| | | | | | Thanks to Vertical Communications, Inc. for providing access to the documentation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: add a generic switch reset callnbd2009-04-283-10/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up the ip175c driver some more, add support for setting the pvid and ↵nbd2009-04-201-105/+91
| | | | | | fix querying the phy status git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15308 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: add a generic method for setting the port primary vlan id (used ↵nbd2009-04-202-7/+42
| | | | | | for transparently fixing up pvid for untagged port when setting vlan ports) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add IC+ IP175C driver (based on Patrick Horn's driver, see #4050)nbd2009-04-201-0/+1342
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15305 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: treat struct switch_attr as constantnbd2009-04-202-13/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: remove old debugging stuffnbd2009-04-201-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15301 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic-2.6] files/fs/yaffs2: revert changes in r15242 that break patching ↵agb2009-04-189-0/+9
| | | | | | on 2.6.28 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15248 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd2009-04-179-9/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mvswitch: re-enable header modenbd2009-04-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: in later kernels, vlan 0 no longer works as expected, switch to ↵nbd2009-03-221-3/+5
| | | | | | (1,2) instead of (0,1) for lan/wan git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14981 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mvswitch,adm6996: use phy fixups instead of a nonstandard patch for hardware ↵nbd2009-03-222-52/+40
| | | | | | detection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14977 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.6: make MyLoader parser compatible with the old partition ↵juhosg2009-01-231-2/+2
| | | | | | tables git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14155 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move linux/switch.h to generic files/ instead of the kernel version specific ↵nbd2008-12-151-0/+168
| | | | | | directories git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add NP25G and WP543 board idjuhosg2008-11-221-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] ocf: move all stuff into files, and fix build error on .25juhosg2008-11-1948-0/+25229
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] move MyLoader partition parser into generic files, will be used on ↵juhosg2008-11-171-0/+178
| | | | | | ar71xx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13256 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] move MyLoader stuff into generic files, will be used on adm5120juhosg2008-11-173-0/+184
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13254 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve routing/nat performance for devices using the marvell 88e6060 switchnbd2008-10-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13060 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove more redundant files and clone files-2.6.23 for 2.6.24 - fixes rdc ↵nbd2008-10-2233-0/+14892
| | | | | | build errors git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change the way ./files* and the generic kernel files are applied. ./files ↵nbd2008-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13010 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] make gpio_dev compatible with GPIOLIB & GPIO_SYSFS (closes #4016)juhosg2008-10-051-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] modules/gpio_dev: move to drivers/char/ on older kernels as well, ↵juhosg2008-08-053-16/+0
| | | | | | and create a package for it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* makes ledtrignetdev work on .26 and fix whitespacesblogic2008-08-041-56/+70
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing defines for mvswitchnbd2008-07-211-1/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11895 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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