aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros
Commit message (Expand)AuthorAgeFilesLines
* kernel: makefiles: make use of new var KERNEL_PATCHVERRafał Miłecki2014-10-261-1/+1
* atheros: enable the low_mem flag to better deal with 16M RAM devicesFelix Fietkau2014-09-101-1/+1
* BB: remove all kernel versions except for 3.10Felix Fietkau2014-07-2913-6524/+0
* kernel: update to 3.10.49John 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
* atheros: shorten linesFelix Fietkau2014-06-1010-262/+318
* atheros: constify some static structuresFelix Fietkau2014-06-103-4/+6
* atheros: avoid __FUNCTION__ usageFelix Fietkau2014-06-101-6/+6
* atheros: trailing statements fixesFelix Fietkau2014-06-104-9/+14
* atheros: spaces fixesFelix Fietkau2014-06-109-63/+66
* atheros: indent fixesFelix Fietkau2014-06-105-145/+146
* atheros: fix includesFelix Fietkau2014-06-107-29/+20
* atheros: various printk(...) fixesFelix Fietkau2014-06-103-30/+33
* atheros: various braces fixesFelix Fietkau2014-06-107-42/+32
* atheros: do not initialize statics to 0 or falseFelix Fietkau2014-06-103-4/+4
* atheros: remove trailing whitespaceFelix Fietkau2014-06-101-1/+1
* atheros: do not assignment in if conditionFelix Fietkau2014-06-105-10/+13
* atheros: remove parentheses around return valuesFelix Fietkau2014-06-103-8/+8
* atheros: parenthesis around complex macroses valueFelix Fietkau2014-06-102-31/+31
* atheros: various comments fixesFelix Fietkau2014-06-104-97/+74
* atheros: avoid CamelCaseFelix Fietkau2014-06-103-62/+63