summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/files/drivers
Commit message (Collapse)AuthorAgeFilesLines
* 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-282-10/+20
| | | | 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-201-7/+40
| | | | | | 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-201-9/+9
| | | | 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
* 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
* [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
* 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
* change the way ./files* and the generic kernel files are applied. ./files ↵nbd2008-10-1821-6155/+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
* 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
* 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-151-0/+242
| | | | 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-071-0/+206
| | | | 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-196-170/+254
| | | | 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
* 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-1412-297/+691
| | | | 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
* 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-0112-0/+4243
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7844 3c298f89-4303-0410-b956-a3cf2f4a3e73