20 Jul, 2016

2 commits

  • The current rtc-pcf85063 driver only supports the PCF85063TP device.
    Using the existing driver on a PCF85063A will result in the time being
    set correctly into the RTC, but the RTC is held in the stopped state.
    Therefore, the time will no longer advance and no error is indicated.

    The PCF85063A device has a bigger memory map than the PCF85063TP.
    The existing driver make use of an address rollover condition,
    but the rollover point is different in the two devices.

    Signed-off-by: Chris DeBruin
    Signed-off-by: Alexandre Belloni

    Chris DeBruin
     
  • The year range is not validated properly

    As the driver has been mainlined in 2014, it is not an issue to stop
    handling dates between 1970 and 2000 with the benefit of handling dates up
    to 2100.

    Signed-off-by: Alexandre Belloni

    Alexandre Belloni
     

15 Mar, 2016

6 commits


08 Nov, 2015

1 commit


05 Sep, 2015

1 commit


09 Aug, 2014

1 commit

  • Add support for the pcf85063 rtc chip.

    [akpm@linux-foundation.org: fix comment typo, tweak conding style]
    Signed-off-by: Soeren Andersen
    Cc: Alessandro Zummo
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Søren Andersen