kernel: bump 4.19 to 4.19.82
[openwrt/staging/chunkeey.git] / target / linux / brcm2708 / patches-4.19 / 950-0181-Revert-rtc-pcf8523-properly-handle-oscillator-stop-b.patch
index 690345497d7ffc514aa89a02c98e1a28345c1c97..3809a7a9cb6e1d73b4a07880e7236ca85bcf4318 100644 (file)
@@ -15,7 +15,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
 
 --- a/drivers/rtc/rtc-pcf8523.c
 +++ b/drivers/rtc/rtc-pcf8523.c
-@@ -201,8 +201,28 @@ static int pcf8523_rtc_read_time(struct
+@@ -212,8 +212,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);
-@@ -238,7 +258,6 @@ static int pcf8523_rtc_set_time(struct d
+@@ -249,7 +269,6 @@ static int pcf8523_rtc_set_time(struct d
                return err;
  
        regs[0] = REG_SECONDS;