]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregk...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Jul 2025 16:52:01 +0000 (09:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Jul 2025 16:52:01 +0000 (09:52 -0700)
Pull char / misc / IIO / other driver updates from Greg KH:
 "Here is the big set of char/misc/iio and other smaller driver
  subsystems for 6.17-rc1. It's a big set this time around, with the
  huge majority being in the iio subsystem with new drivers and dts
  files being added there.

  Highlights include:
   - IIO driver updates, additions, and changes making more code const
     and cleaning up some init logic
   - bus_type constant conversion changes
   - misc device test functions added
   - rust miscdevice minor fixup
   - unused function removals for some drivers
   - mei driver updates
   - mhi driver updates
   - interconnect driver updates
   - Android binder updates and test infrastructure added
   - small cdx driver updates
   - small comedi fixes
   - small nvmem driver updates
   - small pps driver updates
   - some acrn virt driver fixes for printk messages
   - other small driver updates

  All of these have been in linux-next with no reported issues"

* tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (292 commits)
  binder: Use seq_buf in binder_alloc kunit tests
  binder: Add copyright notice to new kunit files
  misc: ti_fpc202: Switch to of_fwnode_handle()
  bus: moxtet: Use dev_fwnode()
  pc104: move PC104 option to drivers/Kconfig
  drivers: virt: acrn: Don't use %pK through printk
  comedi: fix race between polling and detaching
  interconnect: qcom: Add Milos interconnect provider driver
  dt-bindings: interconnect: document the RPMh Network-On-Chip Interconnect in Qualcomm Milos SoC
  mei: more prints with client prefix
  mei: bus: use cldev in prints
  bus: mhi: host: pci_generic: Add Telit FN990B40 modem support
  bus: mhi: host: Detect events pointing to unexpected TREs
  bus: mhi: host: pci_generic: Add Foxconn T99W696 modem
  bus: mhi: host: Use str_true_false() helper
  bus: mhi: host: pci_generic: Add support for EM929x and set MRU to 32768 for better performance.
  bus: mhi: host: Fix endianness of BHI vector table
  bus: mhi: host: pci_generic: Disable runtime PM for QDU100
  bus: mhi: host: pci_generic: Fix the modem name of Foxconn T99W640
  dt-bindings: interconnect: qcom,msm8998-bwmon: Allow 'nonposted-mmio'
  ...

17 files changed:
1  2 
Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml
Documentation/devicetree/bindings/vendor-prefixes.yaml
MAINTAINERS
drivers/android/binder.c
drivers/android/binder_internal.h
drivers/android/binderfs.c
drivers/comedi/comedi_fops.c
drivers/comedi/drivers.c
drivers/iio/adc/ad7380.c
drivers/iio/adc/adi-axi-adc.c
drivers/iio/adc/axp20x_adc.c
drivers/iio/adc/stm32-adc-core.c
drivers/iio/industrialio-backend.c
drivers/iio/industrialio-core.c
drivers/misc/ti_fpc202.c
init/Kconfig
lib/Kconfig.debug

diff --cc MAINTAINERS
index 7a4e63bacaa4186388d15dadf9299f5866fe311a,f8c8f682edf677bfdf8f9b3b6d693d2c9e162c1f..cc774d6699b83eb67ce263192276c8cd31d939b2
@@@ -25273,14 -25210,10 +25288,15 @@@ W:        https://github.com/srcres258/linux-d
  T:    git git://github.com/srcres258/linux-doc.git doc-zh-tw
  F:    Documentation/translations/zh_TW/
  
- TRIGGER SOURCE - PWM
 +TRIGGER SOURCE - ADI UTIL SIGMA DELTA SPI
 +M:    David Lechner <dlechner@baylibre.com>
 +S:    Maintained
 +F:    Documentation/devicetree/bindings/trigger-source/adi,util-sigma-delta-spi.yaml
 +
+ TRIGGER SOURCE
  M:    David Lechner <dlechner@baylibre.com>
  S:    Maintained
+ F:    Documentation/devicetree/bindings/trigger-source/gpio-trigger.yaml
  F:    Documentation/devicetree/bindings/trigger-source/pwm-trigger.yaml
  
  TRUSTED SECURITY MODULE (TSM) INFRASTRUCTURE
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc init/Kconfig
Simple merge
Simple merge