https://github.com/torvalds/linux
Revision c47658311d60be064b839f329c0e4d34f5f0735b authored by Linus Torvalds on 25 February 2022, 20:12:06 UTC, committed by Linus Torvalds on 25 February 2022, 20:12:06 UTC
Pull char/misc driver fixes from Greg KH:
 "Here are a few small driver fixes for 5.17-rc6 for reported issues.

  The majority of these are IIO fixes for small things, and the other
  two are a mvmem and mtd core conflict fix.

  All of these have been in linux-next with no reported issues"

* tag 'char-misc-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
  mtd: core: Fix a conflict between MTD and NVMEM on wp-gpios property
  nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property
  iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot
  iio: Fix error handling for PM
  iio: addac: ad74413r: correct comparator gpio getters mask usage
  iio: addac: ad74413r: use ngpio size when iterating over mask
  iio: addac: ad74413r: Do not reference negative array offsets
  iio: adc: men_z188_adc: Fix a resource leak in an error handling path
  iio: frequency: admv1013: remove the always true condition
  iio: accel: fxls8962af: add padding to regmap for SPI
  iio:imu:adis16480: fix buffering for devices with no burst mode
  iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bits
  iio: adc: tsc2046: fix memory corruption by preventing array overflow
2 parent s d68ccfd + 6c76218
History
Tip revision: c47658311d60be064b839f329c0e4d34f5f0735b authored by Linus Torvalds on 25 February 2022, 20:12:06 UTC
Merge tag 'char-misc-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Tip revision: c476583
File Mode Size
1.Intro.rst -rw-r--r-- 14.3 KB
2.Process.rst -rw-r--r-- 23.7 KB
3.Early-stage.rst -rw-r--r-- 10.7 KB
4.Coding.rst -rw-r--r-- 21.1 KB
5.Posting.rst -rw-r--r-- 16.7 KB
6.Followthrough.rst -rw-r--r-- 11.8 KB
7.AdvancedTopics.rst -rw-r--r-- 9.5 KB
8.Conclusion.rst -rw-r--r-- 3.1 KB
adding-syscalls.rst -rw-r--r-- 26.6 KB
applying-patches.rst -rw-r--r-- 17.0 KB
botching-up-ioctls.rst -rw-r--r-- 11.3 KB
changes.rst -rw-r--r-- 13.1 KB
clang-format.rst -rw-r--r-- 6.4 KB
code-of-conduct-interpretation.rst -rw-r--r-- 7.2 KB
code-of-conduct.rst -rw-r--r-- 3.2 KB
coding-style.rst -rw-r--r-- 41.1 KB
deprecated.rst -rw-r--r-- 14.8 KB
development-process.rst -rw-r--r-- 810 bytes
email-clients.rst -rw-r--r-- 11.0 KB
embargoed-hardware-issues.rst -rw-r--r-- 13.1 KB
howto.rst -rw-r--r-- 27.0 KB
index.rst -rw-r--r-- 1.5 KB
kernel-docs.rst -rw-r--r-- 23.8 KB
kernel-driver-statement.rst -rw-r--r-- 4.1 KB
kernel-enforcement-statement.rst -rw-r--r-- 4.9 KB
license-rules.rst -rw-r--r-- 17.6 KB
magic-number.rst -rw-r--r-- 9.4 KB
maintainer-handbooks.rst -rw-r--r-- 472 bytes
maintainer-pgp-guide.rst -rw-r--r-- 37.3 KB
maintainer-tip.rst -rw-r--r-- 24.9 KB
maintainers.rst -rw-r--r-- 25 bytes
management-style.rst -rw-r--r-- 13.1 KB
programming-language.rst -rw-r--r-- 2.0 KB
stable-api-nonsense.rst -rw-r--r-- 9.2 KB
stable-kernel-rules.rst -rw-r--r-- 6.4 KB
submit-checklist.rst -rw-r--r-- 4.9 KB
submitting-drivers.rst -rw-r--r-- 6.8 KB
submitting-patches.rst -rw-r--r-- 36.3 KB
volatile-considered-harmful.rst -rw-r--r-- 5.6 KB

back to top