aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-14rtc: pic32: Add PIC32 real time clock driverJoshua Henderson3-0/+422
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 Clayton1-1/+34
2016-03-14rtc: Add functions to set and read rtc offsetJoshua Clayton1-0/+54
2016-03-14rtc: rv8803: convert spin_lock to mutex_lockOleksij Rempel1-21/+18
2016-03-14rtc: add Alphascale asm9260 driverOleksij Rempel3-0/+366
2016-03-14rtc: ds1307: add clock provider support for DS3231Akinobu Mita1-1/+295
2016-03-14rtc: max77686: move initialisation of rtc regmap, irq chip locallyLaxman Dewangan1-21/+127
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
2016-03-14rtc: pcf2123: avoid resetting the clock if possibleJoshua Clayton1-3/+12
2016-03-14rtc: pcf2123: refactor chip reset into a functionJoshua Clayton1-28/+36
2016-03-14rtc: pcf2123: clean up writes to the rtc chipJoshua Clayton1-35/+32
2016-03-14rtc: pcf2123: clean up reads from the chipJoshua Clayton1-17/+19
2016-03-14rtc: pcf2123: define registers and bit macrosJoshua Clayton1-3/+47
2016-02-15drivers/rtc: broken link fixLeslie Lau1-1/+1
2016-02-04rtc: ds1307: add temperature sensor support for ds3231Akinobu Mita2-0/+97
2016-02-04rtc: ds1307: add support for the DT property 'wakeup-source'Michael Lange1-2/+27
2016-02-04rtc: mt6397: add IRQ domain dependencyArnd Bergmann1-1/+1
2016-02-04rtc: rx8025: remove rv8803 idAlexandre Belloni1-1/+0
2016-02-04rtc: ds1305: use to_spi_device and kobj_to_devGeliang Tang1-2/+2
2016-02-04rtc: max77686: Cleanup and reduce dmesg outputKrzysztof Kozlowski1-25/+14
2016-02-04rtc: Remove Maxim 77802 driverJavier Martinez Canillas3-513/+0
2016-02-04rtc: max77686: Properly handle regmap_irq_get_virq() error codeKrzysztof Kozlowski1-1/+1
2016-02-04rtc: max77686: Fix unsupported year messageJavier Martinez Canillas1-3/+1
2016-02-04rtc: max77686: Add max77802 supportJavier Martinez Canillas1-40/+156
2016-02-04rtc: max77686: Add an indirection level to access RTC registersJavier Martinez Canillas1-10/+80
2016-02-04rtc: max77686: Use a driver data struct instead hard-coded valuesJavier Martinez Canillas1-17/+34
2016-02-04rtc: max77686: Use usleep_range() instead of msleep()Javier Martinez Canillas1-2/+3
2016-02-04rtc: max77686: Use ARRAY_SIZE() instead of current array lengthJavier Martinez Canillas1-11/+12
2016-02-04rtc: max77686: Fix max77686_rtc_read_alarm() return valueJavier Martinez Canillas1-1/+1
2016-01-18Merge tag 'rtc-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds21-130/+892
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2016-01-14Merge tag 'mfd-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-4/+33
2016-01-11rtc: cmos: prevent kernel warning on IRQ flags mismatchAndy Shevchenko1-1/+1
2016-01-11rtc: rtc-ds2404: constify ds2404_chip_ops structuresJulia Lawall1-2/+2
2016-01-11rtc: s5m: Make register configuration per S2MPS device to remove exceptionsKrzysztof Kozlowski1-35/+75
2016-01-11rtc: s5m: Add separate field for storing auto-cleared mask in register configKrzysztof Kozlowski1-1/+5