summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/files/arch
Commit message (Collapse)AuthorAgeFilesLines
* [atheros]: move files for kernel 2.6.26 to a special directory.hauke2009-02-2012-2254/+0
| | | | | | | In kernel 2.6.28 the directory structure has chanced, so for kernel 2.6.26 a own files directory is needed. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14583 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: fix reboot on ar2315 devices which do not implement the atheros ↵nbd2008-12-091-9/+16
| | | | | | reference design workaround for the buggy reset logic (e.g. some senao stuff) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix accidentally committed typonbd2008-10-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13025 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: clean up the board data detection code and attempt to boot the ↵nbd2008-10-181-17/+77
| | | | | | kernel even when the board data was not found (radio data still needs to be present) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13006 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't register GPIO 0 as LED. it drives the chip select line of the SPI ↵nbd2008-10-071-1/+1
| | | | | | flash on most AR2317 boards. fixes strange jffs2 errors on bootup git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: don't try to enable pci on AR2317 (fixes #3533)nbd2008-09-192-22/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12633 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up atheros pci codeblogic2008-08-181-23/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adds watchdog driver to ar5315blogic2008-08-141-1/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12309 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes kernel oops when reset button was pressed too often on atherosblogic2008-08-081-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12245 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add proper uci/hotplug based button handling on atheros and work around ↵blogic2008-08-051-1/+45
| | | | | | boards, where the gpio release irq does not fire correctly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12179 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes reset button on atheros platform, ar5312 gpio_irqs will be added laterblogic2008-08-054-343/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12164 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: fix setting the gpio interrupt level when registering a gpio interruptnbd2008-08-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12139 3c298f89-4303-0410-b956-a3cf2f4a3e73
* - bump atheros to .26blogic2008-08-041-10/+33
| | | | | | | | | - adds leds-gpio to default selection on atheros - extend led platform setup on atheros git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12100 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing \n to ath pci codeblogic2008-07-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: USB supportmatteo2008-05-114-3/+299
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11113 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] fix size calculation of the radio_configjuhosg2008-05-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11049 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] remove the clz function, use fls insteadjuhosg2008-04-201-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] nuke trailing whitespacesjuhosg2008-04-206-19/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10872 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] add missing CONFIG_GPIO_LEDS related ifdefsjuhosg2008-04-142-22/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10835 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix reboot on ar5315blogic2008-04-031-6/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add generic led support to atheros targetblogic2008-04-032-4/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10728 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add gpio support to atheros, fixes #1861, thanks Othelloblogic2008-04-0312-1101/+374
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10724 3c298f89-4303-0410-b956-a3cf2f4a3e73
* increase the flash window size for ar5312 - there are apparently 5312 ↵nbd2008-02-071-1/+1
| | | | | | devices out there with 8M flash git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port atheros to 2.6.24 (untested), but do not use the new kernel by default yetnbd2008-01-313-1/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add atheros reset button fixes from #2774nbd2007-12-131-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9721 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't dispatch spurious irq0 eventsnbd2007-10-182-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9347 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move atheros to 2.6.23blogic2007-10-111-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9265 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added option to atheros kernel to be able to disable reset button from ↵blogic2007-09-231-2/+15
| | | | | | inside the fon mp3 driver git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8969 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵nbd2007-09-0614-0/+2816
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73