aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2012-06-03Merge branch 'pm-acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-3/+6
2012-05-29drivers/rtc/rtc-s3c.c: fix compiler warningGravatar Sachin Kamat 1-1/+1
2012-05-29drivers/rtc/rtc-tegra.c: clean up probe/remove routinesGravatar Hannu Heikkinen 1-37/+13
2012-05-29drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handlingGravatar Rajkumar Kasirajan 1-11/+3
2012-05-29drivers/rtc/rtc-lpc32xx.c: add device tree supportGravatar Roland Stigge 1-1/+11
2012-05-29drivers/rtc/rtc-m41t93.c: don't let get_time() reset M41T93_FLAG_OFGravatar Nikolaus Voss 1-19/+27
2012-05-29rtc: ds1307: add trickle charger supportGravatar Wolfram Sang 1-3/+16
2012-05-29rtc: ds1307: remove superfluous initializationGravatar Wolfram Sang 1-1/+0
2012-05-29rtc: rename CONFIG_RTC_MXC to CONFIG_RTC_DRV_MXCGravatar Fabio Estevam 2-2/+2
2012-05-29drivers/rtc/Kconfig: place RTC_DRV_IMXDI and RTC_MXC under "on-CPU RTC drivers"Gravatar Fabio Estevam 1-21/+21
2012-05-29drivers/rtc/rtc-pcf8563.c: add RTC_VL_READ/RTC_VL_CLR ioctl featureGravatar Alexander Stein 1-1/+43
2012-05-29drivers/rtc/rtc-ep93xx.c: convert to use module_platform_driver()Gravatar H Hartley Sweeten 1-18/+6
2012-05-29rtc/spear: add Device Tree probing capabilityGravatar Viresh Kumar 1-0/+10
2012-05-29rtc-cmos / PM: report wakeup event on ACPI RTC alarmGravatar Daniel Drake 1-3/+6
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Gravatar Linus Torvalds 1-1/+1
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-3/+3
2012-05-22Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-1/+1
2012-05-20mfd: Convert wm831x to irq_domainGravatar Mark Brown 1-1/+1
2012-05-17drivers/rtc/rtc-pl031.c: configure correct wday for 2000-01-01Gravatar Rajkumar Kasirajan 1-0/+18
2012-05-11Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into...Gravatar Arnd Bergmann 2-2/+2
2012-05-09Merge tag 'v3.4-rc6' into next/cleanupGravatar Olof Johansson 2-2/+2
2012-05-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+1
2012-04-26rtc: Fix possible null pointer dereference in rtc-mpc5121.cGravatar John Stultz 1-2/+1
2012-04-25drivers/rtc/rtc-ds1307.c: fix BUG shown with lock debugging enabledGravatar Anatolij Gustschin 1-0/+1
2012-04-25rtc: imx dryice: Add missing clk_prepareGravatar Sascha Hauer 1-3/+3
2012-04-16rtc: Kconfig: remove dependency for AT91 rtc driverGravatar Nicolas Ferre 1-1/+1
2012-04-12drivers/rtc/rtc-pl031.c: enable clock on all ST variantsGravatar Linus Walleij 1-2/+1
2012-04-12drivers/rtc/rtc-twl.c: use static register while reading timeGravatar Konstantin Shlyakhovoy 1-5/+38
2012-04-12drivers/rtc/rtc-s3c.c: add placeholder for driver private dataGravatar Tushar Behera 1-5/+18
2012-04-12drivers/rtc/rtc-s3c.c: fix compilation errorGravatar Tushar Behera 1-4/+4
2012-04-12drivers/rtc/rtc-efi.c: fix section mismatch warningGravatar Jan Beulich 1-1/+0
2012-04-12drivers/rtc/rtc-r9701.c: reset registers if invalid values are detectedGravatar Andreas Dumberger 1-0/+22
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-2/+2
2012-04-05drivers/rtc/rtc-88pm860x.c: fix rtc irq enable callbackGravatar Jett.Zhou 1-2/+2
2012-03-29Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Gravatar Linus Torvalds 1-0/+1
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-0/+7
2012-03-28Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Gravatar Linus Torvalds 1-0/+27
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-0/+9
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 1-1/+1
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-57/+28
2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 3-48/+154
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 2-71/+12
2012-03-25ARM: 7340/1: rtc: sa1100: include mach/irqs.h instead of asm/irq.hGravatar Rob Herring 1-1/+1
2012-03-25ARM: pxa: use common IOMEM definitionGravatar Rob Herring 1-0/+1
2012-03-24Merge branch 'kirkwood/dt' into next/dt2Gravatar Arnd Bergmann 1-0/+9
2012-03-23Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 2-24/+2
2012-03-23rtc: ds1307: generalise ram size and offsetGravatar Austin Boyle 1-31/+47
2012-03-23rtc: ds1307: comment and format cleanupGravatar David Anders 1-13/+24
2012-03-23rtc: ds1307: simplify irq setup codeGravatar Wolfram Sang 1-6/+5
2012-03-23rtc: ds1307: refactor chip_desc tableGravatar Wolfram Sang 1-29/+19