summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: build image for the TL-WR841N/ND v8Gabor Juhos2012-10-041-1/+2
| | | | SVN-Revision: 33623
* ar71xx: user-space support for TL-WR841N/ND v8Gabor Juhos2012-10-045-0/+20
| | | | SVN-Revision: 33622
* ar71xx: add support for the TL-WR841N/ND v8 boardGabor Juhos2012-10-043-0/+198
| | | | SVN-Revision: 33621
* ar71xx: avoid possible NULL pointer dereference in ath79_init_{,local}_macGabor Juhos2012-09-271-2/+8
| | | | SVN-Revision: 33575
* ar71xx: create 'fat' images for the DIR-825/TEW-673GRU boardsGabor Juhos2012-09-253-3/+198
| | | | | | | | | | | | | With these images, it is possible to use the 'unused' partition of the flash. The 'fat' images can be installed with the sysupgrade command. When a 'fat' image is installed from a regular one, the platform specific sysupgrade script copies the calibration data to the end of the flash. Likewise, when a regular image is installed from the 'fat' version the sysupgrade script copies the calibration data back to the original location. SVN-Revision: 33540
* ar71xx: automatically find WLAN calibration data on TEW-673GRUGabor Juhos2012-09-251-18/+46
| | | | SVN-Revision: 33539
* ar71xx: automatically find WLAN calibration data on DIR-825-B1Gabor Juhos2012-09-251-17/+44
| | | | SVN-Revision: 33538
* ar71xx: add missing backslash to uci-defaults/leds (closes #12240)Gabor Juhos2012-09-251-1/+1
| | | | SVN-Revision: 33537
* ar71xx: use different machtype and setup for the TL-MR3040Gabor Juhos2012-09-247-16/+63
| | | | | | Should fix #12211. Compile tested only. SVN-Revision: 33535
* ar71xx: fix a typo in TEW-637GRU image namesGabor Juhos2012-09-181-1/+1
| | | | SVN-Revision: 33460
* ar71xx: revert DIR-825-B1 wholeflash image support.Gabor Juhos2012-09-189-262/+2
| | | | | | | | | | 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-176-14/+19
| | | | SVN-Revision: 33455
* ar71xx: ar934x_nfc: remove unused oob parameter of ar934x_nfc_send_readGabor Juhos2012-09-171-12/+8
| | | | SVN-Revision: 33454
* ar71xx: ar934x_nfc: increase DMA retry countGabor Juhos2012-09-171-1/+2
| | | | SVN-Revision: 33453
* ar71xx: ar934x_nfc: optimize READOOB operation on large page devicesGabor Juhos2012-09-171-6/+4
| | | | SVN-Revision: 33452
* ar71xx: ar934x_nfc: fix RNDOUT operationGabor Juhos2012-09-171-2/+6
| | | | SVN-Revision: 33451
* ar71xx: ar934x_nfc: fix READ{0,1} operation on large page devicesGabor Juhos2012-09-171-6/+9
| | | | SVN-Revision: 33450
* dir-825-b1: Fix wholeflash images: Attempting to flash a wholeflash ↵Daniel Dickinson2012-09-179-33/+87
| | | | | | (-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: fix WP543 image buildsFelix Fietkau2012-09-151-1/+1
| | | | SVN-Revision: 33413
* ar71xx: merge machine support patchesGabor Juhos2012-09-135-157/+47
| | | | SVN-Revision: 33389
* ar71xx: register the NAND controller device on the RB2011Gabor Juhos2012-09-134-3/+83
| | | | SVN-Revision: 33388
* ar71xx: add device registration code for the AR934x NAND flash controllerGabor Juhos2012-09-137-7/+141
| | | | SVN-Revision: 33387
* ar71xx: package the AR934x NAND driver moduleGabor Juhos2012-09-131-0/+17
| | | | SVN-Revision: 33386
* ar71xx: ar934x_nfc: experimental NAND Flash Controller driver for AR934xGabor Juhos2012-09-133-0/+1200
| | | | 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
* fix description of nand/Ath5k profile (#12149)Jo-Philipp Wich2012-09-091-2/+2
| | | | SVN-Revision: 33352
* ar71xx: add initial support for RB2011UAS-2HnDGabor Juhos2012-09-094-1/+82
| | | | SVN-Revision: 33349
* ar71xx: use routerboot_find_tag to find wlan data offset on RB751Gabor Juhos2012-09-095-17/+25
| | | | SVN-Revision: 33348
* ar71xx: add RouterBoot related helper routinesGabor Juhos2012-09-098-18/+145
| | | | SVN-Revision: 33347
* ar71xx: define MTD partitions for RB2011Gabor Juhos2012-09-091-1/+42
| | | | SVN-Revision: 33345
* ar71xx: add preliminary support for Mikrotik RB2011LGabor Juhos2012-09-095-1/+153
| | | | | | | | | | | | | 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-092-4/+47
| | | | SVN-Revision: 33343
* ar71xx: add dynamic MDIO clock calculationGabor Juhos2012-09-092-8/+66
| | | | SVN-Revision: 33342
* ar71xx: use the RLE library for RB751Gabor Juhos2012-09-084-42/+17
| | | | SVN-Revision: 33338
* ar71xx: add library code for RLE decodingGabor Juhos2012-09-082-0/+115
| | | | | | 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-068-2/+208
| | | | | | 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 rssileds to package set in profile for devices which got them.Gabor Juhos2012-09-051-2/+2
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33317
* Revert "ar71xx: only allow RGMII mode on the 2nd ethernet MAC of the AR7240"Gabor Juhos2012-08-291-8/+1
| | | | | | That was based on assumptions. SVN-Revision: 33310
* ar71xx: all0315n: fix ethernet according to vendor infoGabor Juhos2012-08-291-12/+2
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33309
* ar71xx: add RSSI LEDs of ALL0315N to uci-defaults/ledsGabor Juhos2012-08-291-0/+7
| | | | SVN-Revision: 33308
* ar71xx: image: fix Profile name for TL-WA701 (closes #12094)Gabor Juhos2012-08-291-1/+1
| | | | SVN-Revision: 33295
* ar71xx: Buffalo WZR-HP-AG300H LED supportGabor Juhos2012-08-294-0/+114
| | | | | | | | | | | | | | | | | | | An improved LED support for Buffalo WZR-HP-AG300H. There will be two new packages to go with this patch (ar922x-led-fix-hotplug and ar922x-led-fix-init). These packages essentially perform the same task of disabling "JTAG over GPIO pins" function which is currently required for LEDs on AR922x emac GPIO to work, and are both considered a temporary fix that circumvent this problem. [juhosg: add the hotplug script from the proposed ar922x-led-fix-hotplug package to ar71xx/base-files] Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 33294
* ar71xx: add profile for Allnet devicesGabor Juhos2012-08-271-0/+39
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33287
* ar71xx: generate image for ALL0315NGabor Juhos2012-08-271-1/+20
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33286