Merge tag 'ti-driver-soc-for-v6.16' of https://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Wed, 21 May 2025 17:04:33 +0000 (19:04 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 21 May 2025 17:04:34 +0000 (19:04 +0200)
commit50c77033bced322c2138bc803c6d55b82b5cca51
tree421a1abd1a6d7934629e60c16a60812647ce637c
parenta97bf0c6aa5c37504ea10436d3b5b763f5665140
parent877afe1ee34df54ea62ca9746aafbb1cac946bf5
Merge tag 'ti-driver-soc-for-v6.16' of https://git./linux/kernel/git/ti/linux into soc/drivers

TI SoC driver updates for v6.16

- ti_sci: Bug fix in CPU latency conversion from us to ms for TISCI protocol
- k3-socinfo: Add JTAG ID for AM62LX
- Code cleanups: wkup_m3_ipc: Use dev_err_probe, k3-ringacc: use
  device_match_of_probe and knav_qmss_queue: drop unnecessary NULL check

* tag 'ti-driver-soc-for-v6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux:
  soc: ti: wkup_m3_ipc: Use dev_err_probe
  firmware: ti_sci: Convert CPU latency constraint from us to ms
  soc: ti: k3-socinfo: Add JTAG ID for AM62LX
  soc: ti: knav_qmss_queue: Remove unnecessary NULL check before free_percpu()
  soc: ti: k3-ringacc: Use device_match_of_node()

Link: https://lore.kernel.org/r/20250512144719.mpkyw2jbyzslb5hy@yearly
Signed-off-by: Arnd Bergmann <arnd@arndb.de>