aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2021-06-20rtc: bd70528: Drop BD70528 supportGravatar Matti Vaittinen 1-4/+3
2021-05-25rtc: bd70528: fix BD71815 watchdog dependencyGravatar Arnd Bergmann 1-1/+2
2021-05-03Merge tag 'rtc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 1-1/+2
2021-04-16rtc: goldfish: remove dependency to OFGravatar Laurent Vivier 1-1/+1
2021-04-14Merge tags 'ib-mfd-clk-gpio-regulator-rtc-v5.13', 'ib-mfd-extcon-v5.13', 'ib-...Gravatar Lee Jones 1-0/+8
2021-04-14rtc: bd70528: Support RTC on ROHM BD71815Gravatar Matti Vaittinen 1-3/+3
2021-03-15rtc: imxdi: Convert to a DT-only driverGravatar Fabio Estevam 1-0/+1
2021-03-10rtc: New driver for RTC in Netronix embedded controllerGravatar Jonathan Neuschäfer 1-0/+8
2021-02-22Merge tag 'rtc-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 1-35/+3
2021-02-06rtc: armada38x: depend on OFGravatar Alexandre Belloni 1-0/+1
2021-02-03rtc: zynqmp: depend on HAS_IOMEMGravatar David Gow 1-1/+1
2021-01-25rtc: mrst: Remove driver for deprecated platformGravatar Andy Shevchenko 1-12/+0
2021-01-23rtc: remove ste ab3100 driverGravatar Arnd Bergmann 1-8/+0
2021-01-23rtc: remove ste coh901 driverGravatar Arnd Bergmann 1-12/+0
2021-01-23rtc: remove sirfsoc driverGravatar Arnd Bergmann 1-7/+0
2021-01-16rtc: s5m: select REGMAP_I2CGravatar Bartosz Golaszewski 1-0/+1
2021-01-13rtc: tx4939: Remove driverGravatar Thomas Bogendoerfer 1-7/+0
2020-12-03rtc: mxc{,_v2}: enable COMPILE_TESTGravatar Alexandre Belloni 1-2/+6
2020-12-03rtc: enable RTC framework on ARCH=umGravatar Johannes Berg 1-1/+3
2020-11-17rtc: rx6110: add i2c supportGravatar Claudius Heine 1-9/+11
2020-11-17rtc: Kconfig: Fix typo in help message of rx 6110Gravatar Claudius Heine 1-1/+1
2020-11-15rtc: goldfish: Remove GOLDFISH dependencyGravatar Jiaxun Yang 1-1/+0
2020-10-19rtc: rv3032: Add a driver for Microcrystal RV-3032Gravatar Alexandre Belloni 1-0/+10
2020-08-12Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-1/+2
2020-07-21rtc: ds1374: fix RTC_DRV_DS1374_WDT dependenciesGravatar Alexandre Belloni 1-2/+2
2020-07-16rtc: ds1374: wdt: Use watchdog core for watchdog partGravatar Johnson CH Chen (陳昭勳) 1-0/+1
2020-07-01rtc: remove fb-puv3 driverGravatar Mike Rapoport 1-9/+0
2020-06-07Merge tag 'rtc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-0/+1
2020-06-01sh: remove sh5 supportGravatar Arnd Bergmann 1-1/+1
2020-05-11rtc: ingenic: Only support probing from devicetreeGravatar Paul Cercueil 1-0/+1
2020-04-07Merge tag 'mfd-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Gravatar Linus Torvalds 1-0/+10
2020-04-01rtc: ds1307: add support for watchdog timer on ds1388Gravatar Chris Packham 1-0/+1
2020-03-27rtc: rc5t619: Add Ricoh RC5T619 RTC driverGravatar Andreas Kemnade 1-0/+10
2020-03-23rtc: class: support hctosys from modular RTC driversGravatar Steve Muckle 1-3/+0
2020-03-23rtc: max8907: add missing select REGMAP_IRQGravatar Corentin Labbe 1-0/+1
2020-03-16rtc: add support for the MediaTek MT2712 RTCGravatar Ran Bi 1-0/+10
2020-03-16rtc: fsl-ftm-alarm: allow COMPILE_TESTGravatar Alexandre Belloni 1-1/+1
2020-03-16rtc: snvs: Improve Kconfig dependencyGravatar Anson Huang 1-0/+1
2020-02-04Merge tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-8/+16
2020-01-27rtc: i2c/spi: Avoid inclusion of REGMAP support when not neededGravatar Geert Uytterhoeven 1-2/+6
2020-01-27rtc: Kconfig: select REGMAP_I2C when necessaryGravatar Alexandre Belloni 1-0/+4
2020-01-27rtc: Kconfig: properly indent sd3078 entryGravatar Alexandre Belloni 1-6/+6
2020-01-24rtc: bd70528: add BD71828 supportGravatar Matti Vaittinen 1-1/+2
2019-11-27rtc: Fix Kconfig indentationGravatar Krzysztof Kozlowski 1-3/+3
2019-11-15rtc: fsl-ftm-alarm: remove select FSL_RCPM and default y from KconfigGravatar Li Yang 1-2/+0
2019-10-16rtc: meson-vrtc: move config option to proper locationGravatar Alexandre Belloni 1-11/+11
2019-10-03rtc: at91rm9200: use of_device_get_match_data()Gravatar Claudiu Beznea 1-0/+1
2019-09-22Merge tag 'rtc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-8/+34
2019-09-02mfd / platform: cros_ec: Move cros-ec core driver out from MFDGravatar Enric Balletbo i Serra 1-1/+1
2019-08-27rtc: pcf2127: bugfix: watchdog build dependencyGravatar Bruno Thomsen 1-0/+1