summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rs5c372.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-10rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()Gaosheng Cui1-0/+1
2022-11-16rtc: pcf85063: Fix reading alarmAlexander Stein1-4/+4
2022-11-16rtc: pcf8523: fix for stop bitpaulmn1-10/+10
2022-11-16rtc: efi: Add wakeup supportRiwen Lu1-0/+2
2022-11-16rtc: pcf8563: clear RTC_FEATURE_ALARM if no irqVincent Whitchurch1-0/+2
2022-11-15rtc: snvs: Allow a time difference on clock register readStefan Eichenberger1-2/+14
2022-11-15rtc: cmos: Disable ACPI RTC event on removalRafael J. Wysocki1-0/+15
2022-11-15rtc: cmos: Rename ACPI-related functionsRafael J. Wysocki1-6/+6
2022-11-15rtc: cmos: Eliminate forward declarations of some functionsRafael J. Wysocki1-155/+149
2022-11-15rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()Rafael J. Wysocki1-16/+12
2022-11-15rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()Rafael J. Wysocki1-25/+22
2022-11-15rtc: class: Fix potential memleak in devm_rtc_allocate_device()Shang XiaoJing1-2/+2
2022-11-15rtc: ds1347: fix value written to century registerIan Abbott1-1/+1
2022-11-15rtc: Include <linux/kstrtox.h> when appropriateChristophe JAILLET6-0/+6
2022-11-15rtc: isl12022: add support for temperature sensorRasmus Villemoes1-0/+94
2022-11-15rtc: s35390a: Remove the unneeded result variableye xingchen1-4/+2
2022-11-15dt-bindings: rtc: convert hym8563 bindings to json-schemaSebastian Reichel2-30/+56
2022-11-15rtc: fsl-ftm-alarm: Use module_platform_driver replace device_initcallZhang Jianhua1-6/+1
2022-11-15rtc: remove davinci rtc driverArnd Bergmann3-523/+0
2022-11-15rtc: s3c: Switch to use dev_err_probe() helperYang Yingliang1-8/+3
2022-11-15rtc: ds1302: remove unnecessary spi_set_drvdata()Yang Yingliang1-6/+0
2022-11-15rtc: cros-ec: Limit RTC alarm range if neededGuenter Roeck1-15/+20
2022-11-15rtc: pm8xxx: drop unused pm8018 compatibleNeil Armstrong1-1/+0
2022-11-15dt-bindings: rtc: qcom-pm8xxx: document qcom,pm8921-rtc as fallback of qcom,p...Neil Armstrong1-6/+10
2022-11-15rtc: rzn1: Check return value in rzn1_rtc_probeYushan Zhou1-1/+3
2022-11-15rtc: rx8025: Convert to .probe_new()Uwe Kleine-König1-3/+3
2022-11-15rtc: rv8803: Convert to .probe_new()Uwe Kleine-König1-14/+16
2022-11-15rtc: rs5c372: Convert to .probe_new()Uwe Kleine-König1-5/+6
2022-11-15rtc: pcf2127: Convert to .probe_new()Uwe Kleine-König1-11/+11
2022-11-15rtc: nct3018y: Convert to .probe_new()Uwe Kleine-König1-3/+2
2022-11-15rtc: m41t80: Convert to .probe_new()Uwe Kleine-König1-5/+6
2022-11-15rtc: isl1208: Convert to .probe_new()Uwe Kleine-König1-2/+4
2022-11-15rtc: abx80x: Convert to .probe_new()Uwe Kleine-König1-18/+18
2022-10-18rtc: cmos: fix build on non-ACPI platformsAlexandre Belloni1-0/+3
2022-10-18rtc: cmos: Fix wake alarm breakageRafael J. Wysocki1-3/+8
2022-10-17Linux 6.1-rc1v6.1-rc1Linus Torvalds1-2/+2
2022-10-16Revert "cpumask: fix checking valid cpu range".Tetsuo Handa1-8/+11
2022-10-16lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5Nathan Chancellor1-2/+7
2022-10-16kbuild: fix single directory buildMasahiro Yamada1-0/+2
2022-10-15mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocationHyeonggon Yoo2-19/+19
2022-10-15MAINTAINERS: git://github -> https://github.com for openriscPalmer Dabbelt1-1/+1
2022-10-15smb3: improve SMB3 change notification supportSteve French6-13/+90
2022-10-15cifs: lease key is uninitialized in two additional functions when smb1Steve French1-2/+2
2022-10-15cifs: lease key is uninitialized in smb1 pathsSteve French1-1/+1
2022-10-15smb3: must initialize two ACL struct fields to zeroSteve French1-1/+2
2022-10-15cifs: fix double-fault crash during ntlmsspPaulo Alcantara1-7/+9
2022-10-15tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+18
2022-10-15perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetQi Liu7-0/+396
2022-10-15perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu7-1/+273
2022-10-15perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Qi Liu1-19/+34