summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros
Commit message (Collapse)AuthorAgeFilesLines
* atheros: make use of netdev_alloc_skbFelix Fietkau2009-04-091-7/+4
| | | | SVN-Revision: 15176
* remove debugging codeFelix Fietkau2009-04-071-3/+1
| | | | SVN-Revision: 15127
* atheros: fix a spiflash write performance regressionFelix Fietkau2009-03-241-4/+4
| | | | SVN-Revision: 15027
* refresh patchesHauke Mehrtens2009-03-241-1/+0
| | | | SVN-Revision: 15018
* update to kernel version 2.6.28.9Hauke Mehrtens2009-03-241-1/+1
| | | | SVN-Revision: 15017
* atheros: fix radio mask check on ar5312Felix Fietkau2009-03-231-2/+2
| | | | SVN-Revision: 14986
* atheros: upgrade to 2.6.28 by defaultFelix Fietkau2009-03-221-1/+1
| | | | SVN-Revision: 14985
* atheros: fix mdio bus registration for multiple ethernet interfacesFelix Fietkau2009-03-222-11/+12
| | | | SVN-Revision: 14984
* atheros: fix ar5312 supportFelix Fietkau2009-03-221-9/+15
| | | | SVN-Revision: 14983
* atheros: do not attempt to start pci on ar2317Felix Fietkau2009-03-221-4/+3
| | | | SVN-Revision: 14982
* atheros: in later kernels, vlan 0 no longer works as expected, switch to ↵Felix Fietkau2009-03-222-5/+5
| | | | | | (1,2) instead of (0,1) for lan/wan SVN-Revision: 14981
* atheros: fix path in marvell switch phy id detectionFelix Fietkau2009-03-222-3/+3
| | | | SVN-Revision: 14980
* atheros: enable adm6996 and mvswitch supportFelix Fietkau2009-03-221-0/+2
| | | | SVN-Revision: 14976
* atheros: fix gpio interrupt handling on 2315Felix Fietkau2009-03-222-26/+36
| | | | SVN-Revision: 14973
* atheros: add back reset button supportFelix Fietkau2009-03-221-0/+171
| | | | SVN-Revision: 14970
* atheros: split out the pci support patchFelix Fietkau2009-03-222-438/+301
| | | | SVN-Revision: 14969
* atheros: clean up the 2.6.28 port in preparation for pushing it upstreamFelix Fietkau2009-03-2241-6545/+6016
| | | | SVN-Revision: 14967
* disable all kernel config options that are set to =mFelix Fietkau2009-02-222-19/+19
| | | | SVN-Revision: 14611
* Add initial kernel 2.6.28 support for atheros target. The include files ↵Hauke Mehrtens2009-02-2039-0/+6984
| | | | | | moved from /include/asm-mips/mach-atheros/ to /arch/mips/include/asm/mach-atheros/ This patch is based on the old kernel 2.6.27 patches. SVN-Revision: 14584
* move files for kernel 2.6.26 to a special directory. In kernel 2.6.28 the ↵Hauke Mehrtens2009-02-2028-0/+0
| | | | | | directory structure has chanced, so for kernel 2.6.26 a own files directory is needed. SVN-Revision: 14583
* remove atheros target for kernel 2.6.27. When support for kernel 2.6.28 is ↵Hauke Mehrtens2009-02-2011-626/+0
| | | | | | added this is not needed any more. SVN-Revision: 14582
* include revision number in Ubiquity imagesFlorian Fainelli2009-02-201-2/+2
| | | | SVN-Revision: 14574
* Add hostapd-mini to default images where applicableAndy Boyett2009-01-021-3/+3
| | | | SVN-Revision: 13819
* atheros: instead of resetting the ethernet core on ifup, only upload the new ↵Felix Fietkau2008-12-281-1/+13
| | | | | | mac address. fixes a tx regression on various devices SVN-Revision: 13753
* atheros: reset ethernet mac when running ifconfig eth0 up, so that changing ↵Felix Fietkau2008-12-221-0/+3
| | | | | | the mac address works SVN-Revision: 13720
* fix typo in atheros image makefileJo-Philipp Wich2008-12-211-1/+1
| | | | SVN-Revision: 13707
* firmware-utils/mkfwimage: add RouterStation support (based on a patch by ↵Gabor Juhos2008-12-181-6/+9
| | | | | | Jonas <jonas at ubnt.com>) SVN-Revision: 13682
* Disable CONFIG_NF_CT_ACCTFlorian Fainelli2008-12-101-1/+0
| | | | SVN-Revision: 13577
* atheros: fix reboot on ar2315 devices which do not implement the atheros ↵Felix Fietkau2008-12-091-9/+16
| | | | | | reference design workaround for the buggy reset logic (e.g. some senao stuff) SVN-Revision: 13556
* make mips_machine stuff available for other MIPS targetsGabor Juhos2008-12-022-0/+2
| | | | SVN-Revision: 13492
* move THERMAL symbols into the generic configImre Kaloz2008-11-252-4/+0
| | | | SVN-Revision: 13346
* create firmware image for the Compex NP25G and WPE53G boardsGabor Juhos2008-11-221-2/+12
| | | | SVN-Revision: 13318
* enable MyLoader partition parserGabor Juhos2008-11-223-1/+3
| | | | SVN-Revision: 13317
* sync 2.6.26 configGabor Juhos2008-11-171-6/+1
| | | | SVN-Revision: 13268
* move some options to the generic 2.6.27 configImre Kaloz2008-11-171-3/+0
| | | | SVN-Revision: 13264
* update 2.6.27 specific patches, and sync kernel configGabor Juhos2008-11-132-2/+1
| | | | SVN-Revision: 13197
* update to 2.6.25.20, 2.6.26.8, 2.6.27.5 and refresh patches * based on a ↵Gabor Juhos2008-11-122-3/+3
| | | | | | patch by Hauke Mehrtens * closes #4193 SVN-Revision: 13192
* refresh 2.6.26 patchesGabor Juhos2008-11-069-18/+18
| | | | SVN-Revision: 13135
* improve routing/nat performance for devices using the marvell 88e6060 switchFelix Fietkau2008-10-282-5/+77
| | | | SVN-Revision: 13060
* select gpioctl by default on atherosFelix Fietkau2008-10-231-1/+1
| | | | SVN-Revision: 13040
* Update to 2.6.26.7Florian Fainelli2008-10-231-1/+1
| | | | SVN-Revision: 13036
* fix accidentally committed typoFelix Fietkau2008-10-231-1/+1
| | | | SVN-Revision: 13025
* atheros: clean up the board data detection code and attempt to boot the ↵Felix Fietkau2008-10-181-17/+77
| | | | | | kernel even when the board data was not found (radio data still needs to be present) SVN-Revision: 13006
* refresh patches against 2.6.27 finalGabor Juhos2008-10-1510-22/+22
| | | | SVN-Revision: 12987
* experimental support for 2.6.27Gabor Juhos2008-10-0911-0/+595
| | | | SVN-Revision: 12932
* fix 2.6.26.x boot failure on ar2313 (closes #4082)Gabor Juhos2008-10-081-1/+1
| | | | SVN-Revision: 12928
* fix section mismatch warningGabor Juhos2008-10-081-1/+1
| | | | SVN-Revision: 12918
* don't register GPIO 0 as LED. it drives the chip select line of the SPI ↵Felix Fietkau2008-10-071-1/+1
| | | | | | flash on most AR2317 boards. fixes strange jffs2 errors on bootup SVN-Revision: 12881
* fix ar2315 watchdog restart (patch from #3953)Felix Fietkau2008-09-281-1/+1
| | | | SVN-Revision: 12775
* update to 2.6.26.5 and 2.6.25.17Gabor Juhos2008-09-261-1/+1
| | | | SVN-Revision: 12718