summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: sunplus: fix return value in sp_rtc_probe()Yang Yingliang2022-01-161-1/+1
* rtc: cmos: Evaluate century appropriateRiwen Lu2022-01-161-1/+1
* rtc: gamecube: Fix an IS_ERR() vs NULL checkDan Carpenter2022-01-161-2/+2
* rtc: mc146818-lib: fix signedness bug in mc146818_get_time()Dan Carpenter2022-01-161-1/+1
* rtc: pxa: fix null pointer dereferenceLaurence de Bruxelles2022-01-051-0/+4
* rtc: ftrtc010: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-051-5/+3
* rtc: Move variable into switch case statementKees Cook2022-01-051-3/+3
* rtc: pcf2127: Fix typo in commentHugo Villeneuve2022-01-051-1/+1
* rtc: Add driver for RTC in Sunplus SP7021Vincent Shih2022-01-053-0/+376
* rtc: rs5c372: fix incorrect oscillation value on r2221tlCamel Guo2022-01-051-3/+7
* rtc: rs5c372: add offset correction supportCamel Guo2022-01-041-0/+120
* rtc: cmos: avoid UIP when writing alarm timeMateusz Jończyk2021-12-161-41/+66
* rtc: cmos: avoid UIP when reading alarm timeMateusz Jończyk2021-12-161-23/+49
* rtc: mc146818-lib: refactor mc146818_does_rtc_workMateusz Jończyk2021-12-161-16/+1
* rtc: mc146818-lib: refactor mc146818_get_timeMateusz Jończyk2021-12-161-67/+42
* rtc: mc146818-lib: extract mc146818_avoid_UIPMateusz Jończyk2021-12-161-0/+70
* rtc: mc146818-lib: fix RTC presence checkMateusz Jończyk2021-12-162-10/+34
* rtc: Check return value from mc146818_get_time()Mateusz Jończyk2021-12-162-2/+9
* rtc: mc146818-lib: change return values of mc146818_get_time()Mateusz Jończyk2021-12-161-2/+2
* rtc: cmos: take rtc_lock while reading from CMOSMateusz Jończyk2021-12-161-0/+3
* rtc: gamecube: Report low battery as invalid dataEmmanuel Gil Peyrot2021-12-161-0/+30
* rtc: gamecube: Add a RTC driver for the GameCube, Wii and Wii UEmmanuel Gil Peyrot2021-12-163-0/+359
* rtc: rv8803: Add support for the Epson RX8804 RTCFabio Estevam2021-12-021-0/+6
* rtc: da9063: add as wakeup sourceNikita Shubin2021-12-021-0/+2
* rtc: da9063: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2021-12-011-6/+8
* rtc: pcf85063: add i2c_device_id name matching supportMarc Ferland2021-12-011-31/+66
* rtc: rs5c372: Add RTC_VL_READ, RTC_VL_CLR ioctlsCamel Guo2021-12-011-0/+55
* 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