Павел [2019-05-15 20:30:09]:
> > Shouldn't this go through upstream as well?
> >
>
> It should, but I'm not the author.
This is not a problem if you keep proper authorship (From and
Signed-off-by).
-- ynezz
___
openwrt-devel mailing list
openwrt-dev
ср, 15 мая 2019 г., 18:59 Petr Štetiar :
> Pavel Kubelun [2019-05-14 16:42:19]:
>
> > diff --git
> a/target/linux/ipq40xx/patches-4.14/090-ipq40xx-fix-high-resolution-timer.patch
> b/target/linux/ipq40xx/patches-4.14/090-ipq40xx-fix-high-resolution-timer.patch
> > new file mode 100644
> > index 0
Pavel Kubelun [2019-05-14 16:42:19]:
> diff --git
> a/target/linux/ipq40xx/patches-4.14/090-ipq40xx-fix-high-resolution-timer.patch
>
> b/target/linux/ipq40xx/patches-4.14/090-ipq40xx-fix-high-resolution-timer.patch
> new file mode 100644
> index 00..0fc50ec533
> --- /dev/null
> +++
>
Cherry-picked from CAF QSDK repo.
Original commit message:
The kernel is failing in switching the timer for high resolution
mode and clock source operates in 10ms resolution. The always-on
property needs to be given for timer device tree node to make
clock source working in 1ns resolution.
Change-