summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-309-98/+133
|\
| * drivers/rtc/rtc-pcf8563.c: add device tree supportNick Bowler2012-07-301-0/+10
| * drivers/rtc/rtc-pcf8563.c: set owner field in driver structNick Bowler2012-07-301-0/+1
| * rtc/rtc-da9052: remove unneed devm_kfree callDevendra Naga2012-07-301-4/+1
| * rtc/mc13xxx: add support for the rtc in the mc34708 pmicUwe Kleine-König2012-07-301-0/+2
| * rtc/mc13xxx: use MODULE_DEVICE_TABLE instead of MODULE_ALIASUwe Kleine-König2012-07-301-2/+2
| * drivers/rtc/rtc-s3c.c: replace #include header files from asm/* to linux/*Sachin Kamat2012-07-301-2/+2
| * drivers/rtc/rtc-r9701.c: check that r9701_set_datetime() succeededAndrew Morton2012-07-301-1/+2
| * drivers/rtc/rtc-r9701.c: avoid second call to rtc_valid_tm()Devendra Naga2012-07-301-2/+1
| * drivers/rtc/rtc-ab8500.c: remove fix for AB8500 ED versionBengt Jonsson2012-07-301-16/+11
| * drivers/rtc/rtc-ab8500.c: use UIE emulationRamesh Chandrasekaran2012-07-302-1/+15
| * rtc: pl031: fix up IRQ flagsMattias Wallin2012-07-301-1/+10
| * rtc: pl031: use per-vendor variables for special initLinus Walleij2012-07-301-9/+14
| * rtc: pl031: encapsulate per-vendor opsLinus Walleij2012-07-301-22/+39
| * drivers/rtc/rtc-coh901331.c: use devm allocationLinus Walleij2012-07-301-35/+15
| * drivers/rtc/rtc-coh901331.c: use clk_prepare/unprepareLinus Walleij2012-07-301-3/+8
* | Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-07-304-6/+389
|\ \ | |/ |/|
| * rtc: Add rtc support to 88PM80X PMICQiao Zhou2012-07-093-0/+382
| * mfd: Transfer rtc max8925 irq from MFD defined resourcesHaojian Zhuang2012-07-091-6/+7
* | Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann2012-07-251-1/+1
|\ \
| * | ARM: Kirkwood: Replace mrvl with marvellAndrew Lunn2012-07-251-1/+1
* | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-231-0/+8
|\ \ \
| * | | rtc: stmp3xxx: Add simple binding for the stmp3xxx-rtcMarek Vasut2012-07-031-0/+8
| | |/ | |/|
* | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-231-0/+1
|\ \ \
| * | | ARM: at91: fix new build errorsArnd Bergmann2012-07-041-0/+1
| |/ /
* | | Merge branch 'pm-drivers'Rafael J. Wysocki2012-07-191-0/+1
|\ \ \ | |_|/ |/| |
| * | rtc-cmos: report wakeups from interrupt handlerPaul Fox2012-07-171-0/+1
| |/
* | drivers/rtc/rtc-twl.c: fix threaded IRQ to use IRQF_ONESHOTKevin Hilman2012-07-111-1/+1
* | drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warningBenoît Thébaudeau2012-07-111-2/+3
* | drivers/rtc/rtc-ab8500.c: ensure correct probing of the AB8500 RTC when Devic...Lee Jones2012-07-111-1/+7
* | drivers/rtc/rtc-ab8500.c: use IRQF_ONESHOT when requesting a threaded IRQLee Jones2012-07-111-1/+1
* | drivers/rtc/rtc-spear.c: fix use-after-free in spear_rtc_remove()Devendra Naga2012-07-111-1/+1
|/
* Merge branch 'pm-acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-06-031-3/+6
|\
| * rtc-cmos / PM: report wakeup event on ACPI RTC alarmDaniel Drake2012-05-291-3/+6
* | drivers/rtc/rtc-s3c.c: fix compiler warningSachin Kamat2012-05-291-1/+1
* | drivers/rtc/rtc-tegra.c: clean up probe/remove routinesHannu Heikkinen2012-05-291-37/+13
* | drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handlingRajkumar Kasirajan2012-05-291-11/+3
* | drivers/rtc/rtc-lpc32xx.c: add device tree supportRoland Stigge2012-05-291-1/+11
* | drivers/rtc/rtc-m41t93.c: don't let get_time() reset M41T93_FLAG_OFNikolaus Voss2012-05-291-19/+27
* | rtc: ds1307: add trickle charger supportWolfram Sang2012-05-291-3/+16
* | rtc: ds1307: remove superfluous initializationWolfram Sang2012-05-291-1/+0
* | rtc: rename CONFIG_RTC_MXC to CONFIG_RTC_DRV_MXCFabio Estevam2012-05-292-2/+2
* | drivers/rtc/Kconfig: place RTC_DRV_IMXDI and RTC_MXC under "on-CPU RTC drivers"Fabio Estevam2012-05-291-21/+21
* | drivers/rtc/rtc-pcf8563.c: add RTC_VL_READ/RTC_VL_CLR ioctl featureAlexander Stein2012-05-291-1/+43
* | drivers/rtc/rtc-ep93xx.c: convert to use module_platform_driver()H Hartley Sweeten2012-05-291-18/+6
* | rtc/spear: add Device Tree probing capabilityViresh Kumar2012-05-291-0/+10
* | Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-05-291-1/+1
|\ \
| * | mfd: Convert wm831x to irq_domainMark Brown2012-05-201-1/+1
* | | Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-3/+3
|\ \ \
| * \ \ Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into...Arnd Bergmann2012-05-112-2/+2
| |\ \ \
OpenPOWER on IntegriCloud