11 Jan, 2012

1 commit

  • This patch converts the drivers in drivers/rtc/* to use the
    module_platform_driver() macro which makes the code smaller and a bit
    simpler.

    Signed-off-by: Axel Lin
    Acked-by: Mark Brown
    Acked-by: Mike Frysinger
    Acked-by: Guan Xuetao
    Acked-by: Linus Walleij
    Acked-by: Haojian Zhuang
    Cc: Alessandro Zummo
    Cc: Srinidhi Kasagar
    Cc: Lars-Peter Clausen
    Cc: Ben Dooks
    Cc: John Stultz
    Acked-by: Jean-Christophe PLAGNIOL-VILLARD
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Axel Lin
     

11 Aug, 2010

1 commit


20 Oct, 2008

1 commit

  • Change drivers/rtc/ to use the new bcd2bin/bin2bcd functions instead of
    the obsolete BCD_TO_BIN/BIN_TO_BCD/BCD2BIN/BIN2BCD macros.

    Signed-off-by: Adrian Bunk
    Acked-by: Alessandro Zummo
    Cc: David Brownell
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Adrian Bunk
     

11 Apr, 2008

1 commit

  • Since 43cc71eed1250755986da4c0f9898f9a635cb3bf, the platform modalias is
    prefixed with "platform:". Add MODULE_ALIAS() to the hotpluggable RTC
    platform drivers, to re-enable module auto loading.

    [dbrownell@users.sourceforge.net: more drivers, minor fix]
    Signed-off-by: Kay Sievers
    Signed-off-by: David Brownell
    Cc: Greg KH
    Cc: Alessandro Zummo
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Kay Sievers
     

01 Oct, 2006

1 commit


06 Jun, 2006

1 commit

  • From: Andrew Morton

    drivers/rtc/rtc-m48t86.c: In function `m48t86_rtc_read_time':
    drivers/rtc/rtc-m48t86.c:51: error: structure has no member named `ia64_mv'
    drivers/rtc/rtc-m48t86.c:55: error: structure has no member named `ia64_mv'
    drivers/rtc/rtc-m48t86.c:56: error: structure has no member named `ia64_mv'
    drivers/rtc/rtc-m48t86.c:57: error: structure has no member named `ia64_mv'
    drivers/rtc/rtc-m48t86.c:58: error: structure has no member named `ia64_mv'
    drivers/rtc/rtc-m48t86.c:60: error: structure has no member named `ia64_mv'

    readb() and writeb() are macros on ia64.

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

    Andrew Morton
     

11 Apr, 2006

3 commits


28 Mar, 2006

1 commit

  • Add a driver for the ST M48T86 / Dallas DS12887 RTC.

    This is a platform driver. The platform device must provide I/O routines to
    access the RTC.

    Signed-off-by: Alessandro Zummo
    Cc: Greg KH
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alessandro Zummo