summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2021-11-1226-760/+890
|\
| * rtc: rx8025: use .set_offset/.read_offsetAlexandre Belloni2021-11-101-37/+36
| * rtc: rx8025: use rtc_add_groupAlexandre Belloni2021-11-101-18/+9
| * rtc: rx8025: clear RTC_FEATURE_ALARM when alarm are not supportedAlexandre Belloni2021-11-101-10/+2
| * rtc: rx8025: set rangeAlexandre Belloni2021-11-101-3/+2
| * rtc: rx8025: let the core handle the alarm resolutionAlexandre Belloni2021-11-101-13/+2
| * rtc: rx8025: switch to devm_rtc_allocate_deviceAlexandre Belloni2021-11-101-5/+8
| * rtc: ab8500: let the core handle the alarm resolutionAlexandre Belloni2021-11-101-19/+4
| * rtc: ab-eoz9: support UIE when availableAlexandre Belloni2021-11-101-1/+2
| * rtc: ab-eoz9: use RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2021-11-101-1/+1
| * rtc: rv3032: let the core handle the alarm resolutionAlexandre Belloni2021-11-101-8/+1
| * rtc: s35390a: let the core handle the alarm resolutionAlexandre Belloni2021-11-101-5/+2
| * rtc: handle alarms with a minute resolutionAlexandre Belloni2021-11-101-1/+11
| * rtc: pcf85063: silence cppcheck warningAlexandre Belloni2021-11-101-1/+1
| * rtc: rv8803: fix writing back ctrl in flag registerDominique Martinet2021-11-101-2/+2
| * rtc: s3c: Add time rangeSam Protsenko2021-10-231-5/+2
| * rtc: s3c: Extract read/write IO into separate functionsSam Protsenko2021-10-231-37/+61
| * rtc: s3c: Remove usage of devm_rtc_device_register()Sam Protsenko2021-10-231-4/+7
| * rtc: tps80031: Remove driverDmitry Osipenko2021-10-233-333/+0
| * rtc: sun6i: Allow probing without an early clock providerSamuel Holland2021-10-231-2/+11
| * rtc: pcf8523: add BSM supportAlexandre Belloni2021-10-181-6/+97
| * rtc: pcf8523: allow usage on ACPI platformsAlexandre Belloni2021-10-181-3/+1
| * rtc: pcf8523: remove unecessary ifdeferyAlexandre Belloni2021-10-181-2/+0
| * rtc: pcf8523: always compile pcf8523_rtc_ioctlAlexandre Belloni2021-10-181-4/+0
| * rtc: pcf8523: switch to regmapAlexandre Belloni2021-10-182-219/+85
| * rtc: expose RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2021-10-182-1/+6
| * rtc: pcf8523: avoid reading BLF in pcf8523_rtc_read_timeAlexandre Belloni2021-10-181-22/+4
| * rtc: rv3032: allow setting BSMAlexandre Belloni2021-10-181-0/+76
| * rtc: rv3028: add BSM supportAlexandre Belloni2021-10-181-0/+74
| * rtc: add BSM parameterAlexandre Belloni2021-10-181-2/+8
| * rtc: add correction parameterAlexandre Belloni2021-10-181-0/+19
| * rtc: expose correction featureAlexandre Belloni2021-10-181-0/+3
| * rtc: add parameter ioctlAlexandre Belloni2021-10-181-0/+40
| * rtc: pcf85063: Always clear EXT_TEST from set_timePhil Elwell2021-10-151-0/+2
| * rtc: pcf85063: add support for fixed clockAlexander Stein2021-10-151-0/+12
| * rtc: rv3032: fix error handling in rv3032_clkout_set_rate()Dan Carpenter2021-10-151-2/+2
| * rtc: class: check return value when calling dev_set_name()Yang Yingliang2021-10-151-1/+3
| * rtc: class: don't call cdev_device_del() when cdev_device_add() failedYang Yingliang2021-10-151-3/+6
| * rtc: m41t80: return NULL rather than a plain 0 integerColin Ian King2021-10-011-1/+1
| * rtc: msc313: Fix unintentional sign extension issues with left shift of a u16Colin Ian King2021-10-011-2/+2
| * rtc: mcp795: Add SPI ID tableMark Brown2021-10-011-0/+7
| * rtc: msc313: fix missing includeAlexandre Belloni2021-09-271-0/+1
| * rtc: Add support for the MSTAR MSC313 RTCDaniel Palmer2021-09-263-0/+269
| * rtc: rx6110: simplify getting the adapter of a clientWolfram Sang2021-09-251-1/+1
| * rtc: s5m: drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-09-251-1/+0
| * rtc: omap: drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-09-251-1/+0
| * rtc: pcf2123: Add SPI ID tableMark Brown2021-09-251-0/+9
| * rtc: ds1390: Add SPI ID tableMark Brown2021-09-251-0/+7
| * rtc: ds1302: Add SPI ID tableMark Brown2021-09-251-0/+7
* | Merge tag 'samsung-drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2021-10-261-8/+2
|\ \