index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
linux
/
atheros
Commit message (
Expand
)
Author
Age
Files
Lines
*
atheros: remove useless includes
John Crispin
2014-09-12
3
-22
/
+7
*
atheros: ar231x-eth: remove useless IOCTL handlers
John Crispin
2014-09-12
2
-24
/
+5
*
atheros: ar2315-spiflash: use mutex inplace of spinlock
John Crispin
2014-09-12
1
-60
/
+14
*
atheros: ar2315-spiflash: update initialization
John Crispin
2014-09-12
1
-23
/
+12
*
atheros: ar2315-spiflash: use devm_* API to simplify the code
John Crispin
2014-09-12
1
-33
/
+15
*
atheros: remove useless return
John Crispin
2014-09-12
3
-8
/
+3
*
atheros: remove FSF mailing address
John Crispin
2014-09-12
2
-6
/
+4
*
atheros: add blank line after declarations
John Crispin
2014-09-12
3
-10
/
+20
*
atheros: use static keywork for local code
John Crispin
2014-09-12
1
-3
/
+3
*
atheros: use NULL instead of plain integer
John Crispin
2014-09-12
1
-1
/
+1
*
atheros: add missing include
John Crispin
2014-09-12
1
-2
/
+6
*
atheros: avoid extern prototypes
John Crispin
2014-09-12
1
-17
/
+16
*
kernel: update 3.14 to 3.14.18
Luka Perkov
2014-09-10
1
-1
/
+1
*
atheros: enable the low_mem flag to better deal with 16M RAM devices
Felix Fietkau
2014-09-10
1
-1
/
+1
*
atheros: remove linux 3.10
Felix Fietkau
2014-09-06
12
-6369
/
+0
*
kernel: update 3.14 to 3.14.16
Luka Perkov
2014-08-08
1
-1
/
+1
*
atheros: switch kernel version to 3.14
Felix Fietkau
2014-08-04
1
-1
/
+1
*
atheros: add 3.14 configuration
Felix Fietkau
2014-08-04
1
-0
/
+137
*
atheros: copy 3.10 patches to 3.14 and refresh them
Felix Fietkau
2014-08-04
11
-0
/
+6242
*
atheros: refresh config-3.10
Felix Fietkau
2014-08-04
1
-1
/
+1
*
atheros: remove linux 3.8 support
Felix Fietkau
2014-07-29
13
-6524
/
+0
*
kernel: update to 3.10.49 Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin
2014-07-20
1
-1
/
+1
*
atheros: update macroses names
Felix Fietkau
2014-07-17
3
-276
/
+276
*
atheros[uart]: pass only physical I/O mem address to 8250 driver
Felix Fietkau
2014-07-17
1
-6
/
+5
*
atheros[uart]: use 32-bit aligned I/O
Felix Fietkau
2014-07-17
2
-5
/
+5
*
atheros[ar231x-eth]: pass PHY I/O memory via device resources
Felix Fietkau
2014-07-17
3
-41
/
+72
*
atheros[ar231x-eth]: pass phys address of I/O memory via platform res
Felix Fietkau
2014-07-17
3
-24
/
+21
*
atheros: simplify gpiolib realization
Felix Fietkau
2014-07-17
1
-177
/
+57
*
atheros: use irq_set_chained_handler()
Felix Fietkau
2014-07-17
2
-26
/
+14
*
atheros: simplify AR2315 misc IRQ (un)masking
Felix Fietkau
2014-07-17
2
-74
/
+52
*
atheros: rename some interrupt control handlers
Felix Fietkau
2014-07-17
1
-21
/
+24
*
atheros: move AR2315 misc IRQ dispatching to separate function
Felix Fietkau
2014-07-17
2
-28
/
+34
*
atheros: pass UART IRQ number via function argument
Felix Fietkau
2014-07-17
1
-7
/
+9
*
atheros[ar231x-eth]: move driver to atheros subdirectory
Felix Fietkau
2014-07-17
3
-32
/
+33
*
atheros[ar231x-eth]: update MAC and PHY reset method
Felix Fietkau
2014-07-17
3
-25
/
+54
*
atheros[ar2315-wdt]: update I/O handling
Felix Fietkau
2014-07-17
2
-12
/
+50
*
atheros[ar2315-wdt]: update interrupt handling
Felix Fietkau
2014-07-17
2
-7
/
+5
*
atheros: use correct address space and pointer type for register access
Felix Fietkau
2014-07-17
1
-2
/
+2
*
atheros[ar2315-wdt]: rename config symbol
Felix Fietkau
2014-07-17
2
-6
/
+7
*
atheros[ar2315-wdt]: update initialization
Felix Fietkau
2014-07-17
2
-20
/
+11
*
kernel: update 3.10.36->3.10.44
John Crispin
2014-06-26
1
-1
/
+1
*
atheros[ar2315-spiflash]: remove duplicated definitions
John Crispin
2014-06-24
2
-34
/
+6
*
atheros[ar2315-spiflash]: update driver id
John Crispin
2014-06-24
2
-2
/
+2
*
atheros[ar2315-spiflash]: make local variables and functions static
John Crispin
2014-06-24
1
-5
/
+5
*
atheros[ar2315-spiflash]: I/O fixes
John Crispin
2014-06-24
1
-9
/
+6
*
atheros[ar2315-spiflash]: make spiflash header local
John Crispin
2014-06-24
1
-5
/
+4
*
atheros[ar2315-spiflash]: pass I/O mem regions via resources
John Crispin
2014-06-24
2
-11
/
+24
*
atheros[ar231x-pci]: do not touch iomem_resource ranges
John Crispin
2014-06-24
1
-3
/
+1
*
atheros[ar2315-spiflash]: print detected flash size
John Crispin
2014-06-24
1
-1
/
+3
*
atheros[ar2315]: don't detect flash size during board initialization
John Crispin
2014-06-24
1
-80
/
+7
[next]