summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio:imu: adis16475: Fix sync mode settingRamona Gradinariu2024-04-061-1/+3
* 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: pressure: Fixes SPI support for BMP3xx devicesVasileios Amoiridis2024-03-243-7/+4
* iio: pressure: Fixes BME280 SPI driver dataVasileios Amoiridis2024-03-241-2/+2
* Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-21112-1888/+7121
|\
| * iio: proximity: isl29501: make use of of_device_id tableKrzysztof Kozlowski2024-02-281-2/+1
| * iio: adc: qcom-pm8xxx-xoadc: drop unused kerneldoc struct pm8xxx_chan_info me...Krzysztof Kozlowski2024-02-281-1/+0
| * iio: magnetometer: add a driver for Voltafield AF8133J magnetometerIcenowy Zheng2024-02-283-0/+541
| * iio: adc: rockchip_saradc: replace custom logic with devm_reset_control_get_o...Quentin Schulz2024-02-281-8/+3
| * iio: adc: rockchip_saradc: use mask for write_enable bitfieldQuentin Schulz2024-02-281-2/+2
| * iio: adc: rockchip_saradc: fix bitmask for channels on SARADCv2Quentin Schulz2024-02-281-1/+1
| * iio: adc: adding support for PAC193xMarius Cristea2024-02-283-0/+1648
| * iio: temperature: ltc2983: explicitly set the name in chip_infoNuno Sa2024-02-281-5/+15
| * iio: temperature: ltc2983: rename ltc2983_parse_dt()Nuno Sa2024-02-281-2/+2
| * iio: temperature: ltc2983: make use of spi_get_device_match_data()Nuno Sa2024-02-281-3/+1
| * iio: adc: ti-ads1298: prevent divide by zero in ads1298_set_samp_freq()Dan Carpenter2024-02-281-0/+2
| * iio: adc: ti-ads1298: Fix error code in probe()Dan Carpenter2024-02-281-1/+1
| * iio: amplifiers: hmc425a: add support for LTC6373 Instrumentation AmplifierDumitru Ceclan2024-02-281-4/+120
| * iio: amplifiers: hmc425a: use pointers in match tableDumitru Ceclan2024-02-281-15/+16
| * iio: amplifiers: hmc425a: move conversion logicDumitru Ceclan2024-02-281-42/+83
| * iio: temperature: tmp117: add support for vcc-supplyThomas Haemmerle2024-02-281-0/+9
| * iio: adc: mcp320x: Simplify device removal logicArturas Moskvinas2024-02-281-20/+9
| * iio: accel: kxcjk-1013: Implement ACPI method ROTM to retrieve mount matrix.Sean Rhodes2024-02-281-3/+84
| * iio: dac: mcp4821: Switch to including mod_devicetable.h for struct of_device...Jonathan Cameron2024-02-281-1/+1
| * iio: accel: kxsd9: Switch from linux/of.h to linux/mod_devicetable.hJonathan Cameron2024-02-281-1/+1
| * iio: accel: bma180: Switch from linux/of.h to linux/mod_devicetable.hJonathan Cameron2024-02-281-1/+1
| * iio: accel: adxl372: Switch from linux/of.h to linux/mod_devicetable.hJonathan Cameron2024-02-281-1/+1
| * iio: adc: ads8688: Switch to mod_devicetable.h for struct of_device_id defini...Jonathan Cameron2024-02-281-1/+1
| * iio: light: al3010: Switch from linux/of.h to linux/mod_devicetable.hJonathan Cameron2024-02-281-1/+1
| * iio: light: al3320a: Drop unused linux/of.h includeJonathan Cameron2024-02-281-1/+0
| * iio: light: vl6180: Drop unused linux/of.h includeJonathan Cameron2024-02-281-1/+0
| * Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2024-02-2593-1775/+4581
| |\
| | * iio: imu: bmi323: Add ACPI Match TableJonathan LoBue2024-02-191-0/+21
| | * iio: accel: bmc150: Document duplicate ACPI entries with bmi323 driverJonathan LoBue2024-02-191-0/+13
| | * iio: adc: ti-ads1298: Add driverMike Looijmans2024-02-193-0/+781
| | * iio: pressure: hsc030pa add triggered bufferPetre Rodan2024-02-193-0/+53
| | * iio: pressure: hsc030pa add mandatory delayPetre Rodan2024-02-193-0/+6
| | * iio: pressure: hsc030pa: update datasheet URLsPetre Rodan2024-02-192-3/+4
| | * iio: pressure: hsc030pa: include cleanupPetre Rodan2024-02-193-0/+6
| | * iio: pressure: hsc030pa: use signed type to hold div_64() resultPetre Rodan2024-02-191-1/+1
| | * iio: st_sensors: lsm9ds0: Use common style for terminator in ID tablesandy.shevchenko@gmail.com2024-02-191-1/+1
| | * iio: st_sensors: lsm9ds0: Don't use "proxy" headersandy.shevchenko@gmail.com2024-02-194-5/+12
| | * iio: st_sensors: lsm9ds0: Use dev_err_probe() everywhereandy.shevchenko@gmail.com2024-02-191-10/+7
| | * iio: adc: adi-axi-adc: move to backend frameworkNuno Sa2024-02-192-290/+96
| | * iio: adc: ad9467: convert to backend frameworkNuno Sa2024-02-192-91/+178
| | * iio: add the IIO backend frameworkNuno Sa2024-02-193-0/+428
| | * iio: buffer-dmaengine: export buffer alloc and free functionsNuno Sa2024-02-192-3/+6
| | * iio: gts-helper: Fix division loopMatti Vaittinen2024-02-191-14/+1
| | * iio: humidity: hdc3020: add threshold events supportDimitri Fedrau2024-02-171-0/+247