summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2016-03-14rtc: pcf2127: add pcf2129 device idAkinobu Mita-3/+6
2016-03-14rtc: pcf2127: add support for spi interfaceAkinobu Mita-11/+126
2016-03-14rtc: pcf2127: convert to use regmapAkinobu Mita-70/+144
2016-03-14rtc: rv3029: Add thermometer hwmon supportMichael Büsch-0/+129
2016-03-14rtc: rv3029: Add update_bits helper for eeprom accessMichael Büsch-14/+25
2016-03-14rtc: ds1685: actually spin forever in poweroff error pathJosh Poimboeuf-0/+1
2016-03-14rtc: hym8563: fix invalid year calculationAlexander Kochetkov-1/+1
2016-03-14rtc: ds3232: use rtc->ops_lock to protect alarm operationsAkinobu Mita-21/+4
2016-03-14rtc: ds3232: fix issue when irq is shared several devicesAkinobu Mita-69/+12
2016-03-14rtc: ds3232: remove unused UIE codeAkinobu Mita-19/+1
2016-03-14rtc: ds3232: add register access error checksAkinobu Mita-7/+22
2016-03-14rtc: ds3232: fix read on /dev/rtc after RTC_AIE_ONAkinobu Mita-7/+3
2016-03-14rtc: merge ds3232 and ds3234Akinobu Mita-194/+189
2016-03-14rtc: ds3232: convert to use regmapAkinobu Mita-103/+113
2016-03-14rtc: pxa: fix Kconfig indentationAlexandre Belloni-4/+4
2016-03-14rtc: rv3029: Add device tree property for trickle chargerMichael Büsch-3/+103
2016-03-14rtc: rv3029: Add functions for EEPROM accessMichael Büsch-0/+125
2016-03-14rtc: rv3029: Add i2c register update-bits helperMichael Büsch-26/+28
2016-03-14rtc: rv3029: Add missing register definitionsMichael Büsch-16/+45
2016-03-14rtc: rv3029: Add "rv3029" I2C device idMichael Büsch-0/+1
2016-03-14rtc: rv3029: Remove all 'C2' suffixes from identifiersMichael Büsch-147/+148
2016-03-14rtc: enable COMPILE_TESTAlexandre Belloni-23/+23
2016-03-14rtc: generic: allow building on all architecturesArnd Bergmann-1/+11
2016-03-14rtc: pcf8523: properly handle oscillator stop bitAlexandre Belloni-22/+3
2016-03-14rtc: pcf85063: remove struct pcf85063Alexandre Belloni-17/+5
2016-03-14rtc: pcf85063: remove useless DRV_VERSIONAlexandre Belloni-5/+0
2016-03-14rtc: always show I2CAlexandre Belloni-1/+0
2016-03-14rtc: ds1685: passing bogus values to irq_restoreDan Carpenter-4/+4
2016-03-14rtc: max77686: Use REGMAP_IRQ_REG for regmap-rtc-irqs initialisationLaxman Dewangan-6/+6
2016-03-14rtc: max77686: Add support for MAX20024/MAX77620 RTC IPLaxman Dewangan-5/+46
2016-03-14rtc: mt6397: Remove plaform module aliasJavier Martinez Canillas-1/+0
2016-03-14rtc: pcf85063: remove useless century handlingAlexandre Belloni-7/+0
2016-03-14rtc: vr41xx: Wire up alarm_irq_enableGeert Uytterhoeven-6/+7
2016-03-14rtc: rv3029: reword Kconfig optionAlexandre Belloni-2/+2
2016-03-14rtc: as3722: Drop IRQF_EARLY_RESUME flagGrygorii Strashko-1/+1
2016-03-14rtc: tps80031: Drop IRQF_EARLY_RESUME flagGrygorii Strashko-1/+1
2016-03-14rtc: tps65910: Drop IRQF_EARLY_RESUME flagGrygorii Strashko-1/+1
2016-03-14rtc: tps6586x: Drop IRQF_EARLY_RESUME flagGrygorii Strashko-1/+1
2016-03-14rtc: palmas: Drop IRQF_EARLY_RESUME flagGrygorii Strashko-2/+1
2016-03-14rtc: Group Kconfig entries by vendorSoren Brinkmann-44/+44
2016-03-14rtc: pic32: Add PIC32 real time clock driverJoshua Henderson-0/+422
2016-03-14rtc: rx8025: unsupport UIE modeAkinobu Mita-0/+3
2016-03-14rtc: rx8025: round up to nearest minute for a minute accuracy alarmAkinobu Mita-1/+11
2016-03-14rtc: rx8025: protect ctrl1 register update by rtc->ops_lockAkinobu Mita-0/+4
2016-03-14rtc: rx8025: fix irq handler registrationAkinobu Mita-2/+3
2016-03-14rtc: s5m: De-inline large functions to save spaceKrzysztof Kozlowski-4/+4
2016-03-14rtc: make class.c explicitly non-modularPaul Gortmaker-13/+0
2016-03-14rtc: pcf85063: fix time/date settingJuergen Borleis-23/+55
2016-03-14rtc: pcf85063: fix time/date readingJuergen Borleis-0/+7
2016-03-14rtc: pcf85063: simplify code to read the current timeJuergen Borleis-26/+21