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
     

02 Jul, 2011

1 commit


24 Jun, 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.

    Further the rtc_class_ops doesn't have a update_irq_enable element
    anymore, so this causes a build error.

    This patch removes the driver hooks and implementations of
    update_irq_enable and the associated setup.

    [wsa: updated commit-message and removed update_irq_enable-function, too]
    [jstultz: improve commit message, clarifying build issue]
    Signed-off-by: Alexey Charkov
    Signed-off-by: Wolfram Sang
    Signed-off-by: John Stultz

    Alexey Charkov
     

27 May, 2011

1 commit