summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers/net/ramips_esw.c
Commit message (Collapse)AuthorAgeFilesLines
* ramips: ramips_esw: add helper function to set VLAN idGabor Juhos2010-12-081-2/+17
| | | | SVN-Revision: 24337
* ramips: ramips_esw: introduce rt305x_esw_rmw{,_raw} functionGabor Juhos2010-12-081-0/+23
| | | | SVN-Revision: 24336
* ramips: ramips_esw: use rt305x_esw prefix in function namesGabor Juhos2010-12-081-33/+33
| | | | SVN-Revision: 24335
* ramips: ramips_esw: coding style cleanupGabor Juhos2010-12-081-24/+31
| | | | SVN-Revision: 24334
* ramips: ramips_esw: add defines for switch register offsetsGabor Juhos2010-12-081-24/+52
| | | | SVN-Revision: 24333
* ramips: ramips_esw: don't touch GPIO_PURPOSE registerGabor Juhos2010-12-081-20/+0
| | | | | | It must have been set by the board initialization code. SVN-Revision: 24332
* ramips: ramips_esw: convert it to be a platform driverGabor Juhos2010-12-081-7/+73
| | | | SVN-Revision: 24331
* ramips: ramips_esw: move hardware initialization into a separate functionGabor Juhos2010-12-081-8/+14
| | | | SVN-Revision: 24330
* ramips: ramips_esw: use a private structure for the functionsGabor Juhos2010-12-081-36/+43
| | | | SVN-Revision: 24329
* fixes dma hangups in ethJohn Crispin2009-10-251-0/+3
| | | | SVN-Revision: 18139
* make default llll/w vlan setup in eswJohn Crispin2009-10-241-1/+1
| | | | SVN-Revision: 18133
* adds ethernet driver, esw needs to be moved to swconfig, driver is missing ↵John Crispin2009-10-231-0/+119
rt288x support, not a platform device yet SVN-Revision: 18128