These patches fix ar31x platform code to allow running ath5k driver in AHB mode.
Note: It's assumed that PCI interface is not used together with AHB bus. Wojciech Dubowik (3): [atheros] Disable platform PCI interface by default. [atheros] Don't offset dma addresses when PCI is not used. Needed to get ath5k AHB working on AR2315 un up. [atheros] For AR231x define addresses as physical values and not as mapped ones. Needed for ath5k AHB driver to work on AR2315 and up. target/linux/atheros/config-2.6.30 | 2 +- target/linux/atheros/config-2.6.32 | 11 +-- target/linux/atheros/config-2.6.34 | 2 +- target/linux/atheros/config-2.6.35 | 2 +- target/linux/atheros/config-2.6.36 | 2 +- target/linux/atheros/config-2.6.37 | 2 +- .../patches-2.6.30/250-fix-dma-for-ahb-bus.patch | 33 +++++++++ .../251-ar2315_use_physical_addresses.patch | 72 ++++++++++++++++++++ .../patches-2.6.32/250-fix-dma-for-ahb-bus.patch | 33 +++++++++ .../251-ar2315_use_physical_addresses.patch | 72 ++++++++++++++++++++ .../patches-2.6.34/250-fix-dma-for-ahb-bus.patch | 33 +++++++++ .../251-ar2315_use_physical_addresses.patch | 72 ++++++++++++++++++++ .../patches-2.6.35/250-fix-dma-for-ahb-bus.patch | 33 +++++++++ .../251-ar2315_use_physical_addresses.patch | 72 ++++++++++++++++++++ .../patches-2.6.36/250-fix-dma-for-ahb-bus.patch | 33 +++++++++ .../251-ar2315_use_physical_addresses.patch | 72 ++++++++++++++++++++ .../patches-2.6.37/250-fix-dma-for-ahb-bus.patch | 33 +++++++++ .../251-ar2315_use_physical_addresses.patch | 72 ++++++++++++++++++++ 18 files changed, 639 insertions(+), 12 deletions(-) create mode 100644 target/linux/atheros/patches-2.6.30/250-fix-dma-for-ahb-bus.patch create mode 100644 target/linux/atheros/patches-2.6.30/251-ar2315_use_physical_addresses.patch create mode 100644 target/linux/atheros/patches-2.6.32/250-fix-dma-for-ahb-bus.patch create mode 100644 target/linux/atheros/patches-2.6.32/251-ar2315_use_physical_addresses.patch create mode 100644 target/linux/atheros/patches-2.6.34/250-fix-dma-for-ahb-bus.patch create mode 100644 target/linux/atheros/patches-2.6.34/251-ar2315_use_physical_addresses.patch create mode 100644 target/linux/atheros/patches-2.6.35/250-fix-dma-for-ahb-bus.patch create mode 100644 target/linux/atheros/patches-2.6.35/251-ar2315_use_physical_addresses.patch create mode 100644 target/linux/atheros/patches-2.6.36/250-fix-dma-for-ahb-bus.patch create mode 100644 target/linux/atheros/patches-2.6.36/251-ar2315_use_physical_addresses.patch create mode 100644 target/linux/atheros/patches-2.6.37/250-fix-dma-for-ahb-bus.patch create mode 100644 target/linux/atheros/patches-2.6.37/251-ar2315_use_physical_addresses.patch _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel