summaryrefslogtreecommitdiff
path: root/drivers/iio/accel
AgeCommit message (Expand)AuthorFilesLines
3 daysmove asm/unaligned.h to linux/unaligned.hAl Viro7-7/+7
2024-09-03iio: accel: bmc150: Improve bmc150_apply_bosc0200_acpi_orientation()Andy Shevchenko1-3/+3
2024-09-03iio: accel: bmc150: use fwnode_irq_get_byname()Andy Shevchenko1-2/+2
2024-08-03iio: accel: adxl380: make use of iio_get_masklength()Nuno Sa1-1/+1
2024-08-03iio: accel: kxcjk-1013: Add support for KX022-1020Rayyan Ansari1-2/+6
2024-08-03iio: accel: add ADXL380 driverAntoniu Miclaus6-0/+2091
2024-07-29iio: accel: bma400: simplify with cleanup.hKrzysztof Kozlowski1-6/+5
2024-07-29iio: accel: bmi088: Constify struct regmap_busJavier Carrasco1-1/+1
2024-07-29iio: accel: bma400: Constify struct regmap_busJavier Carrasco1-1/+1
2024-07-29iio: accel: adxl367: Constify struct regmap_busJavier Carrasco1-1/+1
2024-07-29iio: accel: stk8ba50: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-07-29iio: accel: stk8312: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-07-29iio: accel: sca3300: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-07-29iio: accel: msa311: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-07-29iio: accel: fxls8962af-core: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-07-29iio: accel: cros_ec_accel_legacy: make use of iio_get_masklength()Nuno Sa1-1/+1
2024-07-29iio: accel: bmc150-accel-core: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-07-29iio: accel: bma180: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-07-29iio: accel: adxl372: make use of iio_get_masklength()Nuno Sa1-1/+1
2024-07-29iio: accel: adxl367: make use of iio_get_masklength()Nuno Sa1-1/+1
2024-07-04Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman7-18/+105
2024-07-01Merge 6.10-rc6 into char-misc-nextGreg Kroah-Hartman1-0/+2
2024-06-25iio: accel: st_accel: add support for LIS2DS12Kaustabh Chakraborty4-0/+92
2024-06-25iio: accel: msa311: make use of regmap_clear_bits()Trevor Gamblin1-4/+4
2024-06-25iio: accel: kxsd9: Make use of regmap_clear_bits()Trevor Gamblin1-4/+1
2024-06-25iio: accel: fxls8962af-core: Make use of regmap_set_bits(), regmap_clear_bits()Trevor Gamblin1-10/+8
2024-06-13iio: accel: adxl355: simplify with spi_get_device_match_data()Krzysztof Kozlowski1-7/+3
2024-06-13iio: accel: adxl313: simplify with spi_get_device_match_data()Krzysztof Kozlowski1-7/+1
2024-06-13iio: accel: mma7660: add mount-matrix supportVal Packett1-15/+35
2024-06-08iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUFAlexander Sverdlin1-0/+2
2024-06-04iio: accel: bmi088: remove unused struct 'bmi088_scale_info'Dr. David Alan Gilbert1-5/+0
2024-05-27iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König17-28/+28
2024-05-08Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman1-7/+85
2024-04-29iio: accel: mxc4005: Read orientation matrix from ACPI ROTM methodHans de Goede1-0/+22
2024-04-29iio: bmc150-accel-core: Use iio_read_acpi_mount_matrix() helperHans de Goede1-42/+2
2024-04-29iio: accel: kxcjk-1013: Use new iio_read_acpi_mount_matrix() helperHans de Goede1-79/+1
2024-04-06iio: accel: adxl345: Add spi-3wire optionLothar Rubusch2-1/+10
2024-04-06iio: accel: adxl345: Add comment to probeLothar Rubusch1-0/+10
2024-04-06iio: accel: adxl345: Reorder probe initializationLothar Rubusch1-20/+20
2024-04-06iio: accel: adxl345: Pass function pointer to coreLothar Rubusch4-10/+29
2024-04-06iio: accel: adxl345: Move defines to headerLothar Rubusch2-32/+32
2024-04-06iio: accel: adxl345: Group bus configurationLothar Rubusch1-6/+6
2024-04-06iio: accel: adxl345: Make data_range obsoleteLothar Rubusch1-7/+13
2024-03-28iio: accel: mxc4005: Reset chip on probe() and resume()Hans de Goede1-0/+68
2024-03-28iio: accel: mxc4005: Interrupt handling fixesHans de Goede1-7/+17
2024-03-25iio: accel: adxl367: Remove second semicolonColin Ian King1-1/+1
2024-03-25iio: accel: fxls8962af: Switch from of specific to fwnode based properties.Jonathan Cameron1-4/+6
2024-03-25iio: accel: mma8452: Switch from of specific to fwnode property handling.Jonathan Cameron1-3/+3
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-260/+352
2024-02-28iio: accel: kxcjk-1013: Implement ACPI method ROTM to retrieve mount matrix.Sean Rhodes1-3/+84