summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2021-07-10rtc: spear: convert to SPDX identifierNobuhiro Iwamatsu1-4/+1
2021-07-10rtc: tps6586x: convert to SPDX identifierNobuhiro Iwamatsu1-14/+1
2021-07-10rtc: tps80031: convert to SPDX identifierNobuhiro Iwamatsu1-14/+1
2021-07-10rtc: rtd119x: Fix format of SPDX identifierNobuhiro Iwamatsu1-2/+1
2021-07-10rtc: sc27xx: Fix format of SPDX identifierNobuhiro Iwamatsu1-1/+1
2021-07-10rtc: palmas: convert to SPDX identifierNobuhiro Iwamatsu1-14/+1
2021-07-10rtc: max6900: convert to SPDX identifierNobuhiro Iwamatsu1-5/+3
2021-07-10rtc: ds1374: convert to SPDX identifierNobuhiro Iwamatsu1-5/+2
2021-07-10rtc: au1xxx: convert to SPDX identifierNobuhiro Iwamatsu1-4/+1
2021-07-10rtc: pcf85063: Update the PCF85063A datasheet revisionFabio Estevam1-1/+1
2021-06-20rtc: pcf8563: Fix the datasheet URLFabio Estevam1-1/+1
2021-06-20rtc: pcf85063: Fix the datasheet URLFabio Estevam1-2/+2
2021-06-20rtc: pcf2127: Fix the datasheet URLFabio Estevam1-1/+1
2021-06-20rtc: v3020: remove redundant initialization of variable retvalColin Ian King1-1/+1
2021-06-20rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error pathMartin Fuzzey1-2/+4
2021-06-20rtc: bd70528: Drop BD70528 supportMatti Vaittinen2-309/+14
2021-06-20rtc: max77686: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski1-2/+2
2021-06-20rtc: m41t80: correct kerneldoc function namesYang Yingliang1-12/+8
2021-06-20rtc: sysfs: Correct kerneldoc function name hctosys_show()Yang Yingliang1-1/+1
2021-05-25rtc: imxdi: add wakeup supportMartin Kaiser1-0/+4
2021-05-25rtc: efi: Remove the repeated module aliasShaokun Zhang1-1/+0
2021-05-25rtc: fix snprintf() checking in is_rtc_hctosys()Dan Carpenter1-2/+2
2021-05-25rtc: mxc_v2: add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2021-05-25rtc: m41t80: add support for fixed clockSebastian Reichel1-0/+12
2021-05-25rtc: bd70528: fix BD71815 watchdog dependencyArnd Bergmann1-1/+2
2021-05-03Merge tag 'rtc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds20-111/+388
2021-04-29rtc: sysfs: check features instead of opsAlexandre Belloni1-1/+1
2021-04-29rtc: omap: use rtc_write to access OMAP_RTC_OSC_REGDario Binacchi1-3/+2
2021-04-29rtc: s5m: Remove reference to parent's device pdataKrzysztof Kozlowski1-6/+0
2021-04-29rtc: ds1307: Fix wday settings for rx8130Nobuhiro Iwamatsu1-2/+10
2021-04-29rtc: pcf8523: report oscillator failuresAlexandre Belloni1-2/+11
2021-04-29rtc: pcf8523: add alarm supportAlexandre Belloni1-0/+179
2021-04-29rtc: pcf8523: remove useless defineAlexandre Belloni1-3/+1
2021-04-29rtc: rtc_update_irq_enable: rework UIE emulationAlexandre Belloni1-24/+10
2021-04-29rtc: ds1307: remove flagsAlexandre Belloni1-2/+0
2021-04-29rtc: ds1307: replace HAS_ALARM by RTC_FEATURE_ALARMAlexandre Belloni1-35/+7
2021-04-29rtc: imx-sc: remove .read_alarmAlexandre Belloni1-11/+0
2021-04-28Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds4-43/+221
2021-04-17rtc: ds1511: remove unused functionJiapeng Chong1-6/+0
2021-04-17rtc: fsl-ftm-alarm: add MODULE_TABLE()Michael Walle1-0/+1
2021-04-17rtc: rtc-spear: replace spin_lock_irqsave by spin_lock in hard IRQTian Tao1-3/+3
2021-04-17rtc: pm8xxx: Add RTC support for PMIC PMK8350satya priya1-0/+11
2021-04-17rtc: ab-eoz9: make use of RTC_FEATURE_ALARMLiam Beguin1-6/+2
2021-04-17rtc: ab-eoz9: add alarm supportLiam Beguin1-0/+136
2021-04-17rtc: ab-eoz9: set regmap max_registerLiam Beguin1-0/+1
2021-04-16rtc: pcf85063: fallback to parent of_nodeFrancois Gervais1-4/+3
2021-04-16rtc: goldfish: remove dependency to OFLaurent Vivier1-1/+1
2021-04-14Merge tags 'ib-mfd-clk-gpio-regulator-rtc-v5.13', 'ib-mfd-extcon-v5.13', 'ib-...Lee Jones3-0/+154
2021-04-14rtc: bd70528: Support RTC on ROHM BD71815Matti Vaittinen2-11/+40
2021-04-14rtc: bd70528: Do not require parent dataMatti Vaittinen1-36/+31