summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-04-06iio: frequency: admfm2000: Use device_for_each_child_node_scoped() to simplif...Jonathan Cameron1-18/+6
2024-04-06iio: adc: ad7173: Use device_for_each_child_node_scoped() to simplify error p...Jonathan Cameron1-17/+7
2024-04-06iio: adc: ad4130: Use device_for_each_child_node_scoped() to simplify error p...Jonathan Cameron1-5/+2
2024-04-06iio: adc: ab8500-gpadc: Use device_for_each_child_node_scoped() to simplify e...Jonathan Cameron1-3/+1
2024-04-06iio: adc: ab8500-gpadc: Fix kernel-doc parameter names.Jonathan Cameron1-2/+2
2024-04-06iio: dac: ad5770r: Use device_for_each_child_node_scoped()Jonathan Cameron1-13/+6
2024-04-06iio: dac: ad3552r: Use device_for_each_child_node_scoped()Jonathan Cameron1-32/+19
2024-03-30iio: adc: ad7944: use spi_optimize_message()David Lechner1-74/+103
2024-03-28iio: adc: ad7944: simplify adi,spi-mode property parsingDavid Lechner1-11/+10
2024-03-28iio: dac: ti-dac5571: Add DAC081C081 supportLaurent Pinchart1-0/+3
2024-03-28iio: health: max30102: add support for max30101Javier Carrasco1-0/+2
2024-03-28iio: pressure: hsc030pa: Use spi_read()Christophe JAILLET1-6/+1
2024-03-28iio: pressure: BMP280 core driver headers sortingVasileios Amoiridis1-8/+8
2024-03-25iio: adc: ad7944: Add support for "3-wire mode"David Lechner1-18/+139
2024-03-25iio: accel: adxl367: Remove second semicolonColin Ian King1-1/+1
2024-03-25iio: inkern: move to the cleanup.h magicNuno Sa1-174/+89
2024-03-25iio: buffer: iio: core: move to the cleanup.h magicNuno Sa1-73/+47
2024-03-25iio: trigger: move to the cleanup.h magicNuno Sa1-41/+30
2024-03-25iio: core: move to cleanup.h magicNuno Sa1-21/+13
2024-03-25iio: imu: inv_mpu6050: add WoM suspend wakeup with low-power modeJean-Baptiste Maneyrol2-51/+166
2024-03-25iio: imu: inv_mpu6050: add new interrupt handler for WoM eventsJean-Baptiste Maneyrol3-16/+66
2024-03-25iio: imu: inv_mpu6050: add WoM event as accel eventJean-Baptiste Maneyrol1-8/+59
2024-03-25iio: imu: inv_mpu6050: add WoM (Wake-on-Motion) sensorJean-Baptiste Maneyrol4-13/+309
2024-03-25iio: humidity: hdc3020: add reset managementJavier Carrasco1-0/+16
2024-03-25iio: humidity: hdc3020: add power managementJavier Carrasco1-19/+76
2024-03-25iio: adc: ad7944: add driver for AD7944/AD7985/AD7986David Lechner3-0/+427
2024-03-25iio: adc: twl4030-madc: Make use of device propertiesAndy Shevchenko1-10/+9
2024-03-25iio: adc: ad7173: add support for additional modelsDumitru Ceclan1-6/+80
2024-03-25iio: adc: ad7173: improve chip id's definesDumitru Ceclan1-3/+3
2024-03-25iio: light: Add support for APDS9306 Light SensorSubhajit Ghosh3-0/+1368
2024-03-25iio: core: Calculate alloc_size only once in iio_device_alloc()Andy Shevchenko1-5/+4
2024-03-25iio: core: Leave private pointer NULL when no private data suppliedAndy Shevchenko1-2/+4
2024-03-25iio: imu: st_lsm6dsx: drop casting to void in dev_set_drvdataJavier Carrasco1-1/+1
2024-03-25iio: humidity: hts211: drop casting to void in dev_set_drvdataJavier Carrasco1-1/+1
2024-03-25io: light: st_uvis25: drop casting to void in dev_set_drvdataJavier Carrasco1-1/+1
2024-03-25iio: adc: ad7173: add AD7173 driverDumitru Ceclan3-0/+1134
2024-03-25iio: adc: ad_sigma_delta: Add optional irq selectionDumitru Ceclan1-9/+14
2024-03-25iio: adc: spear_adc: Make use of device propertiesAndy Shevchenko1-15/+10
2024-03-25iio: adc: rcar-gyroadc: use for_each_available_child_node_scoped()Jonathan Cameron1-15/+6
2024-03-25iio: adc: rzg2l_adc: Use device_for_each_child_node_scoped()Jonathan Cameron1-8/+3
2024-03-25iio: temp: ltc2983: Use __free(fwnode_handle) and device_for_each_node_scoped()Jonathan Cameron1-87/+50
2024-03-25iio: adc: hx711: Switch from of specific to fwnode property handling.Jonathan Cameron1-3/+2
2024-03-25iio: accel: fxls8962af: Switch from of specific to fwnode based properties.Jonathan Cameron1-4/+6
2024-03-25iio: accel: mma8452: Switch from of specific to fwnode property handling.Jonathan Cameron1-3/+3
2024-03-25iio: adc: ad7192: Convert from of specific to fwnode property handlingJonathan Cameron1-19/+19
2024-03-25iio: adc: ad7292: Switch from of specific to fwnode property handlingJonathan Cameron1-7/+6
2024-03-25iio: adc: ad7124: Switch from of specific to fwnode based property handlingJonathan Cameron1-32/+23
2024-03-25iio: adc: fsl-imx25-gcq: Use devm_* and dev_err_probe() to simplify probeJonathan Cameron1-51/+35
2024-03-25iio: adc: fsl-imx25-gcq: Switch from of specific handing to fwnode based.Jonathan Cameron1-33/+21
2024-03-25iio: dac: ltc2688: Use device_for_each_child_node_scoped()Jonathan Cameron1-20/+8