summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: use different address in ap91_pci_fixup for the AR724[012] SoCsGabor Juhos2010-09-271-1/+14
| | | | | | | With this change ath9k can handle the wireless chip on the TL-WR841N v7 board which is based on the AR7241 SoC. SVN-Revision: 23130
* Add support for Atheros AP96 reference boardFelix Fietkau2010-09-2713-0/+228
| | | | | | | | | | | | This is still preliminary and not really tested much. Anyway, this version seems to be enough to get both wired and wireless interfaces working. Buttons and leds are also working. mach-ap96.c is based on mach-wndr3700.c. Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com> SVN-Revision: 23125
* ar71xx: select AR71XX_DEV_DSA when AR71XX_DEV_AP91_ETH is selected, do not ↵Felix Fietkau2010-09-051-2/+1
| | | | | | select AR71XX_DEV_AP91_ETH for TL-WA901ND and TL-WR741ND SVN-Revision: 22935
* ar71xx: build firmware images for the Zcomax boardsGabor Juhos2010-09-032-0/+52
| | | | SVN-Revision: 22884
* ar71xx: add support for the Zcomax ZCN-1523H-2-8/5-16 boardsGabor Juhos2010-09-0313-1/+297
| | | | SVN-Revision: 22882
* ar71xx: refresh patchesGabor Juhos2010-08-3112-12/+12
| | | | SVN-Revision: 22864
* ar71xx: rewrite SPI drivers for the RB4xx boardsGabor Juhos2010-08-3131-388/+1531
| | | | | | | | | | * add a new SPI controller driver * add SPI driver for the CPLD chip * convert the NAND driver * enable the mikroSD slot * enable more LEDs SVN-Revision: 22863
* ar71xx: refresh patchesGabor Juhos2010-08-2532-113/+101
| | | | SVN-Revision: 22803
* update to 2.6.32.20Florian Fainelli2010-08-221-1/+1
| | | | SVN-Revision: 22766
* ar71xx: don't override CONFIG_SWAPGabor Juhos2010-08-182-2/+0
| | | | SVN-Revision: 22701
* ar71xx: change mac address initializationGabor Juhos2010-08-1831-61/+101
| | | | SVN-Revision: 22700
* ar71xx: add a new driver for the ar7240 switch using swconfig. hooks ↵Felix Fietkau2010-08-167-8/+902
| | | | | | directly into the ethernet driver, as MAC resets also require switch reinitializations and the switch is part of the cpu core anyway switch only tl-wr741nd (and other devices using this board file, such as tl-wr841nd) over to using this by default, as other devices are still untested fixes #7563 SVN-Revision: 22675
* ar71xx: add eap7660d board to diag.sh and sysupgradeGabor Juhos2010-08-142-2/+5
| | | | | | | | This patch adds support for the Senao EAP7660D board to diag.sh and sysupgrade. Signed-off-by: Daniel Golle <daniel.golle@gmail.com> SVN-Revision: 22644
* linux/ar71xx: add nanostation-m signature (thanks Antonio Anselmi)Alexandros C. Couloumbis2010-08-141-1/+1
| | | | SVN-Revision: 22631
* add uci-defaults script to migrate vlan 0 to vlan 1 after sysupgrade on ↵Jo-Philipp Wich2010-08-131-0/+13
| | | | | | devices using the RTL8366s switch SVN-Revision: 22625
* ar71xx: remove the fifo cfg overrides for the ap91 ethernet code - these ↵Felix Fietkau2010-07-271-6/+0
| | | | | | values have been wrong on every single device i've tested, falling back to the atheros values seems to be the right thing to do SVN-Revision: 22401
* ar71xx: fix sysupgrade on the ubnt nanostation mFelix Fietkau2010-07-231-1/+1
| | | | SVN-Revision: 22370
* ar71xx: add support for the tp-link tl-wa901nd devices (patch by Pieter ↵Felix Fietkau2010-07-2214-1/+197
| | | | | | "Fate" Hollants, from #7528, without the ethernet fifo cfg values) SVN-Revision: 22353
* ar71xx: set default values for the fifo cfg registers on AR724xFelix Fietkau2010-07-201-0/+7
| | | | SVN-Revision: 22303
* update kernel versionsImre Kaloz2010-07-191-1/+1
| | | | SVN-Revision: 22289
* 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-153-3/+109
| | | | | | | | | 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: only reinit the ethernet MAC at .open() on ar724x for now, until ↵Felix Fietkau2010-07-061-1/+3
| | | | | | we've figured out what part of it causes the issue described in #7563 SVN-Revision: 22075
* ag71xx: reset the hardware during open(), this improves recovery from tx ↵Felix Fietkau2010-07-041-0/+2
| | | | | | timeouts on ar724x considerably SVN-Revision: 22055
* ag71xx: fix a memory corruption bug that happens if you flood the interface ↵Felix Fietkau2010-07-041-0/+6
| | | | | | with packets while it's being brought down fixes boot time crashes under load reported by matteo SVN-Revision: 22054
* ar71xx: fix leds-rb750 build failure on 2.6.34Gabor Juhos2010-07-011-0/+1
| | | | SVN-Revision: 22016
* fix dir-825-b1 default network config after r21905Jo-Philipp Wich2010-07-011-1/+1
| | | | SVN-Revision: 22005
* fix commit r21993Alexandros C. Couloumbis2010-06-302-0/+2
| | | | SVN-Revision: 21994
* ar71xx: don't use vlan 0 for devices with rtl8366s switchGabor Juhos2010-06-262-2/+2
| | | | SVN-Revision: 21905
* ar71xx: add support for the Senao EAP7660D boardGabor Juhos2010-06-1811-0/+128
| | | | | | | | This patch adds support for the Senao EAP7660D board to trunk. Signed-off-by: Daniel Golle <daniel.golle@gmail.com> SVN-Revision: 21837
* ar71xx: fix RB750 LED configurationGabor Juhos2010-06-171-2/+2
| | | | | | Patch-by: Ray Bellis SVN-Revision: 21826
* ar71xx: avoid duplicated 'board' parameter in kernel command lineGabor Juhos2010-06-141-8/+31
| | | | SVN-Revision: 21805
* ar71xx: add default network config for the RB433UAH boardGabor Juhos2010-06-121-0/+26
| | | | SVN-Revision: 21765
* ar71xx: nuke AR71XX_MACH_UBNT_AR71XX machtypeGabor Juhos2010-06-122-4/+0
| | | | SVN-Revision: 21764
* generic: move more common options to generic configurationGabor Juhos2010-06-101-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * CONFIG_ABX500_CORE * CONFIG_ATOMIC64_SELFTEST * CONFIG_BRIDGE_IGMP_SNOOPING * CONFIG_CAIF * CONFIG_CEPH_FS * CONFIG_CRYSTALHD * CONFIG_DEFAULT_SECURITY_SELINUX * CONFIG_DEFAULT_SECURITY_SMACK * CONFIG_DEFAULT_SECURITY_TOMOYO * CONFIG_DT3155 * CONFIG_IP_MROUTE_MULTIPLE_TABLES * CONFIG_L2TP * CONFIG_LOGFS * CONFIG_LPC_SCH * CONFIG_MFD_JANZ_CMODIO * CONFIG_MFD_RDC321X * CONFIG_N_GSM * CONFIG_RAMOOPS * CONFIG_SERIAL_ALTERA_JTAGUART * CONFIG_SERIAL_ALTERA_UART * CONFIG_SERIAL_TIMBERDALE * CONFIG_SM_FTL * CONFIG_SQUASHFS_XATTRS SVN-Revision: 21750
* generic: move some common symbols to generic configurationGabor Juhos2010-06-102-3/+0
| | | | | | | | * CONFIG_MUTEX_SPIN_ON_OWNER * CONFIG_DEFAULT_HYDLA * CONFIG_DEFAULT_VENO SVN-Revision: 21748
* generic: standardize CONFIG_INLINE_* symbols usageGabor Juhos2010-06-101-28/+0
| | | | SVN-Revision: 21746
* ar71xx: sync kernel configsGabor Juhos2010-06-103-100/+7
| | | | SVN-Revision: 21745
* ar71xx: remove more config overridesGabor Juhos2010-06-102-14/+0
| | | | SVN-Revision: 21744
* ar71xx: fix phy_mask for the RB450Gabor Juhos2010-06-091-5/+7
| | | | SVN-Revision: 21743
* ar71xx: don't override CONFIG_BRIDGE_* optionsGabor Juhos2010-06-092-4/+0
| | | | SVN-Revision: 21742
* ar71xx: fix nand_scan_ident parameters in the rb{4xx,750}_nand drivers for ↵Gabor Juhos2010-06-091-0/+22
| | | | | | 2.6.35 SVN-Revision: 21737
* ar71xx: fix build error in the rb{4xx,750}_nand drivers on 2.6.34/35Gabor Juhos2010-06-092-0/+2
| | | | SVN-Revision: 21736
* ar71xx: add kernel 2.6.35 preliminary supportAlexandros C. Couloumbis2010-06-0932-0/+1274
| | | | SVN-Revision: 21734
* ar71xx: add default network configuration file for the RB450/RB433 boardsGabor Juhos2010-06-082-0/+52
| | | | SVN-Revision: 21730
* ar71xx: enable the IP17xx driver for the nand subtargetGabor Juhos2010-06-084-4/+1
| | | | | | Also disable the old ICPlus driver. SVN-Revision: 21729
* ar71xx: fix phy_mask on the RB433 for the IP17xx driverGabor Juhos2010-06-081-4/+7
| | | | SVN-Revision: 21728
* ar71xx: fix 2.6.34 build errorsGabor Juhos2010-06-073-0/+3
| | | | SVN-Revision: 21698
* ar71xx: add missing 2.6.34 config symbolGabor Juhos2010-06-071-0/+1
| | | | SVN-Revision: 21697
* ar71xx: build firmware images if Minimal profile is selectedGabor Juhos2010-06-061-0/+4
| | | | SVN-Revision: 21684