aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-3.8
Commit message (Collapse)AuthorAgeFilesLines
* lantiq: make the split patch recognize the tplink headerJohn Crispin2013-08-061-16/+43
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37721
* lantiq: add gphy pinmux definitionsJohn Crispin2013-07-291-0/+88
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37611
* lantiq: set sane default for phy ledsJohn Crispin2013-07-291-9/+26
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37610
* lantiq: make macs loadable from mtd partitionsJohn Crispin2013-07-251-34/+72
| | | | | | | | This is a really ugly hack but it will have to do until we copy the ramips patches to the lantiq tree Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37539
* lantiq: update pcie driverJohn Crispin2013-07-251-1049/+1895
| | | | | | | | This is an intermediate commit until the new OF driver is functional. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37537
* lantiq: revert 36778 as it breaks irq assignment to pci devicesJohn Crispin2013-07-111-10/+2
| | | | | | | Reported-by: Matti Laakso Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37258
* lantiq: etop enable gbit port0Luka Perkov2013-07-081-20/+23
| | | | | | | Signed-off-by: Antonios Vamporakis <vamporakis@yahoo.com> Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37191
* lantiq: Add support for loading athxk eeproms through mtdJohn Crispin2013-06-291-31/+84
| | | | | | | | | | | This patch enables retrieving the wifi calibration data from an MTD partition. Try to copy mac address from ethernet before generating a random one. This fixes DGN3500 ath9k support. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 37087
* lantiq: make xrx200 network driver use a tasklet for rx housekeepingJohn Crispin2013-06-291-32/+40
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37085
* lantiq: Fixes to athxk EEPROM loadingJohn Crispin2013-06-101-25/+14
| | | | | | | | | | | | Use platform data array for storing ath5k EEPROM instead of creating another one. EEPROM size is 2048 words (2 bytes), so we must read 4096 bytes from flash. No need to keep the checksum fix now that the EEPROM is loaded completely. Add a manual eeprom swap for ath9k and keep the endian way. Use mac-offset property retrieved from the DTS. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 36901
* lantiq: revert [36779] as it caused a regressionJohn Crispin2013-05-311-86/+34
| | | | | | | | | | submitter was informed of a endinaess swap regression and replied with "works on my board" revert the patch and make arv7518 wifi work again Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36807
* lantiq: wifi calibration from MTDJohn Crispin2013-05-301-34/+86
| | | | | | | | | This patch enables retrieving the wifi calibration data from an MTD partition. It requires the previous patch. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36779
* lantiq: postpone PCI and wifi initJohn Crispin2013-05-301-2/+10
| | | | | | | | | This postpones the initialization of PCI and wifi until after the MTD initialization, so that calibration data may be loaded from there. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36778
* lantiq: enable portmaps again and set max port to 2John Crispin2013-05-071-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36573
* kernel: update linux 3.8 to 3.8.10Gabor Juhos2013-04-301-3/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36493
* lantiq: disable sw portmaps on xrx200 ethernet as segment solation does not ↵John Crispin2013-04-251-1/+1
| | | | | | | | work yet Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36441
* kernel: update linux 3.8 to 3.8.7Gabor Juhos2013-04-144-18/+12
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36332
* add FE phy firmwareJohn Crispin2013-04-111-7/+14
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36314
* add missing pinmux patchJohn Crispin2013-04-111-0/+67
| | | | | | | | | | Fix lantiq pinmux which affected PCI and USB. Known affected boards are: ARV4518 and ARV7518. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 36312
* kernel: update linux 3.8 to 3.8.6Gabor Juhos2013-04-061-13/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36215
* add a missing patch that makes board detection work againJohn Crispin2013-04-031-0/+107
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36186
* kernel: update linux 3.8 to 3.8.3Gabor Juhos2013-03-1540-458/+103
| | | | | | | | Also refresh the related generic/platform patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36039
* bump to v3.8John Crispin2013-03-1441-0/+14426
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36014