aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/files
Commit message (Collapse)AuthorAge
...
* ar71xx: add LED driver for the RB750Gabor Juhos2010-03-08
| | | | SVN-Revision: 20051
* ar71xx: add latch handling code for the RB750Gabor Juhos2010-03-08
| | | | SVN-Revision: 20050
* ar71xx: add preliminary support for the RouterBOARD 750Gabor Juhos2010-03-07
| | | | SVN-Revision: 20029
* ar71xx: rename mach-rb-4xx.c to mach-rb4xx.c, and change Kconfig symbolGabor Juhos2010-03-07
| | | | SVN-Revision: 20027
* ar71xx: don't init PCI irqs on the AR7240 if the PCIe subsystem are in resetGabor Juhos2010-03-05
| | | | SVN-Revision: 20007
* ar71xx: ag71xx: move calling ag71xx_phy_stop out from spinlockGabor Juhos2010-03-05
| | | | SVN-Revision: 20004
* ar71xx: ag71xx: move link update functionGabor Juhos2010-03-05
| | | | SVN-Revision: 20003
* ar71xx: ag71xx: don't use dev->trans_startGabor Juhos2010-03-05
| | | | SVN-Revision: 20002
* ar71xx: ag71xx: use dma_unmap_single to unmap framesGabor Juhos2010-03-05
| | | | SVN-Revision: 20001
* ar71xx: ag71xx: use correct device pointer for dma_map_singleGabor Juhos2010-03-02
| | | | SVN-Revision: 19951
* ar71xx: ag71xx: don't use virt_to_physGabor Juhos2010-03-02
| | | | SVN-Revision: 19950
* ar71xx: ag71xx: simplify register access functionsGabor Juhos2010-03-02
| | | | SVN-Revision: 19949
* ar71xx: ag71xx: use NETDEV_TX_OKGabor Juhos2010-03-02
| | | | SVN-Revision: 19948
* ar71xx: use COMMAND_LINE_SIZEGabor Juhos2010-03-02
| | | | SVN-Revision: 19947
* ar71xx: register DSA switch for the AP91 based boardsGabor Juhos2010-03-01
| | | | SVN-Revision: 19928
* ar71xx: add DSA driver for the AR7240 built-in ethernet switchGabor Juhos2010-03-01
| | | | SVN-Revision: 19927
* ar71xx: add QinQ tagging format for the DSA driverGabor Juhos2010-03-01
| | | | SVN-Revision: 19926
* ar71xx: register RTL8366RB switch on the TL-WR1043NB boardGabor Juhos2010-02-24
| | | | | | Thanks to Andrew Tarabaras. SVN-Revision: 19839
* ar71xx: fix pll value for the eth0 interface on the TL-WR1043ND boardGabor Juhos2010-02-24
| | | | | | Thanks to Andrew Tarabaras SVN-Revision: 19835
* ar71xx: enable TX/RX flow control on the AR7240Gabor Juhos2010-02-24
| | | | SVN-Revision: 19832
* ar71xx: fix mac addresses on the DIR-600 rev. A1 boardGabor Juhos2010-02-19
| | | | SVN-Revision: 19752
* ar71xx: fix wireless mac address on the TL-WR741NDGabor Juhos2010-02-19
| | | | SVN-Revision: 19751
* ar71xx: move AP91 specific ethernet initialization into a separate fileGabor Juhos2010-02-19
| | | | SVN-Revision: 19750
* ar71xx: add missing GPIO LED for the WNDR3700 boardGabor Juhos2010-02-19
| | | | | | Signed-off-by: Scott Dudley <spmsink@hotmail.com> SVN-Revision: 19744
* ar71xx: fix polarity of GPIO buttons on the WNDR3700 boardGabor Juhos2010-02-19
| | | | | | Signed-off-by: Scott Dudley <spmsink@hotmail.com> SVN-Revision: 19743
* ar71xx: fix WLAN mac address on the TL-WR1043NDGabor Juhos2010-02-10
| | | | SVN-Revision: 19573
* ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700Gabor Juhos2010-02-09
| | | | SVN-Revision: 19565
* ar71xx: add missing fields to the ar71xx-ehci driverGabor Juhos2010-02-06
| | | | SVN-Revision: 19534
* rtl8366: make it available on all platformsGabor Juhos2010-01-25
| | | | SVN-Revision: 19329
* rtl8366s: simplify mib counters handlingGabor Juhos2010-01-25
| | | | SVN-Revision: 19326
* ar71xx: merge generic machine code into setup.cGabor Juhos2010-01-25
| | | | SVN-Revision: 19325
* rtl8366_smi: move RTL8366S driver into a separate fileGabor Juhos2010-01-22
| | | | SVN-Revision: 19279
* rtl8366_smi: rename rtl8366s specific functions and definitionsGabor Juhos2010-01-22
| | | | SVN-Revision: 19278
* rtl8366_smi: move chip specific stuff into its own structGabor Juhos2010-01-22
| | | | SVN-Revision: 19277
* rtl8366_smi: separate gpio initializationGabor Juhos2010-01-22
| | | | SVN-Revision: 19276
* rtl8366_smi: store GPIO numbers directly in the rtl8366_smi structGabor Juhos2010-01-22
| | | | SVN-Revision: 19275
* rtl8366_smi: store device pointer instead of plaform_deviceGabor Juhos2010-01-22
| | | | SVN-Revision: 19274
* rtl8366_smi: rename switch attribute handlersGabor Juhos2010-01-21
| | | | SVN-Revision: 19254
* rtl8366_smi: simplify rtl8366_attr_get_port_link functionGabor Juhos2010-01-20
| | | | SVN-Revision: 19250
* rtl8366_smi: make rtl8366_phy_config_{aneg,init} staticGabor Juhos2010-01-20
| | | | SVN-Revision: 19249
* rtl8366_smi: simplify rtl8366_{get,set}_port_vlan_index functionsGabor Juhos2010-01-20
| | | | SVN-Revision: 19248
* rtl8366_smi: minor code optimalizationsGabor Juhos2010-01-20
| | | | SVN-Revision: 19247
* rtl8366_smi: coding style cleanupGabor Juhos2010-01-20
| | | | SVN-Revision: 19246
* rtl8366_smi: add Kconfig option for the debugfs stuffGabor Juhos2010-01-20
| | | | SVN-Revision: 19243
* rtl8366_smi: fix error checking in rtl8366s_set_vlan_4k_entryGabor Juhos2010-01-20
| | | | SVN-Revision: 19242
* rtl8366_smi: fix parameter checking in rtl8366_attr_get_vlan_infoGabor Juhos2010-01-20
| | | | SVN-Revision: 19241
* rtl8366_smi: fix return codes in rtl8366s_reset_vlanGabor Juhos2010-01-20
| | | | SVN-Revision: 19240
* rtl8366_smi: move variable initialization out from the loopGabor Juhos2010-01-20
| | | | SVN-Revision: 19239
* rtl8366_smi: fix port->flags calculation in rtl8366_get_portsGabor Juhos2010-01-20
| | | | SVN-Revision: 19237
* ar71xx: fix ethernet mac address on the WZR-HP-G300NHGabor Juhos2010-01-18
| | | | SVN-Revision: 19216