aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-3.3
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: remove NO_AUTOINCR flag from the NAND driversGabor Juhos2012-10-283-0/+33
| | | | | | | | | The flag is not present in 3.6. Also add compatibility patches for 3.3. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33971
* ar71xx: ag71xx: fix build_skb arguments for 3.6Gabor Juhos2012-10-271-0/+12
| | | | | | | | Also add a compatibility patch for 3.3 Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33969
* ar71xx: add support for the Senao CAP4200AG boardGabor Juhos2012-10-271-0/+39
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33956
* ar71xx: add ath79_wmac_disable_[25]ghz helpersGabor Juhos2012-10-271-0/+31
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33955
* ar71xx: merge machine support patchesGabor Juhos2012-10-174-77/+21
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33820
* ar71xx: also use the ath79_set_ar934x_eth_cfg helper for DB120Gabor Juhos2012-10-171-26/+16
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33819
* ar71xx: add support for the OpenMesh OM2P-HS boardGabor Juhos2012-10-171-0/+10
| | | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33800
* ar71xx: add support for the TL-WR841N/ND v8 boardGabor Juhos2012-10-041-0/+38
| | | | SVN-Revision: 33621
* ar71xx: use different machtype and setup for the TL-MR3040Gabor Juhos2012-09-241-0/+21
| | | | | | Should fix #12211. Compile tested only. SVN-Revision: 33535
* ar71xx: revert DIR-825-B1 wholeflash image support.Gabor Juhos2012-09-181-77/+0
| | | | | | | | | | It should be implemmented in a cleaner way. This reverts the following commits: [ar71xx] dir-825-b1: Fix wholeflash images [ar71xx] dir825b1: Add image for DIR-825-B1 that uses the whole flash" SVN-Revision: 33459
* ar71xx: register the NAND flash controller device on DB120Gabor Juhos2012-09-175-14/+18
| | | | SVN-Revision: 33455
* dir-825-b1: Fix wholeflash images: Attempting to flash a wholeflash ↵Daniel Dickinson2012-09-171-13/+17
| | | | | | (-openwrt) image from the normal image would brick (but recoverable via emergency flash) the router if the wholeflash image was larger than the maximum size for a normal image. First we rename the -openwrt images to -wholeflash since -openwrt is really too generic. We also revert the changes to the regular dir-825-b1 image, which now is the same as before, but add a -towholeflash image which is almost the same as the regular dir-825-b1 image, but copies caldata to new location and allows flashing of images that use the full flash (except u-boot, u-boot-env, and caldata paritition space) (these are the -wholeflash images). SVN-Revision: 33447
* ar71xx: add missing code for ar933x WMAC reset that was left out during the ↵Felix Fietkau2012-09-171-0/+31
| | | | | | ar71xx->ath79 migration, should fix wifi stability issues on ar933x SVN-Revision: 33446
* ar71xx: merge machine support patchesGabor Juhos2012-09-135-157/+47
| | | | SVN-Revision: 33389
* ar71xx: register the NAND controller device on the RB2011Gabor Juhos2012-09-132-3/+4
| | | | SVN-Revision: 33388
* ar71xx: add device registration code for the AR934x NAND flash controllerGabor Juhos2012-09-135-7/+19
| | | | SVN-Revision: 33387
* ar71xx: ar934x_nfc: experimental NAND Flash Controller driver for AR934xGabor Juhos2012-09-131-0/+21
| | | | SVN-Revision: 33385
* ar71xx: define NAND controller base address and register size for AR934X/QCA955xGabor Juhos2012-09-122-13/+23
| | | | SVN-Revision: 33382
* ar71xx: use correct fractional dividers for {CPU,DDR}_PLL on QCA955xGabor Juhos2012-09-101-2/+2
| | | | SVN-Revision: 33362
* ar71xx: fix QCA955X_EHCI_SIZEGabor Juhos2012-09-103-3/+3
| | | | SVN-Revision: 33360
* ar71xx: add initial support for RB2011UAS-2HnDGabor Juhos2012-09-091-0/+21
| | | | SVN-Revision: 33349
* ar71xx: use routerboot_find_tag to find wlan data offset on RB751Gabor Juhos2012-09-093-8/+9
| | | | SVN-Revision: 33348
* ar71xx: add RouterBoot related helper routinesGabor Juhos2012-09-095-18/+18
| | | | SVN-Revision: 33347
* ar71xx: add preliminary support for Mikrotik RB2011LGabor Juhos2012-09-091-0/+50
| | | | | | | | | | | | | This patch adds preliminary support for the Mikrotik RB2011L. The NAND flash is not yet supported, so only the initramfs kernel can be used for now. [juhosg: remove unnecessary PCI/USB related stuff, the board does not use that, update commit message] Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 33344
* ar71xx: use dynamic clock dividers on the 2nd MDIO of AR934xGabor Juhos2012-09-091-4/+14
| | | | SVN-Revision: 33343
* ar71xx: use the RLE library for RB751Gabor Juhos2012-09-082-6/+7
| | | | SVN-Revision: 33338
* ar71xx: add library code for RLE decodingGabor Juhos2012-09-081-0/+114
| | | | | | It will be used for the MikroTik boards. SVN-Revision: 33337
* ar71xx: fix CPU/DDR frequency calculation for SRIF PLLs on AR934xGabor Juhos2012-09-0811-32/+238
| | | | SVN-Revision: 33335
* ar71xx: refresh kernel patchesGabor Juhos2012-09-086-17/+11
| | | | SVN-Revision: 33334
* dir825b1: Add image for DIR-825-B1 that uses the whole flash (must first be ↵Daniel Dickinson2012-09-061-0/+73
| | | | | | flashed with the 'standard' image) and an image to revert the change to allow reversion to stock firmware. SVN-Revision: 33326
* ar71xx: use correct fractional dividers for {CPU,DDR}_PLL on AR934xGabor Juhos2012-09-051-0/+49
| | | | SVN-Revision: 33318
* ar71xx: add support for the Allnet ALL0315N boardGabor Juhos2012-08-271-0/+44
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33281
* ar71xx: add support for the TRENDnet TEW-712BR boardGabor Juhos2012-08-221-0/+39
| | | | SVN-Revision: 33231
* ar71xx: fix serial clock calculation on AR933xGabor Juhos2012-08-221-0/+181
| | | | | | Closes #12031. SVN-Revision: 33230
* ar71xx: add ALL0305 board aliasGabor Juhos2012-08-221-1/+2
| | | | | | | | | | For the pure convenience of having a correctly named image and system name in /proc/cpuinfo , until we can do that by having system names in DTS... Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33224
* ar71xx: add support for TP-Link TL-WDR3600Gabor Juhos2012-08-221-1/+1
| | | | | | | | | | | The TL-WDR3600 is identical to the TL-WDR4300 with the exception that is has only two antennas. [juhosg: remove the custom machine type, change the board name instead] Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 33219
* ar71xx: simplify misc IRQ handlingGabor Juhos2012-08-021-0/+66
| | | | SVN-Revision: 32948
* ar71xx: fix AR934X_EHCI_SIZEGabor Juhos2012-08-024-4/+4
| | | | SVN-Revision: 32947
* ar71xx: ew-dorin: added router firmware generationGabor Juhos2012-08-011-1/+2
| | | | | | | | [juhosg: remove dead code] Signed-off-by: embedded wireless GmbH <info@embeddedwireless.de> SVN-Revision: 32934
* ar71xx: Buffalo WLAE-AG300N initial supportGabor Juhos2012-08-011-7/+17
| | | | | | | | | | | | | | | | | | | | The patch set for Buffalo WLAE-AG300N initial support. There is another patch for wireless led support that is posted separately. Note on serial console: This unit has buffalo standard 4 pin console, but the unit may not power on if some console apparatus is connected. This is probably due to some electronic interaction between the unit's electronic power switch circuit and the serial console apparatus. If this happens, it is required to power on the unit without the console, then quickly (re-)attach it. [juhosg: fix coding style] Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 32931
* ar71xx: use gpio_set_value_cansleep on sleeping GPIOs in ath79_spiGabor Juhos2012-07-152-12/+15
| | | | SVN-Revision: 32736
* ar71xx: select ATH79_DEV_M25P80 for the WRT400N boardGabor Juhos2012-07-121-5/+6
| | | | SVN-Revision: 32679
* ar71xx: airrouter power led supportGabor Juhos2012-07-121-1/+6
| | | | | | | | | | This patch adds support for power led to Unifi Airrouter AP. [juhosg:fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch] Signed-off-by: Rocco Folino <lordzen@autistici.org> SVN-Revision: 32678
* ar71xx: unifi reset button supportGabor Juhos2012-07-121-1/+5
| | | | | | | | | | This patch adds support for reset button to Ubiquiti UniFi AP. [juhosg: fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch] Signed-off-by: Rocco Folino <lordzen@autistici.org> SVN-Revision: 32677
* ar71xx: airrouter reset button supportGabor Juhos2012-07-121-1/+5
| | | | | | | | | | This patch adds support for reset button to Ubiquiti Airrouter AP. [juhosg: fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch] Signed-off-by: Rocco Folino <lordzen@autistici.org> SVN-Revision: 32676
* ar71xx: swizzle address for PCI byte/word access on AR71xxGabor Juhos2012-07-061-0/+111
| | | | | | Closes #11683. SVN-Revision: 32639
* ar71xx: select SOC_AR933X and ATH79_DEV_WMAC for the OM2P boardGabor Juhos2012-07-061-5/+7
| | | | SVN-Revision: 32638
* ar71xx: merge new board patches into the generic patchGabor Juhos2012-07-064-128/+47
| | | | SVN-Revision: 32637
* ar71xx: add support for the OpenMesh OM2P-LC boardGabor Juhos2012-07-051-1/+2
| | | | | | Patch-by: Marek Linder <marek@open-mesh.com> SVN-Revision: 32611
* ar71xx: add initial support for the Qualcomm Atheros AP136 boardGabor Juhos2012-07-0520-43/+455
| | | | SVN-Revision: 32607