summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/files
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* enable MyLoader partition parserGabor Juhos2008-11-221-1/+1
| | | | SVN-Revision: 13317
* 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
* fix 2.6.26.x boot failure on ar2313 (closes #4082)Gabor Juhos2008-10-081-1/+1
| | | | SVN-Revision: 12928
* 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
* atheros: don't try to enable pci on AR2317 (fixes #3533)Felix Fietkau2008-09-192-22/+16
| | | | SVN-Revision: 12633
* use generic cansleep wrappers for GPIOGabor Juhos2008-09-111-19/+1
| | | | SVN-Revision: 12567
* clean up atheros pci codeJohn Crispin2008-08-181-23/+31
| | | | SVN-Revision: 12337
* adds watchdog driver to ar5315John Crispin2008-08-142-1/+206
| | | | SVN-Revision: 12309
* fixes kernel oops when reset button was pressed too often on atherosJohn Crispin2008-08-081-4/+2
| | | | SVN-Revision: 12245
* add proper uci/hotplug based button handling on atheros and work around ↵John Crispin2008-08-051-1/+45
| | | | | | boards, where the gpio release irq does not fire correctly SVN-Revision: 12179
* fixes reset button on atheros platform, ar5312 gpio_irqs will be added laterJohn Crispin2008-08-055-344/+3
| | | | SVN-Revision: 12164
* atheros: fix setting the gpio interrupt level when registering a gpio interruptFelix Fietkau2008-08-051-1/+1
| | | | SVN-Revision: 12139
* - bump atheros to .26 - adds leds-gpio to default selection on atheros - ↵John Crispin2008-08-041-10/+33
| | | | | | extend led platform setup on atheros SVN-Revision: 12100
* add missing \n to ath pci codeJohn Crispin2008-07-091-1/+1
| | | | SVN-Revision: 11753
* atheros: USB supportMatteo Croce2008-05-115-7/+299
| | | | SVN-Revision: 11113
* remove the NETIF_F_HW_CSUM flag from the ar2313 ethernet driver as it seems ↵Felix Fietkau2008-05-071-1/+1
| | | | | | to be causing problems for various devices SVN-Revision: 11058
* override CPU features to save ~125KB of kernel memoryGabor Juhos2008-05-051-0/+84
| | | | SVN-Revision: 11050
* fix size calculation of the radio_configGabor Juhos2008-05-051-1/+1
| | | | SVN-Revision: 11049
* remove the clz function, use fls insteadGabor Juhos2008-04-202-24/+2
| | | | SVN-Revision: 10878
* remove strange direct usage of dev->priv as wellGabor Juhos2008-04-201-1/+1
| | | | SVN-Revision: 10875
* use the netdev_priv() macro instead of directly accessing dev->privGabor Juhos2008-04-201-28/+26
| | | | SVN-Revision: 10874
* use stats from net_device structureGabor Juhos2008-04-202-30/+20
| | | | SVN-Revision: 10873
* nuke trailing whitespacesGabor Juhos2008-04-2013-118/+118
| | | | SVN-Revision: 10872
* add missing CONFIG_GPIO_LEDS related ifdefsGabor Juhos2008-04-142-22/+26
| | | | SVN-Revision: 10835
* fix GPIO direction setup on ar5312, and fix compiler warningsGabor Juhos2008-04-131-5/+7
| | | | SVN-Revision: 10811
* fix reboot on ar5315John Crispin2008-04-031-6/+2
| | | | SVN-Revision: 10729
* add generic led support to atheros targetJohn Crispin2008-04-032-4/+49
| | | | SVN-Revision: 10728
* add gpio support to atheros, fixes #1861, thanks OthelloJohn Crispin2008-04-0313-13/+520
| | | | SVN-Revision: 10724
* increase the flash window size for ar5312 - there are apparently 5312 ↵Felix Fietkau2008-02-071-1/+1
| | | | | | devices out there with 8M flash SVN-Revision: 10409
* implement ar2313_adjust_linkFelix Fietkau2008-02-032-13/+27
| | | | SVN-Revision: 10374
* port atheros to 2.6.24 (untested), but do not use the new kernel by default yetFelix Fietkau2008-01-315-2/+38
| | | | SVN-Revision: 10335
* add atheros ar2313 vlan fix (thx, SeG)Felix Fietkau2008-01-241-1/+7
| | | | SVN-Revision: 10238
* add atheros reset button fixes from #2774Felix Fietkau2007-12-131-2/+2
| | | | SVN-Revision: 9721
* don't dispatch spurious irq0 eventsFelix Fietkau2007-10-182-4/+0
| | | | SVN-Revision: 9347
* was b0rkedJohn Crispin2007-10-141-0/+3
| | | | SVN-Revision: 9299
* converted atheros ethernet driver to phy layerJohn Crispin2007-10-141-198/+127
| | | | SVN-Revision: 9298
* move atheros to 2.6.23John Crispin2007-10-111-0/+2
| | | | SVN-Revision: 9265
* added option to atheros kernel to be able to disable reset button from ↵John Crispin2007-09-232-2/+21
| | | | | | inside the fon mp3 driver SVN-Revision: 8969
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0622-0/+5339
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653