summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2015-09-05rtc: ds1307: clean up ds1307_nvram_read()/ds1307_nvram_write()Vladimir Zapolskiy-14/+0
2015-09-05rtc: ds1305: clean up ds1305_nvram_read()/ds1305_nvram_write()Vladimir Zapolskiy-18/+0
2015-09-05rtc: cmos: clean up cmos_nvram_read()/cmos_nvram_write()Vladimir Zapolskiy-13/+0
2015-09-05rtc: at91rm9200: get and use slow clockAlexandre Belloni-3/+24
2015-09-05rtc: gemini: fix ptr_ret.cocci warningskbuild test robot-4/+1
2015-09-05rtc: Drop (un)likely before IS_ERR(_OR_NULL)viresh kumar-3/+3
2015-09-05rtc: at91rm9200: sort headers alphabeticallyAlexandre Belloni-8/+8
2015-09-05rtc: at91sam9: get sclk rate after enabling itAlexandre Belloni-6/+7
2015-09-05rtc: at91sam9: sort headers alphabeticallyAlexandre Belloni-8/+8
2015-09-05rtc: at91sam9: remove useless checkAlexandre Belloni-2/+1
2015-09-05rtc: at91sam9: properly handle error caseAlexandre Belloni-3/+10
2015-09-05rtc: pl031: fix typo for author emailLeo Yan-1/+1
2015-09-05rtc: Export OF module alias information in missing driversJavier Martinez Canillas-0/+3
2015-09-05rtc: cmos: Revert "rtc-cmos: Add an alarm disable quirk"Adrian Huang-50/+0
2015-09-05rtc: cmos: Cancel alarm timer if alarm time is equal to now+1 secondsAdrian Huang-4/+60
2015-09-05rtc: da9063: Add DA9062 RTC capability to DA9063 RTC driverS Twiss-115/+282
2015-09-05rtc: mt6397: implement suspend/resume function in rtc-mt6397 driverHenry Chen-0/+26
2015-09-05rtc: switch to using is_visible() to control sysfs attributesDmitry Torokhov-48/+34
2015-09-05rtc: switch wakealarm attribute to DEVICE_ATTR_RWDmitry Torokhov-5/+3
2015-09-05rtc: make rtc_does_wakealarm() return booleanDmitry Torokhov-2/+3
2015-09-05rtc: rx8025: remove obsolete local_irq_disable() and local_irq_enable() for r...Henri Roosen-4/+0
2015-09-05rtc: fix drivers that consider 0 as a valid IRQ in client->irqOctavian Purdila-3/+3
2015-09-05rtc: dev: properly manage lifetime of dev and cdev in rtc deviceDmitry Torokhov-0/+1
2015-09-05rtc: class: remove unnecessary device_get() in rtc_device_unregisterDmitry Torokhov-13/+12
2015-09-05rtc: class: fix double free in rtc_register_device() error pathDmitry Torokhov-4/+2
2015-09-05rtc: sirfsoc: move to regmap APIs from platform-specific APIsGuo Zeng-43/+64
2015-09-05rtc: opal: Enable alarms only when opal supports tpoVaibhav Jain-4/+5
2015-09-05rtc: add rtc-lpc24xx driverJoachim Eastwood-0/+323
2015-09-05rtc: Drop owner assignment from platform_driverKrzysztof Kozlowski-1/+0
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski-15/+0
2015-09-05rtc: pcf2127: use OFS flag to detect unreliable date and warn the userAndrea Scian-3/+23
2015-09-05rtc: use rtc_valid_tm() error code when reading date/timeAndrea Scian-20/+3
2015-09-05rtc: 88pm80x: add device tree supportVaibhav Hiremath-11/+17
2015-09-05rtc: bq32k: remove redundant checkManinder Singh-1/+1
2015-09-05rtc: ds1685: Use module_platform_driverVaishali Thakkar-21/+1
2015-09-05rtc: ds1307: Support optional wakeup interrupt sourceNishanth Menon-3/+33
2015-09-05rtc: ds1307: Sort the headersNishanth Menon-5/+5
2015-09-05rtc: ds1307: Switch to managed irq allocationNishanth Menon-6/+4
2015-09-05rtc: ds1307: Convert to threaded IRQFelipe Balbi-40/+19
2015-09-04Merge tag 'mfd-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds-79/+114
2015-08-11rtc: snvs: select option REGMAP_MMIOShawn Guo-0/+1
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman-3/+2
2015-08-05rtc: mxc: add support of device treePhilippe Reynes-1/+18
2015-08-05rtc: mxc: use a second rtc clockPhilippe Reynes-13/+28
2015-07-23rtc: st: Update IP layout information to include ClocksourceLee Jones-1/+1
2015-07-18rtc: armada38x: Remove unused variable from armada38x_rtc_set_time()Fabio Estevam-1/+1
2015-07-18rtc: mt6397: enable wakeup before registering rtc deviceWei-Ning Huang-2/+2
2015-07-15rtc: snvs: use syscon to access registerFrank Li-65/+67
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-2/+2