summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2014-04-03drivers/rtc/rtc-ds3232.c: enable ds3232 to work as wakeup sourceWang Dongsheng-24/+70
2014-04-03drivers/rtc/rtc-palmas.c: use SIMPLE_DEV_PM_OPS macroJingoo Han-3/+2
2014-04-03drivers/rtc/rtc-as3722.c: use SIMPLE_DEV_PM_OPS macroJingoo Han-3/+2
2014-04-03drivers/rtc/rtc-cmos.c: fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg-5/+3
2014-04-03drivers/rtc/rtc-ds3232.c: make it possible to share an irqBharat Bhushan-2/+2
2014-04-03rtc: sunxi: change compatiblesMaxime Ripard-1/+1
2014-04-03rtc: mc13xxx: make rtc_read_time() more readableAlexander Shiyan-36/+23
2014-04-03rtc: mc13xxx: change RTC validation schemeAlexander Shiyan-18/+14
2014-04-03rtc: mc13xxx: fix 1Hz interruptAlexander Shiyan-1/+1
2014-04-03rtc: mc13xxx: simplify alarm_irq_enable()Alexander Shiyan-9/+3
2014-04-03rtc: mc13xxx: request IRQs after RTC registrationAlexander Shiyan-21/+11
2014-04-03rtc: mc13xxx: remove __exit_p()Alexander Shiyan-2/+2
2014-04-03drivers/rtc/rtc-ds1307.c: add alarm support for mcp7941x chipsSimon Guinot-1/+182
2014-04-03drivers/rtc/rtc-ds1307.c: fix sysfs wakealarm attribute creationSimon Guinot-1/+1
2014-04-03drivers/rtc/rtc-sirfsoc.c: fix kernel panic of backing from hibernationXianglong Du-53/+9
2014-04-03drivers/rtc/rtc-da9052.c: remove redundant private structure fieldAnthony Olech-3/+1
2014-04-03drivers/rtc/rtc-isl12057.c: remove duplicate includeSachin Kamat-1/+0
2014-04-03rtc: rtc-jz4740: use devm_ioremap_resource()Jingoo Han-20/+5
2014-04-03rtc: rtc-vt8500: use devm_ioremap_resource()Jingoo Han-23/+5
2014-04-03rtc: rtc-davinci: use devm_ioremap_resource()Jingoo Han-25/+4
2014-04-03rtc: rtc-coh901331: use devm_ioremap_resource()Jingoo Han-15/+3
2014-04-03rtc: rtc-spear: remove unnecessary OOM messagesJingoo Han-3/+1
2014-04-03rtc: rtc-lpc32xx: remove unnecessary OOM messagesJingoo Han-3/+2
2014-04-03rtc: rtc-sirfsoc: remove unnecessary OOM messagesJingoo Han-5/+1
2014-04-03rtc: rtc-rx8025: remove unnecessary OOM messagesJingoo Han-1/+0
2014-04-03rtc: rtc-pm8xxx: remove unnecessary OOM messagesJingoo Han-3/+1
2014-04-03rtc: rtc-nuc900: remove unnecessary OOM messagesJingoo Han-3/+2
2014-04-03rtc: rtc-moxart: remove unnecessary OOM messagesJingoo Han-3/+1
2014-04-03rtc: rtc-ds1390: remove unnecessary OOM messagesJingoo Han-3/+2
2014-04-03rtc: rtc-davinci: remove unnecessary OOM messagesJingoo Han-3/+1
2014-04-03rtc: rtc-at32ap700x: remove unnecessary OOM messagesJingoo Han-3/+1
2014-04-03drivers/rtc/rtc-imxdi.c: check the return value from clk_prepare_enable()Fabio Estevam-1/+3
2014-04-03rtc: fix potential race conditionAlessandro Zummo-65/+70
2014-03-04drivers/rtc/rtc-s3c.c: fix incorrect way of save/restore of S3C2410_TICNT for...Vikas Sajjan-5/+12
2014-02-21rtc: mv: reset date if after year 2038Thomas Petazzoni-0/+12
2014-02-18Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson-2/+1
2014-02-18rtc: isl12057: use PTR_ERR_OR_ZERO to fix coccinelle warningsFengguang Wu-4/+1
2014-01-23Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-119/+760
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+853
2014-01-23drivers/rtc/rtc-rx8581.c: add SMBus-only adapters supportAndreas Werner-13/+68
2014-01-23drivers/rtc/rtc-s5m.c: s5m_rtc_{suspend,resume}() should depend on CONFIG_PM_...Geert Uytterhoeven-0/+2
2014-01-23rtc: max8907: weekday encoding fixesStephen Warren-6/+5
2014-01-23drivers/rtc/rtc-hym8563.c: staticize local symbolSachin Kamat-1/+1
2014-01-23drivers/rtc/rtc-hym8563.c: remove redundant of_match_ptr() helperSachin Kamat-1/+1
2014-01-23drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helperSachin Kamat-1/+1
2014-01-23drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failureAndrew Morton-4/+2
2014-01-23rtc: honor device tree /alias entries when assigning IDsStephen Warren-4/+20
2014-01-23drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong-4/+1
2014-01-23drivers/rtc/Kconfig: disable RTC_DRV_CMOS on AtariGeert Uytterhoeven-1/+1
2014-01-23drivers/rtc/rtc-cmos.c: remove superfluous name castGeert Uytterhoeven-1/+1