16 Mar, 2020

2 commits


01 Mar, 2018

1 commit


05 Nov, 2016

1 commit

  • The Kconfig currently controlling compilation of this code is:

    drivers/rtc/Kconfig:config RTC_DRV_STARFIRE
    drivers/rtc/Kconfig: bool "Starfire RTC"

    ...meaning that it currently is not being built as a module by anyone.

    Lets remove the couple traces of modular infrastructure use, so that
    when reading the driver there is no doubt it is builtin-only.

    We delete the MODULE_LICENSE tag etc. since all that information
    was (or is now) contained at the top of the file in the comments.

    Cc: Alessandro Zummo
    Cc: Alexandre Belloni
    Cc: "David S. Miller"
    Cc: sparclinux@vger.kernel.org
    Cc: rtc-linux@googlegroups.com
    Signed-off-by: Paul Gortmaker
    Signed-off-by: Alexandre Belloni

    Paul Gortmaker
     

20 Oct, 2014

1 commit


04 Jul, 2013

1 commit


30 Apr, 2013

2 commits


21 Nov, 2008

1 commit

  • Changes:

    - remove locks, rtc class provides them
    - remove unused include
    - if the rtc can't handle set_time, the driver should not fake it

    Signed-off-by: Alessandro Zummo
    Signed-off-by: David S. Miller

    Alessandro Zummo
     

30 Aug, 2008

1 commit