summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2024-07-29iio: adc: ti-tsc2046: simplify with cleanup.hKrzysztof Kozlowski
2024-07-29iio: adc: max1363: simplify with cleanup.hKrzysztof Kozlowski
2024-07-29iio: adc: at91: simplify with cleanup.hKrzysztof Kozlowski
2024-07-29iio: adc: ad7280a: simplify with cleanup.hKrzysztof Kozlowski
2024-07-29iio: accel: bma400: simplify with cleanup.hKrzysztof Kozlowski
2024-07-29iio: pressure: bmp280: Constify struct regmap_busJavier Carrasco
2024-07-29iio: light: gp2ap002: Constify struct regmap_busJavier Carrasco
2024-07-29iio: imu: bno055: Constify struct regmap_busJavier Carrasco
2024-07-29iio: imu: bmi323: Constify struct regmap_busJavier Carrasco
2024-07-29iio: dac: ltc2688: Constify struct regmap_busJavier Carrasco
2024-07-29iio: chemical: bme680: Constify struct regmap_busJavier Carrasco
2024-07-29iio: adc: ad7091r8: Constify struct regmap_busJavier Carrasco
2024-07-29iio: accel: bmi088: Constify struct regmap_busJavier Carrasco
2024-07-29iio: accel: bma400: Constify struct regmap_busJavier Carrasco
2024-07-29iio: accel: adxl367: Constify struct regmap_busJavier Carrasco
2024-07-29iio: imu: adis16480: make use of iio_for_each_active_channel()Nuno Sa
2024-07-29iio: imu: adis16475: make use of iio_for_each_active_channel()Nuno Sa
2024-07-29iio: adc: at91_adc: make use of iio_for_each_active_channel()Nuno Sa
2024-07-29iio: adc: ad_sigma_delta: use new '.masklength' accessorsNuno Sa
2024-07-29iio: adc: ad799x: make use of iio_get_masklength()Nuno Sa
2024-07-29iio: adc: ad7298: make use of iio_get_masklength()Nuno Sa
2024-07-29iio: adc: ad7266: make use of iio_get_masklength()Nuno Sa
2024-07-29iio: accel: stk8ba50: make use of iio_for_each_active_channel()Nuno Sa
2024-07-29iio: accel: stk8312: make use of iio_for_each_active_channel()Nuno Sa
2024-07-29iio: accel: sca3300: make use of iio_for_each_active_channel()Nuno Sa
2024-07-29iio: accel: msa311: make use of iio_for_each_active_channel()Nuno Sa
2024-07-29iio: accel: fxls8962af-core: make use of iio_for_each_active_channel()Nuno Sa
2024-07-29iio: accel: cros_ec_accel_legacy: make use of iio_get_masklength()Nuno Sa
2024-07-29iio: accel: bmc150-accel-core: make use of iio_for_each_active_channel()Nuno Sa
2024-07-29iio: accel: bma180: make use of iio_for_each_active_channel()Nuno Sa
2024-07-29iio: accel: adxl372: make use of iio_get_masklength()Nuno Sa
2024-07-29iio: accel: adxl367: make use of iio_get_masklength()Nuno Sa
2024-07-29iio: buffer: make use of iio_get_masklength()Nuno Sa
2024-07-29iio: core: make use of iio_get_masklength()Nuno Sa
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-04Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2024-07-02iio: adc: ad7173: Fix uninitialized symbol is_current_chanJonathan Cameron
2024-07-01iio: adc: Add support for MediaTek MT6357/8/9 Auxiliary ADCAngeloGioacchino Del Regno
2024-07-01Merge 6.10-rc6 into char-misc-nextGreg Kroah-Hartman
2024-06-30iio: common: scmi_iio: convert to dev_err_probe()Nuno Sa
2024-06-30iio: backend: make use of dev_err_cast_probe()Nuno Sa
2024-06-30iio: temperature: ltc2983: convert to dev_err_probe()Nuno Sa
2024-06-30iio: xilinx-ams: Add labelsSean Anderson
2024-06-30iio: adc: ad7944: use devm_spi_optimize_message()David Lechner
2024-06-30iio: buffer-dmaengine: Support new DMABUF based userspace APIPaul Cercueil
2024-06-30iio: buffer-dma: Enable support for DMABUFsPaul Cercueil
2024-06-30iio: core: Add new DMABUF interface infrastructurePaul Cercueil
2024-06-30iio: adc: ad7192: use devm_regulator_get_enable_read_voltageDavid Lechner
2024-06-29iio: st_sensors: relax WhoAmI check in st_sensors_verify_id()Kaustabh Chakraborty