28 Jul, 2010

1 commit

  • Fix the logic while writing new date/time to the chip. The driver
    incorrectly wrote back register values to different registers and even
    with wrong mask. The patch adds clearing of the VLF register, which
    should be cleared if all date/time values are set.

    Signed-off-by: Rudolf Marek
    Acked-by: Wan ZongShun
    Cc: Martyn Welch
    Cc: Alessandro Zummo
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Rudolf Marek
     

14 Apr, 2010

1 commit


13 Nov, 2008

1 commit

  • Provide the basic "get" and "set" functionality for the Epson RX-8581 I2C
    RTC. It currently does not support the RTC's Alarm or Fixed-cycle timer.

    [akpm@linux-foundation.org: need log2.h for ilog2(), remove unneeded initialisation]
    Signed-off-by: Martyn Welch
    Signed-off-by: Alessandro Zummo
    Cc: David Brownell
    Cc: Jean Delvare
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Martyn Welch