summaryrefslogtreecommitdiff
path: root/target/linux/lantiq
Commit message (Collapse)AuthorAgeFilesLines
...
* lantiq: there is a V2 of VG3503J that needs a newer fe phy firmwareJohn Crispin2014-04-075-161/+186
| | | | | | | | | this should really be auto detected by the kernel, lets used this workaround until the real solution is ready Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40418
* lantiq: remove unmaintained codeJohn Crispin2014-04-064-36/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40392
* lantiq: cleanup the dsl control scriptsJohn Crispin2014-04-052-0/+305
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40381
* lantiq: nand fixesJohn Crispin2014-04-032-0/+223
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40372
* lantiq: BT Home Hub 2B support - userspaceJohn Crispin2014-04-032-0/+12
| | | | | | | | Basic userspace configuration for BT Home Hub 2B Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 40371
* lantiq: BT Home Hub 2B support - board supportJohn Crispin2014-04-035-2/+306
| | | | | | | | Board support patch for BT Home Hub 2B Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 40370
* lantiq: BT Home Hub 2B support - jedec probeJohn Crispin2014-04-032-0/+39
| | | | | | | | | Lantiq nor patch. Adds support for jedec probing if cfi probing fails. Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 40369
* lantiq: make td8970 wifi led workJohn Crispin2014-04-032-7/+18
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40368
* lantiq: fix vr9 ubi handlingJohn Crispin2014-04-037-24/+66
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40364
* lntiq: add support for Astoria ARV7519RW.John Crispin2014-03-306-0/+319
| | | | | | | | | | | | | | | These patches add support for the Astoria ARV7519RW aka Livebox 2.1 The PCI and PCIe interfaces have been disabled. Also, because there are two revisions of this board with different GPHY firmwares, two targets were defined. V2: rewrote partitions to work with an u-boot specifically made for these boards. Signed off by: Esteban Benito <estebanjbs@gmail.com> Signed off by: Carles Gadea <carlesgrg@gmail.com> Tested by: José Vázquez Fernández <ppvazquezfer@gmail.com> SVN-Revision: 40329
* lantiq: do an endianness swap to the RT2860 eeprom for ARV752DPW(22)John Crispin2014-03-301-4/+13
| | | | | | | | | | | | | | | | | | | | ARV7510PW22, ARV752DPW and ARV752DPW22 have the RT2860 eeprom stored in flash as big-endian, but the driver needs it in little-endian format. We have to swab it before handing it over. This requires my earlier patch for busybox. Funnily enough, ARV752DPW works also with the incorrect eeprom, but undoubtedly unoptimally. I have a hunch that also the final remaining Lantiq board would require this swabbing, but I'm not sure, so I just swab it in the three boards that I know about. v2: * Swab also on ARV7510PW22 based on feedback from Alvaro Rojas * Fix the offset with bs=2 Signed-off-by: Matti Laakso <malaakso at elisanet.fi> SVN-Revision: 40328
* lantiq: add esiJohn Crispin2014-03-302-1/+8
| | | | | | | | http://patchwork.openwrt.org/patch/3703/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40326
* lantiq: fix mtd_split for brnboot firmware imagesJohn Crispin2014-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | The existing code only tries to split a parition with name "rootfs" while actually looking for kernel+rootfs, where usually "firmware" is used as a partition name. This doesn't make sense, as even if there was a partition 'rootfs' given by mtdparts or via device-tree, this code would lead to another partition called 'rootfs' being created which would not be properly distinguished in the current user-space code. While potentially we could use CONFIG_MTD_SPLIT_FIRMWARE_NAME to make that configurable, the lack of users of brnboot and the fact that we can freely decide the partition name made me simply change the hard-coded string constant from "rootfs" to "firmware". (I'm going to add support for ARV7506PW which run brnboot and needs this change) SVN-Revision: 40324
* lantiq: fixup ath5k supportJohn Crispin2014-03-301-0/+55
| | | | | | | | http://patchwork.openwrt.org/patch/4417/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40323
* lantiq: fix initial VLAN conf for P2601HNFXJohn Crispin2014-03-301-2/+3
| | | | | | Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40321
* lantiq: P2601HNFX dts update for STP and buttonsJohn Crispin2014-03-301-3/+6
| | | | | | | | | - Set correct AltSel for STP pins - Set front button to rfkill Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40320
* lantiq: add support for Arcadyan ARV7519PWJohn Crispin2014-03-305-1/+238
| | | | | | | | | | | This patch adds almost full support for this board. - WiFi is still not working - USB will not power up. According to some reports, it may be a passive port Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40319
* lantiq: reset gphys on rebootJohn Crispin2014-03-301-0/+19
| | | | | | | | If gphys are not reset upstream uboot can not use them anymore. Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40318
* lantiq: add support for ZyXEL P2812HNUFXJohn Crispin2014-03-304-0/+332
| | | | | | | | | | | This patch adds almost full support for this board. WiFi is still not working. The FXS ports are not functional due to missing support for the TAPI driver on VR9 SoC. Signed-off-by: Antonios Vamporakis <ant@area128.com> Tested-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40317
* lantiq: add ubifs support in image MakefileJohn Crispin2014-03-301-0/+43
| | | | | | Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40316
* lantiq: add ubifs to FEATURESJohn Crispin2014-03-302-2/+2
| | | | | | Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40315
* lantiq: xrx200: add ubi support in the kernelJohn Crispin2014-03-301-0/+17
| | | | | | Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40314
* lantiq: add inital support for xrx200 switchJohn Crispin2014-03-301-0/+2023
| | | | | | Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40313
* lantiq: xrx200: fix duplexJohn Crispin2014-03-301-0/+13
| | | | | | | | | | Both the GPL driver from ZyXEL and the xrx200 driver have this error. The flags are reversed. Full duplex is marked as half and the other way around. With this fix the switch will push full GBit speeds. Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40312
* lantiq: fixup 3370 dts fileJohn Crispin2014-03-301-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40311
* lantiq: fix nand/ebu lockingJohn Crispin2014-03-301-0/+21
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40310
* lantiq: add tffs driverJohn Crispin2014-03-301-0/+110
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40309
* lantiq: drop old svip foldersJohn Crispin2014-03-278-145/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40294
* kernel: update 3.10 to 3.10.34Gabor Juhos2014-03-271-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40291
* kernel: update 3.10 to 3.10.32Gabor Juhos2014-02-234-9/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39707
* lantiq: fix typo in pinctl driverLuka Perkov2014-02-151-0/+32
| | | | | | Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 39588
* lantiq: fix PCI problems on ARV4510PWLuka Perkov2014-02-151-1/+5
| | | | | | | | | Some ARV4510PW units seem to have unstable PCI due to missing pull-up resistors. This patch makes sure that the GPIO lines are driven properly. Signed-off-by: Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 39587
* kernel: update 3.10 to 3.10.28Gabor Juhos2014-01-262-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39399
* lantiq: Add support for Astoria ARV7510PW22John Crispin2014-01-155-2/+198
| | | | | | | | This board is pretty similar to ARV752DPW22. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 39303
* lantiq: update kernel configurationLuka Perkov2014-01-153-3/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39296
* lantiq: improve Arcadyan ARV4510PW supportJohn Crispin2014-01-123-37/+135
| | | | | | | | | Arcadyan ARV4510PW has already a build profile in OpenWrt, but it is severely lacking. This patch brings it up-to-date. Signed-off-by: Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 39230
* kernel: update 3.10 to 3.10.26Gabor Juhos2014-01-112-3/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39220
* kernel: update kernel 3.10 to 3.10.24Hauke Mehrtens2013-12-151-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39059
* kernel: update 3.10 to 3.10.21Gabor Juhos2013-12-012-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38972
* lantiq: move patch to proper folderJohn Crispin2013-11-201-0/+121
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38884
* lantiq: update default mii modesJohn Crispin2013-11-202-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38881
* lantiq: fix an endless loop in the vmmc platform codeJohn Crispin2013-11-201-1/+1
| | | | | | | | this was caused by not honoured error return codes of of_gpio_count() Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38878
* lantiq: DGN3500 fixupsJohn Crispin2013-11-112-1/+3
| | | | | | | | Just fixing up a few things for the Netgear DGN3500. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 38733
* lantiq: rename TDW8970 led adsl->dslJohn Crispin2013-11-111-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38730
* lantiq: update TDW8970.dts to support buttons properlyJohn Crispin2013-11-111-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38728
* lantiq: remove old hotplug handlerJohn Crispin2013-11-111-53/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38727
* lantiq: fix TDW8970 lan/wan macJohn Crispin2013-11-071-1/+9
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38677
* lantiq: Fix ar8216 switch configuration for WBMR-HP-G300H devicesJohn Crispin2013-11-071-2/+3
| | | | | | | | | | | The switch is renamed to "switch0" in newer (3.10) linux kernels. Configure the switch using vlans by default and only configure the physical switch ports that are present. Signed-off-by: Richard Mortimer <richm@oldelvet.org.uk> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38673
* lantiq: fix td-w8970 initramfs generationJohn Crispin2013-11-071-3/+2
| | | | | | | | https://dev.openwrt.org/ticket/14417 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38667
* kernel: update 3.10 to 3.10.18Gabor Juhos2013-11-052-4/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38652