diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-11-06 17:14:43 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-11-12 10:32:54 +0100 |
commit | 6ac1aa19579ddbee922ea5b89d7398f527baabd8 (patch) | |
tree | e855f4e795e6af012fe7173b391d48fadb030c0e /target/linux/brcm2708/patches-4.14/950-0436-Revert-rtc-pcf8523-properly-handle-oscillator-stop-b.patch | |
parent | 5e1864da3364c9edb9af783c37e584d0337ec28e (diff) | |
download | upstream-6ac1aa19579ddbee922ea5b89d7398f527baabd8.tar.gz upstream-6ac1aa19579ddbee922ea5b89d7398f527baabd8.tar.bz2 upstream-6ac1aa19579ddbee922ea5b89d7398f527baabd8.zip |
kernel: bump 4.14 to 4.14.152
Refreshed all patches.
Altered patches:
- 301-arch-support-layerscape.patch
Remove upstreamed:
- 950-0311-sc16is7xx-Fix-for-Unexpected-interrupt-8.patch
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/brcm2708/patches-4.14/950-0436-Revert-rtc-pcf8523-properly-handle-oscillator-stop-b.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.14/950-0436-Revert-rtc-pcf8523-properly-handle-oscillator-stop-b.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm2708/patches-4.14/950-0436-Revert-rtc-pcf8523-properly-handle-oscillator-stop-b.patch b/target/linux/brcm2708/patches-4.14/950-0436-Revert-rtc-pcf8523-properly-handle-oscillator-stop-b.patch index 5ebb2a06cb..06e1ea853b 100644 --- a/target/linux/brcm2708/patches-4.14/950-0436-Revert-rtc-pcf8523-properly-handle-oscillator-stop-b.patch +++ b/target/linux/brcm2708/patches-4.14/950-0436-Revert-rtc-pcf8523-properly-handle-oscillator-stop-b.patch @@ -15,7 +15,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org> --- a/drivers/rtc/rtc-pcf8523.c +++ b/drivers/rtc/rtc-pcf8523.c -@@ -198,8 +198,28 @@ static int pcf8523_rtc_read_time(struct +@@ -209,8 +209,28 @@ static int pcf8523_rtc_read_time(struct if (err < 0) return err; @@ -46,7 +46,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org> tm->tm_sec = bcd2bin(regs[0] & 0x7f); tm->tm_min = bcd2bin(regs[1] & 0x7f); -@@ -235,7 +255,6 @@ static int pcf8523_rtc_set_time(struct d +@@ -246,7 +266,6 @@ static int pcf8523_rtc_set_time(struct d return err; regs[0] = REG_SECONDS; |