summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-09rtc: spear: set range maxZeng Jingxiang1-1/+1
2022-08-08rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0Rafael J. Wysocki1-3/+0
2022-08-08rtc: zynqmp: initialize fract_tickAlexandre Belloni1-1/+1
2022-07-26rtc: Add NCT3018Y real time clock driverMia Lin4-0/+565
2022-07-26dt-bindings: rtc: nuvoton: add NCT3018Y Real Time ClockMia Lin2-0/+46
2022-07-26dt-bindings: rtc: nxp,pcf85063: Convert to DT schemaAlexander Stein2-32/+92
2022-07-26dt-bindings: rtc: microcrystal,rv3032: Add missing type to 'trickle-voltage-m...Rob Herring1-0/+1
2022-07-26rtc: rx8025: fix 12/24 hour mode detection on RX-8035Mathew McBride1-4/+18
2022-07-26rtc: cros-ec: Only warn once in .remove() about notifier_chain problemsUwe Kleine-König1-3/+1
2022-07-26rtc: vr41xx: remove driverThomas Bogendoerfer3-374/+0
2022-07-26rtc: mpfs: remove 'pending' variable from mpfs_rtc_wakeup_irq_handler()Tom Rix1-3/+0
2022-07-26rtc: rv8803: fix missing unlock on error in rv8803_set_time()Yang Yingliang1-1/+3
2022-07-26rtc: zynqmp: Add calibration set and get supportSrinivas Neeli1-19/+94
2022-07-26rtc: zynqmp: Updated calibration valueSrinivas Neeli1-1/+1
2022-07-26dt-bindings: rtc: zynqmp: Add clock informationSrinivas Neeli1-1/+11
2022-07-26rtc: sun6i: add support for R329 RTCIcenowy Zheng1-0/+2
2022-06-24rtc: Directly use ida_alloc()/free()keliu1-3/+3
2022-06-24rtc: Introduce ti-k3-rtcNishanth Menon3-0/+692
2022-06-24dt-bindings: rtc: Add TI K3 RTC descriptionNishanth Menon1-0/+62
2022-06-24dt-bindings: rtc: qcom-pm8xxx-rtc: Update the maintainers sectionSatya Priya1-1/+1
2022-06-24MAINTAINERS: add PolarFire SoC's RTCConor Dooley1-0/+1
2022-06-24rtc: Add driver for Microchip PolarFire SoCConor Dooley3-0/+337
2022-06-24rtc: use simple i2c probeStephen Kitt21-63/+42
2022-06-24rtc: Remove unused rtc_dev_exit().Tetsuo Handa2-11/+0
2022-06-24rtc: Replace flush_scheduled_work() with flush_work().Tetsuo Handa1-1/+1
2022-06-24rtc: isl1208: do not advertise update interrupt feature if no interrupt speci...Quentin Schulz1-3/+7
2022-06-24dt-bindings: rtc: mediatek: add mt6358 and mt6366 compatibleAllen-KH Cheng1-0/+2
2022-06-24rtc: rv8803: re-initialize all Epson RX8803 registers on voltage lossAhmad Fatoum1-2/+38
2022-06-24rtc: rv8803: initialize registers on post-probe voltage lossAhmad Fatoum1-0/+13
2022-06-24rtc: rv8803: factor out existing register initialization to functionAhmad Fatoum1-14/+29
2022-06-24rtc: mc146818-lib: reduce RTC_UIP polling periodMateusz Jończyk1-4/+4
2022-06-06Linux 5.19-rc1Linus Torvalds1-2/+2
2022-06-06Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-6/+4
2022-06-06Merge tag 'mm-hotfixes-stable-2022-06-05' of git://git.kernel.org/pub/scm/lin...Linus Torvalds7-35/+50
2022-06-06Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-3/+76
2022-06-06bluetooth: don't use bitmaps for random flag accessesLinus Torvalds5-39/+27
2022-06-05fix the breakage in close_fd_get_file() calling conventions changeAl Viro3-6/+4
2022-06-05Merge tag 'x86-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+115
2022-06-05Merge tag 'x86-mm-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2022-06-05Merge tag 'x86-microcode-2022-06-05' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-112/+20
2022-06-05Merge tag 'x86-cleanups-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-71/+66
2022-06-05Merge tag 'x86-boot-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2022-06-05Merge tag 'timers-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds18-98/+22
2022-06-05Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-06-05Merge tag 'perf-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+1
2022-06-05Merge tag 'perf-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+6
2022-06-05Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds9-13/+24
2022-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds80-465/+728
2022-06-05Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds24-37/+2930
2022-06-05Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds17-350/+289