summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-10-15 09:07:27 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2023-10-15 09:07:27 -0700
commit98641ddf2f7cc257a7c0975584ebf4feffdaf18c (patch)
treecb31c3975507ad8a4227461a50f160e2507ddfa5
parentf34fedace8ea8b0af3e2c8b58a78fc5d8f4218ad (diff)
parent4df9281f10eb93e04e3c3f9daa0882f54edd5257 (diff)
Merge tag 'char-misc-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Pull char/misc driver fixes from Greg KH: "Here is a small set of char/misc and other smaller driver subsystem fixes for 6.6-rc6. Included in here are: - lots of iio driver fixes - binder memory leak fix - mcb driver fixes - counter driver fixes - firmware loader documentation fix - documentation update for embargoed hardware issues All of these have been in linux-next for over a week with no reported issues" * tag 'char-misc-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (22 commits) iio: pressure: ms5611: ms5611_prom_is_valid false negative bug dt-bindings: iio: adc: adi,ad7292: Fix additionalProperties on channel nodes iio: adc: ad7192: Correct reference voltage iio: light: vcnl4000: Don't power on/off chip in config iio: addac: Kconfig: update ad74413r selections iio: pressure: dps310: Adjust Timeout Settings iio: imu: bno055: Fix missing Kconfig dependencies iio: adc: imx8qxp: Fix address for command buffer registers iio: cros_ec: fix an use-after-free in cros_ec_sensors_push_data() iio: irsd200: fix -Warray-bounds bug in irsd200_trigger_handler dt-bindings: iio: rohm,bu27010: add missing vdd-supply to example binder: fix memory leaks of spam and pending work firmware_loader: Update contact emails for ABI docs Documentation: embargoed-hardware-issues.rst: Clarify prenotifaction mcb: remove is_added flag from mcb_device struct coresight: tmc-etr: Disable warnings for allocation failures coresight: Fix run time warnings while reusing ETR buffer iio: admv1013: add mixer_vgate corner cases iio: pressure: bmp280: Fix NULL pointer exception iio: dac: ad3552r: Correct device IDs ... [ upstream commit: a477e3a76be740a1be844635d572c83f4c10002c ]
-rw-r--r--Bindings/iio/adc/adi,ad7292.yaml2
-rw-r--r--Bindings/iio/light/rohm,bu27010.yaml1
2 files changed, 2 insertions, 1 deletions
diff --git a/Bindings/iio/adc/adi,ad7292.yaml b/Bindings/iio/adc/adi,ad7292.yaml
index 7cc4ddc4e9..2aa1f4b063 100644
--- a/Bindings/iio/adc/adi,ad7292.yaml
+++ b/Bindings/iio/adc/adi,ad7292.yaml
@@ -61,7 +61,7 @@ patternProperties:
required:
- reg
- additionalProperties: true
+ additionalProperties: false
allOf:
- $ref: /schemas/spi/spi-peripheral-props.yaml#
diff --git a/Bindings/iio/light/rohm,bu27010.yaml b/Bindings/iio/light/rohm,bu27010.yaml
index 8376d64a64..bed42d5d0d 100644
--- a/Bindings/iio/light/rohm,bu27010.yaml
+++ b/Bindings/iio/light/rohm,bu27010.yaml
@@ -45,5 +45,6 @@ examples:
light-sensor@38 {
compatible = "rohm,bu27010";
reg = <0x38>;
+ vdd-supply = <&vdd>;
};
};