summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rtc: remove duplicated words in commentsshaomin Deng2022-12-153-3/+3
* rtc: rv3028: Use IRQ flags obtained from device tree if availableWadim Egorov2022-12-151-1/+12
* rtc: ds1307: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-151-2/+1
* rtc: isl12026: drop obsolete dependency on COMPILE_TESTJean Delvare2022-12-151-1/+1
* rtc: pcf85063: fix pcf85063_clkout_controlAlexandre Belloni2022-12-111-1/+1
* rtc: rx6110: fix warning with !OFAlexandre Belloni2022-12-111-1/+1
* rtc: rk808: reduce 'struct rk808' usageSebastian Reichel2022-12-111-27/+20
* rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe()Kees Cook2022-12-111-11/+1
* rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()Gaosheng Cui2022-12-101-4/+4
* rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()Gaosheng Cui2022-12-101-0/+1
* rtc: pcf85063: Fix reading alarmAlexander Stein2022-11-161-4/+4
* rtc: pcf8523: fix for stop bitpaulmn2022-11-161-10/+10
* rtc: efi: Add wakeup supportRiwen Lu2022-11-161-0/+2
* rtc: pcf8563: clear RTC_FEATURE_ALARM if no irqVincent Whitchurch2022-11-161-0/+2
* rtc: snvs: Allow a time difference on clock register readStefan Eichenberger2022-11-151-2/+14
* rtc: cmos: Disable ACPI RTC event on removalRafael J. Wysocki2022-11-151-0/+15
* rtc: cmos: Rename ACPI-related functionsRafael J. Wysocki2022-11-151-6/+6
* rtc: cmos: Eliminate forward declarations of some functionsRafael J. Wysocki2022-11-151-155/+149
* rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()Rafael J. Wysocki2022-11-151-16/+12
* rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()Rafael J. Wysocki2022-11-151-25/+22
* rtc: class: Fix potential memleak in devm_rtc_allocate_device()Shang XiaoJing2022-11-151-2/+2
* rtc: ds1347: fix value written to century registerIan Abbott2022-11-151-1/+1
* rtc: Include <linux/kstrtox.h> when appropriateChristophe JAILLET2022-11-156-0/+6
* rtc: isl12022: add support for temperature sensorRasmus Villemoes2022-11-151-0/+94
* rtc: s35390a: Remove the unneeded result variableye xingchen2022-11-151-4/+2
* rtc: fsl-ftm-alarm: Use module_platform_driver replace device_initcallZhang Jianhua2022-11-151-6/+1
* rtc: remove davinci rtc driverArnd Bergmann2022-11-153-523/+0
* rtc: s3c: Switch to use dev_err_probe() helperYang Yingliang2022-11-151-8/+3
* rtc: ds1302: remove unnecessary spi_set_drvdata()Yang Yingliang2022-11-151-6/+0
* rtc: cros-ec: Limit RTC alarm range if neededGuenter Roeck2022-11-151-15/+20
* rtc: pm8xxx: drop unused pm8018 compatibleNeil Armstrong2022-11-151-1/+0
* rtc: rzn1: Check return value in rzn1_rtc_probeYushan Zhou2022-11-151-1/+3
* rtc: rx8025: Convert to .probe_new()Uwe Kleine-König2022-11-151-3/+3
* rtc: rv8803: Convert to .probe_new()Uwe Kleine-König2022-11-151-14/+16
* rtc: rs5c372: Convert to .probe_new()Uwe Kleine-König2022-11-151-5/+6
* rtc: pcf2127: Convert to .probe_new()Uwe Kleine-König2022-11-151-11/+11
* rtc: nct3018y: Convert to .probe_new()Uwe Kleine-König2022-11-151-3/+2
* rtc: m41t80: Convert to .probe_new()Uwe Kleine-König2022-11-151-5/+6
* rtc: isl1208: Convert to .probe_new()Uwe Kleine-König2022-11-151-2/+4
* rtc: abx80x: Convert to .probe_new()Uwe Kleine-König2022-11-151-18/+18
* rtc: cmos: fix build on non-ACPI platformsAlexandre Belloni2022-10-181-0/+3
* rtc: cmos: Fix wake alarm breakageRafael J. Wysocki2022-10-181-3/+8
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-1657-116/+103
|\
| * prandom: remove unused functionsJason A. Donenfeld2022-10-111-6/+5
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-118-13/+13
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-1124-32/+32
| * treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-112-2/+2
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-119-13/+13
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1125-53/+41
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-10-1615-124/+1810
|\ \