64 Commits (7c966b8a3271a9312292094671dfcb7c08ec61c7)

Author SHA1 Message Date
Gabor Juhos f1509eaf8c kernel: add driver for the RTL8366RB switch 15 years ago
Gabor Juhos e251cd15c9 kernel: fix typos in the AR8216 header file 15 years ago
Gabor Juhos c253898e89 rtl8366_smi: sanitize gpio values to a 0/1 boolean 15 years ago
Gabor Juhos 6bfdc7c998 rtl8366s: reset the chip early, this allows ethernet to work as soon as possible 15 years ago
Gabor Juhos 49c4df5487 rtl8366: make it available on all platforms 15 years ago
Gabor Juhos 21742847bd kernel: change debounce logic in the gpio-buttons driver 15 years ago
Felix Fietkau 2d61e4c580 deduplicate kernel source files from 2.6.30-2.6.32 by moving them to generic files/ 15 years ago
Felix Fietkau 2bff4bf4e5 rtl8306: manage the wan port as a separate phy device with proper link status reading and autonegotiation - the genphy driver does not handle it properly 15 years ago
Felix Fietkau ddc2e2270b ar71xx: make the rtl8306 switch attach to eth0 instead of eth1 on the wrt160nl, fixes wan port detection (#6309) 15 years ago
Felix Fietkau df35ee622f fix link status detection in various switch drivers 15 years ago
Felix Fietkau 30e635c55b move the updated version (for 2.6.30+) of ar8216/mvswitch to the generic files directory and remove patches for older kernel versions (no longer in use) 15 years ago
Felix Fietkau 6e28b28c5e add a driver for rtl8306 switches 15 years ago
Felix Fietkau 3e7d58574f ar8216: rename the vlan attribute to enable_vlan to keep it consistent with other drivers 15 years ago
Felix Fietkau 3455f00d7a ar8216: fix transmission of large frames by setting the switch mtu 15 years ago
Felix Fietkau c1918c778c ar8216: add delay for page switching to work around register setting corruption. use packet mangling to fix up the vlan for incoming packets (workaround for hardware bug, which renders normal 802.1q support unusable) 15 years ago
Felix Fietkau 4e12c9d210 fix a crash in ip175c attribute enumeration 16 years ago
Felix Fietkau a523450678 Add a driver for Atheros AR8216 switches Thanks to Vertical Communications, Inc. for providing access to the documentation 16 years ago
Felix Fietkau 8ec2ad91ad swconfig: add a generic switch reset call 16 years ago
Felix Fietkau 3fce73ce46 clean up the ip175c driver some more, add support for setting the pvid and fix querying the phy status 16 years ago
Felix Fietkau f6f55bae7d swconfig: add a generic method for setting the port primary vlan id (used for transparently fixing up pvid for untagged port when setting vlan ports) 16 years ago
Felix Fietkau 4320a28228 add IC+ IP175C driver (based on Patrick Horn's driver, see #4050) 16 years ago
Felix Fietkau 787e9fcf93 swconfig: treat struct switch_attr as constant 16 years ago
Felix Fietkau cd80e16a80 swconfig: remove old debugging stuff 16 years ago
Felix Fietkau 1929c7511c mvswitch: re-enable header mode 16 years ago
Felix Fietkau bfa8064ccd atheros: in later kernels, vlan 0 no longer works as expected, switch to (1,2) instead of (0,1) for lan/wan 16 years ago
Felix Fietkau f972eb41b5 mvswitch,adm6996: use phy fixups instead of a nonstandard patch for hardware detection 16 years ago
Gabor Juhos 404fa66215 generic-2.6: make MyLoader parser compatible with the old partition tables 16 years ago
Gabor Juhos 442db57b96 move MyLoader partition parser into generic files, will be used on ar71xx 16 years ago
Felix Fietkau d1b986bd54 improve routing/nat performance for devices using the marvell 88e6060 switch 16 years ago
Felix Fietkau 1e570a9288 change the way ./files* and the generic kernel files are applied. ./files 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. 16 years ago
Gabor Juhos 5d46bb5efc make gpio_dev compatible with GPIOLIB & GPIO_SYSFS (closes #4016) 16 years ago
Gabor Juhos 3527e7a649 modules/gpio_dev: move to drivers/char/ on older kernels as well, and create a package for it 16 years ago
John Crispin a641792a78 makes ledtrignetdev work on .26 and fix whitespaces 16 years ago
Felix Fietkau c7150f281c add missing defines for mvswitch 16 years ago
Felix Fietkau 3ad51a1c33 some more mvswitch fixes: - initialize the vlan destination map properly - workaround for moving node bug: clear the ATU database on every PHY poll 16 years ago
Felix Fietkau 87e673487a add extra safety for the packet mangling in the mvswitch driver 16 years ago
Felix Fietkau b014357704 set marvell switch ATU ageing time to minimum instead of maximum - hopefully fixes some fonera 2.0 ethernet issues 17 years ago
Peter Denison 3b7d3cf074 Remove bogus zero-length ohci-ssb.c in generic-2.6/files 17 years ago
Felix Fietkau 9e0ee80132 enable a different pseudo-vlan mode in the marvell switch (uses a proprietary header instead of a proprietary trailer) - fixes some mtu issues 17 years ago
Felix Fietkau c3fcb26d47 allow bigger packets in the marvell switch (does not fix the mtu problems yet) 17 years ago
Felix Fietkau 86bbc820d5 fix vlan mapping for cpu port on the marvell switch 17 years ago
Felix Fietkau 69999abeda clear VLANTunnel bit on the marvell switch ports - should help with some bridging issues 17 years ago
Felix Fietkau 11d94ce083 Add support for the ultra-crappy Marvell 88E6060, which is used in Fonera+ and the upcoming Fonera 2.0 17 years ago
Felix Fietkau a323a7bf2a Add stub driver for ADM6996F switches (configured through MII) The driver currently uses a hardcoded VLAN mapping and has no configuration yet Tested on Accton MR3202a 17 years ago
Gabor Juhos 67fd9d7fba move spi_gpio driver into the kernel, clean-up SPI modules 17 years ago
Gabor Juhos 832ba73685 modules/gpio-buttons: fix build error on older kernels 17 years ago
Michael Büsch 2e8af76a60 ssb-mips: Fix IRQ routing on the MIPS core. 17 years ago
Gabor Juhos 5798590c7c add a polled GPIO buttons input driver 17 years ago
Michael Büsch 68523387b3 GPIODEV: Fix open-count race condition. 17 years ago
John Crispin 9e6b3d16de add new led trigger for network traffic, fixes #2776 17 years ago