summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-10-19iio: adc: aspeed: Fix the calculate error of clock.Billy Tsai1-0/+27
2021-10-19iio: adc: aspeed: Support ast2600 adc.Billy Tsai1-5/+96
2021-10-19iio: adc: aspeed: Use devm_add_action_or_reset.Billy Tsai1-58/+55
2021-10-19iio: adc: aspeed: Use model_data to set clk scaler.Billy Tsai1-16/+27
2021-10-19iio: adc: aspeed: Add vref config functionBilly Tsai1-1/+17
2021-10-19iio: adc: aspeed: Restructure the model dataBilly Tsai1-5/+15
2021-10-19iio: adc: aspeed: Keep model data to driver data.Billy Tsai1-13/+7
2021-10-19iio: chemical: Add Senseair Sunrise 006-0-007 driverJacopo Mondi3-0/+548
2021-10-17iio: adc: exynos: describe drivers in KConfigKrzysztof Kozlowski1-3/+3
2021-10-17iio: adc: rockchip_saradc: Make use of the helper function devm_platform_iore...Cai Huoqing1-3/+1
2021-10-17iio: dac: stm32-dac: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing1-3/+1
2021-10-17iio: accel: mma7660: Mark acpi match table as maybe unusedDaniel Palmer1-1/+1
2021-10-17iio: light: max44000: use device-managed functions in probeAlexandru Ardelean1-14/+3
2021-10-17iio: gyro: adis16080: use devm_iio_device_register() in probeAlexandru Ardelean1-10/+1
2021-10-17iio: dac: ad5064: convert probe to full device-managedAlexandru Ardelean1-37/+12
2021-10-17staging: iio: ad9832: convert probe to device-managedAlexandru Ardelean1-46/+36
2021-10-17iio: dac: ad7303: convert probe to full device-managedAlexandru Ardelean1-30/+17
2021-10-17iio: imu: inv_mpu6050: Mark acpi match table as maybe unusedDaniel Palmer1-1/+1
2021-10-17iio: ep93xx: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-09-14iio: accel: adxl355: Add triggered buffer supportPuranjay Mohan2-1/+158
2021-09-14iio: accel: adxl355: use if(ret) in place of ret < 0Puranjay Mohan1-6/+6
2021-09-14iio: accel: Add driver support for ADXL313Lucas Stankus6-0/+576
2021-09-14iio: adc: aspeed: completes the bitfield declare.Billy Tsai1-17/+47
2021-09-14iio: adc: ti-ads8344: convert probe to device-managedAlexandru Ardelean1-19/+8
2021-09-14iio: adc: at91-sama5d2_adc: update copyright and authors informationEugen Hristev1-1/+4
2021-09-14iio: adc: at91-sama5d2_adc: add support for sama7g5 deviceEugen Hristev1-0/+78
2021-09-14iio: adc: at91-sama5d2_adc: add helper for COR registerEugen Hristev1-20/+20
2021-09-14iio: adc: at91-sama5d2_adc: add support for separate end of conversion registersEugen Hristev1-7/+59
2021-09-14iio: adc: at91-sama5d2_adc: convert to platform specific data structuresEugen Hristev1-164/+253
2021-09-14iio: adc: at91-sama5d2_adc: remove unused definitionEugen Hristev1-2/+0
2021-09-14iio: adc: at91-sama5d2_adc: initialize hardware after clock is startedEugen Hristev1-2/+2
2021-09-14iio: magnetometer: ak8975: add AK09116 supportMatt Ranostay2-1/+36
2021-09-14iio: temperature: Add MAX31865 RTD SupportNavin Sankar Velliangiri3-0/+360
2021-09-14iio: adc: twl6030-gpadc: Use the defined variable to clean codeTang Bin1-3/+3
2021-09-14staging: iio: cdc: remove braces from single line if blocksAlexander Vorwerk1-3/+1
2021-09-14iio: ltc2983: fail probe if no channels are givenNuno Sá1-0/+5
2021-09-14iio: ltc2983: add support for optional reset gpioNuno Sá1-0/+11
2021-09-14iio: ad5770r: make devicetree property reading consistentNuno Sá1-1/+1
2021-09-14iio: gyro: remove dead config dependencies on INPUT_MPU3050Lukas Bulwahn1-1/+0
2021-09-14iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean8-14/+12
2021-09-14iio: st_sensors: remove all driver remove functionsAlexandru Ardelean16-135/+9
2021-09-14iio: st_sensors: remove st_sensors_power_disable() functionAlexandru Ardelean9-115/+23
2021-09-14iio: st_sensors: remove st_sensors_deallocate_trigger() functionAlexandru Ardelean5-98/+19
2021-09-14iio: st_sensors: disable regulators after device unregistrationAlexandru Ardelean8-16/+16
2021-09-14iio: adc: ad7949: use devm managed functionsLiam Beguin1-22/+3
2021-09-14iio: adc: ad7949: add vref selection supportLiam Beguin1-16/+76
2021-09-14iio: adc: ad7949: enable use with non 14/16-bit controllersLiam Beguin1-28/+58
2021-09-14iio: adc: ad7949: define and use bitfield namesLiam Beguin1-10/+45
2021-09-14drivers/iio: Remove all strcpy() usesLen Baker1-15/+21
2021-09-14iio: accel: Add driver support for ADXL355Puranjay Mohan6-0/+792