linux-stable/drivers/iio/accel
Greg Kroah-Hartman 4bffd2c7a3 1st set of IIO fixes for 6.3
Usual mixed bag:
 
 - core - output buffers
   Fix return of bytes written when only some succeed.
   Fix O_NONBLOCK handling to not block.
 
 - adi,ad7791
   Fix IRQ type.  Not confirmed to have any impact but good to correct it anyway
 
 - adi,adis16400
   Missing CONFIG_CRC32
 
 - capella,cm32181
   Unregister 2nd I2C client if one is used.
 
 - cio-dac
   Fix bitdepth for range check on write.
 
 - linear,ltc2497
   Fix a wrong shift of the LSB introduced when switching to be24 handling.
 
 - maxim,max11410
   Fix handling of return code in read_poll_timeout()
 
 - qcom,spmi-adc
   Fix an accidental change of channel name to include the reg value from OF.
 
 - ti,palmas
   Fix a null dereference on remove due to wrong function used to get the
   drvdata.
 
 - ti,ads7950
   Mark GPIO as can sleep.
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEEbilms4eEBlKRJoGxVIU0mcT0FogFAmQgfMMRHGppYzIzQGtl
 cm5lbC5vcmcACgkQVIU0mcT0FoiFqBAAisoI3rSjyelYy4+EfafRPFzzyGQPhuUk
 UYgjzhXfBVIRvAtjqM/tgWSXoFHEWZznC07Kelz8ErXrDkTEIR10YnqaQ1OoH57c
 58Es93Y0+W5xnHyNuNc36+fAjgSARFDRkD84utu4Q7sxrLDN18f2CpYspC0XAVG5
 4RXXl8W9RXQ+0hcLQIYwXtwl1fdThPqtAOLj4/0awNPdPnsg5ZWrgzK8yfS2IJwz
 M7ilBlkey1K6F+7KhmmGz6IRxsE1zCzAh8AzvIcQYIT5zgYi2xYZg1rAaSCyd4ti
 kR1sieDyWx9sAWunprfC64uCjXvze50lpXxa0CLRK9estrcEyKcAC/ZtVD+5MF9g
 NlD2IrlJ78ol0TrWjK5QKMED0BaNetxO2cCZNBnyX99ESsUJCXHlSyUYkHHt0p3e
 /myd8ap5T8B/6yiqT5uxnZFvxPLmJ17Cm9vtONf0X/H6Dpaf7B+otjjecNiSKV+w
 9careBV3EU0D2upGpkuD4Dfc2H+NJzaAeTbtKjo7mkUgdpluhTlgRYnG/w85z2Tk
 8KSlMcrGUfBbxi4R3WrJkXeHZIRto+YDeH+uzr7BvAHc5nPCY9LGxS9TE/Mosr+A
 ncBIm/yoPItO7G0xDpknVjI0k2ncbo6zwd798VO7Xx1UIvRd4It/FSjXQsHS/wU0
 T2XPtIBpGPM=
 =8wF1
 -----END PGP SIGNATURE-----

Merge tag 'iio-fixes-for-6.3a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus

Jonathan writes:

1st set of IIO fixes for 6.3

Usual mixed bag:

- core - output buffers
  Fix return of bytes written when only some succeed.
  Fix O_NONBLOCK handling to not block.

- adi,ad7791
  Fix IRQ type.  Not confirmed to have any impact but good to correct it anyway

- adi,adis16400
  Missing CONFIG_CRC32

- capella,cm32181
  Unregister 2nd I2C client if one is used.

- cio-dac
  Fix bitdepth for range check on write.

- linear,ltc2497
  Fix a wrong shift of the LSB introduced when switching to be24 handling.

- maxim,max11410
  Fix handling of return code in read_poll_timeout()

- qcom,spmi-adc
  Fix an accidental change of channel name to include the reg value from OF.

- ti,palmas
  Fix a null dereference on remove due to wrong function used to get the
  drvdata.

- ti,ads7950
  Mark GPIO as can sleep.

* tag 'iio-fixes-for-6.3a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio:
  iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chip
  iio: adc: palmas_gpadc: fix NULL dereference on rmmod
  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
2023-03-28 13:30:55 +02:00
..
adis16201.c iio: accel: adis16201: Call '__adis_initial_startup()' in probe 2022-11-23 20:37:50 +00:00
adis16209.c iio: accel: adis16209: Call '__adis_initial_startup()' in probe 2022-11-23 20:37:50 +00:00
adxl313.h drivers: iio: accel: adxl312 and adxl314 support 2022-09-21 18:42:53 +01:00
adxl313_core.c drivers: iio: accel: adxl312 and adxl314 support 2022-09-21 18:42:53 +01:00
adxl313_i2c.c drivers: iio: accel: adxl312 and adxl314 support 2022-09-21 18:42:53 +01:00
adxl313_spi.c drivers: iio: accel: adxl312 and adxl314 support 2022-09-21 18:42:53 +01:00
adxl345.h
adxl345_core.c iio: accel: adxl345: use HZ macro from units.h 2022-08-28 16:57:37 +01:00
adxl345_i2c.c
adxl345_spi.c
adxl355.h drivers: iio: accel: Add support for ADXL359 device 2022-11-23 19:44:04 +00:00
adxl355_core.c drivers: iio: accel: Add support for ADXL359 device 2022-11-23 19:44:04 +00:00
adxl355_i2c.c drivers: iio: accel: Add support for ADXL359 device 2022-11-23 19:44:04 +00:00
adxl355_spi.c drivers: iio: accel: Add support for ADXL359 device 2022-11-23 19:44:04 +00:00
adxl367.c iio: Don't silently expect attribute types 2022-11-23 19:44:04 +00:00
adxl367.h
adxl367_i2c.c iio: accel: adxl367: Convert to i2c's .probe_new() 2022-11-23 19:44:02 +00:00
adxl367_spi.c
adxl372.c iio: Don't silently expect attribute types 2022-11-23 19:44:04 +00:00
adxl372.h
adxl372_i2c.c iio: accel: adxl372_i2c: Convert to i2c's .probe_new() 2022-11-23 20:01:38 +00:00
adxl372_spi.c
bma180.c iio: accel: bma180: Convert to i2c's .probe_new() 2022-11-23 20:01:38 +00:00
bma220_spi.c iio: accel: bma220: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() 2022-07-18 18:48:17 +01:00
bma400.h iio: accel: bma400: Use devm_regulator_bulk_get_enable() 2022-12-28 17:19:45 +00:00
bma400_core.c iio: accel: bma400: Use devm_regulator_bulk_get_enable() 2022-12-28 17:19:45 +00:00
bma400_i2c.c iio: accel: bma400: Convert to i2c's .probe_new() 2022-11-23 20:01:38 +00:00
bma400_spi.c
bmc150-accel-core.c iio: Don't silently expect attribute types 2022-11-23 19:44:04 +00:00
bmc150-accel-i2c.c iio: accel: bmc150: Convert to i2c's .probe_new() 2022-11-23 20:01:38 +00:00
bmc150-accel-spi.c
bmc150-accel.h
bmi088-accel-core.c iio: accel: bmi088: Use EXPORT_NS_GPL_RUNTIME_DEV_PM_OPS() and pm_ptr() 2022-09-21 18:42:57 +01:00
bmi088-accel-spi.c iio: accel: bmi088: Use EXPORT_NS_GPL_RUNTIME_DEV_PM_OPS() and pm_ptr() 2022-09-21 18:42:57 +01:00
bmi088-accel.h
cros_ec_accel_legacy.c iio: cros: Register FIFO callback after sensor is registered 2022-07-18 18:29:13 +01:00
da280.c iio: accel: da280: Convert to i2c's .probe_new() 2022-11-23 20:01:38 +00:00
da311.c iio: accel: da311: Convert to i2c's .probe_new() 2022-11-23 19:44:02 +00:00
dmard06.c iio: accel: dmard06: Convert to i2c's .probe_new() 2022-11-23 19:44:02 +00:00
dmard09.c iio: accel: dmard09: Convert to i2c's .probe_new() 2022-11-23 19:44:02 +00:00
dmard10.c iio: accel: dmard10: Convert to i2c's .probe_new() 2022-11-23 19:44:02 +00:00
fxls8962af-core.c iio: accel: fxls8962af: Use devm_regulator_get_enable() 2022-11-23 19:44:01 +00:00
fxls8962af-i2c.c iio: accel: fxls8962af: Use new EXPORT_NS_GPL_DEV_PM_OPS() 2022-11-23 19:44:00 +00:00
fxls8962af-spi.c iio: accel: fxls8962af: Use new EXPORT_NS_GPL_DEV_PM_OPS() 2022-11-23 19:44:00 +00:00
fxls8962af.h
hid-sensor-accel-3d.c iio: hid: fix the retval in accel_3d_capture_sample 2023-01-14 16:31:20 +00:00
Kconfig iio: accel: st_accel: Add LSM303C 2023-01-08 13:01:02 +00:00
kionix-kx022a-i2c.c iio: accel: Support Kionix/ROHM KX022A accelerometer 2022-11-23 19:44:03 +00:00
kionix-kx022a-spi.c iio: accel: Support Kionix/ROHM KX022A accelerometer 2022-11-23 19:44:03 +00:00
kionix-kx022a.c iio: accel: kionix-kx022a: Get the timestamp from the driver's private data in the trigger_handler 2023-02-18 17:29:41 +00:00
kionix-kx022a.h iio: accel: Support Kionix/ROHM KX022A accelerometer 2022-11-23 19:44:03 +00:00
kxcjk-1013.c iio: accel: kxcjk-1013: Convert to i2c's .probe_new() 2022-11-23 20:01:38 +00:00
kxsd9-i2c.c iio: accel: kxsd9: Convert to i2c's .probe_new() 2022-11-23 19:44:02 +00:00
kxsd9-spi.c
kxsd9.c
kxsd9.h
Makefile iio: accel: Support Kionix/ROHM KX022A accelerometer 2022-11-23 19:44:03 +00:00
mc3230.c iio: accel: mc3230: Convert to i2c's .probe_new() 2022-11-23 19:44:02 +00:00
mma7455.h
mma7455_core.c
mma7455_i2c.c iio: accel: mma7455_i2c: Convert to i2c's .probe_new() 2022-11-23 20:01:38 +00:00
mma7455_spi.c
mma7660.c iio: accel: mma7660: Convert to i2c's .probe_new() 2022-11-23 19:44:02 +00:00
mma8452.c iio: accel: mma8452: Convert to i2c's .probe_new() 2022-11-23 20:01:39 +00:00
mma9551.c iio: accel: mma9551: Convert to i2c's .probe_new() 2022-11-23 20:01:39 +00:00
mma9551_core.c iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_config_word() 2023-01-28 17:40:17 +00:00
mma9551_core.h
mma9553.c iio: accel: mma9553: Convert to i2c's .probe_new() 2022-11-23 20:01:39 +00:00
msa311.c iio: accel: msa311: Use devm_regulator_get_enable() 2022-11-23 19:44:01 +00:00
mxc4005.c iio: accel: mxc4005: Convert to i2c's .probe_new() 2022-11-23 19:44:02 +00:00
mxc6255.c iio: accel: mxc6255: Convert to i2c's .probe_new() 2022-11-23 19:44:02 +00:00
sca3000.c
sca3300.c iio: accel: sca3300: Silence no spi_device_id warning 2022-11-23 19:43:57 +00:00
ssp_accel_sensor.c
st_accel.h iio: accel: st_accel: Add LSM303C 2023-01-08 13:01:02 +00:00
st_accel_buffer.c
st_accel_core.c iio: accel: st_accel: Add LSM303C 2023-01-08 13:01:02 +00:00
st_accel_i2c.c iio: accel: st_accel: Add LSM303C 2023-01-08 13:01:02 +00:00
st_accel_spi.c iio: accel: st_accel: Add LSM303C 2023-01-08 13:01:02 +00:00
stk8ba50.c iio: accel: stk8ba50: Convert to i2c's .probe_new() 2022-11-23 19:44:03 +00:00
stk8312.c iio: accel: stk8312: Convert to i2c's .probe_new() 2022-11-23 19:44:02 +00:00