aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/include
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: add LED driver NU801John Crispin2015-12-111-0/+38
| | | | | | | | | The MR18 uses a 3-channel 16-bit PWM Constant Current Driver for its status LED. Signed-off-by: Chris R Blake <chrisrblake93@gmail.com> SVN-Revision: 47848
* ar71xx: ar934x-nfc: allow ECC to be configured in software BCH modeFelix Fietkau2015-06-181-0/+1
| | | | | | | | | Some devices ship with NAND images that use BCH ECC. Let the driver know about that ECC mode so that it can be selected by machine files. Signed-off-by: Thomas Hebb <tommyhebb@gmail.com> SVN-Revision: 46022
* ar71xx: rb91x-nand: rewrite to use GPIO APIGabor Juhos2014-02-231-0/+16
| | | | | | | | | Rewrite tha rb91x-nand driver to use GPIO API to modify the NAND control lines. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39700
* ar71xx: add a generic GPIO latch driverGabor Juhos2014-02-221-0/+14
| | | | | | | | It will be used for the Mikrotik boards. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39697
* ar71xx: ar934x_nfc: add experimental support for hardware ECCGabor Juhos2013-09-191-0/+7
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38069
* ar71xx: ar934x_nfc: allow to control DMA data swap via platform dataGabor Juhos2012-12-101-0/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34588
* ar71xx: ar934x_nfc: experimental NAND Flash Controller driver for AR934xGabor Juhos2012-09-131-0/+30
| | | | SVN-Revision: 33385
* kernel: move linux/ath9k_platform.h to generic files so that it can be ↵Felix Fietkau2011-12-131-37/+0
| | | | | | reused from other targets SVN-Revision: 29516
* ar71xx: add external_reset field to ath9k_platform_dataGabor Juhos2011-06-011-0/+1
| | | | SVN-Revision: 27082
* ar71xx: add get_mac_revision to ath9k_platform_dataGabor Juhos2011-06-011-0/+1
| | | | SVN-Revision: 27080
* ar71xx: sync ath9k_platform_data.h with compat-wirelessGabor Juhos2011-05-311-0/+2
| | | | SVN-Revision: 27044
* ar71xx: fix whitespaces nitsGabor Juhos2010-11-121-1/+1
| | | | | | | | (build error has been fixed - juhosg) Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23975
* ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and ↵Felix Fietkau2010-11-031-6/+16
| | | | | | instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues SVN-Revision: 23822
* generic: move ath5k_platform.h from ar71xx to generic filesGabor Juhos2010-07-151-30/+0
| | | | SVN-Revision: 22189
* ar71xx: in-flash macs and eeprom for mach-eap7660dGabor Juhos2010-07-151-0/+30
| | | | | | | | | This adds in-flash mac-addresses and calibration data for the Senao EAP7660D board. Signed-off-by: Daniel Golle <daniel.golle@gmail.com> SVN-Revision: 22187
* ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700Gabor Juhos2010-02-091-0/+2
| | | | SVN-Revision: 19565
* rtl8366: make it available on all platformsGabor Juhos2010-01-251-21/+0
| | | | SVN-Revision: 19329
* rtl8366_smi: move RTL8366S driver into a separate fileGabor Juhos2010-01-221-5/+7
| | | | SVN-Revision: 19279
* ar71xx: add GPIO driver for the NXP 74HC153 chipGabor Juhos2010-01-151-0/+24
| | | | SVN-Revision: 19149
* ar71xx: add mdio bus driver for the rtl8366 switchGabor Juhos2009-12-081-0/+19
| | | | SVN-Revision: 18694
* ar71xx: update ath9k_platform.hGabor Juhos2009-11-281-0/+1
| | | | SVN-Revision: 18585
* use platform data to setup the MAC_CFG register in the spi_vsc7385 driverGabor Juhos2009-07-111-0/+5
| | | | SVN-Revision: 16780
* fix a typo in ath9k_platform.hGabor Juhos2009-07-011-1/+1
| | | | SVN-Revision: 16643
* add SPI driver for the Vitesse VSC7385 switchGabor Juhos2009-06-041-1/+1
| | | | SVN-Revision: 16324
* add experimental support for the AP83-040 boardGabor Juhos2009-06-031-0/+14
| | | | SVN-Revision: 16316
* switch to 2.6.28Gabor Juhos2009-02-159-782/+0
| | | | SVN-Revision: 14514
* add preliminary support for the Ubiquiti LS-SR71 board (thanks to Xianghua ↵Gabor Juhos2009-02-121-0/+1
| | | | | | Xiao for the initial patch, and for testing) SVN-Revision: 14488
* fix handling of invalid arguments passed by some bootloaders (thanks to Jeff ↵Gabor Juhos2009-02-031-0/+3
| | | | | | Hansen and to Jonas) SVN-Revision: 14382
* experimental support for the Planex MZK-W04NU boardGabor Juhos2009-01-261-1/+2
| | | | SVN-Revision: 14208
* add preliminary support for the Planex MZK-W300NH boardGabor Juhos2009-01-041-0/+1
| | | | SVN-Revision: 13863
* add preliminary support for the Atheros PB42 boardGabor Juhos2009-01-041-0/+1
| | | | SVN-Revision: 13860
* prepare for ath9k supportGabor Juhos2009-01-021-0/+20
| | | | SVN-Revision: 13825
* add experimental support for the NETGEAR WNR2000 boardGabor Juhos2008-12-301-0/+1
| | | | SVN-Revision: 13775
* add dummy WMAC deviceGabor Juhos2008-12-301-0/+2
| | | | SVN-Revision: 13769
* add WMAC definitionsGabor Juhos2008-12-261-0/+3
| | | | SVN-Revision: 13746
* use SoC specific irq dispatch codeGabor Juhos2008-12-231-0/+1
| | | | SVN-Revision: 13736
* fix GPIO function select bit definitions (based on a patch by Jonas <jmajau ↵Gabor Juhos2008-12-201-3/+2
| | | | | | at ubnt.com>) SVN-Revision: 13699
* rename RouterStation stuff, and add machine type for the LSX boardGabor Juhos2008-12-191-1/+2
| | | | SVN-Revision: 13694
* prepare for RouterStation supportGabor Juhos2008-12-151-0/+1
| | | | SVN-Revision: 13657
* move machine setup codeGabor Juhos2008-12-151-0/+8
| | | | SVN-Revision: 13656
* add dummy code for the TRENDnet TEW-632BRP boardGabor Juhos2008-12-061-0/+1
| | | | SVN-Revision: 13531
* add AR913x specific reset register offsetsGabor Juhos2008-12-041-0/+6
| | | | SVN-Revision: 13517
* rename reset register definitionsGabor Juhos2008-12-041-14/+14
| | | | SVN-Revision: 13516
* make all AR913x GPIO lines usableGabor Juhos2008-12-042-2/+4
| | | | SVN-Revision: 13509
* create platform data for the EHCI driverGabor Juhos2008-12-031-0/+4
| | | | SVN-Revision: 13499
* update mips_machine stuffGabor Juhos2008-12-021-0/+11
| | | | SVN-Revision: 13488
* ag71xx driver: introduce new flag for the AR913x SOCsGabor Juhos2008-11-271-0/+1
| | | | SVN-Revision: 13376
* ag71xx: introduce SoC specific fuctions for DDR flush and PLL setupGabor Juhos2008-11-262-8/+18
| | | | SVN-Revision: 13369
* add definitions for AR91xx specific DDR registersGabor Juhos2008-11-261-8/+13
| | | | SVN-Revision: 13364
* rename DDR registersGabor Juhos2008-11-261-12/+12
| | | | SVN-Revision: 13363