aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-16rtc: sunplus: fix return value in sp_rtc_probe()Yang Yingliang1-1/+1
2022-01-16rtc: cmos: Evaluate century appropriateRiwen Lu1-1/+1
2022-01-16rtc: gamecube: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2022-01-16rtc: mc146818-lib: fix signedness bug in mc146818_get_time()Dan Carpenter1-1/+1
2022-01-05rtc: pxa: fix null pointer dereferenceLaurence de Bruxelles1-0/+4
2022-01-05rtc: ftrtc010: Use platform_get_irq() to get the interruptLad Prabhakar1-5/+3
2022-01-05rtc: Move variable into switch case statementKees Cook1-3/+3
2022-01-05rtc: pcf2127: Fix typo in commentHugo Villeneuve1-1/+1
2022-01-05rtc: Add driver for RTC in Sunplus SP7021Vincent Shih3-0/+376
2022-01-05rtc: rs5c372: fix incorrect oscillation value on r2221tlCamel Guo1-3/+7
2022-01-04rtc: rs5c372: add offset correction supportCamel Guo1-0/+120
2021-12-16rtc: cmos: avoid UIP when writing alarm timeMateusz Jończyk1-41/+66
2021-12-16rtc: cmos: avoid UIP when reading alarm timeMateusz Jończyk1-23/+49
2021-12-16rtc: mc146818-lib: refactor mc146818_does_rtc_workMateusz Jończyk1-16/+1
2021-12-16rtc: mc146818-lib: refactor mc146818_get_timeMateusz Jończyk1-67/+42
2021-12-16rtc: mc146818-lib: extract mc146818_avoid_UIPMateusz Jończyk1-0/+70
2021-12-16rtc: mc146818-lib: fix RTC presence checkMateusz Jończyk2-10/+34
2021-12-16rtc: Check return value from mc146818_get_time()Mateusz Jończyk2-2/+9
2021-12-16rtc: mc146818-lib: change return values of mc146818_get_time()Mateusz Jończyk1-2/+2
2021-12-16rtc: cmos: take rtc_lock while reading from CMOSMateusz Jończyk1-0/+3
2021-12-16rtc: gamecube: Report low battery as invalid dataEmmanuel Gil Peyrot1-0/+30
2021-12-16rtc: gamecube: Add a RTC driver for the GameCube, Wii and Wii UEmmanuel Gil Peyrot3-0/+359
2021-12-02rtc: rv8803: Add support for the Epson RX8804 RTCFabio Estevam1-0/+6
2021-12-02rtc: da9063: add as wakeup sourceNikita Shubin1-0/+2
2021-12-01rtc: da9063: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni1-6/+8
2021-12-01rtc: pcf85063: add i2c_device_id name matching supportMarc Ferland1-31/+66
2021-12-01rtc: rs5c372: Add RTC_VL_READ, RTC_VL_CLR ioctlsCamel Guo1-0/+55
2021-11-12Merge tag 'rtc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds26-760/+890
2021-11-10rtc: rx8025: use .set_offset/.read_offsetAlexandre Belloni1-37/+36
2021-11-10rtc: rx8025: use rtc_add_groupAlexandre Belloni1-18/+9
2021-11-10rtc: rx8025: clear RTC_FEATURE_ALARM when alarm are not supportedAlexandre Belloni1-10/+2
2021-11-10rtc: rx8025: set rangeAlexandre Belloni1-3/+2
2021-11-10rtc: rx8025: let the core handle the alarm resolutionAlexandre Belloni1-13/+2
2021-11-10rtc: rx8025: switch to devm_rtc_allocate_deviceAlexandre Belloni1-5/+8
2021-11-10rtc: ab8500: let the core handle the alarm resolutionAlexandre Belloni1-19/+4
2021-11-10rtc: ab-eoz9: support UIE when availableAlexandre Belloni1-1/+2
2021-11-10rtc: ab-eoz9: use RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni1-1/+1
2021-11-10rtc: rv3032: let the core handle the alarm resolutionAlexandre Belloni1-8/+1
2021-11-10rtc: s35390a: let the core handle the alarm resolutionAlexandre Belloni1-5/+2
2021-11-10rtc: handle alarms with a minute resolutionAlexandre Belloni1-1/+11
2021-11-10rtc: pcf85063: silence cppcheck warningAlexandre Belloni1-1/+1
2021-11-10rtc: rv8803: fix writing back ctrl in flag registerDominique Martinet1-2/+2
2021-10-26Merge tag 'samsung-drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/driversArnd Bergmann1-8/+2
2021-10-23rtc: s3c: Add time rangeSam Protsenko1-5/+2
2021-10-23rtc: s3c: Extract read/write IO into separate functionsSam Protsenko1-37/+61
2021-10-23rtc: s3c: Remove usage of devm_rtc_device_register()Sam Protsenko1-4/+7
2021-10-23rtc: tps80031: Remove driverDmitry Osipenko3-333/+0
2021-10-23rtc: sun6i: Allow probing without an early clock providerSamuel Holland1-2/+11
2021-10-18rtc: pcf8523: add BSM supportAlexandre Belloni1-6/+97
2021-10-18rtc: pcf8523: allow usage on ACPI platformsAlexandre Belloni1-3/+1