summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2016-05-20rtc: ds1302: fix error check in set_timeAkinobu Mita1-1/+1
2016-05-20rtc: m41t80: handle oscillator failure bitMylène Josserand1-2/+23
2016-05-20rtc: m41t80: add wakealarm functionalityMylène Josserand1-0/+2
2016-05-20rtc: m41t80: add alarm functionalityMylène Josserand1-13/+167
2016-05-20rtc: m41t80: remove warnings and replace obsolete functionMylène Josserand1-11/+15
2016-05-20rtc: m41t80: add the use of 'BIT' macroMylène Josserand1-15/+15
2016-05-20rtc: m41t80: replace i2c functions for smbus onesMylène Josserand1-90/+44
2016-05-20rtc: m41t80: remove proc macroMylène Josserand1-4/+0
2016-05-20rtc: m41t80: update sysfs entries exportMylène Josserand1-24/+32
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni25-89/+1
2016-05-20rtc: at91sam9: remove duplicate assignment of variable mrColin Ian King1-1/+1
2016-05-20rtc: ds1302: rewrite using SPISergey Yanovich2-197/+166
2016-04-21rtc: ds1307: Use irq when available for wakeup-source deviceNishanth Menon1-1/+1
2016-04-21rtc: ds1307: ds3231 temperature s16 overflowZhuang Yuyao1-2/+2
2016-03-24Merge tag 'rtc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Linus Torvalds7-16/+305
2016-03-25rtc: abx80x: handle the oscillator failure bitMylène Josserand1-2/+31
2016-03-25rtc: abx80x: handle autocalibrationMylène Josserand1-0/+219
2016-03-25rtc: rv8803: workaround i2c HW issueAlexandre Belloni1-6/+22
2016-03-21rtc: mcp795: add devicetree supportEmil Bartczak1-0/+10
2016-03-19rtc: asm9260: remove incorrect __init/__exit annotationsArnd Bergmann1-2/+2
2016-03-19rtc: m41t80: avoid out of range year valuesStefan Christ1-0/+6
2016-03-19rtc: s3c: Don't print an error on probe deferralJavier Martinez Canillas1-5/+14
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-03-15rtc: rv3029: stop mentioning rv3029c2Alexandre Belloni1-1/+1
2016-03-14rtc: pcf2127: add pcf2129 device idAkinobu Mita1-3/+6
2016-03-14rtc: pcf2127: add support for spi interfaceAkinobu Mita2-11/+126
2016-03-14rtc: pcf2127: convert to use regmapAkinobu Mita1-70/+144
2016-03-14rtc: rv3029: Add thermometer hwmon supportMichael Büsch2-0/+129
2016-03-14rtc: rv3029: Add update_bits helper for eeprom accessMichael Büsch1-14/+25
2016-03-14rtc: ds1685: actually spin forever in poweroff error pathJosh Poimboeuf1-0/+1
2016-03-14rtc: hym8563: fix invalid year calculationAlexander Kochetkov1-1/+1
2016-03-14rtc: ds3232: use rtc->ops_lock to protect alarm operationsAkinobu Mita1-21/+4
2016-03-14rtc: ds3232: fix issue when irq is shared several devicesAkinobu Mita1-69/+12
2016-03-14rtc: ds3232: remove unused UIE codeAkinobu Mita1-19/+1
2016-03-14rtc: ds3232: add register access error checksAkinobu Mita1-7/+22
2016-03-14rtc: ds3232: fix read on /dev/rtc after RTC_AIE_ONAkinobu Mita1-7/+3
2016-03-14rtc: merge ds3232 and ds3234Akinobu Mita4-194/+189
2016-03-14rtc: ds3232: convert to use regmapAkinobu Mita1-103/+113
2016-03-14rtc: pxa: fix Kconfig indentationAlexandre Belloni1-4/+4
2016-03-14rtc: rv3029: Add device tree property for trickle chargerMichael Büsch1-3/+103
2016-03-14rtc: rv3029: Add functions for EEPROM accessMichael Büsch1-0/+125
2016-03-14rtc: rv3029: Add i2c register update-bits helperMichael Büsch1-26/+28
2016-03-14rtc: rv3029: Add missing register definitionsMichael Büsch1-16/+45
2016-03-14rtc: rv3029: Add "rv3029" I2C device idMichael Büsch1-0/+1
2016-03-14rtc: rv3029: Remove all 'C2' suffixes from identifiersMichael Büsch1-147/+148
2016-03-14rtc: enable COMPILE_TESTAlexandre Belloni1-23/+23
2016-03-14rtc: generic: allow building on all architecturesArnd Bergmann1-1/+11
2016-03-14rtc: pcf8523: properly handle oscillator stop bitAlexandre Belloni1-22/+3
2016-03-14rtc: pcf85063: remove struct pcf85063Alexandre Belloni1-17/+5
2016-03-14rtc: pcf85063: remove useless DRV_VERSIONAlexandre Belloni1-5/+0