diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-10-28 07:51:27 -1000 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-10-28 07:51:27 -1000 |
commit | db5cda7fd46881f88eee52f3960b7856ddf051fb (patch) | |
tree | 9073c85f9e75a384f6e300859c99244766d66e18 /MAINTAINERS | |
parent | 8907bfd2b11ab0d09f2c408f82bff09e55d53a9a (diff) | |
parent | 28926daf731f72d0537767fdbab2a3e06e31190a (diff) | |
download | linux-rpi-db5cda7fd46881f88eee52f3960b7856ddf051fb.tar.gz linux-rpi-db5cda7fd46881f88eee52f3960b7856ddf051fb.tar.bz2 linux-rpi-db5cda7fd46881f88eee52f3960b7856ddf051fb.zip |
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
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8bc58b2b6d24..dd5de540ec0b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10701,7 +10701,7 @@ F: drivers/mfd/intel-m10-bmc* F: include/linux/mfd/intel-m10-bmc.h INTEL MAX10 BMC SECURE UPDATES -M: Russ Weight <russell.h.weight@intel.com> +M: Peter Colberg <peter.colberg@intel.com> L: linux-fpga@vger.kernel.org S: Maintained F: Documentation/ABI/testing/sysfs-driver-intel-m10-bmc-sec-update |