summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-10-28 07:51:27 -1000
committerLinus Torvalds <torvalds@linux-foundation.org>2023-10-28 07:51:27 -1000
commit15ef3cc67c261692e6845b517ee39f735f8e493c (patch)
tree55c300e1576d572c3b0c360af6393fc167dee2c4
parent9130be43e0526552b8178ba67fb17b563d5a7b16 (diff)
parent0911622004b50812426ac02bc1e69eb21599eed6 (diff)
Merge tag 'char-misc-6.6-final' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Pull char/misc driver fixes from Greg KH: "Here are some very small driver fixes for 6.6-final that have shown up in the past two weeks. Included in here are: - tiny fastrpc bugfixes for reported errors - nvmem register fixes - iio driver fixes for some reported problems - fpga test fix - MAINTAINERS file update for fpga All of these have been in linux-next this week with no reported problems" * tag 'char-misc-6.6-final' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: fpga: Fix memory leak for fpga_region_test_class_find() fpga: m10bmc-sec: Change contact for secure update driver fpga: disable KUnit test suites when module support is enabled iio: afe: rescale: Accept only offset channels nvmem: imx: correct nregs for i.MX6ULL nvmem: imx: correct nregs for i.MX6UL nvmem: imx: correct nregs for i.MX6SLL misc: fastrpc: Unmap only if buffer is unmapped from DSP misc: fastrpc: Clean buffers on remote invocation failures misc: fastrpc: Free DMA handles for RPC calls with no arguments misc: fastrpc: Reset metadata buffer to avoid incorrect free iio: exynos-adc: request second interupt only when touchscreen mode is used iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScale iio: adc: xilinx-xadc: Don't clobber preset voltage/temperature thresholds dt-bindings: iio: add missing reset-gpios constrain [ upstream commit: db5cda7fd46881f88eee52f3960b7856ddf051fb ]
-rw-r--r--Bindings/iio/addac/adi,ad74115.yaml3
-rw-r--r--Bindings/iio/dac/adi,ad5758.yaml3
-rw-r--r--Bindings/iio/health/ti,afe4403.yaml3
-rw-r--r--Bindings/iio/health/ti,afe4404.yaml3
4 files changed, 8 insertions, 4 deletions
diff --git a/Bindings/iio/addac/adi,ad74115.yaml b/Bindings/iio/addac/adi,ad74115.yaml
index 2594fa192f..2a04906531 100644
--- a/Bindings/iio/addac/adi,ad74115.yaml
+++ b/Bindings/iio/addac/adi,ad74115.yaml
@@ -32,7 +32,8 @@ properties:
spi-cpol: true
- reset-gpios: true
+ reset-gpios:
+ maxItems: 1
interrupts:
minItems: 1
diff --git a/Bindings/iio/dac/adi,ad5758.yaml b/Bindings/iio/dac/adi,ad5758.yaml
index 4e508bfcc9..5121685337 100644
--- a/Bindings/iio/dac/adi,ad5758.yaml
+++ b/Bindings/iio/dac/adi,ad5758.yaml
@@ -78,7 +78,8 @@ properties:
- const: -1000
- const: 22000
- reset-gpios: true
+ reset-gpios:
+ maxItems: 1
adi,dc-dc-ilim-microamp:
enum: [150000, 200000, 250000, 300000, 350000, 400000]
diff --git a/Bindings/iio/health/ti,afe4403.yaml b/Bindings/iio/health/ti,afe4403.yaml
index b9b5beac33..5b6cde86b5 100644
--- a/Bindings/iio/health/ti,afe4403.yaml
+++ b/Bindings/iio/health/ti,afe4403.yaml
@@ -23,7 +23,8 @@ properties:
maxItems: 1
description: Connected to ADC_RDY pin.
- reset-gpios: true
+ reset-gpios:
+ maxItems: 1
required:
- compatible
diff --git a/Bindings/iio/health/ti,afe4404.yaml b/Bindings/iio/health/ti,afe4404.yaml
index 2958c4ca75..167d10bd60 100644
--- a/Bindings/iio/health/ti,afe4404.yaml
+++ b/Bindings/iio/health/ti,afe4404.yaml
@@ -23,7 +23,8 @@ properties:
maxItems: 1
description: Connected to ADC_RDY pin.
- reset-gpios: true
+ reset-gpios:
+ maxItems: 1
additionalProperties: false