summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2014-06-10rtc: s5m: remove undocumented time init on first bootKrzysztof Kozlowski-30/+0
2014-06-10mfd/rtc: sec/s5m: rename SEC* symbols to S5MKrzysztof Kozlowski-33/+33
2014-06-06Merge branch 'akpm' (patches from Andrew Morton) into nextLinus Torvalds-224/+1838
2014-06-06drivers/rtc/rtc-pxa.c: make of_device_id array constJingoo Han-1/+1
2014-06-06drivers/rtc/rtc-sa1100.c: make of_device_id array constJingoo Han-1/+1
2014-06-06drivers/rtc/rtc-omap.c: enable RTC_IRQWAKEEN bits when Alarm is setLokesh Vutla-34/+33
2014-06-06rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irqBoris BREZILLON-2/+14
2014-06-06drivers/rtc/rtc-hym8563.c: add optional clock-output-names propertyHeiko Stuebner-0/+3
2014-06-06drivers/rtc/rtc-bfin.c: do not abort when requesting irq failsMike Frysinger-9/+7
2014-06-06drivers/rtc/rtc-omap.c: add support for enabling 32khz clockSekhar Nori-1/+15
2014-06-06drivers/rtc/rtc-omap.c: use BIT() macroSekhar Nori-21/+21
2014-06-06drivers/rtc/rtc-omap.c: remove multiple device id checksSekhar Nori-4/+9
2014-06-06rtc: da9063: RTC driverOpensource [Steve Twiss]-0/+344
2014-06-06drivers/rtc: add support for Microchip MCP795Josef Gajdusek-0/+208
2014-06-06drivers/rtc/rtc-ds1343.c: fix potential race conditionRaghavendra Ganiga-14/+24
2014-06-06rtc: fix build errorRaghavendra Ganiga-0/+1
2014-06-06drivers/rtc: add support for maxim dallas rtc ds1343 and ds1344Raghavendra Ganiga-0/+690
2014-06-06rtc: rtc-palmas: make of_device_id array constJingoo Han-1/+1
2014-06-06rtc: rtc-mv: make of_device_id array constJingoo Han-1/+1
2014-06-06rtc: isl12057: make of_device_id array constJingoo Han-1/+1
2014-06-06rtc: rtc-hym8563: make of_device_id array constJingoo Han-1/+1
2014-06-06rtc: rtc-ds1742: make of_device_id array constJingoo Han-1/+1
2014-06-06drivers/rtc/rtc-da9052.c: ALARM causes interrupt stormAnthony Olech-56/+66
2014-06-06drivers/rtc/rtc-88pm860x.c: add missing of_node_put()Krzysztof Kozlowski-0/+1
2014-06-06drivers/rtc/rtc-88pm860x.c: use of_get_child_by_name()Krzysztof Kozlowski-1/+1
2014-06-06drivers/rtc/rtc-cmos.c: drivers/char/rtc.c features for DECstation supportMaciej W. Rozycki-25/+60
2014-06-06drivers/rtc/rtc-efi.c: avoid subtracting day twice when computing year daysLee, Chun-Yi-1/+1
2014-06-06drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162Wolfram Sang-2/+3
2014-06-06drivers/rtc/rtc-m41t80.c: propagate error value from smbus functionsWolfram Sang-14/+23
2014-06-06drivers/rtc/rtc-m41t80.c: clean up error pathsWolfram Sang-41/+23
2014-06-06drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macroWolfram Sang-6/+0
2014-06-06drivers/rtc: add APM X-Gene SoC RTC driverLoc Ho-0/+288
2014-06-06drivers/rtc/interface.c: fix infinite loop in initializing the alarmAles Novak-2/+12
2014-06-03mfd/rtc: s5m: Do not allocate RTC I2C dummy and regmap for unsupported chipsetsKrzysztof Kozlowski-5/+70
2014-05-11drivers/rtc/rtc-hym8563.c: set uie_unsupportedHeiko Stuebner-0/+3
2014-05-06drivers/rtc/rtc-pcf8523.c: fix month definitionChris Cui-2/+2
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-4/+13
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-2/+1
2014-04-03rtc: treewide: remove excess rtc_device validationAlexander Shiyan-8/+5
2014-04-03drivers/rtc/rtc-s3c.c: remove NO_IRQ macroPankaj Dubey-2/+2
2014-04-03drivers/rtc/rtc-da9055.c: remove use of regmap_irq_get_virq()Adam Thomson-1/+3
2014-04-03drivers/rtc/rtc-rv3029c2.c: fix potential race conditionGregory Hermant-6/+6
2014-04-03rtc: add support for maxim dallas rtc ds1347Raghavendra Ganiga-0/+179
2014-04-03drivers/rtc/rtc-mc13xxx.c: fix potential race conditionAlexander Shiyan-17/+13
2014-04-03rtc: pm8xxx: move device_init_wakeup() before rtc_registerJosh Cartwright-2/+2
2014-04-03rtc: pm8xxx: add support for devicetreeJosh Cartwright-23/+29
2014-04-03rtc: pm8xxx: use devm_request_any_context_irqJosh Cartwright-14/+4
2014-04-03rtc: pm8xxx: use regmap API for register accessesJosh Cartwright-88/+57
2014-04-03rtc: pm8xxx: fixup checkpatch/style issuesJosh Cartwright-44/+53
2014-04-03rtc: verify a critical argument to rtc_update_irq() before using itAlessandro Zummo-0/+3