Jo-Philipp Wich
6ac2b3b76a
atheros: remove static gpio_request() from board setup and include generic kmod-gpio-button-hotplug instead.
...
This change is based on a patch by Karl Palsson <karlp@remake.is>
See http://patchwork.openwrt.org/patch/3536/ .
SVN-Revision: 36513
12 years ago
Gabor Juhos
26fbc15a86
kernel: update linux 3.8 to 3.8.1
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35862
12 years ago
Gabor Juhos
9cc3a60b5a
atheros: add support for linux kernel v3.8
...
This builds and boots.
Because of the function pointer indirection (e.g. mtd_info's read
function pointer is assigned to spiflash_read), it is difficult for me
to understand where the calls are coming from (could be anywhere,
conditionally pointing at spiflash versions), so I punted and used the
renamed function pointers (_erase, _read, _write). If someone knows
better what to do, please fix.
Cleaned up other sundry kernel tracking issues like get_phy_id and
__devinit,etc.
[juhosg: don't switch to that yet]
Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35727
12 years ago
John Crispin
6993e19532
drop GPIODEV platform code
...
SVN-Revision: 33825
12 years ago
Jo-Philipp Wich
1a01559520
atheros: Fix compilation
...
With our recent switch to the 3.3 kernel target, some headers were
occidentally omitted.
Signed-off-by: Jonathan Bither <jonbither@gmail.com>
SVN-Revision: 31640
13 years ago
Felix Fietkau
9b20187ad5
atheros: update to 3.3.4 (based on work by acoul), fix mvswitch driver for newer kernels
...
SVN-Revision: 31625
13 years ago
Alexandros C. Couloumbis
8b7a516fa8
linux/atheros: add 2.6.38 preliminary support
...
SVN-Revision: 26772
14 years ago
Felix Fietkau
4697a30c05
atheros: remove bogus wlan device mask checks
...
SVN-Revision: 26585
14 years ago
Felix Fietkau
63c08f0f0b
atheros: fix up empty radio data mac address (based on patch from #8601 )
...
SVN-Revision: 26555
14 years ago
Felix Fietkau
4eb507901a
atheros: fix ath5k support on ar2315/2317
...
- Use physical addresses definition for AR2315 the same way as AR5312. Fixes ioremap
- Fix dma mapping for AHB bus (only use the PCI DMA offset for PCI devices)
Based on patches by Wojciech Dubowik
SVN-Revision: 26554
14 years ago
Felix Fietkau
283f5e05d0
atheros: add gpio_set_debounce(), refresh patches
...
SVN-Revision: 25914
14 years ago
Alexandros C. Couloumbis
8e971aa9ce
linux/atheros: add preliminary 2.6.37 kernel support (thank you nbd, florian)
...
SVN-Revision: 23928
14 years ago
Alexandros C. Couloumbis
fff6712a9e
target/linux: fix a path issue on previous commit
...
SVN-Revision: 23455
14 years ago
Alexandros C. Couloumbis
17c9fc3adc
linux/atheros: add preliminary 2.6.36 kernel support (refresh patches)
...
SVN-Revision: 23454
14 years ago
Gabor Juhos
f1eeb9b199
atheros: register wmac device only if it is enabled in the board config
...
SVN-Revision: 21038
15 years ago
Gabor Juhos
3cdd035105
atheros: refresh 2.6.33 patches
...
SVN-Revision: 20198
15 years ago
Matteo Croce
3ccd1aeab7
2.6.33 fixes for atheros and madwifi
...
SVN-Revision: 19963
15 years ago
Matteo Croce
2cb1d98fc2
atheros: 2.6.33 patches
...
SVN-Revision: 19906
15 years ago
Felix Fietkau
9ae6129829
atheros: leave the gpio interrupts alone when user space changes the gpio input settings, fixes #4493
...
SVN-Revision: 18036
15 years ago
Felix Fietkau
eae1270eaf
atheros: add config and patches for 2.6.31 (untested), includes patch from #5847
...
SVN-Revision: 17700
15 years ago
Felix Fietkau
2769ed671f
atheros: rename CONFIG_ATHEROS to CONFIG_ATHEROS_AR231X
...
SVN-Revision: 17145
15 years ago
Andy Boyett
bab4138b4a
export ar231x_gpiodev, needed for gpio-led/spi/i2c modules
...
SVN-Revision: 16902
16 years ago
Felix Fietkau
877015bee9
mips: do not use the prefetch instruction on R4K (MIPS32_R1), the ISA does not implement it
...
SVN-Revision: 16771
16 years ago
Felix Fietkau
f8ba6eb026
atheros: add working patches/config for 2.6.30
...
SVN-Revision: 16288
16 years ago
Felix Fietkau
b31ce584a3
atheros: fix up the wlan mac address if the board data is missing
...
SVN-Revision: 15330
16 years ago
Felix Fietkau
c42422fb53
remove debugging code
...
SVN-Revision: 15127
16 years ago
Felix Fietkau
9e5fecf984
atheros: fix radio mask check on ar5312
...
SVN-Revision: 14986
16 years ago
Felix Fietkau
fd11bfec64
atheros: fix ar5312 support
...
SVN-Revision: 14983
16 years ago
Felix Fietkau
3387cbae63
atheros: fix gpio interrupt handling on 2315
...
SVN-Revision: 14973
16 years ago
Felix Fietkau
675f7bfdd8
atheros: split out the pci support patch
...
SVN-Revision: 14969
16 years ago
Felix Fietkau
60d4e6e747
atheros: clean up the 2.6.28 port in preparation for pushing it upstream
...
SVN-Revision: 14967
16 years ago
Hauke Mehrtens
668860c98f
Add initial kernel 2.6.28 support for atheros target. The include files moved from /include/asm-mips/mach-atheros/ to /arch/mips/include/asm/mach-atheros/ This patch is based on the old kernel 2.6.27 patches.
...
SVN-Revision: 14584
16 years ago
Gabor Juhos
a1bf28950d
refresh 2.6.26 patches
...
SVN-Revision: 13135
16 years ago
Matteo Croce
5cb5a026ee
atheros: 2.6.26 patches
...
SVN-Revision: 11965
17 years ago
Gabor Juhos
518fb1a488
refresh kernel patches
...
SVN-Revision: 11197
17 years ago
Gabor Juhos
21c5ef4c1d
add .25 patches (kernel boots fine on LS2, LS5, FON2200 and on WRT55AG v2)
...
SVN-Revision: 11016
17 years ago
John Crispin
b526f65baf
add gpio support to atheros, fixes #1861 , thanks Othello
...
SVN-Revision: 10724
17 years ago
Felix Fietkau
2361535088
port atheros to 2.6.24 (untested), but do not use the new kernel by default yet
...
SVN-Revision: 10335
17 years ago
John Crispin
d4009e55b6
fix serial port warning on atheros
...
SVN-Revision: 9277
17 years ago
Felix Fietkau
56231056ea
strip the kernel version suffix from target directories, except for brcm-2.4 (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
17 years ago
Imre Kaloz
d2c338cd52
upgrade atheros targets to 2.6.22.1
...
SVN-Revision: 7936
18 years ago
Felix Fietkau
3d60d69334
major cleanup of the ar531x code, improved hardware detection and support for multiple ethernet interfaces
...
SVN-Revision: 6307
18 years ago
Felix Fietkau
76c376d82a
update atheros 2.6 port - add support for the older chip generation
...
SVN-Revision: 6265
18 years ago
Felix Fietkau
216e8fcc55
Add support for Atheros SoC (used in Fonera, Meraki) - Merry Christmas, everybody :)
...
SVN-Revision: 5898
18 years ago