summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel
Commit message (Expand)AuthorAgeFilesLines
...
* iio: accel: kionix-kx022a: Remove blank linesMehdi Djait2023-09-171-2/+0
* iio: accel: adxl345: Simplify adxl345_read_raw()Biju Das2023-09-124-33/+20
* iio: accel: adxl345: Convert enum->pointer for data in match data tableBiju Das2023-09-124-28/+41
* iio: accel: msa311: Use correct header(s) instead of string_helpers.hAndy Shevchenko2023-09-121-1/+1
* iio: accel: kionix-kx022a: Use correct header(s) instead of string_helpers.hAndy Shevchenko2023-09-121-1/+1
* iio: Remove unused declarationsYue Haibing2023-09-121-1/+0
* iio: accel: bma180: Convert enum->pointer for data in the match tableBiju Das2023-09-111-16/+11
* iio: accel: mma8452: Sort match tablesBiju Das2023-09-111-2/+2
* iio: accel: mma8452: Convert enum->pointer for data in the ID tableBiju Das2023-09-111-16/+10
* iio: accel: adxl313: Use i2c_get_match_dataBiju Das2023-07-291-3/+1
* iio: accel: adxl313: Fix adxl313_i2c_id[] tableBiju Das2023-07-291-2/+2
* iio: adc: Explicitly include correct DT includesRob Herring2023-07-234-4/+1
* iio: accel: adxl355: Simplify probe()Biju Das2023-07-221-12/+3
* iio: accel: da280: Add support for the DA217 accelerometerHans de Goede2023-07-201-3/+8
* Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-06-1533-43/+34
|\
| * iio: kx022a: Use new iio_validate_own_trigger()Matti Vaittinen2023-05-231-12/+1
| * iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-2129-29/+29
| * iio: kx022a: Probe asynchronouslyMatti Vaittinen2023-05-132-0/+2
| * iio: accel: bma400: Simplify an error messageChristophe JAILLET2023-05-131-2/+1
| * iio: accel: st_accel: Add LSM303DMarius Hoch2023-05-131-0/+1
* | iio: accel: fxls8962af: errata bug only applicable for FXLS8962AFSean Nyekjaer2023-06-051-2/+3
* | iio: accel: fxls8962af: fixup buffer scan element typeSean Nyekjaer2023-06-051-2/+1
* | iio: accel: kx022a fix irq gettingMatti Vaittinen2023-05-131-1/+1
* | iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT m...Hans de Goede2023-05-131-2/+2
|/
* Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-04-128-5/+16
|\
| * iio: accel: add support for IIS328DQ variantStefan Wahren2023-03-194-0/+12
| * iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait2023-03-114-4/+4
| * iio: accel: kionix-kx022a: Remove the unused member g_rangeMehdi Djait2023-03-111-1/+0
* | Merge tag 'iio-fixes-for-6.3a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-03-281-1/+1
|\ \ | |/ |/|
| * iio: accel: kionix-kx022a: Get the timestamp from the driver's private data i...Mehdi Djait2023-02-181-1/+1
* | Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman2023-02-061-0/+1
|\|
| * iio: hid: fix the retval in accel_3d_capture_sampleDmitry Perchanov2023-01-141-0/+1
* | iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_conf...Harshit Mogalapalli2023-01-281-1/+4
* | iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_stat...Harshit Mogalapalli2023-01-281-1/+4
* | iio: accel: st_accel: Add LSM303CStephan Gerhold2023-01-085-1/+13
* | iio: accel: bma400: Use devm_regulator_bulk_get_enable()Jonathan Cameron2022-12-282-29/+4
|/
* Merge tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2022-11-271-1/+3
|\
| * iio: accel: bma400: Fix memory leak in bma400_get_steps_reg()Dong Chenchen2022-11-121-1/+3
* | Merge tag 'iio-for-6.2b' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2022-11-2712-32/+32
|\ \
| * | iio: accel: adis16209: Call '__adis_initial_startup()' in probeRamona Bolboaca2022-11-231-1/+1
| * | iio: accel: adis16201: Call '__adis_initial_startup()' in probeRamona Bolboaca2022-11-231-1/+1
| * | iio: accel: mma9553: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
| * | iio: accel: mma9551: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
| * | iio: accel: mma8452: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
| * | iio: accel: mma7455_i2c: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
| * | iio: accel: kxcjk-1013: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
| * | iio: accel: da280: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
| * | iio: accel: bmc150: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
| * | iio: accel: bma400: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
| * | iio: accel: bma180: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3