aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar7240.c
Commit message (Expand)AuthorAgeFilesLines
* ar71xx: move arch specific files to files-2.6.39Gabor Juhos2012-01-221-1194/+0
* ar71xx: ag71xx: implement get_port_{link,stats} callbacksGabor Juhos2011-12-311-0/+142
* ar71xx: set a reserved bit that resets to 1 when writing the address table co...Felix Fietkau2011-12-221-0/+2
* ar71xx: ag71xx: fix switch port setup for AR934XGabor Juhos2011-12-151-11/+41
* ar71xx: ag71xx: allow to connect PHY4 to the CPU on AR934XGabor Juhos2011-12-151-3/+7
* ar71xx: ag71xx: setup switch interface mode on AR934XGabor Juhos2011-12-151-0/+19
* ar71xx: ag71xx: detect the built-in switch of the AR934X SoCsGabor Juhos2011-12-151-12/+36
* ar71xx: introduce ar71xx_switch_dataGabor Juhos2011-12-151-0/+3
* ar71xx: ag71xx: check PHY IDs before accessing the switch registersGabor Juhos2011-12-151-9/+8
* ar71xx: ag71xx: don't use port 4 of the switch, it is not connected on ar724xGabor Juhos2011-12-151-13/+25
* ar71xx: ag71xx: nuke ar7240sw_initGabor Juhos2011-12-151-6/+1
* ar71xx: ag71xx: add support for getting switch port link statusGabor Juhos2011-11-131-0/+67
* ar71xx: remove dead codeFelix Fietkau2011-11-081-15/+0
* ar71xx: on ar7240, exclude ports from their own port vlan destination maskFelix Fietkau2011-11-081-2/+1
* ar71xx: reinitialize global switch settings after reset on ar7240Felix Fietkau2011-07-201-23/+24
* ar71xx: configure address aging on ar7240Felix Fietkau2011-07-201-2/+12
* ar71xx: detect link on LAN portsMatteo Croce2011-05-171-1/+29
* ar71xx: ag71xx: make switch register access atomicGabor Juhos2011-05-081-6/+8
* ar71xx: ag71xx: fix section mismatch warningsGabor Juhos2011-05-081-1/+1
* ar71xx: only allow internal access to the ar7240 switch, export the MDIO bus ...Felix Fietkau2011-04-021-71/+91
* ar71xx: use pr_* functions in driversGabor Juhos2010-11-121-1/+1
* ar71xx: return statements does not need parenthesisGabor Juhos2010-11-121-5/+5
* ar71xx: wrap long linesGabor Juhos2010-11-121-1/+2
* ar71xx: fix whitespaces nitsGabor Juhos2010-11-121-7/+7
* ar71xx: fix more section mismatchesFelix Fietkau2010-10-211-2/+2
* ar71xx: add a new driver for the ar7240 switch using swconfig. hooks directly...Felix Fietkau2010-08-161-0/+851