11 Jan, 2012

2 commits

  • Signed-off-by: Axel Lin
    Cc: Lars-Peter Clausen
    Cc: Alessandro Zummo
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Axel Lin
     
  • 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
     

10 Mar, 2011

1 commit

  • Now that the generic code handles UIE mode irqs via periodic
    alarm interrupts, no one calls the
    rtc_class_ops->update_irq_enable() method anymore.

    This patch removes the driver hooks and implementations of
    update_irq_enable if no one else is calling it.

    CC: Thomas Gleixner
    CC: Alessandro Zummo
    CC: Marcelo Roberto Jimenez
    CC: rtc-linux@googlegroups.com
    Signed-off-by: John Stultz

    John Stultz
     

28 Oct, 2010

1 commit

  • Add the "alarm" function to the jz4740 RTC. Interrupts will now be raised
    when the "alarm" time is reached.

    [akpm@linux-foundation.org: coding-style fixes]
    Signed-off-by: Paul Cercueil
    Cc: Wan ZongShun
    Cc: Alessandro Zummo
    Cc: Lars-Peter Clausen
    Cc: Paul Gortmaker
    Cc: Ralf Baechle
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Paul Cercueil
     

05 Aug, 2010

1 commit

  • Add support for the RTC unit on JZ4740 SoCs.

    Signed-off-by: Lars-Peter Clausen
    Cc: Alessandro Zummo
    Cc: Paul Gortmaker
    Cc: rtc-linux@googlegroups.com
    Acked-by: Wan ZongShun
    Cc: linux-mips@linux-mips.org
    Cc: linux-kernel@vger.kernel.org
    Cc: Alessandro Zummo ,
    Patchwork: https://patchwork.linux-mips.org/patch/1424/
    Signed-off-by: Ralf Baechle

    Lars-Peter Clausen