07 May, 2014

1 commit


04 Jul, 2013

1 commit


30 Apr, 2013

1 commit


22 Feb, 2013

1 commit

  • Implement reading of the battery voltage low signal for rtc-pcf8523.

    The bit is read-only and cannot be cleared by software, so no
    clear function is implemented.

    [akpm@linux-foundation.org: omit pcf8563_rtc_ioctl() if CONFIG_RTC_INTF_DEV=n]
    Signed-off-by: Jesper Nilsson
    Reviewed-by: Thierry Reding
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jesper Nilsson
     

18 Dec, 2012

1 commit

  • Add an RTC driver for PCF8523 chips by NXP Semiconductors. No support is
    currently provided for the alarm and interrupt functions. Only the time
    and date functionality is implemented.

    Signed-off-by: Thierry Reding
    Cc: Alessandro Zummo
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Thierry Reding