Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | move files for kernel 2.6.26 to a special directory. In kernel 2.6.28 the ↵ | Hauke Mehrtens | 2009-02-20 |
| | | | | | | directory structure has chanced, so for kernel 2.6.26 a own files directory is needed. SVN-Revision: 14583 | ||
* | atheros: instead of resetting the ethernet core on ifup, only upload the new ↵ | Felix Fietkau | 2008-12-28 |
| | | | | | | 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 Fietkau | 2008-12-22 |
| | | | | | | the mac address works SVN-Revision: 13720 | ||
* | atheros: fix reboot on ar2315 devices which do not implement the atheros ↵ | Felix Fietkau | 2008-12-09 |
| | | | | | | reference design workaround for the buggy reset logic (e.g. some senao stuff) SVN-Revision: 13556 | ||
* | enable MyLoader partition parser | Gabor Juhos | 2008-11-22 |
| | | | | SVN-Revision: 13317 | ||
* | fix accidentally committed typo | Felix Fietkau | 2008-10-23 |
| | | | | SVN-Revision: 13025 | ||
* | atheros: clean up the board data detection code and attempt to boot the ↵ | Felix Fietkau | 2008-10-18 |
| | | | | | | 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 Juhos | 2008-10-08 |
| | | | | SVN-Revision: 12928 | ||
* | don't register GPIO 0 as LED. it drives the chip select line of the SPI ↵ | Felix Fietkau | 2008-10-07 |
| | | | | | | flash on most AR2317 boards. fixes strange jffs2 errors on bootup SVN-Revision: 12881 | ||
* | fix ar2315 watchdog restart (patch from #3953) | Felix Fietkau | 2008-09-28 |
| | | | | SVN-Revision: 12775 | ||
* | atheros: don't try to enable pci on AR2317 (fixes #3533) | Felix Fietkau | 2008-09-19 |
| | | | | SVN-Revision: 12633 | ||
* | use generic cansleep wrappers for GPIO | Gabor Juhos | 2008-09-11 |
| | | | | SVN-Revision: 12567 | ||
* | clean up atheros pci code | John Crispin | 2008-08-18 |
| | | | | SVN-Revision: 12337 | ||
* | adds watchdog driver to ar5315 | John Crispin | 2008-08-14 |
| | | | | SVN-Revision: 12309 | ||
* | fixes kernel oops when reset button was pressed too often on atheros | John Crispin | 2008-08-08 |
| | | | | SVN-Revision: 12245 | ||
* | add proper uci/hotplug based button handling on atheros and work around ↵ | John Crispin | 2008-08-05 |
| | | | | | | 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 later | John Crispin | 2008-08-05 |
| | | | | SVN-Revision: 12164 | ||
* | atheros: fix setting the gpio interrupt level when registering a gpio interrupt | Felix Fietkau | 2008-08-05 |
| | | | | SVN-Revision: 12139 | ||
* | - bump atheros to .26 - adds leds-gpio to default selection on atheros - ↵ | John Crispin | 2008-08-04 |
| | | | | | | extend led platform setup on atheros SVN-Revision: 12100 | ||
* | add missing \n to ath pci code | John Crispin | 2008-07-09 |
| | | | | SVN-Revision: 11753 | ||
* | atheros: USB support | Matteo Croce | 2008-05-11 |
| | | | | SVN-Revision: 11113 | ||
* | remove the NETIF_F_HW_CSUM flag from the ar2313 ethernet driver as it seems ↵ | Felix Fietkau | 2008-05-07 |
| | | | | | | to be causing problems for various devices SVN-Revision: 11058 | ||
* | override CPU features to save ~125KB of kernel memory | Gabor Juhos | 2008-05-05 |
| | | | | SVN-Revision: 11050 | ||
* | fix size calculation of the radio_config | Gabor Juhos | 2008-05-05 |
| | | | | SVN-Revision: 11049 | ||
* | remove the clz function, use fls instead | Gabor Juhos | 2008-04-20 |
| | | | | SVN-Revision: 10878 | ||
* | remove strange direct usage of dev->priv as well | Gabor Juhos | 2008-04-20 |
| | | | | SVN-Revision: 10875 | ||
* | use the netdev_priv() macro instead of directly accessing dev->priv | Gabor Juhos | 2008-04-20 |
| | | | | SVN-Revision: 10874 | ||
* | use stats from net_device structure | Gabor Juhos | 2008-04-20 |
| | | | | SVN-Revision: 10873 | ||
* | nuke trailing whitespaces | Gabor Juhos | 2008-04-20 |
| | | | | SVN-Revision: 10872 | ||
* | add missing CONFIG_GPIO_LEDS related ifdefs | Gabor Juhos | 2008-04-14 |
| | | | | SVN-Revision: 10835 | ||
* | fix GPIO direction setup on ar5312, and fix compiler warnings | Gabor Juhos | 2008-04-13 |
| | | | | SVN-Revision: 10811 | ||
* | fix reboot on ar5315 | John Crispin | 2008-04-03 |
| | | | | SVN-Revision: 10729 | ||
* | add generic led support to atheros target | John Crispin | 2008-04-03 |
| | | | | SVN-Revision: 10728 | ||
* | add gpio support to atheros, fixes #1861, thanks Othello | John Crispin | 2008-04-03 |
| | | | | SVN-Revision: 10724 | ||
* | increase the flash window size for ar5312 - there are apparently 5312 ↵ | Felix Fietkau | 2008-02-07 |
| | | | | | | devices out there with 8M flash SVN-Revision: 10409 | ||
* | implement ar2313_adjust_link | Felix Fietkau | 2008-02-03 |
| | | | | SVN-Revision: 10374 | ||
* | port atheros to 2.6.24 (untested), but do not use the new kernel by default yet | Felix Fietkau | 2008-01-31 |
| | | | | SVN-Revision: 10335 | ||
* | add atheros ar2313 vlan fix (thx, SeG) | Felix Fietkau | 2008-01-24 |
| | | | | SVN-Revision: 10238 | ||
* | add atheros reset button fixes from #2774 | Felix Fietkau | 2007-12-13 |
| | | | | SVN-Revision: 9721 | ||
* | don't dispatch spurious irq0 events | Felix Fietkau | 2007-10-18 |
| | | | | SVN-Revision: 9347 | ||
* | was b0rked | John Crispin | 2007-10-14 |
| | | | | SVN-Revision: 9299 | ||
* | converted atheros ethernet driver to phy layer | John Crispin | 2007-10-14 |
| | | | | SVN-Revision: 9298 | ||
* | move atheros to 2.6.23 | John Crispin | 2007-10-11 |
| | | | | SVN-Revision: 9265 | ||
* | added option to atheros kernel to be able to disable reset button from ↵ | John Crispin | 2007-09-23 |
| | | | | | | inside the fon mp3 driver SVN-Revision: 8969 | ||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 |
(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 |