ar71xx: add initial support for 3.2
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 22 Jan 2012 22:38:19 +0000 (22:38 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 22 Jan 2012 22:38:19 +0000 (22:38 +0000)
commite0b80e41eb0b24e76285b9355725d2f4f66ada50
treedccbb34ba7bd86e0b13abd8226004f09f5766847
parent22b99f32a13348502bc0f33b93b70565e941d99c
ar71xx: add initial support for 3.2

Tested on the following boards:
  ALFA AP96
  TL-MR3220 v1
  TL-WR1043ND v1
  TL-WR2543ND v1
  TL-WR703N v1
  TL-WR741ND v1
  TL-WR741ND v4
  WNDR3700 v1
  WZR-HP-G300NH

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29868 3c298f89-4303-0410-b956-a3cf2f4a3e73
200 files changed:
target/linux/ar71xx/config-3.2 [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/dev-ap9x-pci.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/dev-ap9x-pci.h [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/dev-dsa.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/dev-dsa.h [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/dev-eth.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/dev-eth.h [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/dev-m25p80.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/dev-m25p80.h [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-alfa-ap96.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-alfa-nx.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-all0258n.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-ap83.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-ap96.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-aw-nr580.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-dir-600-a1.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-dir-615-c1.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-dir-825-b1.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-eap7660d.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-hornet-ub.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-ja76pf.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-jwap003.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-mzk-w04nu.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-mzk-w300nh.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-nbg460n.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-om2p.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-pb42.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-pb92.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-rb4xx.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-rb750.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-rw2458n.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tew-632brp.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-mr3020.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-mr3x20.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-wa901nd-v2.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-wa901nd.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-wr1043nd.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-wr2543n.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-wr703n.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-wr741nd-v4.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-wr741nd.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-wr841n.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-wr941nd.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-ubnt.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-whr-hp-g300n.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-wndr3700.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-wnr2000.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-wp543.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-wrt160nl.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-wrt400n.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-wzr-hp-ag300h.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-wzr-hp-g300nh.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-wzr-hp-g300nh2.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-wzr-hp-g450h.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-zcn-1523h.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/nvram.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/nvram.h [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/pci-ath9k-fixup.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/ath79/pci-ath9k-fixup.h [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/include/asm/mach-ath79/ag71xx_platform.h [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/include/asm/mach-ath79/ar913x_flash.h [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/include/asm/mach-ath79/mach-rb750.h [new file with mode: 0644]
target/linux/ar71xx/files-3.2/arch/mips/include/asm/mach-ath79/rb4xx_cpld.h [new file with mode: 0644]
target/linux/ar71xx/files-3.2/drivers/net/ethernet/atheros/ag71xx/Kconfig [new file with mode: 0644]
target/linux/ar71xx/files-3.2/drivers/net/ethernet/atheros/ag71xx/Makefile [new file with mode: 0644]
target/linux/ar71xx/files-3.2/drivers/net/ethernet/atheros/ag71xx/ag71xx.h [new file with mode: 0644]
target/linux/ar71xx/files-3.2/drivers/net/ethernet/atheros/ag71xx/ag71xx_ar7240.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/drivers/net/ethernet/atheros/ag71xx/ag71xx_ar8216.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/drivers/net/ethernet/atheros/ag71xx/ag71xx_debugfs.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/drivers/net/ethernet/atheros/ag71xx/ag71xx_ethtool.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/drivers/net/ethernet/atheros/ag71xx/ag71xx_mdio.c [new file with mode: 0644]
target/linux/ar71xx/files-3.2/drivers/net/ethernet/atheros/ag71xx/ag71xx_phy.c [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/001-MIPS-ath79-Change-number-of-available-IRQs.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/002-MIPS-ath79-Handle-more-MISC-IRQs.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/003-MIPS-ath79-add-common-USB-Host-Controller-device.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/004-MIPS-ath79-Remove-superfluous-parentheses.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/005-MIPS-ath79-add-revision-id-for-the-AR933X-SoCs.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/006-MIPS-ath79-Add-early-printk-support-for-the-AR933X-S.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/007-MIPS-ath79-add-AR933X-specific-clock-init.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/008-MIPS-ath79-Add-AR933X-specific-glue-for-ath79_device.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/009-MIPS-ath79-Add-AR933X-specific-IRQ-initialization.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/010-MIPS-ath79-add-AR933X-specific-GPIO-initialization.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/011-MIPS-ath79-Add-config-symbol-for-the-AR933X-SoCs.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/012-USB-ehci-ath79-Add-device_id-entry-for-the-AR933X-So.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/013-MIPS-ath79-add-AR933X-specific-USB-platform-device-r.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/014-SERIAL-AR933X-Add-driver-for-the-built-in-UART-of-th.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/015-MIPS-ath79-register-UART-device-for-the-AR933X-SoCs.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/016-MIPS-ath79-Add-initial-support-for-the-Atheros-AP121.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/017-MIPS-Initial-PCI-support-for-Atheros-724x-SoCs.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/018-Initial-support-for-the-Ubiquiti-Networks-XM-board-r.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/019-MIPS-ath79-Store-the-SoC-revision-in-a-global-variab.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/020-MIPS-ath79-Remove-ar913x-from-common-variable-and-fu.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/021-MIPS-ath79-Separate-AR913x-SoC-specific-WMAC-setup-c.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/022-MIPS-ath79-Add-AR933x-specific-WMAC-setup-code.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/023-MIPS-ath79-Rename-ATH79_DEV_AR913X_WMAC-option-to-AT.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/024-MIPS-ath79-Register-the-wireless-MAC-device-on-the-A.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/025-MIPS-ath79-Rename-dev-ar913x-wmac.h-to-dev-wmac.h.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/026-MIPS-ath79-Rename-dev-ar913x-wmac.c-to-dev-wmac.c.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/027-watchdog-ath79_wdt-flush-register-writes.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/101-MIPS-ath79-avoid-a-kernel-bug-on-AR913X.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/102-MIPS-ath79-separate-common-PCI-code.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/103-MIPS-ath79-rename-pci-ath724x.h.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/104-MIPS-ath79-make-ath724x_pcibios_init-visible-for-ext.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/105-MIPS-ath79-add-a-common-PCI-registration-function.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/106-MIPS-ath79-rename-pci-ath724x.c-to-make-it-reflect-t.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/107-MIPS-ath79-replace-ath724x-to-ar724x.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/108-MIPS-ath79-use-io-accessor-macros-in-pci-ar724x.c.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/109-MIPS-ath79-remove-superfluous-alignment-checks-from-.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/110-MIPS-ath79-fix-broken-ar724x_pci_-read-write-functio.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/111-MIPS-ath79-add-a-workaround-for-a-PCI-controller-bug.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/112-MIPS-ath79-fix-a-wrong-IRQ-number.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/113-MIPS-ath79-add-PCI-IRQ-handling-code-for-AR724X-SoCs.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/114-MIPS-ath79-get-rid-of-some-ifdefs-in-mach-ubnt-xm.c.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/115-MIPS-ath79-allow-to-use-board-specific-pci_plat_dev_.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/116-MIPS-ath79-add-support-for-the-PCI-host-controller-o.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/117-MIPS-ath79-allow-to-use-SoC-specific-PCI-IRQ-maps.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/118-MIPS-ath79-remove-ar724x_pci_add_data-function.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/119-MIPS-ath79-register-PCI-controller-on-the-PB44-board.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/120-MIPS-ath79-update-copyright-headers-of-PCI-related-f.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/121-MIPS-ath79-add-early_printk-support-for-AR934X.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/122-MIPS-ath79-sort-case-statements-in-ath79_detect_sys_.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/123-MIPS-ath79-add-SoC-detection-code-for-AR934X.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/124-MIPS-ath79-add-clock-initialization-code-for-AR934X.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/125-MIPS-ath79-add-GPIO-support-code-for-AR934X.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/126-MIPS-ath79-rework-IP2-IP3-interrupt-handling.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/127-MIPS-ath79-add-IRQ-handling-code-for-AR934X.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/128-MIPS-ath79-add-AR934X-specific-glue-to-ath79_device_.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/129-MIPS-ath79-register-UART-device-for-AR934X-SoCs.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/130-MIPS-ath79-add-WMAC-registration-code-for-AR934X.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/131-MIPS-ath79-add-USB-platform-setup-code-for-AR934X.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/132-MIPS-ath79-add-PCI_AR724X-Kconfig-symbol.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/133-MIPS-ath79-add-PCI-registration-code-for-AR934X.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/134-MIPS-ath79-add-initial-support-for-the-Atheros-DB120.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/135-USB-ehci-ath79-add-device_id-entry-for-the-AR934X-So.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/201-spi-ath79-add-delay-between-SCK-changes.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/202-spi-ath79-add-missing-HIGH-LOW-SCK-transition.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/203-spi-ath79-remove-superfluous-chip-select-code.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/204-spi-ath79-use-gpio_request_one.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/205-spi-ath79-introduce-ath79_spi_-en-dis-able-helpers.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/206-spi-ath79-add-shutdown-handler.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/207-spi-ath79-make-chipselect-logic-more-flexible.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/208-spi-ath79-make-chip-select-more-flexible.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/210-MIPS-ath79-fix-gpio-count-for-ar7241.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/211-MIPS-ath79-fix-ar933x_wmac_reset.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/300-leds-rb750-3.2-fixes.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/301-leds-wndr3700-3.2-fixes.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/302-rb4xx_nand-3.2-fixes.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/303-rb750_nand-3.2-fixes.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/304-spi-ap83-3.2-fixes.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/305-spi-rb4xx-cpld-3.2-fixes.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/306-spi-rb4xx-3.2-fixes.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/307-tplinkpart-3.2-fixes.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/308-wrt160nl_part-3.2-fixes.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/401-mtd-physmap-add-lock-unlock.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/402-mtd-SST39VF6401B-support.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/403-mtd_fix_cfi_cmdset_0002_status_check.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/404-mtd-wrt160nl-trx-parser.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/405-mtd-tp-link-partition-parser.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/406-mtd-m25p80-allow-to-specify-max-read-size.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/407-mtd-m25p80-allow-to-pass-probe-types-via-platform-data.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/408-mtd-redboot_partition_scan.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/409-mtd-rb4xx_nand_driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/410-mtd-rb750-nand-driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/411-mtd-cfi_cmdset_0002-force-word-write.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/420-net-ar71xx_mac_driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/421-net-ksz8041_phy_driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/422-dsa-trailer-tag-validation-fix.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/423-dsa-add-88e6063-driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/430-drivers-link-spi-before-mtd.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/431-spi-add-various-flags.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/432-spi-rb4xx-spi-driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/433-spi-rb4xx-cpld-driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/434-spi-ap83_spi_controller.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/435-spi-vsc7385_driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/440-leds-wndr3700-usb-led-driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/441-leds-rb750-led-driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/450-gpio-nxp-74hc153-gpio-chip-driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/500-MIPS-fw-myloader.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/501-MIPS-ath79-add-mac-argument-to-ath79_register_wmac.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/502-MIPS-ath79-export-ath79_gpio_base.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/503-MIPS-ath79-add-flash-acquire-release.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/504-MIPS-ath79-add-ath79_device_reset_get.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/505-MIPS-ath79-add-ath79_gpio_function_select.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/506-MIPS-ath79-prom-parse-redboot-args.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/507-MIPS-ath79-prom-add-myloader-support.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/508-MIPS-ath79-prom-image-command-line-hack.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/509-MIPS-ath79-process-board-kernel-option.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/510-MIPS-ath79-init-gpio-pin-of-wmac-device.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/601-MIPS-ath79-add-more-register-defines.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/602-MIPS-ath79-add-openwrt-stuff.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/603-MIPS-ath79-ap121-fixes.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/604-MIPS-ath79-ap81-fixes.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/605-MIPS-ath79-db120-fixes.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/606-MIPS-ath79-pb44-fixes.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/607-MIPS-ath79-ubnt-xm-fixes.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/608-MIPS-ath79-ubnt-xm-add-more-boards.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/610-MIPS-ath79-openwrt-machines.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/901-mdio_bitbang_ignore_ta_value.patch [new file with mode: 0644]
target/linux/ar71xx/patches-3.2/902-unaligned_access_hacks.patch [new file with mode: 0644]