summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.16-rc7 into staging-nextGreg Kroah-Hartman2018-03-281-1/+6
|\
| * iio: st_pressure: st_accel: pass correct platform data to initMichael Nosthoff2018-03-101-1/+1
| * Revert "iio: accel: st_accel: remove redundant pointer pdata"Jonathan Cameron2018-03-101-0/+5
* | iio: Replace occurrences of magic number 0 by IIO_CHAN_INFO_RAWRodrigo Siqueira2018-03-071-1/+1
* | iio: accel: bmc150: Remove redundant __func__ in dev_dbg()Andy Shevchenko2018-02-241-5/+1Star
* | iio: accel: use strlcpy() instead of strncpy()Xiongfeng Wang2018-01-301-2/+1Star
|/
* iio: mma8452: replace license description with SPDX specifierMartin Kepplinger2018-01-081-3/+1Star
* iio: accel: bmc150: Add OF device ID tableJavier Martinez Canillas2017-12-021-0/+12
* iio: accel: st_accel: remove redundant pointer pdataColin Ian King2017-12-021-5/+0Star
* iio:accel:da280: Linx 820 Windows tablet has a da280 mapped via ACPILuke Ross2017-12-021-2/+29
* iio: accel: mma8452: Rename config structs for readabilityHarinath Nampally2017-12-021-5/+5
* iio: accel: mma8452: Rename a struct for code readibilityHarinath Nampally2017-12-021-3/+3
* iio: adc/accel: Fix up module licensesLinus Walleij2017-12-021-0/+3
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-1430-361/+1112
|\
| * platform/chrome: Add cros_ec_accel_legacy driverGwendal Grignou2017-10-143-0/+436
| * iio: accel: add support to LIS3DHHLorenzo Bianconi2017-10-103-0/+59
| * iio: st_sensors: split open-drain parameters for irq1 and irq2Lorenzo Bianconi2017-10-101-6/+12
| * iio: accel: add support to LIS2DW12Lorenzo Bianconi2017-10-094-0/+91
| * iio: st_sensors: decouple irq1 configuration parameters from the irq2 onesLorenzo Bianconi2017-10-091-22/+44
| * iio: st_sensors: add register mask for status registerLorenzo Bianconi2017-10-091-7/+28
| * iio: accel: kxcjk1013: add support for KXTF9Michał Mirosław2017-10-092-15/+104
| * iio: accel: kxcjk1013: make sampling_frequency_avail per-typeMichał Mirosław2017-10-091-2/+3
| * iio: accel: kxcjk1013: make sysfs/sampling_frequency_avail dynamicMichał Mirosław2017-10-091-3/+12
| * iio: accel: kxcjk1013: extract report_motion_event() from interrupt handlerMichał Mirosław2017-10-091-59/+67
| * iio: accel: kxcjk1013: fix INT_CTRL/INT_SRC1 bit namesMichał Mirosław2017-10-091-9/+14
| * iio: accel: kxcjk1003: refactor ODR settingMichał Mirosław2017-10-091-57/+45Star
| * iio: accel: mma8452: Rename read/write event value callbacks to generic funct...Harinath Nampally2017-10-091-4/+4
| * iio: accel: mma8452: Fix code style warning for unsigned int declarationsHarinath Nampally2017-09-241-2/+2
| * iio: accel: mma8452: Fix code style warningHarinath Nampally2017-09-241-3/+3
| * iio: accel: mma8452: improvements to handle multiple eventsHarinath Nampally2017-09-131-157/+206
| * iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-2224-33/+0Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* Merge tag 'iio-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-08-202-3/+3
|\
| * iio: accel: bma180: constify i2c_device_idArvind Yadav2017-08-201-1/+1
| * iio: accel: st_accel: fix data-ready line configurationLorenzo Bianconi2017-08-121-2/+2
* | Merge 4.13-rc5 into staging-nextGreg Kroah-Hartman2017-08-142-8/+33
|\ \ | |/ |/|
| * Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-07-242-8/+33
| |\
| | * iio: accel: bmc150: Always restore device to normal mode after suspend-resumeHans de Goede2017-07-171-8/+1Star
| | * iio: accel: st_accel: add SPI-3wire supportLorenzo Bianconi2017-07-061-0/+32
* | | iio: accel: st_accel: rename H3LIS331DL_DRIVER_NAME in H3LIS331DL_ACCEL_DEV_NAMELorenzo Bianconi2017-07-094-6/+6
* | | iio: accel: st_accel_spi: add support to H3LIS331DL, LIS331DL, LIS3LV02DLLorenzo Bianconi2017-07-091-0/+15
* | | iio: accel: st_accel_i2c: fix i2c_device_id tableLorenzo Bianconi2017-07-092-0/+6
* | | iio: accel: make array init_data static to reduce code sizeColin Ian King2017-07-091-1/+1
* | | iio: accel: st_accel_spi: add OF capability to st_accel_spiLorenzo Bianconi2017-07-021-8/+61
* | | iio: sca3000: Remove trailing whitespaceReno Farnesi2017-07-021-3/+3
* | | iio: accel: st_accel_spi: rename of_device_id table in st_accel_of_matchLorenzo Bianconi2017-07-011-3/+3
* | | iio: common: st_sensors: move st_sensors_of_i2c_probe() in common codeLorenzo Bianconi2017-07-011-1/+2
* | | iio: accel: bmc150: Add support for BOSC0200 ACPI device idHans de Goede2017-07-011-0/+1
|/ /
* | iio: accel: mma9551: use NULL for GPIO connection IDAndy Shevchenko2017-06-111-3/+1Star
* | Revert "iio: accel: bma180: Add support for BMA250E"Hans de Goede2017-06-111-23/+1Star