Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ar71xx: add a helper function for setting up ETH_CFG register on AR934x | Gabor Juhos | 2012-10-17 | 2 | -0/+25 | |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33817 | |||||
* | ar71xx: add support for the OpenMesh OM2P-HS board | Gabor Juhos | 2012-10-17 | 1 | -0/+68 | |
| | | | | | | | 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 board | Gabor Juhos | 2012-10-04 | 1 | -0/+159 | |
| | | | | SVN-Revision: 33621 | |||||
* | ar71xx: avoid possible NULL pointer dereference in ath79_init_{,local}_mac | Gabor Juhos | 2012-09-27 | 1 | -2/+8 | |
| | | | | SVN-Revision: 33575 | |||||
* | ar71xx: automatically find WLAN calibration data on TEW-673GRU | Gabor Juhos | 2012-09-25 | 1 | -18/+46 | |
| | | | | SVN-Revision: 33539 | |||||
* | ar71xx: automatically find WLAN calibration data on DIR-825-B1 | Gabor Juhos | 2012-09-25 | 1 | -17/+44 | |
| | | | | SVN-Revision: 33538 | |||||
* | ar71xx: use different machtype and setup for the TL-MR3040 | Gabor Juhos | 2012-09-24 | 1 | -14/+34 | |
| | | | | | | Should fix #12211. Compile tested only. SVN-Revision: 33535 | |||||
* | ar71xx: ar934x_nfc: remove unused oob parameter of ar934x_nfc_send_read | Gabor Juhos | 2012-09-17 | 1 | -12/+8 | |
| | | | | SVN-Revision: 33454 | |||||
* | ar71xx: ar934x_nfc: increase DMA retry count | Gabor Juhos | 2012-09-17 | 1 | -1/+2 | |
| | | | | SVN-Revision: 33453 | |||||
* | ar71xx: ar934x_nfc: optimize READOOB operation on large page devices | Gabor Juhos | 2012-09-17 | 1 | -6/+4 | |
| | | | | SVN-Revision: 33452 | |||||
* | ar71xx: ar934x_nfc: fix RNDOUT operation | Gabor Juhos | 2012-09-17 | 1 | -2/+6 | |
| | | | | SVN-Revision: 33451 | |||||
* | ar71xx: ar934x_nfc: fix READ{0,1} operation on large page devices | Gabor Juhos | 2012-09-17 | 1 | -6/+9 | |
| | | | | SVN-Revision: 33450 | |||||
* | ar71xx: register the NAND controller device on the RB2011 | Gabor Juhos | 2012-09-13 | 1 | -0/+77 | |
| | | | | SVN-Revision: 33388 | |||||
* | ar71xx: add device registration code for the AR934x NAND flash controller | Gabor Juhos | 2012-09-13 | 2 | -0/+122 | |
| | | | | SVN-Revision: 33387 | |||||
* | ar71xx: ar934x_nfc: experimental NAND Flash Controller driver for AR934x | Gabor Juhos | 2012-09-13 | 2 | -0/+1179 | |
| | | | | SVN-Revision: 33385 | |||||
* | ar71xx: add initial support for RB2011UAS-2HnD | Gabor Juhos | 2012-09-09 | 1 | -0/+56 | |
| | | | | SVN-Revision: 33349 | |||||
* | ar71xx: use routerboot_find_tag to find wlan data offset on RB751 | Gabor Juhos | 2012-09-09 | 1 | -8/+15 | |
| | | | | SVN-Revision: 33348 | |||||
* | ar71xx: add RouterBoot related helper routines | Gabor Juhos | 2012-09-09 | 2 | -0/+126 | |
| | | | | SVN-Revision: 33347 | |||||
* | ar71xx: define MTD partitions for RB2011 | Gabor Juhos | 2012-09-09 | 1 | -1/+42 | |
| | | | | SVN-Revision: 33345 | |||||
* | ar71xx: add preliminary support for Mikrotik RB2011L | Gabor Juhos | 2012-09-09 | 1 | -0/+97 | |
| | | | | | | | | | | | | | 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 AR934x | Gabor Juhos | 2012-09-09 | 1 | -0/+33 | |
| | | | | SVN-Revision: 33343 | |||||
* | ar71xx: add dynamic MDIO clock calculation | Gabor Juhos | 2012-09-09 | 2 | -8/+66 | |
| | | | | SVN-Revision: 33342 | |||||
* | ar71xx: use the RLE library for RB751 | Gabor Juhos | 2012-09-08 | 1 | -35/+9 | |
| | | | | SVN-Revision: 33338 | |||||
* | Revert "ar71xx: only allow RGMII mode on the 2nd ethernet MAC of the AR7240" | Gabor Juhos | 2012-08-29 | 1 | -8/+1 | |
| | | | | | | That was based on assumptions. SVN-Revision: 33310 | |||||
* | ar71xx: all0315n: fix ethernet according to vendor info | Gabor Juhos | 2012-08-29 | 1 | -12/+2 | |
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33309 | |||||
* | ar71xx: Buffalo WZR-HP-AG300H LED support | Gabor Juhos | 2012-08-29 | 1 | -0/+56 | |
| | | | | | | | | | | | | | | | | | | | 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 support for the Allnet ALL0315N board | Gabor Juhos | 2012-08-27 | 1 | -0/+95 | |
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33281 | |||||
* | ar71xx: only allow RGMII mode on the 2nd ethernet MAC of the AR7240 | Gabor Juhos | 2012-08-27 | 1 | -1/+8 | |
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33280 | |||||
* | ar71xx: add support for the TRENDnet TEW-712BR board | Gabor Juhos | 2012-08-22 | 1 | -0/+163 | |
| | | | | SVN-Revision: 33231 | |||||
* | ar71xx: fix comment style in mach-tl-wr2543n.c | Gabor Juhos | 2012-08-22 | 1 | -6/+11 | |
| | | | | SVN-Revision: 33227 | |||||
* | ar71xx: add ALL0305 board alias | Gabor Juhos | 2012-08-22 | 1 | -0/+3 | |
| | | | | | | | | | | 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-WDR3600 | Gabor Juhos | 2012-08-22 | 1 | -1/+2 | |
| | | | | | | | | | | | 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 | |||||
* | add led defintion for the WR2543 5GHz WLAN LED | John Crispin | 2012-08-22 | 1 | -1/+20 | |
| | | | | | | Signed-off-by: Andy Leiserson <andy@leiserson.org> SVN-Revision: 33215 | |||||
* | ar71xx: init switch hw_reset on the TL-WR1043ND board | Gabor Juhos | 2012-08-02 | 1 | -2/+15 | |
| | | | | SVN-Revision: 32944 | |||||
* | ar71xx: ew-dorin: added router firmware generation | Gabor Juhos | 2012-08-01 | 1 | -2/+38 | |
| | | | | | | | | [juhosg: remove dead code] Signed-off-by: embedded wireless GmbH <info@embeddedwireless.de> SVN-Revision: 32934 | |||||
* | ar71xx: Buffalo WLAE-AG300N initial support | Gabor Juhos | 2012-08-01 | 1 | -0/+114 | |
| | | | | | | | | | | | | | | | | | | | | 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: make 2.4GHz wlan LED work on the WR2543N | Gabor Juhos | 2012-07-05 | 1 | -0/+2 | |
| | | | | | | | | Because ath9k does not supports separate LEDs for different bands yet, the 2.4GHz LED will show the activity, even if the 5GHz band is selected. SVN-Revision: 32615 | |||||
* | ar71xx: add support for the OpenMesh OM2P-LC board | Gabor Juhos | 2012-07-05 | 1 | -0/+60 | |
| | | | | | | Patch-by: Marek Linder <marek@open-mesh.com> SVN-Revision: 32611 | |||||
* | ar71xx: add initial support for the QCA955X SoCs | Gabor Juhos | 2012-07-05 | 1 | -1/+9 | |
| | | | | SVN-Revision: 32606 | |||||
* | ar71xx: improve MDIO busy wait code | Gabor Juhos | 2012-07-03 | 1 | -21/+30 | |
| | | | | SVN-Revision: 32586 | |||||
* | ar71xx: remove the built-in MTD map of the ALL0258N | Gabor Juhos | 2012-07-03 | 1 | -49/+1 | |
| | | | | | | | | | Pass the mtd_layout via the kernel command line instead. Also increase the kernel partition size to 1024k, so current kernel can fit in. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 32585 | |||||
* | ar71xx: add support for the TL-WDR4300 board | Gabor Juhos | 2012-06-19 | 1 | -0/+203 | |
| | | | | SVN-Revision: 32459 | |||||
* | ar71xx: remove superfluous include of asm/mach-ath79/pci.h | Gabor Juhos | 2012-06-19 | 5 | -5/+0 | |
| | | | | SVN-Revision: 32455 | |||||
* | ar71xx: add a common function to configure USB power GPIOs | Gabor Juhos | 2012-06-19 | 8 | -19/+16 | |
| | | | | SVN-Revision: 32454 | |||||
* | ar71xx: add support for the embeddedwireless Dorin board (based on patch by ↵ | Felix Fietkau | 2012-06-19 | 1 | -0/+108 | |
| | | | | | | embeddedwireless.de) SVN-Revision: 32447 | |||||
* | ar71xx: swap the PHY address of the ethernet port of TL-MR3040/TL-MR11U ↵ | Felix Fietkau | 2012-06-13 | 1 | -0/+3 | |
| | | | | | | similar to TL-MR3020 to fix ethernet link detection SVN-Revision: 32336 | |||||
* | ar71xx: fix PHY setup on TL-MR3020 (fixes #11572) | Felix Fietkau | 2012-06-06 | 1 | -0/+4 | |
| | | | | SVN-Revision: 32093 | |||||
* | ar71xx: add a helper function for setting up PHY4 swapping on ar933x | Felix Fietkau | 2012-06-06 | 3 | -15/+21 | |
| | | | | SVN-Revision: 32092 | |||||
* | ar71xx: do not override the mdio clock for ar9330. the override value ↵ | Felix Fietkau | 2012-05-28 | 1 | -2/+0 | |
| | | | | | | (obtained from an atheros driver) seems to break ethernet functionality SVN-Revision: 31956 | |||||
* | ar71xx: improve rx performance of the ethernet driver by using build_skb to ↵ | Felix Fietkau | 2012-05-28 | 2 | -41/+49 | |
| | | | | | | deliver a cache-hot skb to the network stack SVN-Revision: 31934 |