summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2025-04-22iio: cros_ec: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-04-22iio: proximity: cros_ec_mkbp_proximity: Avoid -Wflex-array-member-not-at-end ...Gustavo A. R. Silva
2025-04-22iio: adc: ad7606_par: add ad7606c chipsDavid Lechner
2025-04-22iio: adc: ad7606: dynamically allocate channel infoDavid Lechner
2025-04-22iio: adc: ad7606: drop ch param from ad7606_scale_setup_cb_tDavid Lechner
2025-04-22iio: adc: ad7606: don't use address fieldDavid Lechner
2025-04-22iio: adc: ad7606: use kernel identifier name styleDavid Lechner
2025-04-22iio: adc: ad7606: fix kernel-doc commentsDavid Lechner
2025-04-22iio: adc: ad7606: use devm_mutex_init()David Lechner
2025-04-22iio: adc: ad7606: add missing max sample ratesDavid Lechner
2025-04-22iio: adc: ad7606_spi: check error in ad7606B_sw_mode_config()David Lechner
2025-04-22iio: light: al3320a: Split set_pwr function into set_pwr_on and _offDavid Heidelberg
2025-04-22iio: light: al3010: Split set_pwr function into set_pwr_on and _offDavid Heidelberg
2025-04-22iio: light: al3320a: Abstract device reference in the probe functionDavid Heidelberg
2025-04-22iio: light: al3010: Abstract device reference in the probe functionDavid Heidelberg
2025-04-22iio: light: al3320a: Remove DRV_NAME definitionDavid Heidelberg
2025-04-22iio: light: al3010: Remove DRV_NAME definitionDavid Heidelberg
2025-04-22iio: light: al3320a: Use unsigned int for the indexingDavid Heidelberg
2025-04-22iio: light: al3010: Use unsigned int for the indexingDavid Heidelberg
2025-04-22iio: dac: ad3552r-hs: add debugfs reg accessAngelo Dureghello
2025-04-22iio: adc: Support ROHM BD79124 ADCMatti Vaittinen
2025-04-22iio: adc: sun20i-gpadc: Use adc-helpersMatti Vaittinen
2025-04-22iio: adc: rzg2l_adc: Use adc-helpersMatti Vaittinen
2025-04-22iio: adc: add helpers for parsing ADC nodesMatti Vaittinen
2025-04-22iio: filter: admv8818: Support frequencies >= 2^32Brian Pellegrino
2025-04-22iio: core: Add support for writing 64 bit attrsSam Winchenbach
2025-04-22iio: filter: admv8818: fix range calculationSam Winchenbach
2025-04-22iio: filter: admv8818: fix integer overflowSam Winchenbach
2025-04-22iio: filter: admv8818: fix band 4, state 15Sam Winchenbach
2025-04-22iio: adc: meson: add support for the GXLX SoCMartin Blumenstingl
2025-04-22iio: light: bh1750: Add hardware reset support via GPIOSergio Perez
2025-04-22iio: hid-sensor-prox: Add support for 16-bit report sizeZhang Lixu
2025-04-22iio: accel: adxl345: cleanup regmap return valuesLothar Rubusch
2025-04-22iio: accel: adxl345: move INT enable to regmap cacheLothar Rubusch
2025-04-22iio: accel: adxl345: use regmap cache for INT mappingLothar Rubusch
2025-04-22iio: adc: sort TI drivers alphanumericalTobias Sperling
2025-04-21iio: adis16201: Correct inclinometer channel resolutionGabriel Shahrouzi
2025-04-21iio: adc: ad7606: fix serial register accessAngelo Dureghello
2025-04-21iio: pressure: mprls0025pa: use aligned_s64 for timestampDavid Lechner
2025-04-21iio: imu: adis16550: align buffers for timestampDavid Lechner
2025-04-20gcc-15: add '__nonstring' markers to byte arraysLinus Torvalds
2025-04-18iio: adc: ad7266: Fix potential timestamp alignment issue.Jonathan Cameron
2025-04-18iio: adc: ad7768-1: Fix insufficient alignment of timestamp.Jonathan Cameron
2025-04-18iio: adc: dln2: Use aligned_s64 for timestampJonathan Cameron
2025-04-18iio: accel: adxl355: Make timestamp 64-bit aligned using aligned_s64Jonathan Cameron
2025-04-18iio: temp: maxim-thermocouple: Fix potential lack of DMA safe buffer.Jonathan Cameron
2025-04-18iio: chemical: pms7003: use aligned_s64 for timestampDavid Lechner
2025-04-18iio: chemical: sps30: use aligned_s64 for timestampDavid Lechner
2025-04-18iio: imu: inv_mpu6050: align buffer for timestampDavid Lechner
2025-04-12iio: imu: st_lsm6dsx: Fix wakeup source leaks on device unbindKrzysztof Kozlowski