summaryrefslogtreecommitdiff
path: root/drivers/iio/accel
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-28iio: accel: kxsd9: Switch from linux/of.h to linux/mod_devicetable.hJonathan Cameron1-1/+1
2024-02-28iio: accel: bma180: Switch from linux/of.h to linux/mod_devicetable.hJonathan Cameron1-1/+1
2024-02-28iio: accel: adxl372: Switch from linux/of.h to linux/mod_devicetable.hJonathan Cameron1-1/+1
2024-02-25iio: accel: adxl367: fix I2C FIFO data registerCosmin Tanislav1-1/+1
2024-02-25iio: accel: adxl367: fix DEVID read after resetCosmin Tanislav1-2/+6
2024-02-25Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman14-254/+265
2024-02-19iio: accel: bmc150: Document duplicate ACPI entries with bmi323 driverJonathan LoBue1-0/+13
2024-02-17iio: accel: adxl367: Use automated cleanup for locks and iio direct mode.Jonathan Cameron1-179/+118
2024-02-17iio: accel: mxc4005: new ACPI ID for the MXC6655 accelerometerNikita Mikhailevich1-0/+1
2024-02-04iio: accel: bma400: Fix a compilation problemMario Limonciello1-0/+2
2024-01-23iio: accel: bmi088: add i2c support for bmi088 accel driverJun Yan3-2/+77
2024-01-23iio: st_sensors: drop ACPI_PTR() and CONFIG_ACPI guardsJonathan Cameron1-4/+1
2024-01-23iio: accel: bmc150: Drop ACPI_PTR()Jonathan Cameron2-3/+2
2024-01-23iio: accel: stk8ba50: Drop ACPI_PTR() usageJonathan Cameron1-2/+2
2024-01-23iio: accel: mxc6255: Drop ACPI_PTR() usageJonathan Cameron1-2/+2