Home
last modified time | relevance | path

Searched hist:ec7f68e07bf10198717b7824c78201b46bbf1956 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/iio/common/hid-sensors/
H A Dhid-sensor-trigger.hdiff ec7f68e07bf10198717b7824c78201b46bbf1956 Wed Oct 30 17:48:00 CDT 2013 Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> 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>
H A Dhid-sensor-trigger.cdiff ec7f68e07bf10198717b7824c78201b46bbf1956 Wed Oct 30 17:48:00 CDT 2013 Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> 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>
/openbmc/linux/include/linux/
H A Dhid-sensor-hub.hdiff ec7f68e07bf10198717b7824c78201b46bbf1956 Wed Oct 30 17:48:00 CDT 2013 Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> 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>
/openbmc/linux/drivers/iio/magnetometer/
H A Dhid-sensor-magn-3d.cdiff ec7f68e07bf10198717b7824c78201b46bbf1956 Wed Oct 30 17:48:00 CDT 2013 Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> 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>
/openbmc/linux/drivers/iio/light/
H A Dhid-sensor-als.cdiff ec7f68e07bf10198717b7824c78201b46bbf1956 Wed Oct 30 17:48:00 CDT 2013 Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> 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>
/openbmc/linux/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.cdiff ec7f68e07bf10198717b7824c78201b46bbf1956 Wed Oct 30 17:48:00 CDT 2013 Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> 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>
/openbmc/linux/drivers/iio/accel/
H A Dhid-sensor-accel-3d.cdiff ec7f68e07bf10198717b7824c78201b46bbf1956 Wed Oct 30 17:48:00 CDT 2013 Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> 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>