| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-07 | 17 | -0/+17 |
|\ |
|
| * | rtc: Add module.h to implicit users in drivers/rtc | Paul Gortmaker | 2011-11-01 | 17 | -0/+17 |
* | | Merge branch 'akpm' (Andrew's incoming - part two) | Linus Torvalds | 2011-11-03 | 3 | -26/+39 |
|\ \ |
|
| * | | drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and ... | Uwe Kleine-König | 2011-11-03 | 1 | -3/+3 |
| * | | rtc: add initial support for mcp7941x parts | David Anders | 2011-11-03 | 1 | -0/+27 |
| * | | drivers/rtc/class.c: convert idr to ida and use ida_simple_get() | Jonathan Cameron | 2011-11-03 | 1 | -23/+9 |
| |/ |
|
* / | um: switch to use of drivers/Kconfig | Al Viro | 2011-11-02 | 1 | -1/+1 |
|/ |
|
* | drivers/rtc/rtc-s3c.c: fix no occurrence of alarm interrupt | Donggeun Kim | 2011-09-15 | 1 | -0/+26 |
* | drivers/rtc/rtc-imxdi.c needs linux/sched.h | Axel Lin | 2011-09-15 | 1 | -0/+1 |
* | Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip | Linus Torvalds | 2011-09-07 | 3 | -44/+34 |
|\ |
|
| * | rtc: twl: Fix registration vs. init order | Todd Poynor | 2011-08-27 | 1 | -28/+24 |
| * | rtc: Initialized rtc_time->tm_isdst | Mike Waychison | 2011-08-27 | 1 | -0/+2 |
| * | rtc: Fix RTC PIE frequency limit | John Stultz | 2011-08-11 | 1 | -1/+1 |
| * | rtc: rtc-twl: Remove lockdep related local_irq_enable() | Sebastian Reichel | 2011-08-11 | 1 | -8/+0 |
| * | rtc: rtc-twl: Switch to using threaded irq | Ilkka Koskinen | 2011-08-11 | 1 | -1/+1 |
| * | rtc: ep93xx: Fix 'rtc' may be used uninitialized warning | Axel Lin | 2011-08-11 | 1 | -8/+8 |
* | | drivers/rtc/rtc-s3c.c: allow multiple open / allow no-ioctl-open'ed rtc to ha... | MyungJoo Ham | 2011-08-26 | 1 | -42/+25 |
* | | drivers/rtc/rtc-s3c.c: correct debug messages | MyungJoo Ham | 2011-08-26 | 1 | -6/+6 |
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-08-17 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | rtc: Limit RTC PIE frequency | Thomas Gleixner | 2011-07-26 | 1 | -1/+1 |
| * | rtc: Fix hrtimer deadlock | Thomas Gleixner | 2011-07-26 | 1 | -19/+37 |
| * | rtc: Handle errors correctly in rtc_irq_set_state() | Thomas Gleixner | 2011-07-26 | 1 | -0/+3 |
* | | rtc-omap: fix initialization of control register | Daniel Glöckner | 2011-08-04 | 1 | -1/+1 |
* | | rtc: fix hrtimer deadlock | Thomas Gleixner | 2011-07-27 | 1 | -19/+37 |
* | | rtc: limit frequency | Thomas Gleixner | 2011-07-27 | 1 | -1/+1 |
* | | rtc: handle errors correctly in rtc_irq_set_state() | Thomas Gleixner | 2011-07-27 | 1 | -0/+3 |
* | | Merge 'akpm' patch series | Linus Torvalds | 2011-07-26 | 7 | -13/+664 |
|\ \ |
|
| * | | drivers/rtc/rtc-tegra.c: properly initialize spinlock | Uwe Kleine-König | 2011-07-26 | 1 | -1/+1 |
| * | | drivers/rtc/rtc-twl.c: check return value of twl_rtc_write_u8() in twl_rtc_se... | Jesper Juhl | 2011-07-26 | 1 | -1/+1 |
| * | | drivers/rtc: add support for Qualcomm PMIC8xxx RTC | Anirudh Ghayal | 2011-07-26 | 3 | -0/+561 |
| * | | drivers/rtc/rtc-s3c.c: support clock gating | Donggeun Kim | 2011-07-26 | 1 | -1/+26 |
| * | | drivers/rtc/rtc-mpc5121.c: add support for RTC on MPC5200 | Dmitry Eremin-Solenikov | 2011-07-26 | 2 | -10/+75 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 10 | -18/+15 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'master' into for-next | Jiri Kosina | 2011-07-11 | 4 | -44/+7 |
| |\ \ |
|
| * | | | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 2011-06-10 | 10 | -18/+15 |
* | | | | Merge branch 'timers-rtc-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-07-23 | 3 | -79/+86 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | rtc: stmp3xxx: Remove UIE handlers | Wolfram Sang | 2011-07-02 | 1 | -43/+18 |
| * | | | rtc: stmp3xxx: Get rid of mach-specific accessors | Wolfram Sang | 2011-07-02 | 1 | -30/+34 |
| * | | | rtc: stmp3xxx: Initialize drvdata before registering device | Wolfram Sang | 2011-07-02 | 1 | -2/+5 |
| * | | | rtc: stmp3xxx: Port stmp-functions to mxs-equivalents | Wolfram Sang | 2011-07-02 | 2 | -17/+17 |
| * | | | rtc: stmp3xxx: Restore register definitions | Wolfram Sang | 2011-07-02 | 1 | -37/+60 |
| * | | | rtc: vt8500: Use define instead of hardcoded value for status bit | Wolfram Sang | 2011-07-02 | 1 | -2/+4 |
| | |/
| |/| |
|
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-07-23 | 1 | -17/+48 |
|\ \ \
| |/ /
|/| | |
|
| * | | rtc: Avoid accumulating time drift in suspend/resume | John Stultz | 2011-06-22 | 1 | -17/+48 |
* | | | drivers/rtc/rtc-ds1307.c: add support for RTC device pt7c4338 | Priyanka Jain | 2011-06-28 | 1 | -0/+1 |
* | | | rtc: vt8500: Fix build error & cleanup rtc_class_ops->update_irq_enable() | Alexey Charkov | 2011-06-24 | 1 | -42/+3 |
|/ / |
|
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2011-06-13 | 2 | -2/+3 |
|\ \
| |/
|/| |
|
| * | rtc: Staticize non-exported __rtc_set_alarm() | Mark Brown | 2011-06-02 | 1 | -1/+1 |
| * | rtc: Fix ioctl error path return | John Stultz | 2011-06-02 | 1 | -1/+2 |
* | | unicore32: move rtc-puv3.c to drivers/rtc directory | Guan Xuetao | 2011-06-09 | 3 | -0/+369 |