CN_SZTL
e074e65b05
kernel: bump 4.14 to 4.14.184
...
Refreshed all patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-06-12 18:00:37 +08:00
CN_SZTL
0a2cb6b61b
kernel: bump 4.14 to 4.14.181
...
Refreshed all patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-05-24 21:25:57 +08:00
CN_SZTL
95aa0a3995
kernel: bump 4.14 to 4.14.177
...
Fixes:
- CVE-2020-11669
Remove upstreamed:
- 001-irqchip-versatile-fpga-Handle-chained-IRQs-properly.patch
- 002-irqchip-versatile-fpga-Apply-clear-mask-earlier.patch
- 003-ARM-dts-oxnas-Fix-clear-mask-property.patch
Refreshed all patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-05-03 19:32:54 +08:00
AmadeusGhost
244a0f8574
Revert "kernel: bump 4.14 to 4.14.177"
...
This reverts commit 89c18f5335 .
2020-04-29 17:25:11 +08:00
CN_SZTL
89c18f5335
kernel: bump 4.14 to 4.14.177
...
Fixes:
- CVE-2020-11669
Remove upstreamd:
- 001-irqchip-versatile-fpga-Handle-chained-IRQs-properly.patch
- 002-irqchip-versatile-fpga-Apply-clear-mask-earlier.patch
- 003-ARM-dts-oxnas-Fix-clear-mask-property.patch
Refresh all patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-25 10:18:50 +08:00
AmadeusGhost
548d409854
ipq40xx/806x: add u9300 4G driver
...
From @ksong008 dalao
2020-03-23 23:32:19 +08:00
Koen Vandeputte
aee0dfa544
kernel: bump 4.14 to 4.14.172
...
Refreshed all patches.
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-03-10 11:16:01 +08:00
Ansuel Smith
e2a04cfbca
ipq806x: fix bug in L2 cache scaling
...
It has been notice a buf in L2 cache scaling where the scaling is not
done proprely if the frequency is set to the initial state before
the new frequency.
From: https://patchwork.kernel.org/patch/10565443/
* The clocks are set to aux clock rate first to make sure the
* secondary mux is not sourcing off of QSB. The rate is then set to
* two different rates to force a HFPLL reinit under all
* circumstances.
In the initial stage of boot to force a new frequency to apply, is
needed to first set the frequency back to the lowest one (aux_rate)
and then to the target one. This force and make sure the controller
actually switch the frequency to the right one. Apply the same
mechanism to L2 frequency scaling. Before scaling to the target
frequency, first set the frequency to the aux_rate to force the
transition, then scale it to the target frequency. Doing the wrong way
can produce unexpected results and could lock the scaling mechanism
until a full reboot is done (Causing a full reset by the krait-cc driver)
From: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=77612720a2362230af726baa4149c40ec7a7fb05
When the Hfplls are reprogrammed during the rate change,
the primary muxes which are sourced from the same hfpll
for higher frequencies, needs to be switched to the 'safe
secondary mux' as the parent for that small window. This
is done by registering a clk notifier for the muxes and
switching to the safe parent in the PRE_RATE_CHANGE notifier
and back to the original parent in the POST_RATE_CHANGE notifier.
This should apply also to L2 scaling... as we can't relly use
the notifier, we manually do this on L2 scaling.
Tested-By: Marc Benoit <marcb62185@gmail.com> [19.07: R7800]
Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> [nbg6817/ipq8065]
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
(cherry picked from commit 5ab9c0b388 )
2020-03-02 12:01:48 +08:00
AmadeusGhost
7dc881dd79
kernel: bump to 4.9.214, 4.14.171, 4.19.106
...
Remove error commit from
15a0701cdd
2020-02-29 01:23:18 +08:00
CN_SZTL
3ab67a8217
Revert "kernel: bump to 4.9.214, 4.14.171, 4.19.106 ( #3318 )"
...
This reverts commit 4d68a12e34 .
2020-02-28 20:50:04 +08:00
CN_SZTL
4d68a12e34
kernel: bump to 4.9.214, 4.14.171, 4.19.106 ( #3318 )
...
This reverts commit 191ace6dff .
2020-02-27 17:39:41 +08:00
coolsnowwolf
191ace6dff
Revert "kernel: bump to 4.9.214, 4.14.171, 4.19.106 ( #3318 )"
...
This reverts commit 01ab5cf3c9 .
2020-02-26 16:47:18 +08:00
AmadeusGhost
01ab5cf3c9
kernel: bump to 4.9.214, 4.14.171, 4.19.106 ( #3318 )
...
* kernel: bump 4.14 to 4.14.171
Refreshed all patches.
Fixes:
- CVE-2013-1798
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* kernel: bump 4.19 to 4.19.105
Refreshed all patches.
Fixes:
- CVE-2013-1798
- CVE-2019-3016
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* kernel: bump 4.19 to 4.19.106
Refreshed all patches.
Remove upstreamed:
- 950-0786-leds-pca963x-Fix-open-drain-initialization.patch
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* kernel: bump to 4.9.214, 4.14.171, 4.19.106
Co-authored-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-02-25 12:24:44 +08:00
AmadeusGhost
464fb0c122
ipq806x: add support for ruijie_rg-mtfi-m520 ( #3025 )
...
Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-02-11 17:26:50 +08:00
AmadeusGhost
c7cfa84287
ipq806x: switch to ath10k-ct ( #2854 )
2020-01-30 01:40:13 +08:00
LEAN-ESX
38f64e0960
ipq806x: revert to kernel 4.14
2019-12-28 17:53:52 -08:00
LEAN-ESX
70e66b06b1
kernel: bump to 4.9.207, 4.14.160, 4.19.91
2019-12-24 23:57:52 -08:00
LEAN-ESX
a70a719e81
kernel: bump to 4.9.206, 4.14.158, 4.19.88
2019-12-10 19:40:41 -08:00
LEAN-ESX
6e8290d715
kernel: bump to 4.9.205, 4.14.156, 4.19.86
2019-12-01 05:59:29 -08:00
LEAN-ESX
851d616c7a
kernel: bump to 4.14.155, 4.19.85
2019-11-22 09:25:25 -08:00
LEAN-ESX
4730b1260e
kernel: bump to 4.9.202, 4.14.154, 4.19.84
2019-11-21 17:42:54 -08:00
LEAN-ESX
a196a98f00
Revert "kernel: bump to 4.9.202, 4.14.154, 4.19.84"
...
This reverts commit 2070dec20d .
2019-11-21 04:03:03 -08:00
LEAN-ESX
2070dec20d
kernel: bump to 4.9.202, 4.14.154, 4.19.84
2019-11-20 23:04:05 -08:00
LEAN-ESX
b720b9bbd4
kernel: bump to 4.9.177, 4.14.120 , 4.19.44
2019-05-25 19:53:25 -07:00
coolsnowwolf
d5107528bc
kernel: bump to 4.9.166 and 4.14.109
2019-03-30 20:46:18 +08:00
coolsnowwolf
3da298931b
kernel: bump 3.18.136, 4.9.160, 4.14.103, 4.19.25
2019-02-26 22:12:35 +08:00
coolsnowwolf
415d563eeb
kernel:update kernel verson to 3.18.131, 4.9.148, 4.14.91
2019-01-11 11:25:40 +08:00
coolsnowwolf
347daa04b2
Merge branch master of https://github.com/coolsnowwolf/lede
2019-01-03 19:29:28 +08:00
coolsnowwolf
96bab7c8f9
Revert "ipq806x: add support for Buffalo WXR-2533DHP"
...
This reverts commit a3057c7d65 .
2018-12-31 11:33:21 +08:00
coolsnowwolf
a3057c7d65
ipq806x: add support for Buffalo WXR-2533DHP
2018-12-27 09:47:51 +08:00
coolsnowwolf
334048b2c4
kernel: bump to 3.18.128, 4.9.144, 4.14.87
2018-12-12 15:39:25 +08:00
coolsnowwolf
f3b07a1c18
kernel: bump to 3.18.125 ,4.9.137, 4.14.81
2018-11-24 14:33:38 +08:00
coolsnowwolf
4e6f1808f3
kernel: bump 4.14 to 4.14.79
2018-11-24 14:16:28 +08:00
coolsnowwolf
67afa057f2
Final git push. Add DNS Cache in Turbo ACC. Improve R7800/AC58U/ACRH17 wifi support. Some kernel updates
2018-10-05 14:42:08 +08:00
coolsnowwolf
30412d10ae
kernel update to 3.18.123 4.9.129c4.14.72
2018-09-26 23:12:39 +08:00
coolsnowwolf
806f5db174
sync with OpenWrt trunk
2018-09-07 13:43:55 +08:00
coolsnowwolf
9ba04fd0d7
sync with OpenWrt v18.06.1 stable new R8.1 version
2018-08-23 17:40:23 +08:00
coolsnowwolf
0ac20a30d2
update kernel to 4.14.43
2018-06-04 14:03:18 +08:00
coolsnowwolf
d56241a21f
switch ipq806x to kernel 4.14
2018-05-23 16:05:09 +08:00
coolsnowwolf
e1f392235d
fix IPQ806x support (R7500v2 R7800) etc
2018-04-23 15:11:20 +08:00
coolsnowwolf
7e464f4ef5
switch ipq806x to kernel 4.14
2018-04-10 16:31:13 +08:00