summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros
Commit message (Expand)AuthorAgeFilesLines
* atheros: ar2315-spiflash: use mutex inplace of spinlockJohn Crispin2014-09-121-60/+14
* atheros: ar2315-spiflash: update initializationJohn Crispin2014-09-121-23/+12
* atheros: ar2315-spiflash: use devm_* API to simplify the codeJohn Crispin2014-09-121-33/+15
* atheros: remove useless returnJohn Crispin2014-09-123-8/+3
* atheros: remove FSF mailing addressJohn Crispin2014-09-122-6/+4
* atheros: add blank line after declarationsJohn Crispin2014-09-123-10/+20
* atheros: use static keywork for local codeJohn Crispin2014-09-121-3/+3
* atheros: use NULL instead of plain integerJohn Crispin2014-09-121-1/+1
* atheros: add missing includeJohn Crispin2014-09-121-2/+6
* atheros: avoid extern prototypesJohn Crispin2014-09-121-17/+16
* kernel: update 3.14 to 3.14.18Luka Perkov2014-09-101-1/+1
* atheros: enable the low_mem flag to better deal with 16M RAM devicesFelix Fietkau2014-09-101-1/+1
* atheros: remove linux 3.10Felix Fietkau2014-09-0612-6369/+0
* kernel: update 3.14 to 3.14.16Luka Perkov2014-08-081-1/+1
* atheros: switch kernel version to 3.14Felix Fietkau2014-08-041-1/+1
* atheros: add 3.14 configurationFelix Fietkau2014-08-041-0/+137
* atheros: copy 3.10 patches to 3.14 and refresh themFelix Fietkau2014-08-0411-0/+6242
* atheros: refresh config-3.10Felix Fietkau2014-08-041-1/+1
* atheros: remove linux 3.8 supportFelix Fietkau2014-07-2913-6524/+0
* kernel: update to 3.10.49 Signed-off-by: John Crispin <blogic@openwrt.org>John Crispin2014-07-201-1/+1
* atheros: update macroses namesFelix Fietkau2014-07-173-276/+276
* atheros[uart]: pass only physical I/O mem address to 8250 driverFelix Fietkau2014-07-171-6/+5
* atheros[uart]: use 32-bit aligned I/OFelix Fietkau2014-07-172-5/+5
* atheros[ar231x-eth]: pass PHY I/O memory via device resourcesFelix Fietkau2014-07-173-41/+72
* atheros[ar231x-eth]: pass phys address of I/O memory via platform resFelix Fietkau2014-07-173-24/+21
* atheros: simplify gpiolib realizationFelix Fietkau2014-07-171-177/+57
* atheros: use irq_set_chained_handler()Felix Fietkau2014-07-172-26/+14
* atheros: simplify AR2315 misc IRQ (un)maskingFelix Fietkau2014-07-172-74/+52
* atheros: rename some interrupt control handlersFelix Fietkau2014-07-171-21/+24
* atheros: move AR2315 misc IRQ dispatching to separate functionFelix Fietkau2014-07-172-28/+34
* atheros: pass UART IRQ number via function argumentFelix Fietkau2014-07-171-7/+9
* atheros[ar231x-eth]: move driver to atheros subdirectoryFelix Fietkau2014-07-173-32/+33
* atheros[ar231x-eth]: update MAC and PHY reset methodFelix Fietkau2014-07-173-25/+54
* atheros[ar2315-wdt]: update I/O handlingFelix Fietkau2014-07-172-12/+50
* atheros[ar2315-wdt]: update interrupt handlingFelix Fietkau2014-07-172-7/+5
* atheros: use correct address space and pointer type for register accessFelix Fietkau2014-07-171-2/+2
* atheros[ar2315-wdt]: rename config symbolFelix Fietkau2014-07-172-6/+7
* atheros[ar2315-wdt]: update initializationFelix Fietkau2014-07-172-20/+11
* kernel: update 3.10.36->3.10.44John Crispin2014-06-261-1/+1
* atheros[ar2315-spiflash]: remove duplicated definitionsJohn Crispin2014-06-242-34/+6
* atheros[ar2315-spiflash]: update driver idJohn Crispin2014-06-242-2/+2
* atheros[ar2315-spiflash]: make local variables and functions staticJohn Crispin2014-06-241-5/+5
* atheros[ar2315-spiflash]: I/O fixesJohn Crispin2014-06-241-9/+6
* atheros[ar2315-spiflash]: make spiflash header localJohn Crispin2014-06-241-5/+4
* atheros[ar2315-spiflash]: pass I/O mem regions via resourcesJohn Crispin2014-06-242-11/+24
* atheros[ar231x-pci]: do not touch iomem_resource rangesJohn Crispin2014-06-241-3/+1
* atheros[ar2315-spiflash]: print detected flash sizeJohn Crispin2014-06-241-1/+3
* atheros[ar2315]: don't detect flash size during board initializationJohn Crispin2014-06-241-80/+7
* atheros[ar231x-eth]: merge patchJohn Crispin2014-06-242-12/+1
* atheros: fix too short msleepFelix Fietkau2014-06-101-2/+2