Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ar71xx: ar934x_nfc: allow to control DMA data swap via platform data | Gabor Juhos | 2012-12-10 | 1 | -10/+35 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34588 | ||||
* | ar71xx: make rb750_nand driver compatible with 3.7 | Gabor Juhos | 2012-11-20 | 1 | -16/+4 |
| | | | | | | | | | Also add compatibility patches for the currently supported kernels. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34279 | ||||
* | ar71xx: make ar934x_nfc driver compatible with 3.7 | Gabor Juhos | 2012-11-20 | 1 | -13/+0 |
| | | | | | | | | | Also add compatibility patches for the currently supported kernels. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34278 | ||||
* | ar71xx: remove buffer verification reference from rb4xx_nand.c | Gabor Juhos | 2012-11-20 | 1 | -3/+0 |
| | | | | | | | | It is a dead code. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34276 | ||||
* | ar71xx: restore rb4xx kernel partition size to the original value | Gabor Juhos | 2012-11-20 | 1 | -1/+1 |
| | | | | | | | | | The new lzma compressed elf kernel image fits into that, even on devices with large page NAND chips. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34274 | ||||
* | ar71xx: remove NO_AUTOINCR flag from the NAND drivers | Gabor Juhos | 2012-10-28 | 3 | -3/+0 |
| | | | | | | | | | 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.6 | Gabor Juhos | 2012-10-27 | 1 | -1/+1 |
| | | | | | | | | Also add a compatibility patch for 3.3 Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33969 | ||||
* | ar71xx: use mtd_read in wrt160nl_part | Gabor Juhos | 2012-10-27 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33951 | ||||
* | ar71xx: use mtd_read in tplinkpart | Gabor Juhos | 2012-10-27 | 1 | -4/+4 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33950 | ||||
* | 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: ar934x_nfc: experimental NAND Flash Controller driver for AR934x | Gabor Juhos | 2012-09-13 | 1 | -0/+1149 |
| | | | | SVN-Revision: 33385 | ||||
* | ar71xx: add dynamic MDIO clock calculation | Gabor Juhos | 2012-09-09 | 1 | -8/+64 |
| | | | | SVN-Revision: 33342 | ||||
* | ar71xx: improve MDIO busy wait code | Gabor Juhos | 2012-07-03 | 1 | -21/+30 |
| | | | | SVN-Revision: 32586 | ||||
* | 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 | 2 | -2/+16 |
| | | | | | | stability on AR934x SVN-Revision: 31925 | ||||
* | 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: allow to disable link polling on unused PHYs | Gabor Juhos | 2012-04-29 | 1 | -4/+11 |
| | | | | 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: add latch_change field to rb750_led_platform_data | Gabor Juhos | 2012-03-19 | 1 | -2/+4 |
| | | | | SVN-Revision: 31023 | ||||
* | ar71xx: add platform data for the RB750 NAND driver | Gabor Juhos | 2012-03-19 | 1 | -19/+27 |
| | | | | SVN-Revision: 31022 | ||||
* | 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: 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 | 10 | -0/+3895 |
| | | | | SVN-Revision: 30405 | ||||
* | ar71xx: use dynamically allocated partitions in wrt160nl_part | Gabor Juhos | 2012-01-31 | 1 | -4/+14 |
| | | | | SVN-Revision: 29970 | ||||
* | ar71xx: move arch specific files to files-2.6.39 | Gabor Juhos | 2012-01-22 | 17 | -6213/+0 |
| | | | | SVN-Revision: 29867 | ||||
* | ar71xx: wrt160nl_part: include module.h and fix compiler warnings | Gabor Juhos | 2012-01-22 | 1 | -3/+8 |
| | | | | SVN-Revision: 29856 | ||||
* | ar71xx: tplinkpart: include module.h | Gabor Juhos | 2012-01-22 | 1 | -0/+1 |
| | | | | SVN-Revision: 29855 | ||||
* | ar71xx: rename vsc7385 spi driver | Gabor Juhos | 2012-01-22 | 1 | -0/+0 |
| | | | | SVN-Revision: 29853 | ||||
* | ar71xx: rename ap81 spi driver | Gabor Juhos | 2012-01-22 | 1 | -0/+0 |
| | | | | SVN-Revision: 29852 | ||||
* | ar71xx: rename rb4xx spi drivers | Gabor Juhos | 2012-01-22 | 2 | -0/+0 |
| | | | | SVN-Revision: 29851 | ||||
* | ar71xx: rename the nxp_74hc153 driver | Gabor Juhos | 2012-01-22 | 1 | -0/+0 |
| | | | | SVN-Revision: 29850 | ||||
* | ar71xx: include linux/module.h in the micrel phy driver | Gabor Juhos | 2012-01-22 | 1 | -0/+1 |
| | | | | SVN-Revision: 29848 | ||||
* | ar71xx: pb44_spi: add shutdown handler | Gabor Juhos | 2012-01-11 | 1 | -0/+10 |
| | | | | | | This allows to access the flash from a kexec'd kernel. SVN-Revision: 29710 | ||||
* | ar71xx: pb44_spi: call pb44_spi_{en,dis}able from probe/remove | Gabor Juhos | 2012-01-11 | 1 | -6/+4 |
| | | | | SVN-Revision: 29709 | ||||
* | ar71xx: pb44_spi: introduce pb44_spi_{en,dis}able helpers | Gabor Juhos | 2012-01-11 | 1 | -8/+17 |
| | | | | SVN-Revision: 29708 |