Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iio:st_magn: Remove redundant call to iio_sw_buffer_preenable(). | Lars-Peter Clausen | 2013-10-16 | 1 | -10/+1 |
| | | | | | | | | | The equivalent of iio_sw_buffer_preenable() is now done in the IIO buffer core, so there is no need to do this from the driver anymore. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Cc: Denis Ciocca <denis.ciocca@st.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org> | ||||
* | iio:magnetometer: Add STMicroelectronics magnetometers driver | Denis Ciocca | 2013-01-31 | 1 | -0/+98 |
This patch adds a generic magnetometer driver for STMicroelectronics magnetometers, currently it supports: LSM303DLHC, LSM303DLM, LIS3MDL. Signed-off-by: Denis Ciocca <denis.ciocca@st.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org> |