Age | Commit message (Expand) | Author | Files | Lines |
2012-08-01 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -3/+1 |
2012-08-01 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+23 |
2012-08-01 | rtc/rtc-88pm80x: remove unneed devm_kfree | Devendra Naga | 1 | -2/+0 |
2012-08-01 | rtc/rtc-88pm80x: assign ret only when rtc_register_driver fails | Devendra Naga | 1 | -1/+1 |
2012-07-31 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 9 | -98/+133 |
2012-07-31 | drivers/rtc/rtc-pcf8563.c: add device tree support | Nick Bowler | 1 | -0/+10 |
2012-07-31 | drivers/rtc/rtc-pcf8563.c: set owner field in driver struct | Nick Bowler | 1 | -0/+1 |
2012-07-31 | rtc/rtc-da9052: remove unneed devm_kfree call | Devendra Naga | 1 | -4/+1 |
2012-07-31 | rtc/mc13xxx: add support for the rtc in the mc34708 pmic | Uwe Kleine-König | 1 | -0/+2 |
2012-07-31 | rtc/mc13xxx: use MODULE_DEVICE_TABLE instead of MODULE_ALIAS | Uwe Kleine-König | 1 | -2/+2 |
2012-07-31 | drivers/rtc/rtc-s3c.c: replace #include header files from asm/* to linux/* | Sachin Kamat | 1 | -2/+2 |
2012-07-31 | drivers/rtc/rtc-r9701.c: check that r9701_set_datetime() succeeded | Andrew Morton | 1 | -1/+2 |
2012-07-31 | drivers/rtc/rtc-r9701.c: avoid second call to rtc_valid_tm() | Devendra Naga | 1 | -2/+1 |
2012-07-31 | drivers/rtc/rtc-ab8500.c: remove fix for AB8500 ED version | Bengt Jonsson | 1 | -16/+11 |
2012-07-31 | drivers/rtc/rtc-ab8500.c: use UIE emulation | Ramesh Chandrasekaran | 2 | -1/+15 |
2012-07-31 | rtc: pl031: fix up IRQ flags | Mattias Wallin | 1 | -1/+10 |
2012-07-31 | rtc: pl031: use per-vendor variables for special init | Linus Walleij | 1 | -9/+14 |
2012-07-31 | rtc: pl031: encapsulate per-vendor ops | Linus Walleij | 1 | -22/+39 |
2012-07-31 | drivers/rtc/rtc-coh901331.c: use devm allocation | Linus Walleij | 1 | -35/+15 |
2012-07-31 | drivers/rtc/rtc-coh901331.c: use clk_prepare/unprepare | Linus Walleij | 1 | -3/+8 |
2012-07-30 | Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 4 | -6/+389 |
2012-07-25 | Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixes | Arnd Bergmann | 1 | -1/+1 |
2012-07-25 | ARM: Kirkwood: Replace mrvl with marvell | Andrew Lunn | 1 | -1/+1 |
2012-07-24 | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -0/+8 |
2012-07-24 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -0/+1 |
2012-07-19 | rtc: wm831x: Feed the write counter into device_add_randomness() | Mark Brown | 1 | -1/+23 |
2012-07-19 | Merge branch 'pm-drivers' | Rafael J. Wysocki | 1 | -0/+1 |
2012-07-18 | rtc-cmos: report wakeups from interrupt handler | Paul Fox | 1 | -0/+1 |
2012-07-12 | drivers/rtc/rtc-twl.c: fix threaded IRQ to use IRQF_ONESHOT | Kevin Hilman | 1 | -1/+1 |
2012-07-12 | drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warning | Benoît Thébaudeau | 1 | -2/+3 |
2012-07-12 | drivers/rtc/rtc-ab8500.c: ensure correct probing of the AB8500 RTC when Devic... | Lee Jones | 1 | -1/+7 |
2012-07-12 | drivers/rtc/rtc-ab8500.c: use IRQF_ONESHOT when requesting a threaded IRQ | Lee Jones | 1 | -1/+1 |
2012-07-12 | drivers/rtc/rtc-spear.c: fix use-after-free in spear_rtc_remove() | Devendra Naga | 1 | -1/+1 |
2012-07-09 | rtc: Add rtc support to 88PM80X PMIC | Qiao Zhou | 3 | -0/+382 |
2012-07-09 | mfd: Transfer rtc max8925 irq from MFD defined resources | Haojian Zhuang | 1 | -6/+7 |
2012-07-04 | ARM: at91: fix new build errors | Arnd Bergmann | 1 | -0/+1 |
2012-07-03 | rtc: stmp3xxx: Add simple binding for the stmp3xxx-rtc | Marek Vasut | 1 | -0/+8 |
2012-06-04 | Merge branch 'pm-acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -3/+6 |
2012-05-30 | drivers/rtc/rtc-s3c.c: fix compiler warning | Sachin Kamat | 1 | -1/+1 |
2012-05-30 | drivers/rtc/rtc-tegra.c: clean up probe/remove routines | Hannu Heikkinen | 1 | -37/+13 |
2012-05-30 | drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handling | Rajkumar Kasirajan | 1 | -11/+3 |
2012-05-30 | drivers/rtc/rtc-lpc32xx.c: add device tree support | Roland Stigge | 1 | -1/+11 |
2012-05-30 | drivers/rtc/rtc-m41t93.c: don't let get_time() reset M41T93_FLAG_OF | Nikolaus Voss | 1 | -19/+27 |
2012-05-30 | rtc: ds1307: add trickle charger support | Wolfram Sang | 1 | -3/+16 |
2012-05-30 | rtc: ds1307: remove superfluous initialization | Wolfram Sang | 1 | -1/+0 |
2012-05-30 | rtc: rename CONFIG_RTC_MXC to CONFIG_RTC_DRV_MXC | Fabio Estevam | 2 | -2/+2 |
2012-05-30 | drivers/rtc/Kconfig: place RTC_DRV_IMXDI and RTC_MXC under "on-CPU RTC drivers" | Fabio Estevam | 1 | -21/+21 |
2012-05-30 | drivers/rtc/rtc-pcf8563.c: add RTC_VL_READ/RTC_VL_CLR ioctl feature | Alexander Stein | 1 | -1/+43 |
2012-05-30 | drivers/rtc/rtc-ep93xx.c: convert to use module_platform_driver() | H Hartley Sweeten | 1 | -18/+6 |
2012-05-30 | rtc/spear: add Device Tree probing capability | Viresh Kumar | 1 | -0/+10 |