aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-14rtc: always show I2CAlexandre Belloni1-1/+0
2016-03-14rtc: ds1685: passing bogus values to irq_restoreDan Carpenter1-4/+4
2016-03-14rtc: max77686: Use REGMAP_IRQ_REG for regmap-rtc-irqs initialisationLaxman Dewangan1-6/+6
2016-03-14rtc: max77686: Add support for MAX20024/MAX77620 RTC IPLaxman Dewangan2-5/+46
2016-03-14rtc: mt6397: Remove plaform module aliasJavier Martinez Canillas1-1/+0
2016-03-14rtc: pcf85063: remove useless century handlingAlexandre Belloni1-7/+0
2016-03-14rtc: vr41xx: Wire up alarm_irq_enableGeert Uytterhoeven1-6/+7
2016-03-14rtc: rv3029: reword Kconfig optionAlexandre Belloni1-2/+2
2016-03-14rtc: as3722: Drop IRQF_EARLY_RESUME flagGrygorii Strashko1-1/+1
2016-03-14rtc: tps80031: Drop IRQF_EARLY_RESUME flagGrygorii Strashko1-1/+1
2016-03-14rtc: tps65910: Drop IRQF_EARLY_RESUME flagGrygorii Strashko1-1/+1
2016-03-14rtc: tps6586x: Drop IRQF_EARLY_RESUME flagGrygorii Strashko1-1/+1
2016-03-14rtc: palmas: Drop IRQF_EARLY_RESUME flagGrygorii Strashko1-2/+1
2016-03-14rtc: Group Kconfig entries by vendorSoren Brinkmann1-44/+44
2016-03-14rtc: pic32: Add PIC32 real time clock driverJoshua Henderson3-0/+422
2016-03-14dt/bindings: Add bindings for the PIC32 real time clockJoshua Henderson1-0/+21
2016-03-14rtc: rx8025: unsupport UIE modeAkinobu Mita1-0/+3
2016-03-14rtc: rx8025: round up to nearest minute for a minute accuracy alarmAkinobu Mita1-1/+11
2016-03-14rtc: rx8025: protect ctrl1 register update by rtc->ops_lockAkinobu Mita1-0/+4
2016-03-14rtc: rx8025: fix irq handler registrationAkinobu Mita1-2/+3
2016-03-14rtc: s5m: De-inline large functions to save spaceKrzysztof Kozlowski1-4/+4
2016-03-14rtc: make class.c explicitly non-modularPaul Gortmaker1-13/+0
2016-03-14rtc: pcf85063: fix time/date settingJuergen Borleis1-23/+55
2016-03-14rtc: pcf85063: fix time/date readingJuergen Borleis1-0/+7
2016-03-14rtc: pcf85063: simplify code to read the current timeJuergen Borleis1-26/+21
2016-03-14rtc: pcf2123: implement read_offset and set_offsetJoshua Clayton1-0/+57
2016-03-14rtc: implement a sysfs interface for clock offsetJoshua Clayton2-1/+40
2016-03-14rtc: Add functions to set and read rtc offsetJoshua Clayton2-0/+58
2016-03-14rtc: rv8803: convert spin_lock to mutex_lockOleksij Rempel1-21/+18
2016-03-14doc: dt: add documentation for alphascale,asm9260-rtcOleksij Rempel1-0/+19
2016-03-14rtc: add Alphascale asm9260 driverOleksij Rempel3-0/+366
2016-03-14rtc: ds1307: add clock provider support for DS3231Akinobu Mita2-1/+332
2016-03-14rtc: max77686: move initialisation of rtc regmap, irq chip locallyLaxman Dewangan3-106/+130
2016-03-14mfd: max77686: do not set i2c client data for rtc i2c clientLaxman Dewangan1-1/+0
2016-03-14rtc: max77686: avoid reference of parent device info multiple placesLaxman Dewangan1-29/+23
2016-03-14rtc: max77686: use rtc regmap to access RTC registersLaxman Dewangan1-3/+4
2016-03-14rtc: max77686: fix checkpatch errorLaxman Dewangan1-12/+13
2016-03-14rtc: allow compilation of sun6i RTC for all sunxi SoCsAndre Przywara1-3/+4
2016-03-14rtc: add driver for RX6110SA real time clockSteffen Trumtrar3-0/+412