Merge tag 'char-misc-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Pull char/misc driver fixes from Greg KH: "Here are a small set of various small driver changes for 6.3-rc6. Included in here are: - iio driver fixes for reported problems - coresight hwtracing bugfix for reported problem - small counter driver bugfixes All have been in linux-next for a while with no reported problems" * tag 'char-misc-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: coresight: etm4x: Do not access TRCIDR1 for identification coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chip iio: adc: palmas_gpadc: fix NULL dereference on rmmod counter: 104-quad-8: Fix Synapse action reported for Index signals counter: 104-quad-8: Fix race condition between FLAG and CNTR reads iio: adc: max11410: fix read_poll_timeout() usage iio: dac: cio-dac: Fix max DAC write value check for 12-bit iio: light: cm32181: Unregister second I2C client if present iio: accel: kionix-kx022a: Get the timestamp from the driver's private data in the trigger_handler iio: adc: ad7791: fix IRQ flags iio: buffer: make sure O_NONBLOCK is respected iio: buffer: correctly return bytes written in output buffers iio: light: vcnl4000: Fix WARN_ON on uninitialized lock iio: adis16480: select CONFIG_CRC32 drivers: iio: adc: ltc2497: fix LSB shift iio: adc: qcom-spmi-adc5: Fix the channel name
No related branches found
No related tags found
Showing
- drivers/counter/104-quad-8.c 9 additions, 22 deletionsdrivers/counter/104-quad-8.c
- drivers/hwtracing/coresight/coresight-etm4x-core.c 10 additions, 14 deletionsdrivers/hwtracing/coresight/coresight-etm4x-core.c
- drivers/hwtracing/coresight/coresight-etm4x.h 6 additions, 14 deletionsdrivers/hwtracing/coresight/coresight-etm4x.h
- drivers/iio/accel/kionix-kx022a.c 1 addition, 1 deletiondrivers/iio/accel/kionix-kx022a.c
- drivers/iio/adc/ad7791.c 1 addition, 1 deletiondrivers/iio/adc/ad7791.c
- drivers/iio/adc/ltc2497.c 2 additions, 4 deletionsdrivers/iio/adc/ltc2497.c
- drivers/iio/adc/max11410.c 15 additions, 7 deletionsdrivers/iio/adc/max11410.c
- drivers/iio/adc/palmas_gpadc.c 1 addition, 1 deletiondrivers/iio/adc/palmas_gpadc.c
- drivers/iio/adc/qcom-spmi-adc5.c 9 additions, 1 deletiondrivers/iio/adc/qcom-spmi-adc5.c
- drivers/iio/adc/ti-ads7950.c 1 addition, 0 deletionsdrivers/iio/adc/ti-ads7950.c
- drivers/iio/dac/cio-dac.c 2 additions, 2 deletionsdrivers/iio/dac/cio-dac.c
- drivers/iio/imu/Kconfig 1 addition, 0 deletionsdrivers/iio/imu/Kconfig
- drivers/iio/industrialio-buffer.c 12 additions, 9 deletionsdrivers/iio/industrialio-buffer.c
- drivers/iio/light/cm32181.c 12 additions, 0 deletionsdrivers/iio/light/cm32181.c
- drivers/iio/light/vcnl4000.c 2 additions, 1 deletiondrivers/iio/light/vcnl4000.c
Loading
Please register or sign in to comment