summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-05-17iio: st_sensors: Add lsm9ds0 IMU supportAndy Shevchenko10-1/+574
2021-05-17iio: st_sensors: Make accel, gyro, magn and pressure probe sharedAndy Shevchenko4-16/+0
2021-05-17iio: st_sensors: Call st_sensors_power_enable() from bus driversAndy Shevchenko12-66/+130
2021-05-17iio: magnetometer: st_magn: Provide default platform dataAndy Shevchenko1-1/+10
2021-05-17iio: gyro: st_gyro: Move platform data from header to C fileAndy Shevchenko2-8/+5
2021-05-17iio: accel: st_accel: Move platform data from header to C fileAndy Shevchenko2-8/+5
2021-05-17iio: core: move @clock_id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-1/+13
2021-05-17iio: core: move @flags from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-3/+3
2021-05-17iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-9/+13
2021-05-17iio: core: move @info_exist_lock to struct iio_dev_opaqueJonathan Cameron3-25/+36
2021-05-17iio: core: move @scan_index_timestamp to struct iio_dev_opaqueJonathan Cameron1-2/+5
2021-05-17iio: core: move @trig_readonly from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-3/+7
2021-05-17iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2-4/+7
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron49-58/+85
2021-05-17iio: common: scmi_sensors: Drop duplicate setting of iio_dev.dev.parentJonathan Cameron1-1/+0
2021-05-17iio: position: hid-sensor-custom-intel-hinge: Drop duplicate parent setting.Jonathan Cameron1-1/+0
2021-05-17iio: humidity: hdc2010: Drop duplicate setting of iio_dev.dev.parentJonathan Cameron1-1/+0
2021-05-17iio: adc: ti-ads131e08: Drop duplicate setting of iio_dev.dev.parentJonathan Cameron1-1/+0
2021-05-17iio: adc: mt6360: Drop duplicate setting of iio_dev.dev.parentJonathan Cameron1-1/+0
2021-05-17iio: adc: mp2629: Drop duplicate setting iio_dev.dev.parentJonathan Cameron1-1/+0
2021-05-17iio: dac: ad5766: Drop duplicate setting of iio_dev.dev.parent and of_nodeJonathan Cameron1-2/+0
2021-05-17iio: accel: bmi088: Drop manual assignment of iio_dev.dev.parentJonathan Cameron1-1/+0
2021-05-17iio: adc: add ADC driver for the TI TSC2046 controllerOleksij Rempel3-0/+727
2021-05-17iio: adc: stm32-adc: Fix docs wrongly marked as kernel-docJonathan Cameron1-2/+2
2021-05-17iio: sps30: add support for serial interfaceTomasz Duszynski3-0/+443
2021-05-17iio: sps30: separate core and interface specific codeTomasz Duszynski5-226/+353
2021-05-17iio: adis16400: do not directly change spi 'max_speed_hz'Nuno Sa1-13/+2
2021-05-17iio: adis16475: do not directly change spi 'max_speed_hz'Nuno Sa1-5/+2
2021-05-17iio: adis: add burst_max_speed_hz variableNuno Sa1-0/+4
2021-05-17iio: adis_buffer: don't push data to buffers on failureNuno Sa1-4/+4
2021-05-17iio: adis_buffer: update device page after changing itNuno Sa1-3/+3
2021-05-17iio: adis16475: do not return ints in irq handlersNuno Sa1-1/+1
2021-05-17iio: accel: Add driver for Murata SCA3300 accelerometerTomas Melin3-0/+486
2021-05-17iio:adc:ad7476: Handle the different regulators used by various parts.Jonathan Cameron1-15/+103
2021-05-17iio:accel:stk8312: Add lowercase i2c device idJonathan Cameron1-2/+4
2021-05-17iio: inkern: simplify some devm functionsYicong Yang1-38/+23
2021-05-17iio: trigger: simplify __devm_iio_trigger_registerYicong Yang1-13/+5
2021-05-17iio: core: simplify some devm functionsYicong Yang1-26/+15
2021-05-17iio: triggered-buffer: simplify devm_iio_triggered_buffer_setup_ext()Yicong Yang1-15/+6
2021-05-17iio: hw_consumer: simplify devm_iio_hw_consumer_alloc()Yicong Yang1-14/+11
2021-05-17iio: buffer-dmaengine: simplify __devm_iio_dmaengine_buffer_free()Yicong Yang1-13/+9
2021-05-17iio: adc: adi-axi-adc: simplify devm_adi_axi_adc_conv_register()Yicong Yang1-14/+10
2021-05-17iio: light: Added AMS tsl2591 driver implementationJoe Sandom3-0/+1237
2021-05-17iio: adis_buffer: check return value on page changeNuno Sa1-1/+7
2021-05-17iio: adis16400: do not return ints in irq handlersNuno Sa1-3/+0
2021-05-17iio: adis_buffer: do not return ints in irq handlersNuno Sa1-3/+0
2021-05-17iio: adc: ad7298: Enable on Intel Galileo Gen 1Andy Shevchenko1-0/+8
2021-05-17iio: trigger: stm32-timer: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-1/+1
2021-05-17iio: light: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-1/+1
2021-05-17iio:chemical:sps30: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao1-3/+3