summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2013-07-03drivers/rtc/rtc-max77686.c: remove space before semicolonSachin Kamat-1/+1
2013-07-03drivers/rtc/rtc-max6902.c: remove unwanted spacesSachin Kamat-3/+3
2013-07-03drivers/rtc/rtc-m41t80.c: fix spacing related issueSachin Kamat-1/+1
2013-07-03drivers/rtc/rtc-fm3130.c: fix whitespace related issueSachin Kamat-1/+1
2013-07-03drivers/rtc/rtc-ds3234.c: fix whitespace issueSachin Kamat-1/+1
2013-07-03drivers/rtc/rtc-ds1511.c: fix issues related to spaces and bracesSachin Kamat-49/+44
2013-07-03drivers/rtc/rtc-ds1374.c: fix spacing related issuesSachin Kamat-6/+5
2013-07-03drivers/rtc/rtc-ds1305.c: add missing braces around sizeofSachin Kamat-16/+16
2013-07-03drivers/rtc/rtc-davinci.c: fix whitespace warningSachin Kamat-1/+1
2013-07-03drivers/rtc/rtc-cmos.c: fix whitespace related errorsSachin Kamat-3/+3
2013-07-03drivers/rtc/rtc-at91rm9200.c: include <linux/uaccess.h>Sachin Kamat-2/+1
2013-07-03drivers/rtc/rtc-at32ap700x.c: fix checkpatch errorSachin Kamat-1/+1
2013-07-03drivers/rtc/interface.c: fix checkpatch errorsSachin Kamat-9/+9
2013-07-03drivers/rtc/rtc-v3020.c: remove redundant gotoSachin Kamat-2/+2
2013-07-03rtc: rtc-88pm80x: remove unnecessary platform_set_drvdata()Jingoo Han-1/+0
2013-06-30mfd: max8998: Add support for Device TreeTomasz Figa-1/+1
2013-06-30mfd: max8998: Add irq domain supportTomasz Figa-1/+11
2013-06-20Merge tag 'imx-soc-3.11' of git://git.linaro.org/people/shawnguo/linux-2.6 in...Arnd Bergmann-22/+117
2013-06-20Merge tag 'u300-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann-0/+6
2013-06-17rtc: coh901331: add devicetree supportLinus Walleij-0/+6
2013-06-12rtc-at91rm9200: use shadow IMR on at91sam9x5Johan Hovold-0/+7
2013-06-12rtc-at91rm9200: add shadow interrupt maskJohan Hovold-1/+38
2013-06-12rtc-at91rm9200: refactor interrupt-register handlingJohan Hovold-14/+29
2013-06-12rtc-at91rm9200: add configuration supportJohan Hovold-8/+38
2013-06-12rtc-at91rm9200: add match-table compile guardJohan Hovold-0/+2
2013-06-12drivers/rtc/rtc-twl.c: fix missing device_init_wakeup() when booted with devi...Tony Lindgren-0/+1
2013-06-12drivers/rtc/rtc-cmos.c: fix accidentally enabling rtc channelDerek Basehore-1/+3
2013-06-12drivers/rtc/rtc-tps6586x.c: device wakeup flags correctionDmitry Osipenko-1/+2
2013-05-24drivers/rtc/rtc-max8998.c: check for pdata presence before dereferencingTomasz Figa-1/+1
2013-05-24drivers/rtc/rtc-pl031.c: pass correct pointer to free_irq()Lars-Peter Clausen-1/+1
2013-05-18Merge branch 'devm_no_resource_check' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-21/+0
2013-05-18drivers/rtc: don't check resource with devm_ioremap_resourceWolfram Sang-21/+0
2013-05-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+0
2013-05-14time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz-2/+0
2013-05-09Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds-0/+1
2013-05-08rtc: rtc-tile: add missing platform_device_unregister() when module exitWei Yongjun-0/+1
2013-05-07drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driverLucas Stach-0/+5
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+71
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-3/+3
2013-04-29drivers/rtc/rtc-pcf2123.c: fix error return code in pcf2123_probe()Wei Yongjun-0/+1
2013-04-29drivers/rtc/rtc-isl12022.c: Remove rtc8564 from isl12022_idAxel Lin-1/+0
2013-04-29drivers/rtc/rtc-at91rm9200.c: fix missing iounmapJohan Hovold-3/+11
2013-04-29rtc: rtc-twl: convert twl4030rtc_driver to dev_pm_opsJingoo Han-10/+6
2013-04-29rtc: rtc-stmp3xxx: convert stmp3xxx_rtcdrv to dev_pm_opsJingoo Han-9/+8
2013-04-29rtc: rtc-spear: convert spear_rtc_driver to dev_pm_opsJingoo Han-10/+8
2013-04-29rtc: rtc-puv3: convert puv3_rtc_driver to dev_pm_opsJingoo Han-15/+12
2013-04-29rtc: rtc-omap: convert omap_rtc_driver to dev_pm_opsJingoo Han-14/+10
2013-04-29rtc: rtc-coh901331: convert coh901331_driver to dev_pm_opsJingoo Han-13/+11