summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2021-11-121-8/+11
|\
| * rtc: tps80031: Remove driverDmitry Osipenko2021-10-231-8/+0
| * rtc: pcf8523: switch to regmapAlexandre Belloni2021-10-181-0/+1
| * rtc: Add support for the MSTAR MSC313 RTCDaniel Palmer2021-09-261-0/+10
* | rtc: s3c: remove HAVE_S3C_RTC in favor of direct dependenciesWill McVicker2021-10-171-8/+2
|/
* rtc: rx8010: select REGMAP_I2CYu-Tung Chang2021-09-091-0/+1
* rtc: move RTC_LIB_KUNIT_TEST to proper locationAlexandre Belloni2021-08-101-10/+9
* rtc: Improve performance of rtc_time64_to_tm(). Add tests.Cassio Neri2021-08-101-0/+10
* rtc: bd70528: Drop BD70528 supportMatti Vaittinen2021-06-201-4/+3
* rtc: bd70528: fix BD71815 watchdog dependencyArnd Bergmann2021-05-251-1/+2
* Merge tag 'rtc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2021-05-031-1/+2
|\
| * rtc: goldfish: remove dependency to OFLaurent Vivier2021-04-161-1/+1
| * rtc: imxdi: Convert to a DT-only driverFabio Estevam2021-03-151-0/+1
| |
| \
*-. \ Merge tags 'ib-mfd-clk-gpio-regulator-rtc-v5.13', 'ib-mfd-extcon-v5.13', 'ib-...Lee Jones2021-04-141-0/+8
|\ \ \ | | |/ | |/|
| | * rtc: New driver for RTC in Netronix embedded controllerJonathan Neuschäfer2021-03-101-0/+8
| |/
* / rtc: bd70528: Support RTC on ROHM BD71815Matti Vaittinen2021-04-141-3/+3
|/
* Merge tag 'rtc-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2021-02-221-35/+3
|\
| * rtc: armada38x: depend on OFAlexandre Belloni2021-02-061-0/+1
| * rtc: zynqmp: depend on HAS_IOMEMDavid Gow2021-02-031-1/+1
| * rtc: remove ste ab3100 driverArnd Bergmann2021-01-231-8/+0
| * rtc: remove ste coh901 driverArnd Bergmann2021-01-231-12/+0
| * rtc: remove sirfsoc driverArnd Bergmann2021-01-231-7/+0
| * rtc: s5m: select REGMAP_I2CBartosz Golaszewski2021-01-161-0/+1
| * rtc: tx4939: Remove driverThomas Bogendoerfer2021-01-131-7/+0
* | rtc: mrst: Remove driver for deprecated platformAndy Shevchenko2021-01-251-12/+0
|/
* rtc: mxc{,_v2}: enable COMPILE_TESTAlexandre Belloni2020-12-031-2/+6
* rtc: enable RTC framework on ARCH=umJohannes Berg2020-12-031-1/+3
* rtc: rx6110: add i2c supportClaudius Heine2020-11-171-9/+11
* rtc: Kconfig: Fix typo in help message of rx 6110Claudius Heine2020-11-171-1/+1
* rtc: goldfish: Remove GOLDFISH dependencyJiaxun Yang2020-11-151-1/+0
* rtc: rv3032: Add a driver for Microcrystal RV-3032Alexandre Belloni2020-10-191-0/+10
* Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2020-08-121-1/+2
|\
| * rtc: ds1374: fix RTC_DRV_DS1374_WDT dependenciesAlexandre Belloni2020-07-211-2/+2
| * rtc: ds1374: wdt: Use watchdog core for watchdog partJohnson CH Chen (陳昭勳)2020-07-161-0/+1
* | rtc: remove fb-puv3 driverMike Rapoport2020-07-011-9/+0
|/
* Merge tag 'rtc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2020-06-071-0/+1
|\
| * rtc: ingenic: Only support probing from devicetreePaul Cercueil2020-05-111-0/+1
* | sh: remove sh5 supportArnd Bergmann2020-06-011-1/+1
|/
* Merge tag 'mfd-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2020-04-071-0/+10
|\
| * rtc: rc5t619: Add Ricoh RC5T619 RTC driverAndreas Kemnade2020-03-271-0/+10
* | rtc: ds1307: add support for watchdog timer on ds1388Chris Packham2020-04-011-0/+1
* | rtc: class: support hctosys from modular RTC driversSteve Muckle2020-03-231-3/+0
* | rtc: max8907: add missing select REGMAP_IRQCorentin Labbe2020-03-231-0/+1
* | rtc: add support for the MediaTek MT2712 RTCRan Bi2020-03-161-0/+10
* | rtc: fsl-ftm-alarm: allow COMPILE_TESTAlexandre Belloni2020-03-161-1/+1
* | rtc: snvs: Improve Kconfig dependencyAnson Huang2020-03-161-0/+1
|/
* Merge tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2020-02-041-8/+16
|\
| * rtc: i2c/spi: Avoid inclusion of REGMAP support when not neededGeert Uytterhoeven2020-01-271-2/+6
| * rtc: Kconfig: select REGMAP_I2C when necessaryAlexandre Belloni2020-01-271-0/+4
| * rtc: Kconfig: properly indent sd3078 entryAlexandre Belloni2020-01-271-6/+6