summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: ad4130: only set GPIO_CTRL if pin is unusedCosmin Tanislav2024-02-101-3/+7
* iio: adc: ad4130: zero-initialize clock init dataCosmin Tanislav2024-02-101-1/+1
* iio: accel: bma400: Fix a compilation problemMario Limonciello2024-02-041-0/+2
* iio: hid-sensor-als: Return 0 for HID_USAGE_SENSOR_TIME_TIMESTAMPSrinivas Pandruvada2024-02-041-0/+1
* iio: humidity: hdc3020: fix temperature offsetDimitri Fedrau2024-01-271-1/+1
* iio: adc: ad7091r8: Fix error code in ad7091r8_gpio_setup()Dan Carpenter2024-01-221-1/+1
* iio: humidity: hdc3020: Add Makefile, Kconfig and MAINTAINERS entryJonathan Cameron2024-01-222-0/+13
* iio: imu: bno055: serdev requires REGMAPRandy Dunlap2024-01-221-0/+1
* iio: magnetometer: rm3100: add boundary check for the value read from RM3100_...zhili.liu2024-01-221-2/+8
* iio: pressure: bmp280: Add missing bmp085 to SPI id tableSam Protsenko2024-01-221-0/+1
* iio: core: fix memleak in iio_device_register_sysfsDinghao Liu2024-01-221-1/+4
* Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-184-18/+18
|\
| * tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)2023-12-084-18/+18
* | Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-1766-542/+8274
|\ \
| * | iio: adc: Add support for AD7091R-8Marcelo Schmitt2023-12-265-0/+297
| * | iio: adc: Split AD7091R-5 config symbolMarcelo Schmitt2023-12-262-1/+6
| * | iio: adc: ad7091r: Add chip_info callback to get conversion result channelMarcelo Schmitt2023-12-263-5/+14
| * | iio: adc: ad7091r: Set device mode through chip_info callbackMarcelo Schmitt2023-12-263-37/+39
| * | iio: adc: ad7091r: Remove unneeded probe parametersMarcelo Schmitt2023-12-263-9/+7
| * | iio: adc: ad7091r: Move chip init data to container structMarcelo Schmitt2023-12-263-30/+55
| * | iio: adc: ad7091r: Move generic AD7091R code to base driver and header fileMarcelo Schmitt2023-12-263-37/+42
| * | iio: adc: ad7091r: Enable internal vref if external vref is not suppliedMarcelo Schmitt2023-12-262-0/+9
| * | iio: adc: ad7091r: Allow users to configure device eventsMarcelo Schmitt2023-12-263-24/+166
| * | iio: dac: driver for MCP4821Anshul Dalal2023-12-213-0/+247
| * | iio: buffer-dma: split iio_dma_buffer_fileio_free() functionAlexandru Ardelean2023-12-211-19/+24
| * | iio: buffer-dma: Get rid of outgoing queuePaul Cercueil2023-12-211-21/+23
| * | iio: buffer: Use IIO_SEPARATE instead of a hard-coded 0Christophe JAILLET2023-12-211-3/+3
| * | iio: adc: ad7091r: Align arguments to function call parenthesisMarcelo Schmitt2023-12-171-2/+3
| * | iio: adc: ad7091r: Set alert bit in config registerMarcelo Schmitt2023-12-171-0/+6
| * | iio: adc: ad7091r: Pass iio_dev to event handlerMarcelo Schmitt2023-12-171-3/+3
| * | iio: chemical: add support for Aosong AGS02MAAnshul Dalal2023-12-173-0/+177
| * | iio: accel: bmi088: update comments and KconfigJun Yan2023-12-173-3/+8
| * | iio: humidity: Add driver for ti HDC302x humidity sensorsLi peiyu2023-12-111-0/+473
| * | iio: core: introduce trough info element for minimum valuesJavier Carrasco2023-12-111-0/+1
| * | iio: light: driver for Lite-On ltr390Anshul Dalal2023-12-113-0/+208
| * | iio: light: isl76682: remove unreachable codeJiapeng Chong2023-12-111-1/+0
| * | iio: pressure: driver for Honeywell HSC/SSC seriesPetre Rodan2023-12-116-0/+723
| * | iio: temperature: mlx90635 MLX90635 IR Temperature sensorCrt Mori2023-12-113-0/+1110
| * | iio: adc: adi-axi-adc: convert to regmapNuno Sa2023-12-112-34/+53
| * | iio: adc: ad9467: use the more common !val NULL checkNuno Sa2023-12-101-1/+1
| * | iio: adc: ad9467: use chip_info variables instead of arrayNuno Sa2023-12-101-46/+43
| * | iio: adc: ad9467: use spi_get_device_match_data()Nuno Sa2023-12-101-3/+1
| * | iio: adc: ad9467: fix scale settingNuno Sa2023-12-102-59/+62
| * | iio: adc: ad9467: add mutex to struct ad9467_stateNuno Sa2023-12-101-1/+6
| * | iio: adc: ad9467: don't ignore error codesNuno Sa2023-12-101-10/+17
| * | iio: adc: ad9467: fix reset gpio handlingNuno Sa2023-12-101-13/+18
| * | iio: adc: mcp3911: simplify code with guard macroMarcus Folkesson2023-12-101-41/+23
| * | iio: light: pa1203001: Drop ACPI_PTR() protection.Jonathan Cameron2023-12-061-1/+1
| * | iio: light: isl76682: Add ISL76682 driverMarek Vasut2023-12-063-0/+362
| * | iio: light: add VEML6075 UVA and UVB light sensor driverJavier Carrasco2023-12-043-0/+486