| Commit message (Expand) | Author | Age | Files | Lines |
* | rtc-at91rm9200: use shadow IMR on at91sam9x5 | Johan Hovold | 2013-06-12 | 1 | -0/+7 |
* | rtc-at91rm9200: add shadow interrupt mask | Johan Hovold | 2013-06-12 | 1 | -1/+38 |
* | rtc-at91rm9200: refactor interrupt-register handling | Johan Hovold | 2013-06-12 | 1 | -14/+29 |
* | rtc-at91rm9200: add configuration support | Johan Hovold | 2013-06-12 | 1 | -8/+38 |
* | rtc-at91rm9200: add match-table compile guard | Johan Hovold | 2013-06-12 | 1 | -0/+2 |
* | drivers/rtc/rtc-twl.c: fix missing device_init_wakeup() when booted with devi... | Tony Lindgren | 2013-06-12 | 1 | -0/+1 |
* | drivers/rtc/rtc-cmos.c: fix accidentally enabling rtc channel | Derek Basehore | 2013-06-12 | 1 | -1/+3 |
* | drivers/rtc/rtc-tps6586x.c: device wakeup flags correction | Dmitry Osipenko | 2013-06-12 | 1 | -1/+2 |
* | drivers/rtc/rtc-max8998.c: check for pdata presence before dereferencing | Tomasz Figa | 2013-05-24 | 1 | -1/+1 |
* | drivers/rtc/rtc-pl031.c: pass correct pointer to free_irq() | Lars-Peter Clausen | 2013-05-24 | 1 | -1/+1 |
* | Merge branch 'devm_no_resource_check' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-05-18 | 4 | -21/+0 |
|\ |
|
| * | drivers/rtc: don't check resource with devm_ioremap_resource | Wolfram Sang | 2013-05-18 | 4 | -21/+0 |
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2013-05-15 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitons | John Stultz | 2013-05-14 | 1 | -2/+0 |
* | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca... | Linus Torvalds | 2013-05-09 | 1 | -0/+1 |
|\ \ |
|
| * | | rtc: rtc-tile: add missing platform_device_unregister() when module exit | Wei Yongjun | 2013-05-08 | 1 | -0/+1 |
* | | | drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driver | Lucas Stach | 2013-05-07 | 1 | -0/+5 |
| |/
|/| |
|
* | | Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-05-02 | 2 | -2/+71 |
|\ \ |
|
| * \ | Merge branch 'samsung/exynos-multiplatform' into next/multiplatform | Arnd Bergmann | 2013-04-19 | 2 | -2/+71 |
| |\ \ |
|
| | * | | rtc: s3c: make header file local | Arnd Bergmann | 2013-04-19 | 2 | -2/+71 |
* | | | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-05-02 | 1 | -4/+2 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'fixes' into next/cleanup | Olof Johansson | 2013-04-28 | 2 | -31/+20 |
| |\ \ \ \
| | |/ / /
| |/| | /
| | | |/
| | |/| |
|
| * | | | rtc: stmp3xxx: use stmp_reset_block() instead | Shawn Guo | 2013-04-01 | 1 | -4/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | procfs: new helper - PDE_DATA(inode) | Al Viro | 2013-04-09 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-04-30 | 2 | -3/+3 |
|\ \ \ |
|
| * | | | treewide: Fix typo in printks | Masanari Iida | 2013-04-12 | 2 | -3/+3 |
* | | | | drivers/rtc/rtc-pcf2123.c: fix error return code in pcf2123_probe() | Wei Yongjun | 2013-04-29 | 1 | -0/+1 |
* | | | | drivers/rtc/rtc-isl12022.c: Remove rtc8564 from isl12022_id | Axel Lin | 2013-04-29 | 1 | -1/+0 |
* | | | | drivers/rtc/rtc-at91rm9200.c: fix missing iounmap | Johan Hovold | 2013-04-29 | 1 | -3/+11 |
* | | | | rtc: rtc-twl: convert twl4030rtc_driver to dev_pm_ops | Jingoo Han | 2013-04-29 | 1 | -10/+6 |
* | | | | rtc: rtc-stmp3xxx: convert stmp3xxx_rtcdrv to dev_pm_ops | Jingoo Han | 2013-04-29 | 1 | -9/+8 |
* | | | | rtc: rtc-spear: convert spear_rtc_driver to dev_pm_ops | Jingoo Han | 2013-04-29 | 1 | -10/+8 |
* | | | | rtc: rtc-puv3: convert puv3_rtc_driver to dev_pm_ops | Jingoo Han | 2013-04-29 | 1 | -15/+12 |
* | | | | rtc: rtc-omap: convert omap_rtc_driver to dev_pm_ops | Jingoo Han | 2013-04-29 | 1 | -14/+10 |
* | | | | rtc: rtc-coh901331: convert coh901331_driver to dev_pm_ops | Jingoo Han | 2013-04-29 | 1 | -13/+11 |
* | | | | rtc: rtc-bfin: convert bfin_rtc_driver to dev_pm_ops | Jingoo Han | 2013-04-29 | 1 | -12/+6 |
* | | | | rtc: rtc-at91sam9: convert at91_rtc_driver to dev_pm_ops | Jingoo Han | 2013-04-29 | 1 | -13/+10 |
* | | | | drivers/rtc/rtc-max6902.c: use register defines instead of magic numbers | Axel Lin | 2013-04-29 | 1 | -10/+10 |
* | | | | rtc: rtc-v3020: use devm_*() functions | Jingoo Han | 2013-04-29 | 1 | -10/+3 |
* | | | | rtc: rtc-stmp3xxx: use devm_*() functions | Jingoo Han | 2013-04-29 | 1 | -23/+11 |
* | | | | rtc: rtc-sa1100: use devm_*() functions | Jingoo Han | 2013-04-29 | 1 | -12/+5 |
* | | | | rtc: rtc-s35390a: use devm_*() functions | Jingoo Han | 2013-04-29 | 1 | -8/+6 |
* | | | | rtc: rtc-rs5c372: use devm_*() functions | Jingoo Han | 2013-04-29 | 1 | -19/+11 |
* | | | | rtc: rtc-rs5c348: use devm_*() functions | Jingoo Han | 2013-04-29 | 1 | -9/+3 |
* | | | | rtc: rtc-rp5c01: use devm_*() functions | Jingoo Han | 2013-04-29 | 1 | -18/+8 |
* | | | | rtc: rtc-pcf8583: use devm_*() functions | Jingoo Han | 2013-04-29 | 1 | -17/+7 |
* | | | | rtc: rtc-pcf8563: use devm_*() functions | Jingoo Han | 2013-04-29 | 1 | -21/+7 |
* | | | | rtc: rtc-pcf50633: use devm_*() functions | Jingoo Han | 2013-04-29 | 1 | -11/+4 |
* | | | | rtc: rtc-pcf2123: use devm_*() functions | Jingoo Han | 2013-04-29 | 1 | -8/+3 |