linux/drivers/misc/mei
Linus Torvalds 83bd89291f Char/Misc/IIO driver updates for 6.19-rc1
Here is the big set of char/misc/iio driver updates for 6.19-rc1.  Lots
 of stuff in here including:
   - lots of IIO driver updates, cleanups, and additions.
   - large interconnect driver changes as they get converted over to a
     dynamic system of ids
   - coresight driver updates
   - mwave driver updates
   - binder driver updates and changes
   - comedi driver fixes now that the fuzzers are being set loose on them
   - nvmem driver updates
   - new uio driver addition
   - lots of other small char/misc driver updates, full details in the
     shortlog
 
 All of these have been in linux-next for a while now, with no reported
 issues other than a merge conflict with your tree that should be trivial
 to handle (take both sides).
 
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -----BEGIN PGP SIGNATURE-----
 
 iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCaTTNDQ8cZ3JlZ0Brcm9h
 aC5jb20ACgkQMUfUDdst+ykVIACeN0AiTosAtp4CAGe4fAwM7EvbnkQAoNJE5NAx
 Ef31/j1Tq2pCTWt6SVbs
 =AY/e
 -----END PGP SIGNATURE-----

Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc

Pull char/misc/IIO driver updates from Greg KH:
 "Here is the big set of char/misc/iio driver updates for 6.19-rc1. Lots
  of stuff in here including:

   - lots of IIO driver updates, cleanups, and additions

   - large interconnect driver changes as they get converted over to a
     dynamic system of ids

   - coresight driver updates

   - mwave driver updates

   - binder driver updates and changes

   - comedi driver fixes now that the fuzzers are being set loose on
     them

   - nvmem driver updates

   - new uio driver addition

   - lots of other small char/misc driver updates, full details in the
     shortlog

  All of these have been in linux-next for a while now"

* tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (304 commits)
  char: applicom: fix NULL pointer dereference in ac_ioctl
  hangcheck-timer: fix coding style spacing
  hangcheck-timer: Replace %Ld with %lld
  hangcheck-timer: replace printk(KERN_CRIT) with pr_crit
  uio: Add SVA support for PCI devices via uio_pci_generic_sva.c
  dt-bindings: slimbus: fix warning from example
  intel_th: Fix error handling in intel_th_output_open
  misc: rp1: Fix an error handling path in rp1_probe()
  char: xillybus: add WQ_UNBOUND to alloc_workqueue users
  misc: bh1770glc: use pm_runtime_resume_and_get() in power_state_store
  misc: cb710: Fix a NULL vs IS_ERR() check in probe()
  mux: mmio: Add suspend and resume support
  virt: acrn: split acrn_mmio_dev_res out of acrn_mmiodev
  greybus: gb-beagleplay: Fix timeout handling in bootloader functions
  greybus: add WQ_PERCPU to alloc_workqueue users
  char/mwave: drop typedefs
  char/mwave: drop printk wrapper
  char/mwave: remove printk tracing
  char/mwave: remove unneeded fops
  char/mwave: remove MWAVE_FUTZ_WITH_OTHER_DEVICES ifdeffery
  ...
2025-12-06 18:34:24 -08:00
..
gsc_proxy
hdcp
pxp
Kconfig mei: gsc: add dependency on Xe driver 2025-11-26 13:31:35 +01:00
Makefile mei: late_bind: add late binding component driver 2025-09-18 09:32:00 -07:00
bus-fixup.c mei: hook mei_device on class device 2025-09-06 19:50:54 +02:00
bus.c Char/Misc/IIO/Binder changes for 6.18-rc1 2025-10-04 16:26:32 -07:00
client.c mei: Remove redundant pm_runtime_mark_last_busy() calls 2025-11-26 13:31:27 +01:00
client.h mei: hook mei_device on class device 2025-09-06 19:50:54 +02:00
debugfs.c
dma-ring.c mei: hook mei_device on class device 2025-09-06 19:50:54 +02:00
gsc-me.c mei: gsc: fix remove operations order 2025-09-18 18:27:40 +02:00
hbm.c mei: hook mei_device on class device 2025-09-06 19:50:54 +02:00
hbm.h
hw-me-regs.h mei: me: add wildcat lake P DID 2025-10-22 08:03:02 +02:00
hw-me.c mei: gsc: demote unexpected reset print 2025-09-18 18:29:33 +02:00
hw-me.h
hw-txe-regs.h
hw-txe.c mei: hook mei_device on class device 2025-09-06 19:50:54 +02:00
hw-txe.h mei: Remove unused functions 2025-02-20 15:24:13 +01:00
hw.h mei: retry connect if interrupted by link reset 2025-09-18 18:29:33 +02:00
init.c mei: gsc: demote unexpected reset print 2025-09-18 18:29:33 +02:00
interrupt.c mei: Remove redundant pm_runtime_mark_last_busy() calls 2025-11-26 13:31:27 +01:00
main.c mei: Fix error handling in mei_register 2025-11-26 13:31:44 +01:00
mei-trace.c
mei-trace.h
mei_dev.h mei: gsc: demote unexpected reset print 2025-09-18 18:29:33 +02:00
mei_lb.c mei: late_bind: Fix -Wincompatible-function-pointer-types-strict 2025-10-22 08:03:32 +02:00
mkhi.h
pci-me.c mei: fix error flow in probe 2025-11-03 10:02:04 +09:00
pci-txe.c mei: fix error flow in probe 2025-11-03 10:02:04 +09:00
platform-vsc.c mei: fix error flow in probe 2025-11-03 10:02:04 +09:00
vsc-fw-loader.c module: Convert symbol namespace to string literal 2024-12-02 11:34:44 -08:00
vsc-tp.c mei: vsc: Fix "BUG: Invalid wait context" lockdep error 2025-06-24 16:39:02 +01:00
vsc-tp.h mei: vsc: Drop unused vsc_tp_request_irq() and vsc_tp_free_irq() 2025-06-24 16:39:00 +01:00