| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/rtc/rtc-twl.c: fix threaded IRQ to use IRQF_ONESHOT | Kevin Hilman | 2012-07-12 | 1 | -1/+1 |
* | drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warning | Benoît Thébaudeau | 2012-07-12 | 1 | -2/+3 |
* | drivers/rtc/rtc-ab8500.c: ensure correct probing of the AB8500 RTC when Devic... | Lee Jones | 2012-07-12 | 1 | -1/+7 |
* | drivers/rtc/rtc-ab8500.c: use IRQF_ONESHOT when requesting a threaded IRQ | Lee Jones | 2012-07-12 | 1 | -1/+1 |
* | drivers/rtc/rtc-spear.c: fix use-after-free in spear_rtc_remove() | Devendra Naga | 2012-07-12 | 1 | -1/+1 |
* | Merge branch 'pm-acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2012-06-04 | 1 | -3/+6 |
|\ |
|
| * | rtc-cmos / PM: report wakeup event on ACPI RTC alarm | Daniel Drake | 2012-05-29 | 1 | -3/+6 |
* | | drivers/rtc/rtc-s3c.c: fix compiler warning | Sachin Kamat | 2012-05-30 | 1 | -1/+1 |
* | | drivers/rtc/rtc-tegra.c: clean up probe/remove routines | Hannu Heikkinen | 2012-05-30 | 1 | -37/+13 |
* | | drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handling | Rajkumar Kasirajan | 2012-05-30 | 1 | -11/+3 |
* | | drivers/rtc/rtc-lpc32xx.c: add device tree support | Roland Stigge | 2012-05-30 | 1 | -1/+11 |
* | | drivers/rtc/rtc-m41t93.c: don't let get_time() reset M41T93_FLAG_OF | Nikolaus Voss | 2012-05-30 | 1 | -19/+27 |
* | | rtc: ds1307: add trickle charger support | Wolfram Sang | 2012-05-30 | 1 | -3/+16 |
* | | rtc: ds1307: remove superfluous initialization | Wolfram Sang | 2012-05-30 | 1 | -1/+0 |
* | | rtc: rename CONFIG_RTC_MXC to CONFIG_RTC_DRV_MXC | Fabio Estevam | 2012-05-30 | 2 | -2/+2 |
* | | drivers/rtc/Kconfig: place RTC_DRV_IMXDI and RTC_MXC under "on-CPU RTC drivers" | Fabio Estevam | 2012-05-30 | 1 | -21/+21 |
* | | drivers/rtc/rtc-pcf8563.c: add RTC_VL_READ/RTC_VL_CLR ioctl feature | Alexander Stein | 2012-05-30 | 1 | -1/+43 |
* | | drivers/rtc/rtc-ep93xx.c: convert to use module_platform_driver() | H Hartley Sweeten | 2012-05-30 | 1 | -18/+6 |
* | | rtc/spear: add Device Tree probing capability | Viresh Kumar | 2012-05-30 | 1 | -0/+10 |
* | | Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 2012-05-29 | 1 | -1/+1 |
|\ \ |
|
| * | | mfd: Convert wm831x to irq_domain | Mark Brown | 2012-05-20 | 1 | -1/+1 |
* | | | Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-05-26 | 1 | -3/+3 |
|\ \ \ |
|
| * \ \ | Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into... | Arnd Bergmann | 2012-05-11 | 2 | -2/+2 |
| |\ \ \ |
|
| * | | | | rtc: imx dryice: Add missing clk_prepare | Sascha Hauer | 2012-04-25 | 1 | -3/+3 |
* | | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-05-22 | 1 | -1/+1 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Merge tag 'v3.4-rc6' into next/cleanup | Olof Johansson | 2012-05-09 | 2 | -2/+2 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | rtc: Kconfig: remove dependency for AT91 rtc driver | Nicolas Ferre | 2012-04-16 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | drivers/rtc/rtc-pl031.c: configure correct wday for 2000-01-01 | Rajkumar Kasirajan | 2012-05-18 | 1 | -0/+18 |
| |/ /
|/| | |
|
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2012-05-05 | 1 | -2/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | rtc: Fix possible null pointer dereference in rtc-mpc5121.c | John Stultz | 2012-04-26 | 1 | -2/+1 |
| |/ |
|
* / | drivers/rtc/rtc-ds1307.c: fix BUG shown with lock debugging enabled | Anatolij Gustschin | 2012-04-26 | 1 | -0/+1 |
|/ |
|
* | drivers/rtc/rtc-pl031.c: enable clock on all ST variants | Linus Walleij | 2012-04-12 | 1 | -2/+1 |
* | drivers/rtc/rtc-twl.c: use static register while reading time | Konstantin Shlyakhovoy | 2012-04-12 | 1 | -5/+38 |
* | drivers/rtc/rtc-s3c.c: add placeholder for driver private data | Tushar Behera | 2012-04-12 | 1 | -5/+18 |
* | drivers/rtc/rtc-s3c.c: fix compilation error | Tushar Behera | 2012-04-12 | 1 | -4/+4 |
* | drivers/rtc/rtc-efi.c: fix section mismatch warning | Jan Beulich | 2012-04-12 | 1 | -1/+0 |
* | drivers/rtc/rtc-r9701.c: reset registers if invalid values are detected | Andreas Dumberger | 2012-04-12 | 1 | -0/+22 |
* | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-04-06 | 1 | -2/+2 |
|\ |
|
| * | drivers/rtc/rtc-88pm860x.c: fix rtc irq enable callback | Jett.Zhou | 2012-04-06 | 1 | -2/+2 |
* | | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 2012-03-30 | 1 | -0/+1 |
|\ \ |
|
| * | | ARM: pxa: use common IOMEM definition | Rob Herring | 2012-03-25 | 1 | -0/+1 |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-03-29 | 2 | -0/+7 |
|\ \ \ |
|
| * | | | rtc: Provide flag for rtc devices that don't support UIE | John Stultz | 2012-03-16 | 2 | -0/+7 |
* | | | | Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 2012-03-28 | 1 | -0/+27 |
|\ \ \ \ |
|
| * | | | | mfd: Add ability to wake the system for 88pm860x | Jett.Zhou | 2012-03-06 | 1 | -0/+27 |
* | | | | | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-03-28 | 1 | -0/+9 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Merge branch 'kirkwood/dt' into next/dt2 | Arnd Bergmann | 2012-03-24 | 1 | -0/+9 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'kirkwood_dt_for_3.4_v3' of git://git.infradead.org/users/jcoope... | Arnd Bergmann | 2012-03-16 | 1 | -0/+9 |
| | |\ \ \ \ |
|
| | | * | | | | ARM: kirkwood: rtc-mv devicetree bindings | Jason Cooper | 2012-03-16 | 1 | -0/+9 |
| | | |/ / / |
|
| * | | | / | Merge branch 'spear/dt' into next/dt2 | Arnd Bergmann | 2012-03-16 | 1 | -7/+7 |
| |\| | | |
| | |_|_|/
| |/| | | |
|