summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
...
| * rtc: palmas: convert to SPDX identifierNobuhiro Iwamatsu2021-07-101-14/+1
| * rtc: max6900: convert to SPDX identifierNobuhiro Iwamatsu2021-07-101-5/+3
| * rtc: ds1374: convert to SPDX identifierNobuhiro Iwamatsu2021-07-101-5/+2
| * rtc: au1xxx: convert to SPDX identifierNobuhiro Iwamatsu2021-07-101-4/+1
| * rtc: pcf85063: Update the PCF85063A datasheet revisionFabio Estevam2021-07-101-1/+1
| * rtc: pcf8563: Fix the datasheet URLFabio Estevam2021-06-201-1/+1
| * rtc: pcf85063: Fix the datasheet URLFabio Estevam2021-06-201-2/+2
| * rtc: pcf2127: Fix the datasheet URLFabio Estevam2021-06-201-1/+1
| * rtc: v3020: remove redundant initialization of variable retvalColin Ian King2021-06-201-1/+1
| * rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error pathMartin Fuzzey2021-06-201-2/+4
| * rtc: bd70528: Drop BD70528 supportMatti Vaittinen2021-06-202-309/+14
| * rtc: max77686: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski2021-06-201-2/+2
| * rtc: m41t80: correct kerneldoc function namesYang Yingliang2021-06-201-12/+8
| * rtc: sysfs: Correct kerneldoc function name hctosys_show()Yang Yingliang2021-06-201-1/+1
| * rtc: imxdi: add wakeup supportMartin Kaiser2021-05-251-0/+4
| * rtc: efi: Remove the repeated module aliasShaokun Zhang2021-05-251-1/+0
| * rtc: fix snprintf() checking in is_rtc_hctosys()Dan Carpenter2021-05-251-2/+2
| * rtc: mxc_v2: add missing MODULE_DEVICE_TABLEBixuan Cui2021-05-251-0/+1
| * rtc: m41t80: add support for fixed clockSebastian Reichel2021-05-251-0/+12
| * rtc: bd70528: fix BD71815 watchdog dependencyArnd Bergmann2021-05-251-1/+2
* | Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-051-0/+1
|\ \
| * | iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko2021-06-161-0/+1
| |/
* / rtc: mt6397: refine RTC_TC_MTHHsin-Hsiung Wang2021-06-011-1/+1
|/
* Merge tag 'rtc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2021-05-0320-111/+388
|\
| * rtc: sysfs: check features instead of opsAlexandre Belloni2021-04-291-1/+1
| * rtc: omap: use rtc_write to access OMAP_RTC_OSC_REGDario Binacchi2021-04-291-3/+2
| * rtc: s5m: Remove reference to parent's device pdataKrzysztof Kozlowski2021-04-291-6/+0
| * rtc: ds1307: Fix wday settings for rx8130Nobuhiro Iwamatsu2021-04-291-2/+10
| * rtc: pcf8523: report oscillator failuresAlexandre Belloni2021-04-291-2/+11
| * rtc: pcf8523: add alarm supportAlexandre Belloni2021-04-291-0/+179
| * rtc: pcf8523: remove useless defineAlexandre Belloni2021-04-291-3/+1
| * rtc: rtc_update_irq_enable: rework UIE emulationAlexandre Belloni2021-04-291-24/+10
| * rtc: ds1307: remove flagsAlexandre Belloni2021-04-291-2/+0
| * rtc: ds1307: replace HAS_ALARM by RTC_FEATURE_ALARMAlexandre Belloni2021-04-291-35/+7
| * rtc: imx-sc: remove .read_alarmAlexandre Belloni2021-04-291-11/+0
| * rtc: ds1511: remove unused functionJiapeng Chong2021-04-171-6/+0
| * rtc: fsl-ftm-alarm: add MODULE_TABLE()Michael Walle2021-04-171-0/+1
| * rtc: rtc-spear: replace spin_lock_irqsave by spin_lock in hard IRQTian Tao2021-04-171-3/+3
| * rtc: pm8xxx: Add RTC support for PMIC PMK8350satya priya2021-04-171-0/+11
| * rtc: ab-eoz9: make use of RTC_FEATURE_ALARMLiam Beguin2021-04-171-6/+2
| * rtc: ab-eoz9: add alarm supportLiam Beguin2021-04-171-0/+136
| * rtc: ab-eoz9: set regmap max_registerLiam Beguin2021-04-171-0/+1
| * rtc: pcf85063: fallback to parent of_nodeFrancois Gervais2021-04-161-4/+3
| * rtc: goldfish: remove dependency to OFLaurent Vivier2021-04-161-1/+1
| * rtc: rx6110: add ACPI bindings to I2CJohannes Hahn2021-03-231-0/+7
| * rtc: mxc: Remove unneeded of_match_ptr()Fabio Estevam2021-03-161-1/+1
| * rtc: imxdi: Convert to a DT-only driverFabio Estevam2021-03-152-3/+2
| * rtc: rv3028: correct weekday register usageHeiko Schocher2021-03-151-2/+2
| * rtc: tps65910: include linux/property.hArnd Bergmann2021-03-151-0/+1
| * rtc: m48t59: use platform_get_irq_optionalAlexandre Belloni2021-03-111-1/+1