summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2012-06-03Merge branch 'pm-acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-3/+6
2012-05-29drivers/rtc/rtc-s3c.c: fix compiler warningSachin Kamat-1/+1
2012-05-29drivers/rtc/rtc-tegra.c: clean up probe/remove routinesHannu Heikkinen-37/+13
2012-05-29drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handlingRajkumar Kasirajan-11/+3
2012-05-29drivers/rtc/rtc-lpc32xx.c: add device tree supportRoland Stigge-1/+11
2012-05-29drivers/rtc/rtc-m41t93.c: don't let get_time() reset M41T93_FLAG_OFNikolaus Voss-19/+27
2012-05-29rtc: ds1307: add trickle charger supportWolfram Sang-3/+16
2012-05-29rtc: ds1307: remove superfluous initializationWolfram Sang-1/+0
2012-05-29rtc: rename CONFIG_RTC_MXC to CONFIG_RTC_DRV_MXCFabio Estevam-2/+2
2012-05-29drivers/rtc/Kconfig: place RTC_DRV_IMXDI and RTC_MXC under "on-CPU RTC drivers"Fabio Estevam-21/+21
2012-05-29drivers/rtc/rtc-pcf8563.c: add RTC_VL_READ/RTC_VL_CLR ioctl featureAlexander Stein-1/+43
2012-05-29drivers/rtc/rtc-ep93xx.c: convert to use module_platform_driver()H Hartley Sweeten-18/+6
2012-05-29rtc/spear: add Device Tree probing capabilityViresh Kumar-0/+10
2012-05-29rtc-cmos / PM: report wakeup event on ACPI RTC alarmDaniel Drake-3/+6
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds-1/+1
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-3/+3
2012-05-22Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-1/+1
2012-05-20mfd: Convert wm831x to irq_domainMark Brown-1/+1
2012-05-17drivers/rtc/rtc-pl031.c: configure correct wday for 2000-01-01Rajkumar Kasirajan-0/+18
2012-05-11Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into...Arnd Bergmann-2/+2
2012-05-09Merge tag 'v3.4-rc6' into next/cleanupOlof Johansson-2/+2
2012-05-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+1
2012-04-26rtc: Fix possible null pointer dereference in rtc-mpc5121.cJohn Stultz-2/+1
2012-04-25drivers/rtc/rtc-ds1307.c: fix BUG shown with lock debugging enabledAnatolij Gustschin-0/+1
2012-04-25rtc: imx dryice: Add missing clk_prepareSascha Hauer-3/+3
2012-04-16rtc: Kconfig: remove dependency for AT91 rtc driverNicolas Ferre-1/+1
2012-04-12drivers/rtc/rtc-pl031.c: enable clock on all ST variantsLinus Walleij-2/+1
2012-04-12drivers/rtc/rtc-twl.c: use static register while reading timeKonstantin Shlyakhovoy-5/+38
2012-04-12drivers/rtc/rtc-s3c.c: add placeholder for driver private dataTushar Behera-5/+18
2012-04-12drivers/rtc/rtc-s3c.c: fix compilation errorTushar Behera-4/+4
2012-04-12drivers/rtc/rtc-efi.c: fix section mismatch warningJan Beulich-1/+0
2012-04-12drivers/rtc/rtc-r9701.c: reset registers if invalid values are detectedAndreas Dumberger-0/+22
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-2/+2
2012-04-05drivers/rtc/rtc-88pm860x.c: fix rtc irq enable callbackJett.Zhou-2/+2
2012-03-29Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds-0/+1
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+7
2012-03-28Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds-0/+27
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-0/+9
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-1/+1
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-57/+28
2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-48/+154
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-71/+12
2012-03-25ARM: 7340/1: rtc: sa1100: include mach/irqs.h instead of asm/irq.hRob Herring-1/+1
2012-03-25ARM: pxa: use common IOMEM definitionRob Herring-0/+1
2012-03-24Merge branch 'kirkwood/dt' into next/dt2Arnd Bergmann-0/+9
2012-03-23Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-24/+2
2012-03-23rtc: ds1307: generalise ram size and offsetAustin Boyle-31/+47
2012-03-23rtc: ds1307: comment and format cleanupDavid Anders-13/+24
2012-03-23rtc: ds1307: simplify irq setup codeWolfram Sang-6/+5
2012-03-23rtc: ds1307: refactor chip_desc tableWolfram Sang-29/+19