Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | ar71xx: fix MII clock settings for various chips, improves ethernet ↵ | Felix Fietkau | 2012-05-27 | 4 | -5/+30 |
| | | | | | | stability on AR934x SVN-Revision: 31925 | ||||
* | ar71xx: fix WLAN led for RB751U-2HnD and RB751G-2HnD | Gabor Juhos | 2012-05-23 | 1 | -0/+2 |
| | | | | | | Patch by Kamil Trzciński <ayufan@osk-net.pl> SVN-Revision: 31846 | ||||
* | ar71xx: remove AG71XX_RX_PKT_RESERVE, it is no longer necessary (found by ↵ | Felix Fietkau | 2012-05-15 | 1 | -2/+1 |
| | | | | | | Eric Dumazet) SVN-Revision: 31736 | ||||
* | kernel: rewrite the phy packet hook, put it in the network stack to avoid ↵ | Felix Fietkau | 2012-05-06 | 1 | -26/+14 |
| | | | | | | having to keep non-upstream ethernet driver changes SVN-Revision: 31637 | ||||
* | ar71xx: add support for the TP-Link TL-WR1041N v2 board | Gabor Juhos | 2012-05-05 | 1 | -0/+154 |
| | | | | | | Patch-by: Vince Huang <axishero@foxmail.com> SVN-Revision: 31608 | ||||
* | ar71xx: allow to disable link polling on unused PHYs | Gabor Juhos | 2012-04-29 | 3 | -4/+16 |
| | | | | SVN-Revision: 31533 | ||||
* | ar71xx: enable MIB counters in the built-in switch of the AR934x | Gabor Juhos | 2012-04-25 | 1 | -2/+11 |
| | | | | SVN-Revision: 31476 | ||||
* | ar71xx: use ap91_pci_init for RB751{,G} | Gabor Juhos | 2012-04-19 | 1 | -30/+16 |
| | | | | SVN-Revision: 31356 | ||||
* | ar71xx: move USB device registration directly into rb751{,g}_setup | Gabor Juhos | 2012-04-19 | 1 | -5/+5 |
| | | | | SVN-Revision: 31355 | ||||
* | ar71xx: add ap9x_pci_get_wmac_data helper | Gabor Juhos | 2012-04-19 | 2 | -0/+19 |
| | | | | SVN-Revision: 31354 | ||||
* | ar71xx: add sanity checks to decode_rle | Gabor Juhos | 2012-04-19 | 1 | -2/+7 |
| | | | | | | Also use -EINVAL instead of -1. SVN-Revision: 31353 | ||||
* | ar71xx: initial support for Mikrotik RB751G-2HnD and RB751U-2HnD | Gabor Juhos | 2012-04-06 | 1 | -0/+92 |
| | | | | | | | | | | | | | | | | | Great collaboration on these two fantastic routers on the openwrt forum: https://forum.openwrt.org/viewtopic.php?id=32320 Above all kudos to aryufan. Well done and thank you everyone else who contributed. To-Do: LED for wlan is not yet activated To-Do: TxPower over 20dBm (RB751U) or 22dBm (RB751G) are not accepted by the router Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com> [juhosg: fix line wrapped patch, fix checkpatch errors, add missing kernel patches] SVN-Revision: 31208 | ||||
* | ar71xx: boost SPI flash read performance | Gabor Juhos | 2012-03-27 | 3 | -1/+2 |
| | | | | | | | | | | | | | | | | mtd_speedtest results: page read speed old new delta DB120 929 KiB/s 2597 KiB/s +179.55% TL-WR1043ND v1 754 KiB/s 2166 KiB/s +187.27% TL-WR703N v1 745 KiB/s 2176 KiB/s +192.08% TL-MR3220 v1 752 KiB/s 2154 KiB/s +186.44% TL-WR2543ND v1 564 KiB/s 2130 KiB/s +277.66% TL-WR741ND v2 525 KiB/s 1767 KiB/s +236.57% ALFA-AP96 702 KiB/s 1977 KiB/s +181.62% WNDR3700 697 KiB/s 1965 KiB/s +181.92% SVN-Revision: 31118 | ||||
* | ar71xx: remove the built-in MTD map of the AP96 board | Gabor Juhos | 2012-03-27 | 1 | -35/+1 |
| | | | | | | Pass the mtd_layout via the kernel command line instead. SVN-Revision: 31112 | ||||
* | ar71xx: remove the built-in MTD map of the PB92 board | Gabor Juhos | 2012-03-27 | 1 | -35/+1 |
| | | | | | | Pass the mtd_layout via the kernel command line instead SVN-Revision: 31111 | ||||
* | ar71xx: remove the built-in MTD map of the Zcomax devices | Gabor Juhos | 2012-03-27 | 1 | -50/+1 |
| | | | | | | Pass the mtd_layout via the kernel command line instead. SVN-Revision: 31110 | ||||
* | ar71xx: remove the built-in MTD maps of several boards | Gabor Juhos | 2012-03-27 | 8 | -324/+8 |
| | | | | | | | | | | | | | | | | | | | We are passing the MTD layout via the kernel command line, so it makes no sense to duplicate it in mach-* files. The patch removes the built-in MTD maps of the following boards: * AP113 * ALFA N2/N5 * DIR-600 * DIR-615 * DIR-825 * TEW-6{3,5}2BRP * TEW-673GRU * WHR-G301N * WHR-HP-GN * WHR-HP-G300N SVN-Revision: 31108 | ||||
* | ar71xx: fix button polarity on TL-WR703N and TL-WR741N v4 | Gabor Juhos | 2012-03-27 | 2 | -3/+3 |
| | | | | SVN-Revision: 31102 | ||||
* | ar71xx: add initial support for RB750GL | Gabor Juhos | 2012-03-19 | 2 | -0/+125 |
| | | | | SVN-Revision: 31025 | ||||
* | ar71xx: make rb750_latch_change 'static void' | Gabor Juhos | 2012-03-19 | 2 | -15/+3 |
| | | | | SVN-Revision: 31024 | ||||
* | ar71xx: add latch_change field to rb750_led_platform_data | Gabor Juhos | 2012-03-19 | 3 | -7/+9 |
| | | | | SVN-Revision: 31023 | ||||
* | ar71xx: add platform data for the RB750 NAND driver | Gabor Juhos | 2012-03-19 | 3 | -26/+55 |
| | | | | SVN-Revision: 31022 | ||||
* | ar71xx: add AR934x specific interface speed setup for ge0 | Gabor Juhos | 2012-03-19 | 1 | -4/+9 |
| | | | | SVN-Revision: 31017 | ||||
* | ar71xx: add support for the jjPlus JA76PF2 board | Gabor Juhos | 2012-03-16 | 1 | -0/+76 |
| | | | | SVN-Revision: 30957 | ||||
* | ar71xx: change LED name prefix on the jjplus boards | Gabor Juhos | 2012-03-16 | 1 | -3/+3 |
| | | | | SVN-Revision: 30956 | ||||
* | ar71xx: move micrel PHY driver to the generic linux target | Gabor Juhos | 2012-03-15 | 1 | -83/+0 |
| | | | | SVN-Revision: 30946 | ||||
* | ar71xx: ag71xx: fix ARP frame reception on AR934x switch ports | Gabor Juhos | 2012-03-13 | 1 | -11/+35 |
| | | | | SVN-Revision: 30926 | ||||
* | ar71xx: ag71xx: start aneg on switch PHYs after reset | Gabor Juhos | 2012-03-13 | 1 | -0/+10 |
| | | | | SVN-Revision: 30925 | ||||
* | ar71xx: ag71xx: poll PHY status of all available switch ports | Gabor Juhos | 2012-03-13 | 1 | -1/+2 |
| | | | | SVN-Revision: 30924 | ||||
* | ar71xx: ag71xx: allow to use port 5 of the AR934x built-in switch | Gabor Juhos | 2012-03-13 | 1 | -2/+6 |
| | | | | SVN-Revision: 30923 | ||||
* | ar71xx: reset the switch on AR934x before ethernet device registration | Gabor Juhos | 2012-03-13 | 1 | -0/+4 |
| | | | | SVN-Revision: 30922 | ||||
* | ar71xx: use a dummy callback for interfaces with fixed speed | Gabor Juhos | 2012-03-12 | 1 | -28/+7 |
| | | | | SVN-Revision: 30913 | ||||
* | ar71xx: merge ar934x_bo_ddr_flush patch | Gabor Juhos | 2012-03-12 | 1 | -12/+5 |
| | | | | SVN-Revision: 30912 | ||||
* | ar71xx: fix WPS button polarity on TL-WR2543N | Gabor Juhos | 2012-03-07 | 1 | -0/+1 |
| | | | | SVN-Revision: 30849 | ||||
* | ar71xx: ag71xx: fix get_port_link callback | Gabor Juhos | 2012-03-07 | 1 | -2/+8 |
| | | | | SVN-Revision: 30841 | ||||
* | ar71xx: ag71xx: use the generic get_port_link implementation | Gabor Juhos | 2012-03-07 | 1 | -66/+0 |
| | | | | SVN-Revision: 30840 | ||||
* | ar71xx: ag71xx: keep VLAN tags if VLAN is not enabled | Gabor Juhos | 2012-03-01 | 1 | -4/+8 |
| | | | | SVN-Revision: 30768 | ||||
* | ar71xx: ag71xx: add BQL support | Gabor Juhos | 2012-02-10 | 1 | -5/+13 |
| | | | | | | | | It will be usable only from linux-3.3. Based on a patch by Dave Taht <dave.taht@bufferbloat.net> SVN-Revision: 30417 | ||||
* | ar71xx: add preliminary support for 3.3 | Gabor Juhos | 2012-02-10 | 1 | -0/+294 |
| | | | | SVN-Revision: 30410 | ||||
* | ar71xx: merge 3.2 fixes | Gabor Juhos | 2012-02-10 | 9 | -74/+102 |
| | | | | SVN-Revision: 30406 | ||||
* | ar71xx: merge files-3.2 to files | Gabor Juhos | 2012-02-10 | 75 | -0/+13367 |
| | | | | SVN-Revision: 30405 | ||||
* | ar71xx: use dynamically allocated partitions in wrt160nl_part | Gabor Juhos | 2012-01-31 | 1 | -4/+14 |
| | | | | SVN-Revision: 29970 |