linux/drivers/iio/accel
Srinivas Pandruvada ec7f68e07b iio: hid_Sensors: fix crash during trigger unregister
We can't store the trigger instance created by iio_trigger_alloc, in
trig field of iio_device structure. This needs to be stored in the
driver private data. Othewise it can result in crash during module
unload. Hence created a trig_ptr in the common data structure
for each HID sensor IIO driver and storing here.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2013-11-02 19:07:06 +00:00
..
bma180.c Merge 3.12-rc2 into staging-next. 2013-09-25 08:59:04 -07:00
hid-sensor-accel-3d.c iio: hid_Sensors: fix crash during trigger unregister 2013-11-02 19:07:06 +00:00
Kconfig iio: add Bosch BMA180 acceleration sensor driver 2013-08-28 20:12:22 +01:00
kxsd9.c iio: accel: kxsd9: Remove redundant variable 2013-10-24 14:43:24 +01:00
Makefile iio: add Bosch BMA180 acceleration sensor driver 2013-08-28 20:12:22 +01:00
st_accel_buffer.c iio:st_accel: Drop redundant call to iio_sw_buffer_preenable() 2013-10-16 19:11:11 +01:00
st_accel_core.c iio:accel: Register buffer also without specific trigger 2013-09-21 19:24:07 +01:00
st_accel_i2c.c iio: accel: st_accel: Use devm_iio_device_alloc 2013-08-03 18:41:18 +01:00
st_accel_spi.c iio: accel: st_accel: Use devm_iio_device_alloc 2013-08-03 18:41:18 +01:00
st_accel.h iio: Added ST-sensors platform data to select the DRDY interrupt pin 2013-08-03 18:40:28 +01:00