summaryrefslogtreecommitdiff
path: root/target/linux/lantiq/patches-3.10
Commit message (Collapse)AuthorAgeFilesLines
* lantiq: BT Home Hub 2B support - jedec probeJohn Crispin2014-04-031-0/+38
| | | | | | | | | 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-031-6/+17
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40368
* 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: 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 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: 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
* kernel: update 3.10 to 3.10.32Gabor Juhos2014-02-233-8/+3
| | | | | | 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
* kernel: update 3.10 to 3.10.28Gabor Juhos2014-01-261-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39399
* kernel: update 3.10 to 3.10.26Gabor Juhos2014-01-111-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39220
* kernel: update 3.10 to 3.10.21Gabor Juhos2013-12-011-1/+1
| | | | | | 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: 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
* kernel: update 3.10 to 3.10.18Gabor Juhos2013-11-051-3/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38652
* kernel: update 3.10 to 3.10.17Gabor Juhos2013-10-231-20/+12
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38506
* lantiq: fix eva partition split for squashfsJohn Crispin2013-10-071-49/+35
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38325
* kernel: update 3.10 to 3.10.13Gabor Juhos2013-09-272-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38228
* kernel/3.10: refresh all target patchesGabor Juhos2013-09-2533-417/+111
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38182
* lantiq/3.10: unbreak the mtd-split patchGabor Juhos2013-09-251-23/+19
| | | | | | | | Compile tested only. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38180
* lantiq: fix ath9k eeprom loading order bugJohn Crispin2013-09-181-36/+42
| | | | | | | | | https://dev.openwrt.org/ticket/14131 http://patchwork.openwrt.org/patch/4038/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38041
* lantiq: add v3.10 patchesJohn Crispin2013-09-1736-0/+15077
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38031