summaryrefslogtreecommitdiff
path: root/drivers/iio/accel
AgeCommit message (Expand)Author
2024-09-30iio: accel: adxl380: use irq_get_trigger_type()Jonathan Cameron
2024-09-30iio: accel: bma400: Fix uninitialized variable field_value in tap event handl...Mikhail Lobanov
2024-09-03iio: accel: bmc150: Improve bmc150_apply_bosc0200_acpi_orientation()Andy Shevchenko
2024-09-03iio: accel: bmc150: use fwnode_irq_get_byname()Andy Shevchenko
2024-08-03iio: accel: adxl380: make use of iio_get_masklength()Nuno Sa
2024-08-03iio: accel: kxcjk-1013: Add support for KX022-1020Rayyan Ansari
2024-08-03iio: accel: add ADXL380 driverAntoniu Miclaus
2024-07-29iio: accel: bma400: simplify with cleanup.hKrzysztof Kozlowski
2024-07-29iio: accel: bmi088: Constify struct regmap_busJavier Carrasco
2024-07-29iio: accel: bma400: Constify struct regmap_busJavier Carrasco
2024-07-29iio: accel: adxl367: Constify struct regmap_busJavier Carrasco
2024-07-29iio: accel: stk8ba50: make use of iio_for_each_active_channel()Nuno Sa
2024-07-29iio: accel: stk8312: make use of iio_for_each_active_channel()Nuno Sa
2024-07-29iio: accel: sca3300: make use of iio_for_each_active_channel()Nuno Sa
2024-07-29iio: accel: msa311: make use of iio_for_each_active_channel()Nuno Sa
2024-07-29iio: accel: fxls8962af-core: make use of iio_for_each_active_channel()Nuno Sa
2024-07-29iio: accel: cros_ec_accel_legacy: make use of iio_get_masklength()Nuno Sa
2024-07-29iio: accel: bmc150-accel-core: make use of iio_for_each_active_channel()Nuno Sa
2024-07-29iio: accel: bma180: make use of iio_for_each_active_channel()Nuno Sa
2024-07-29iio: accel: adxl372: make use of iio_get_masklength()Nuno Sa
2024-07-29iio: accel: adxl367: make use of iio_get_masklength()Nuno Sa
2024-07-04Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2024-07-01Merge 6.10-rc6 into char-misc-nextGreg Kroah-Hartman
2024-06-25iio: accel: st_accel: add support for LIS2DS12Kaustabh Chakraborty
2024-06-25iio: accel: msa311: make use of regmap_clear_bits()Trevor Gamblin
2024-06-25iio: accel: kxsd9: Make use of regmap_clear_bits()Trevor Gamblin
2024-06-25iio: accel: fxls8962af-core: Make use of regmap_set_bits(), regmap_clear_bits()Trevor Gamblin
2024-06-13iio: accel: adxl355: simplify with spi_get_device_match_data()Krzysztof Kozlowski
2024-06-13iio: accel: adxl313: simplify with spi_get_device_match_data()Krzysztof Kozlowski
2024-06-13iio: accel: mma7660: add mount-matrix supportVal Packett
2024-06-08iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUFAlexander Sverdlin
2024-06-04iio: accel: bmi088: remove unused struct 'bmi088_scale_info'Dr. David Alan Gilbert
2024-05-27iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König
2024-05-08Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman
2024-04-29iio: accel: mxc4005: Read orientation matrix from ACPI ROTM methodHans de Goede
2024-04-29iio: bmc150-accel-core: Use iio_read_acpi_mount_matrix() helperHans de Goede
2024-04-29iio: accel: kxcjk-1013: Use new iio_read_acpi_mount_matrix() helperHans de Goede
2024-04-06iio: accel: adxl345: Add spi-3wire optionLothar Rubusch
2024-04-06iio: accel: adxl345: Add comment to probeLothar Rubusch
2024-04-06iio: accel: adxl345: Reorder probe initializationLothar Rubusch
2024-04-06iio: accel: adxl345: Pass function pointer to coreLothar Rubusch
2024-04-06iio: accel: adxl345: Move defines to headerLothar Rubusch
2024-04-06iio: accel: adxl345: Group bus configurationLothar Rubusch
2024-04-06iio: accel: adxl345: Make data_range obsoleteLothar Rubusch
2024-03-28iio: accel: mxc4005: Reset chip on probe() and resume()Hans de Goede
2024-03-28iio: accel: mxc4005: Interrupt handling fixesHans de Goede
2024-03-25iio: accel: adxl367: Remove second semicolonColin Ian King
2024-03-25iio: accel: fxls8962af: Switch from of specific to fwnode based properties.Jonathan Cameron
2024-03-25iio: accel: mma8452: Switch from of specific to fwnode property handling.Jonathan Cameron
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds