]> www.infradead.org Git - users/hch/misc.git/commitdiff
Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregk...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 1 Apr 2025 18:26:08 +0000 (11:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 1 Apr 2025 18:26:08 +0000 (11:26 -0700)
Pull char / misc / IIO driver updates from Greg KH:
 "Here is the big set of char, misc, iio, and other smaller driver
  subsystems for 6.15-rc1. Lots of stuff in here, including:

   - loads of IIO changes and driver updates

   - counter driver updates

   - w1 driver updates

   - faux conversions for some drivers that were abusing the platform
     bus interface

   - coresight driver updates

   - rust miscdevice binding updates based on real-world-use

   - other minor driver updates

  All of these have been in linux-next with no reported issues for quite
  a while"

* tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (292 commits)
  samples: rust_misc_device: fix markup in top-level docs
  Coresight: Fix a NULL vs IS_ERR() bug in probe
  misc: lis3lv02d: convert to use faux_device
  tlclk: convert to use faux_device
  regulator: dummy: convert to use the faux device interface
  bus: mhi: host: Fix race between unprepare and queue_buf
  coresight: configfs: Constify struct config_item_type
  doc: iio: ad7380: describe offload support
  iio: ad7380: add support for SPI offload
  iio: light: Add check for array bounds in veml6075_read_int_time_ms
  iio: adc: ti-ads7924 Drop unnecessary function parameters
  staging: iio: ad9834: Use devm_regulator_get_enable()
  staging: iio: ad9832: Use devm_regulator_get_enable()
  iio: gyro: bmg160_spi: add of_match_table
  dt-bindings: iio: adc: Add i.MX94 and i.MX95 support
  iio: adc: ad7768-1: remove unnecessary locking
  Documentation: ABI: add wideband filter type to sysfs-bus-iio
  iio: adc: ad7768-1: set MOSI idle state to prevent accidental reset
  iio: adc: ad7768-1: Fix conversion result sign
  iio: adc: ad7124: Benefit of dev = indio_dev->dev.parent in ad7124_parse_channel_config()
  ...

1  2 
Documentation/ABI/testing/sysfs-bus-coresight-devices-tpdm
Documentation/devicetree/bindings/trivial-devices.yaml
MAINTAINERS
drivers/hwtracing/coresight/coresight-etm4x-core.c
lib/Kconfig.debug
samples/rust/rust_misc_device.rs

index 8704b0dfc9c04bcf5a2257f0f093024c221ba02d,6c34e4c0dcc6df5a4d8edc5effb80980de820db9..8da408107e55483affedb7e697eb79e8c8902ed9
@@@ -185,18 -185,12 +185,20 @@@ properties
            - maxim,max5484
              # PECI-to-I2C translator for PECI-to-SMBus/I2C protocol conversion
            - maxim,max6621
 +            # InTune Automatically Compensated Digital PoL Controller with Driver and PMBus Telemetry
 +          - maxim,max15301
 +            # 6A InTune Automatically Compensated Converter with PMBus Telemetry
 +          - maxim,max15303
 +            # Multiphase Master with PMBus Interface and Internal Buck Converter
 +          - maxim,max20751
              # mCube 3-axis 8-bit digital accelerometer
            - mcube,mc3230
+             # mCube 3-axis 8-bit digital accelerometer
+           - mcube,mc3510c
              # Measurement Specialities I2C temperature and humidity sensor
            - meas,htu21
 +            # Measurement Specialities I2C temperature and humidity sensor
 +          - meas,htu31
              # Measurement Specialities I2C pressure and temperature sensor
            - meas,ms5637
              # Measurement Specialities I2C pressure and temperature sensor
diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge