summaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-0282-82/+82
* Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman2024-09-0910-59/+91
|\
| * iio: imu: inv_mpu6050: fix interrupt status read for old buggy chipsJean-Baptiste Maneyrol2024-08-171-2/+11
| * iio: adc: ad7173: fix GPIO device infoDumitru Ceclan2024-08-171-3/+0
| * iio: adc: ad7124: fix DT configuration parsingDumitru Ceclan2024-08-061-2/+1
| * iio: adc: ad_sigma_delta: fix irq_flags on irq requestNuno Sa2024-08-061-1/+1
| * iio: adc: ads1119: Fix IRQ flagsFrancesco Dolcini2024-08-031-1/+1
| * iio: fix scale application in iio_convert_raw_to_processed_unlockedMatteo Martelli2024-08-031-4/+4
| * iio: adc: ad7124: fix config comparisonDumitru Ceclan2024-08-031-11/+15
| * iio: adc: ad7124: fix chip ID mismatchDumitru Ceclan2024-08-031-0/+1
| * iio: adc: ad7173: Fix incorrect compatible stringDumitru Ceclan2024-07-291-5/+5
| * iio: buffer-dmaengine: fix releasing dma channel on errorDavid Lechner2024-07-291-1/+3
| * iio: adc: ad7606: remove frstdata check for serial modeGuillaume Stols2024-07-293-29/+49
* | iio: adc: axp20x_adc: add support for AXP717 ADCChris Morgan2024-09-071-0/+160
* | iio: adc: axp20x_adc: Add adc_en1 and adc_en2 to axp_dataChris Morgan2024-09-071-7/+15
* | iio: adc: standardize on formatting for id match tablesJonathan Cameron2024-09-0564-169/+169
* | iio: proximity: aw96103: Add support for aw96103/aw96105 proximity sensorshuaijie wang2024-09-053-0/+858
* | iio: adc: sophgo-saradc: Add driver for Sophgo CV1800B SARADCThomas Bonnefille2024-09-033-0/+238
* | iio: imu: st_lsm6dsx: Remove useless dev_fwnode() callsAndy Shevchenko2024-09-031-17/+6
* | iio: imu: st_lsm6dsx: Use iio_read_acpi_mount_matrix() helperAndy Shevchenko2024-09-031-69/+1
* | iio: adc: mcp320x: Drop vendorless compatible stringsRob Herring (Arm)2024-09-031-10/+0
* | iio: dac: ad5449: drop support for platform dataBartosz Golaszewski2024-09-031-13/+2
* | iio: adc: xilinx-ams: use device_* to iterate over device child nodesJavier Carrasco2024-09-031-10/+5
* | iio: adc: ad4695: implement calibration supportDavid Lechner2024-09-031-2/+156
* | iio: adc: ad4695: add 2nd regmap for 16-bit registersDavid Lechner2024-09-031-15/+68
* | iio: bmi323: peripheral in lowest power state on suspendDenis Benato2024-09-031-2/+159
* | iio: accel: bmc150: Improve bmc150_apply_bosc0200_acpi_orientation()Andy Shevchenko2024-09-031-3/+3
* | iio: accel: bmc150: use fwnode_irq_get_byname()Andy Shevchenko2024-09-031-2/+2
* | iio: proximity: cros_ec_mkbp_proximity: Switch to including mod_devicetable.h...Andy Shevchenko2024-09-031-1/+1
* | iio: magnetometer: ak8975: Add AK09118 supportDanila Tikhonov2024-09-032-1/+38
* | iio: magnetometer: ak8975: Fix reading for ak099xx sensorsBarnabás Czémán2024-09-031-16/+16
* | iio: magnetometer: ak8975: Relax failure on unknown idBarnabás Czémán2024-09-031-3/+7
* | drivers:iio:Fix the NULL vs IS_ERR() bug for debugfs_create_dir()Yang Ruibin2024-08-211-1/+1
* | iio: sgp40: retain documentation in driverAndreas Klinger2024-08-211-3/+8
* | iio: light: ltr390: Calculate 'counts_per_uvi' dynamicallyAbhash Jha2024-08-171-2/+12
* | iio: light: ltr390: Add ALS channel and support for gain and resolutionAbhash Jha2024-08-171-15/+90
* | iio: adc: ad4695: implement triggered bufferDavid Lechner2024-08-171-3/+247
* | iio: proximity: hx9023s: Fix error code in hx9023s_property_get()Dan Carpenter2024-08-171-1/+2
* | iio: light: noa1305: Fix up integration time look upMarek Vasut2024-08-171-1/+1
* | iio: humidity: Add support for ENS210Joshua Felmeden2024-08-173-0/+351
* | iio: imu: adis16460: drop ifdef around CONFIG_DEBUG_FSNuno Sa2024-08-101-14/+4
* | iio: imu: adis16400: drop ifdef around CONFIG_DEBUG_FSNuno Sa2024-08-101-14/+4
* | iio: imu: adis16480: drop ifdef around CONFIG_DEBUG_FSNuno Sa2024-08-101-14/+4
* | iio: imu: adis16475: drop ifdef around CONFIG_DEBUG_FSNuno Sa2024-08-101-6/+3
* | iio: adc: pac1921: add missing error return in probe()Dan Carpenter2024-08-101-2/+2
* | iio: Fix spelling mistake "avaialable" -> "available"Colin Ian King2024-08-101-1/+1
* | iio: dac: ltc2664: Fix off by one in ltc2664_channel_config()Dan Carpenter2024-08-101-1/+1
* | iio: bmi323: suspend and resume triggering on relevant pm operationsDenis Benato2024-08-104-0/+26
* | iio: trigger: allow devices to suspend/resume theirs associated triggerDenis Benato2024-08-101-0/+27
* | iio: light: apds9960: Add proximity and gesture offset calibrationAbhash Jha2024-08-101-1/+54