summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-10-132-1/+4
|\
| * iio: accel: kx022a: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco2024-10-061-0/+2
| * iio: accel: bma400: Fix uninitialized variable field_value in tap event handl...Mikhail Lobanov2024-09-301-1/+2
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-027-7/+7
|/
* iio: accel: bmc150: Improve bmc150_apply_bosc0200_acpi_orientation()Andy Shevchenko2024-09-031-3/+3
* iio: accel: bmc150: use fwnode_irq_get_byname()Andy Shevchenko2024-09-031-2/+2
* iio: accel: adxl380: make use of iio_get_masklength()Nuno Sa2024-08-031-1/+1
* iio: accel: kxcjk-1013: Add support for KX022-1020Rayyan Ansari2024-08-031-2/+6
* iio: accel: add ADXL380 driverAntoniu Miclaus2024-08-036-0/+2091
* iio: accel: bma400: simplify with cleanup.hKrzysztof Kozlowski2024-07-291-6/+5
* iio: accel: bmi088: Constify struct regmap_busJavier Carrasco2024-07-291-1/+1
* iio: accel: bma400: Constify struct regmap_busJavier Carrasco2024-07-291-1/+1
* iio: accel: adxl367: Constify struct regmap_busJavier Carrasco2024-07-291-1/+1
* iio: accel: stk8ba50: make use of iio_for_each_active_channel()Nuno Sa2024-07-291-2/+1
* iio: accel: stk8312: make use of iio_for_each_active_channel()Nuno Sa2024-07-291-2/+1
* iio: accel: sca3300: make use of iio_for_each_active_channel()Nuno Sa2024-07-291-2/+1
* iio: accel: msa311: make use of iio_for_each_active_channel()Nuno Sa2024-07-291-2/+1
* iio: accel: fxls8962af-core: make use of iio_for_each_active_channel()Nuno Sa2024-07-291-2/+1
* iio: accel: cros_ec_accel_legacy: make use of iio_get_masklength()Nuno Sa2024-07-291-1/+1
* iio: accel: bmc150-accel-core: make use of iio_for_each_active_channel()Nuno Sa2024-07-291-2/+1
* iio: accel: bma180: make use of iio_for_each_active_channel()Nuno Sa2024-07-291-2/+1
* iio: accel: adxl372: make use of iio_get_masklength()Nuno Sa2024-07-291-1/+1
* iio: accel: adxl367: make use of iio_get_masklength()Nuno Sa2024-07-291-1/+1
* Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2024-07-047-18/+105
|\
| * iio: accel: st_accel: add support for LIS2DS12Kaustabh Chakraborty2024-06-254-0/+92
| * iio: accel: msa311: make use of regmap_clear_bits()Trevor Gamblin2024-06-251-4/+4
| * iio: accel: kxsd9: Make use of regmap_clear_bits()Trevor Gamblin2024-06-251-4/+1
| * iio: accel: fxls8962af-core: Make use of regmap_set_bits(), regmap_clear_bits()Trevor Gamblin2024-06-251-10/+8
* | Merge 6.10-rc6 into char-misc-nextGreg Kroah-Hartman2024-07-011-0/+2
|\ \ | |/ |/|
| * iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUFAlexander Sverdlin2024-06-081-0/+2
* | iio: accel: adxl355: simplify with spi_get_device_match_data()Krzysztof Kozlowski2024-06-131-7/+3
* | iio: accel: adxl313: simplify with spi_get_device_match_data()Krzysztof Kozlowski2024-06-131-7/+1
* | iio: accel: mma7660: add mount-matrix supportVal Packett2024-06-131-15/+35
* | iio: accel: bmi088: remove unused struct 'bmi088_scale_info'Dr. David Alan Gilbert2024-06-041-5/+0
* | iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-2717-28/+28
|/
* Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman2024-05-081-7/+85
|\
| * iio: accel: mxc4005: Reset chip on probe() and resume()Hans de Goede2024-03-281-0/+68
| * iio: accel: mxc4005: Interrupt handling fixesHans de Goede2024-03-281-7/+17
* | iio: accel: mxc4005: Read orientation matrix from ACPI ROTM methodHans de Goede2024-04-291-0/+22
* | iio: bmc150-accel-core: Use iio_read_acpi_mount_matrix() helperHans de Goede2024-04-291-42/+2
* | iio: accel: kxcjk-1013: Use new iio_read_acpi_mount_matrix() helperHans de Goede2024-04-291-79/+1
* | iio: accel: adxl345: Add spi-3wire optionLothar Rubusch2024-04-062-1/+10
* | iio: accel: adxl345: Add comment to probeLothar Rubusch2024-04-061-0/+10
* | iio: accel: adxl345: Reorder probe initializationLothar Rubusch2024-04-061-20/+20
* | iio: accel: adxl345: Pass function pointer to coreLothar Rubusch2024-04-064-10/+29
* | iio: accel: adxl345: Move defines to headerLothar Rubusch2024-04-062-32/+32
* | iio: accel: adxl345: Group bus configurationLothar Rubusch2024-04-061-6/+6
* | iio: accel: adxl345: Make data_range obsoleteLothar Rubusch2024-04-061-7/+13
* | iio: accel: adxl367: Remove second semicolonColin Ian King2024-03-251-1/+1
* | iio: accel: fxls8962af: Switch from of specific to fwnode based properties.Jonathan Cameron2024-03-251-4/+6