mirror of https://github.com/torvalds/linux.git
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.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-----BEGIN PGP SIGNATURE-----
iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCaIeYDg8cZ3JlZ0Brcm9h
aC5jb20ACgkQMUfUDdst+yk3dwCdF6xoEVZaDkLM5IF3XKWWgdYxjNsAoKUy2kUx
YtmVh4S0tMmugfeRGac7
=3Wxi
-----END PGP SIGNATURE-----
Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
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'
...
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| bcm-voter.c | ||
| bcm-voter.h | ||
| icc-common.c | ||
| icc-common.h | ||
| icc-rpm-clocks.c | ||
| icc-rpm.c | ||
| icc-rpm.h | ||
| icc-rpmh.c | ||
| icc-rpmh.h | ||
| milos.c | ||
| msm8909.c | ||
| msm8916.c | ||
| msm8937.c | ||
| msm8939.c | ||
| msm8953.c | ||
| msm8974.c | ||
| msm8976.c | ||
| msm8996.c | ||
| msm8996.h | ||
| osm-l3.c | ||
| qcm2290.c | ||
| qcs404.c | ||
| qcs615.c | ||
| qcs615.h | ||
| qcs8300.c | ||
| qcs8300.h | ||
| qdu1000.c | ||
| qdu1000.h | ||
| sa8775p.c | ||
| sar2130p.c | ||
| sc7180.c | ||
| sc7180.h | ||
| sc7280.c | ||
| sc7280.h | ||
| sc8180x.c | ||
| sc8180x.h | ||
| sc8280xp.c | ||
| sc8280xp.h | ||
| sdm660.c | ||
| sdm670.c | ||
| sdm670.h | ||
| sdm845.c | ||
| sdm845.h | ||
| sdx55.c | ||
| sdx55.h | ||
| sdx65.c | ||
| sdx65.h | ||
| sdx75.c | ||
| sdx75.h | ||
| sm6115.c | ||
| sm6350.c | ||
| sm6350.h | ||
| sm7150.c | ||
| sm7150.h | ||
| sm8150.c | ||
| sm8150.h | ||
| sm8250.c | ||
| sm8250.h | ||
| sm8350.c | ||
| sm8350.h | ||
| sm8450.c | ||
| sm8450.h | ||
| sm8550.c | ||
| sm8550.h | ||
| sm8650.c | ||
| sm8650.h | ||
| sm8750.c | ||
| smd-rpm.c | ||
| x1e80100.c | ||
| x1e80100.h | ||