Age | Commit message (Expand) | Author |
2012-03-23 | rtc/rtc-spear: call platform_set_drvdata() before registering rtc device | Viresh Kumar |
2012-03-23 | rtc/spear: fix for RTC_AIE_ON and RTC_AIE_OFF ioctl errors | Shiraz Hashim |
2012-03-23 | rtc-spear: fix for balancing the enable_irq_wake in Power Mgmt | Deepak Sikri |
2012-03-20 | Merge branch 'next/fixes-non-critical' into next/drivers | Arnd Bergmann |
2012-03-20 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2012-03-16 | ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driver | viresh kumar |
2012-03-16 | Merge branch 'spear/dt' into next/dt2 | Arnd Bergmann |
2012-03-16 | Merge branch 'kirkwood_dt_for_3.4_v3' of git://git.infradead.org/users/jcoope... | Arnd Bergmann |
2012-03-16 | ARM: kirkwood: rtc-mv devicetree bindings | Jason Cooper |
2012-03-15 | rtc: Provide flag for rtc devices that don't support UIE | John Stultz |
2012-03-15 | Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in... | Arnd Bergmann |
2012-03-08 | Merge branch 'rtc' of git://github.com/hzhuang1/linux into next/drivers | Olof Johansson |
2012-03-08 | Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson |
2012-03-07 | Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xx | Kukjin Kim |
2012-03-06 | mfd: Add ability to wake the system for 88pm860x | Jett.Zhou |
2012-03-06 | rtc: sa1100: add OF support | Haojian Zhuang |
2012-03-05 | drivers/rtc/rtc-r9701.c: fix crash in r9701_remove() | Anatolij Gustschin |
2012-03-03 | ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XX | Kukjin Kim |
2012-02-28 | Merge branch 'rtc-sa1100' of git://github.com/hzhuang1/linux into next/drivers | Arnd Bergmann |
2012-02-28 | rtc: sa1100: enable clk support | Haojian Zhuang |
2012-02-28 | rtc: sa1100: declare irq in resource | Haojian Zhuang |
2012-02-28 | rtc: sa1100: remove verification code of alarm | Haojian Zhuang |
2012-02-28 | rtc: sa1100: remove periodic code | Haojian Zhuang |
2012-02-23 | ARM: at91/rtc-at91sam9: pass the GPBR to use via resources | Jean-Christophe PLAGNIOL-VILLARD |
2012-02-23 | ARM: at91:rtc/rtc-at91sam9: ioremap register bank | Jean-Christophe PLAGNIOL-VILLARD |
2012-02-23 | ARM: at91/rtc-at91sam9: each SoC can select the RTT device to use | Jean-Christophe PLAGNIOL-VILLARD |
2012-02-22 | Merge branch 'lpc32xx/drivers' into next/drivers | Arnd Bergmann |
2012-02-15 | Merge branch 'fortglx/3.4/rtc' of git://git.linaro.org/people/jstultz/linux i... | Thomas Gleixner |
2012-02-13 | ARM: at91:rtc/rtc-at91sam9: ioremap register bank | Jean-Christophe PLAGNIOL-VILLARD |
2012-02-07 | rtc-s3c: add variants for S3C2443 and S3C2416 | Heiko Stuebner |
2012-02-07 | rtc-s3c: make room for more variants in devicetree block | Heiko Stuebner |
2012-01-26 | rtc: Disable the alarm in the hardware (v2) | Rabin Vincent |
2012-01-26 | rtc: Expire alarms after the time is set. (v2) | NeilBrown |
2012-01-26 | rtc: Avoid setting alarm to a time in the past | John Stultz |
2012-01-19 | Revert "RTC: sa1100: remove redundant code of setting alarm" | Russell King |
2012-01-19 | Revert "RTC: sa1100: support sa1100, pxa and mmp soc families" | Russell King |
2012-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | Linus Torvalds |
2012-01-11 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2012-01-10 | Merge branch 'unicore32' of git://github.com/gxt/linux | Linus Torvalds |
2012-01-10 | drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-range | Ben Hutchings |
2012-01-10 | drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030 | Benoit Cousson |
2012-01-10 | drivers/rtc/: remove redundant spi driver bus initialization | Lars-Peter Clausen |
2012-01-10 | drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver static | Axel Lin |
2012-01-10 | drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable static | Axel Lin |
2012-01-10 | rtc: convert drivers/rtc/* to use module_platform_driver() | Axel Lin |
2012-01-10 | drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc() | Mark Brown |
2012-01-10 | drivers/rtc/rtc-wm831x.c: remove unused period IRQ handler | Mark Brown |
2012-01-10 | rtc/ab8500: add calibration attribute to AB8500 RTC | Mark Godfrey |
2012-01-10 | drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range() | Linus Walleij |
2012-01-10 | rtc/ab8500: set can_wake flag | Andrew Lynn |