https://github.com/torvalds/linux
Revision 3d076fec5a0c3e66e1d8cb16015ea9a59b66ae1b authored by Linus Torvalds on 13 August 2022, 01:17:42 UTC, committed by Linus Torvalds on 13 August 2022, 01:17:42 UTC
Pull RTC updates from Alexandre Belloni:
 "New drivers:
   - Microchip PolarFire
   - Nuvoton NCT3018Y
   - TI K3 RTC

  Subsystem:
   - Replace flush_scheduled_work() with flush_work()
   - Remove deprecated ida_simple_get()/ida_simple_remove() calls

  Drivers:
   - use simple i2c probe where possible
   - sun6i: add R329 support
   - zynqmp: add calibration support
   - vr41xx: remove unused driver"

* tag 'rtc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: (31 commits)
  rtc: spear: set range max
  rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0
  rtc: zynqmp: initialize fract_tick
  rtc: Add NCT3018Y real time clock driver
  dt-bindings: rtc: nuvoton: add NCT3018Y Real Time Clock
  dt-bindings: rtc: nxp,pcf85063: Convert to DT schema
  dt-bindings: rtc: microcrystal,rv3032: Add missing type to 'trickle-voltage-millivolt'
  rtc: rx8025: fix 12/24 hour mode detection on RX-8035
  rtc: cros-ec: Only warn once in .remove() about notifier_chain problems
  rtc: vr41xx: remove driver
  rtc: mpfs: remove 'pending' variable from mpfs_rtc_wakeup_irq_handler()
  rtc: rv8803: fix missing unlock on error in rv8803_set_time()
  rtc: zynqmp: Add calibration set and get support
  rtc: zynqmp: Updated calibration value
  dt-bindings: rtc: zynqmp: Add clock information
  rtc: sun6i: add support for R329 RTC
  rtc: Directly use ida_alloc()/free()
  rtc: Introduce ti-k3-rtc
  dt-bindings: rtc: Add TI K3 RTC description
  dt-bindings: rtc: qcom-pm8xxx-rtc: Update the maintainers section
  ...
2 parent s 4a93505 + 03c4cd6
History
Tip revision: 3d076fec5a0c3e66e1d8cb16015ea9a59b66ae1b authored by Linus Torvalds on 13 August 2022, 01:17:42 UTC
Merge tag 'rtc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Tip revision: 3d076fe
File Mode Size
Makefile -rw-r--r-- 366 bytes
advise.c -rw-r--r-- 2.1 KB
advise.h -rw-r--r-- 316 bytes
alloc_cache.h -rw-r--r-- 1.1 KB
cancel.c -rw-r--r-- 7.1 KB
cancel.h -rw-r--r-- 579 bytes
epoll.c -rw-r--r-- 1.5 KB
epoll.h -rw-r--r-- 213 bytes
fdinfo.c -rw-r--r-- 6.1 KB
fdinfo.h -rw-r--r-- 100 bytes
filetable.c -rw-r--r-- 4.4 KB
filetable.h -rw-r--r-- 2.5 KB
fs.c -rw-r--r-- 6.4 KB
fs.h -rw-r--r-- 929 bytes
io-wq.c -rw-r--r-- 33.5 KB
io-wq.h -rw-r--r-- 2.0 KB
io_uring.c -rw-r--r-- 100.7 KB
io_uring.h -rw-r--r-- 8.3 KB
kbuf.c -rw-r--r-- 13.1 KB
kbuf.h -rw-r--r-- 3.8 KB
msg_ring.c -rw-r--r-- 4.0 KB
msg_ring.h -rw-r--r-- 178 bytes
net.c -rw-r--r-- 29.6 KB
net.h -rw-r--r-- 2.0 KB
nop.c -rw-r--r-- 498 bytes
nop.h -rw-r--r-- 168 bytes
notif.c -rw-r--r-- 3.9 KB
notif.h -rw-r--r-- 2.2 KB
opdef.c -rw-r--r-- 10.9 KB
opdef.h -rw-r--r-- 1.1 KB
openclose.c -rw-r--r-- 6.0 KB
openclose.h -rw-r--r-- 596 bytes
poll.c -rw-r--r-- 25.5 KB
poll.h -rw-r--r-- 1006 bytes
refs.h -rw-r--r-- 1.2 KB
rsrc.c -rw-r--r-- 32.5 KB
rsrc.h -rw-r--r-- 4.5 KB
rw.c -rw-r--r-- 26.6 KB
rw.h -rw-r--r-- 666 bytes
slist.h -rw-r--r-- 3.0 KB
splice.c -rw-r--r-- 2.8 KB
splice.h -rw-r--r-- 306 bytes
sqpoll.c -rw-r--r-- 9.6 KB
sqpoll.h -rw-r--r-- 753 bytes
statx.c -rw-r--r-- 1.5 KB
statx.h -rw-r--r-- 217 bytes
sync.c -rw-r--r-- 2.6 KB
sync.h -rw-r--r-- 460 bytes
tctx.c -rw-r--r-- 7.4 KB
tctx.h -rw-r--r-- 934 bytes
timeout.c -rw-r--r-- 16.5 KB
timeout.h -rw-r--r-- 1.2 KB
uring_cmd.c -rw-r--r-- 2.7 KB
uring_cmd.h -rw-r--r-- 494 bytes
xattr.c -rw-r--r-- 5.4 KB
xattr.h -rw-r--r-- 654 bytes

back to top