John Crispin
8b0507c9ca
lantiq: fix mtd_split for brnboot firmware images
...
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
2014-03-30 09:16:35 +00:00
John Crispin
0c73e85cd0
lantiq: fixup ath5k support
...
http://patchwork.openwrt.org/patch/4417/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40323
2014-03-30 09:16:31 +00:00
John Crispin
3a43738e21
lantiq: reset gphys on reboot
...
If gphys are not reset upstream uboot can not use them anymore.
Signed-off-by: Antonios Vamporakis <ant@area128.com>
SVN-Revision: 40318
2014-03-30 09:16:10 +00:00
John Crispin
82da5ca248
lantiq: add inital support for xrx200 switch
...
Signed-off-by: Antonios Vamporakis <ant@area128.com>
SVN-Revision: 40313
2014-03-30 09:15:50 +00:00
John Crispin
32e2246270
lantiq: xrx200: fix duplex
...
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
2014-03-30 09:15:46 +00:00
John Crispin
561a7ef93b
lantiq: fix nand/ebu locking
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40310
2014-03-30 09:15:37 +00:00
John Crispin
d6a138141c
lantiq: add tffs driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40309
2014-03-30 09:15:33 +00:00
Gabor Juhos
f677b1bc7e
kernel: update 3.10 to 3.10.32
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39707
2014-02-23 10:59:40 +00:00
Luka Perkov
6e0fd6d518
lantiq: fix typo in pinctl driver
...
Signed-off-by: Antonios Vamporakis <ant@area128.com>
SVN-Revision: 39588
2014-02-15 22:54:34 +00:00
Gabor Juhos
a2543d72d8
kernel: update 3.10 to 3.10.28
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39399
2014-01-26 11:30:34 +00:00
Gabor Juhos
0e2586a774
kernel: update 3.10 to 3.10.26
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39220
2014-01-11 16:06:37 +00:00
Gabor Juhos
f1ef0b92be
kernel: update 3.10 to 3.10.21
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38972
2013-12-01 09:59:53 +00:00
John Crispin
776c6c50ce
lantiq: move patch to proper folder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38884
2013-11-20 17:53:36 +00:00
John Crispin
06ada4b10f
lantiq: fix an endless loop in the vmmc platform code
...
this was caused by not honoured error return codes of of_gpio_count()
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38878
2013-11-20 16:56:32 +00:00
Gabor Juhos
35656042f1
kernel: update 3.10 to 3.10.18
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38652
2013-11-05 08:25:45 +00:00
Gabor Juhos
b6b06000eb
kernel: update 3.10 to 3.10.17
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38506
2013-10-23 12:51:05 +00:00
John Crispin
1398a5d849
lantiq: fix eva partition split for squashfs
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38325
2013-10-07 15:02:48 +00:00
Gabor Juhos
9c8a5ef115
kernel: update 3.10 to 3.10.13
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38228
2013-09-27 07:19:21 +00:00
Gabor Juhos
0380904acb
kernel/3.10: refresh all target patches
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38182
2013-09-25 17:13:24 +00:00
Gabor Juhos
482b5f34e5
lantiq/3.10: unbreak the mtd-split patch
...
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38180
2013-09-25 16:22:04 +00:00
John Crispin
f9f73ef2ec
lantiq: fix ath9k eeprom loading order bug
...
https://dev.openwrt.org/ticket/14131
http://patchwork.openwrt.org/patch/4038/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38041
2013-09-18 16:31:41 +00:00
John Crispin
1878a3d6ab
lantiq: add v3.10 patches
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38031
2013-09-17 21:46:10 +00:00