aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-04Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds1-1/+0
2020-02-04Merge tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds23-540/+350
2020-02-03Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds2-42/+181
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-0/+11
2020-01-27rtc: i2c/spi: Avoid inclusion of REGMAP support when not neededGeert Uytterhoeven1-2/+6
2020-01-27rtc: Kconfig: select REGMAP_I2C when necessaryAlexandre Belloni1-0/+4
2020-01-27rtc: Kconfig: properly indent sd3078 entryAlexandre Belloni1-6/+6
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-1/+1
2020-01-25rtc: cmos: Refactor code by using the new dmi_get_bios_year() helperAndy Shevchenko1-4/+4
2020-01-25rtc: cmos: Use predefined value for RTC IRQ on legacy x86Andy Shevchenko1-1/+1
2020-01-25rtc: cmos: Stop using shared IRQAndy Shevchenko1-1/+1
2020-01-25rtc: tps6586x: Use IRQ_NOAUTOEN flagDmitry Osipenko1-1/+3
2020-01-24rtc: bd70528: add BD71828 supportMatti Vaittinen2-42/+181
2020-01-15rtc: at91rm9200: use FIELD_PREP/FIELD_GETAlexandre Belloni1-20/+22
2020-01-15rtc: at91rm9200: avoid time readout in at91_rtc_setalarmAlexandre Belloni1-14/+6
2020-01-15rtc: at91rm9200: move register definitions to C fileAlexandre Belloni2-72/+45
2020-01-15rtc: at91rm9200: add sama5d4 and sama5d2 compatiblesAlexandre Belloni1-0/+6
2020-01-15rtc: at91rm9200: remove procfs informationAlexandre Belloni1-15/+0
2020-01-09MIPS: SGI-IP27: fix readb/writeb addressingThomas Bogendoerfer1-0/+11
2020-01-07cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra1-1/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2020-01-04rtc: cmos: Revert "rtc: Fix the AltCentury value on AMD/Hygon platform"Alexandre Belloni1-14/+1
2019-12-23rtc: pcf8563: Use BITNobuhiro Iwamatsu1-2/+2
2019-12-23rtc: moxart: Convert to SPDX identifierNobuhiro Iwamatsu1-4/+1
2019-12-23rtc: ds1343: Remove unused struct spi_device in struct ds1343_privNobuhiro Iwamatsu1-3/+0
2019-12-23rtc: rx8025: Remove struct i2c_client from struct rx8025_dataNobuhiro Iwamatsu1-13/+14
2019-12-23rtc: hym8563: Read the valid flag directly instead of caching itPaul Kocialkowski1-12/+7
2019-12-23rtc: hym8563: Return -EINVAL if the time is known to be invalidPaul Kocialkowski1-1/+1
2019-12-23rtc: rx8010: Fix return code for rx8010_probeNobuhiro Iwamatsu1-1/+1
2019-12-23rtc: omap: Remove unneeded semicolonzhengbin1-1/+1
2019-12-23rtc: asm9260: add the missed check for devm_clk_getChuhong Yuan1-0/+3
2019-12-23rtc: rv3029: remove useless error messagesAlexandre Belloni1-26/+9
2019-12-23rtc: rv3029: annotate init and exit functionsAlexandre Belloni1-6/+6
2019-12-23rtc: rv3029: drop deprecated compatbilesAlexandre Belloni1-4/+0
2019-12-23rtc: rv3029: add nvram supportAlexandre Belloni1-5/+31
2019-12-18rtc: rv3029: let the core handle rtc rangeAlexandre Belloni1-16/+2
2019-12-18rtc: rv3029: convert to devm_rtc_allocate_deviceAlexandre Belloni1-6/+5
2019-12-18rtc: rv3029: correctly handle PON and VLOW2Alexandre Belloni1-6/+15
2019-12-18rtc: rv3029: add RTC_VL_READ and RTC_VL_CLEAR supportAlexandre Belloni1-0/+30
2019-12-18rtc: rv3029: drop rv3029_read_regs and rv3029_write_regsAlexandre Belloni1-58/+46
2019-12-18rtc: rv3029: simplify rv3029_set_alarmAlexandre Belloni1-13/+1
2019-12-18rtc: rv3029: simplify rv3029_alarm_irq_enableAlexandre Belloni1-21/+4
2019-12-18rtc: rv3029: get rid of rv3029_get_srAlexandre Belloni1-19/+10
2019-12-18rtc: rv3029: avoid reading the status register uselesslyAlexandre Belloni1-26/+0
2019-12-18rtc: rv3029: remove race condition when update STATUSAlexandre Belloni1-28/+6
2019-12-18rtc: rv3029: remove open coded regmap_update_bitsAlexandre Belloni1-20/+6
2019-12-18rtc: rv3029: let regmap validate the register rangesAlexandre Belloni1-17/+22
2019-12-18rtc: rv3029: use proper name for the driverAlexandre Belloni1-1/+1
2019-12-18rtc: rx8010: return meaningful value for RTC_VL_READAlexandre Belloni1-5/+2
2019-12-18rtc: rx8010: remove RTC_VL_CLR handlingAlexandre Belloni1-15/+1