summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| * | iio: adc: max77541: Add ADI MAX77541 ADC SupportOkan Sahin2023-06-283-0/+206
| |/
* | iio: imu: inv_icm42600: fix timestamp resetJean-Baptiste Maneyrol2023-05-201-5/+5
* | iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flagMasahiro Honda2023-05-201-0/+4
* | iio: dac: mcp4725: Fix i2c_master_send() return value handlingMarek Vasut2023-05-131-2/+14
* | iio: accel: kx022a fix irq gettingMatti Vaittinen2023-05-131-1/+1
* | iio: bu27034: Ensure reset is writtenMatti Vaittinen2023-05-131-1/+11
* | iio: dac: build ad5758 driver when AD5758 is selectedLukas Bulwahn2023-05-131-1/+1
* | iio: addac: ad74413: fix resistance input processingRasmus Villemoes2023-05-131-1/+1
* | iio: light: vcnl4035: fixed chip ID checkFrank Li2023-05-131-0/+3
* | iio: adc: stm32-adc: skip adc-channels setup if none is presentSean Nyekjaer2023-05-131-19/+23
* | iio: adc: stm32-adc: skip adc-diff-channels setup if none is presentSean Nyekjaer2023-05-131-10/+9
* | iio: adc: ad7192: Change "shorted" channels to differentialPaul Cercueil2023-05-131-6/+2
* | iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT m...Hans de Goede2023-05-131-2/+2
* | iio: gts-helpers: fix integration time unitsMatti Vaittinen2023-05-131-10/+32
* | iio: bu27034: Fix integration timeMatti Vaittinen2023-05-131-5/+9
* | iio: adc: palmas: fix off by one bugsDan Carpenter2023-05-131-5/+5
* | iio: adc: mxs-lradc: fix the order of two cleanup operationsJiakai Luo2023-05-131-5/+5
* | iio: ad4130: Make sure clock provider gets removedLars-Peter Clausen2023-05-131-1/+11
* | iio: tmag5273: Fix runtime PM leak on measurement errorLars-Peter Clausen2023-05-131-2/+3
* | iio: adc: mt6370: Fix ibus and ibat scaling value of some specific vendor ID ...ChiaEn Wu2023-05-131-2/+51
* | iio: adc: imx93: fix a signedness bug in imx93_adc_read_raw()Dan Carpenter2023-05-131-4/+3
|/
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-2769-816/+5302
|\
| * iio: adc: palmas: don't alter event config on suspend/resumePatrik Dahlström2023-04-131-14/+2
| * iio: adc: palmas: add support for iio threshold eventsPatrik Dahlström2023-04-131-24/+419
| * iio: adc: palmas: always reset events on unloadPatrik Dahlström2023-04-131-0/+11
| * iio: adc: palmas: move eventX_enable into palmas_adc_eventPatrik Dahlström2023-04-131-10/+9
| * iio: adc: palmas: use iio_event_direction for threshold polarityPatrik Dahlström2023-04-131-13/+23
| * iio: adc: palmas: replace "wakeup" with "event"Patrik Dahlström2023-04-131-25/+25
| * iio: adc: palmas: remove adc_wakeupX_dataPatrik Dahlström2023-04-131-44/+6
| * iio: adc: palmas: Take probe fully device managed.Jonathan Cameron2023-04-131-68/+42
| * iio: imu: lsm6dsx: Add ACPI mount matrix retrievalJonathan Cameron2023-04-131-3/+74
| * iio: imu: lsm6dsx: Support SMO8B30 ACPI ID for LSM6DS3TR-CJonathan Cameron2023-04-122-3/+15
| * Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-04-1268-672/+4736
| |\
| | * iio: light: ROHM BU27034 Ambient Light SensorMatti Vaittinen2023-04-103-0/+1512
| | * iio: light: Add gain-time-scale helpersMatti Vaittinen2023-04-103-0/+1081
| | * iio: dac: set variable max5522_channels storage-class-specifier to staticTom Rix2023-04-101-1/+1
| | * iio: addac: stx104: Use regmap_read_poll_timeout() for conversion pollWilliam Breathitt Gray2023-04-101-9/+13
| | * iio: addac: stx104: Migrate to the regmap APIWilliam Breathitt Gray2023-04-102-195/+245
| | * iio: addac: stx104: Improve indentation in stx104_write_raw()William Breathitt Gray2023-04-101-10/+10
| | * iio: addac: stx104: Use define rather than hardcoded limit for write valWilliam Breathitt Gray2023-04-101-2/+2
| | * iio: addac: stx104: Fix race condition when converting analog-to-digitalWilliam Breathitt Gray2023-04-101-0/+4
| | * iio: addac: stx104: Fix race condition for stx104_write_raw()William Breathitt Gray2023-04-101-0/+8
| | * iio: adc: ti-ads1100: fix error code in probe()Dan Carpenter2023-04-101-1/+1
| | * iio: accel: add support for IIS328DQ variantStefan Wahren2023-03-194-0/+12
| | * iio: addac: stx104: Replace bitops.h header inclusion with bits.hWilliam Breathitt Gray2023-03-191-1/+1
| | * iio: dac: cio-dac: Migrate to the regmap APIWilliam Breathitt Gray2023-03-182-21/+46
| | * iio: frequency: admv1013: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König2023-03-181-17/+4
| | * iio: adc: at91-sama5d2_adc: remove dead code in at91_adc_probe()Cheng Ziqiu2023-03-181-5/+1
| | * iio: adc: qcom-pm8xxx-xoadc: Remove useless condition in pm8xxx_xoadc_parse_c...Kasumov Ruslan2023-03-181-1/+1
| | * iio: adc: stm32-adc: set some stm32-adc.c variables storage-class-specifier t...Tom Rix2023-03-121-3/+3