04 Jun, 2016

1 commit

  • The genrtc driver serves no purpose on mn10300 because it drives the
    same hardware as the original rtc.c driver, and the newer rtc-generic.c
    or rtc-cmos.c drivers on architectures that use the asm-generic/rtc.h
    header.

    I assume it was initially only added for completeness when the
    mn10300 port was done, but the older rtc.c driver was always used
    instead.

    We can also stop include asm-generic/rtc.h now, because we
    just call mc146818_set_time() directly.

    It would be nice to change the architecture to use the rtc-cmos driver
    next, and remove support for the old rtc driver as well.

    [linux@roeck-us.net: Add missing include file to proc-init.c]
    Signed-off-by: Arnd Bergmann
    Signed-off-by: Guenter Roeck
    Acked-by: Geert Uytterhoeven
    Signed-off-by: Alexandre Belloni

    Arnd Bergmann
     

29 Mar, 2012

1 commit


27 Jul, 2011

1 commit

  • This allows us to move duplicated code in
    (atomic_inc_not_zero() for now) to

    Signed-off-by: Arun Sharma
    Reviewed-by: Eric Dumazet
    Cc: Ingo Molnar
    Cc: David Miller
    Cc: Eric Dumazet
    Acked-by: Mike Frysinger
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Arun Sharma
     

19 Mar, 2011

1 commit


28 Oct, 2010

1 commit