summaryrefslogtreecommitdiffstats
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2017-08-22iio:triggers: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron5-6/+0
2017-08-22iio:temperature: drop assignment of iio_info.driver_moduleJonathan Cameron7-7/+0
2017-08-22iio:proximity: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron5-8/+0
2017-08-22iio:pressure: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron13-15/+0
2017-08-22iio:potentiostat:lmp91000 drop assign iio_info.driver_module and iio_trigger_...Jonathan Cameron1-2/+0
2017-08-22iio:dpot: drop assign iio_info.driver_moduleJonathan Cameron6-6/+0
2017-08-22iio:orientation: drop assign iio_info.driver_moduleJonathan Cameron2-2/+0
2017-08-22iio:magnetometer: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron8-10/+0
2017-08-22iio:light: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron37-47/+0
2017-08-22iio:imu: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron8-11/+0
2017-08-22iio:humidity: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron9-9/+0
2017-08-22iio:health: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron4-6/+0
2017-08-22iio:gyro: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron11-14/+0
2017-08-22iio:frequency: drop assign iio_info.driver_moduleJonathan Cameron2-2/+0
2017-08-22iio:dummy: drop assignment of iio_info.driver_moduleJonathan Cameron1-1/+0
2017-08-22iio:dac: drop assignment of iio_info.driver_moduleJonathan Cameron27-27/+0
2017-08-22iio:counter:104-quad-8 drop assign iio_info.driver_moduleJonathan Cameron1-1/+0
2017-08-22iio:common: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2-2/+0
2017-08-22iio:chemical: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron4-5/+0
2017-08-22iio:amplifiers:ad8366 drop assign iio_info.driver_module and iio_trigger_ops....Jonathan Cameron1-1/+0
2017-08-22iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron24-33/+0
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron73-92/+0
2017-08-22iio:trigger: Remove necessity to have a trig->ops structure.Jonathan Cameron1-8/+5
2017-08-22iio: triggers: Use macros to avoid boilerplate assignment of owner.Jonathan Cameron1-6/+12
2017-08-22iio: Use macro magic to avoid manual assign of driver_moduleJonathan Cameron2-29/+12
2017-08-20Merge tag 'iio-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman24-205/+1180
2017-08-20iio: adc: rockchip_saradc: explicitly request exclusive reset controlPhilipp Zabel1-1/+2
2017-08-20iio: dac: stm32-dac-core: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-20iio: adc: ti-ads1015: add threshold event supportAkinobu Mita1-2/+407
2017-08-20iio: adc: ti-ads1015: use iio_device_claim_direct_mode()Akinobu Mita1-8/+7
2017-08-20iio: adc: ti-ads1015: use devm_iio_triggered_buffer_setupAkinobu Mita1-12/+5
2017-08-20iio: adc: ti-ads1015: add helper to set conversion modeAkinobu Mita1-12/+11
2017-08-20iio: adc: ti-ads1015: remove unnecessary config register updateAkinobu Mita1-14/+4
2017-08-20iio: adc: ti-ads1015: add adequate wait time to get correct conversionAkinobu Mita1-12/+19
2017-08-20iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacksAkinobu Mita1-1/+1
2017-08-20iio: adc: ti-ads1015: avoid getting stale result after runtime resumeAkinobu Mita1-2/+16
2017-08-20iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not setAkinobu Mita1-0/+7
2017-08-20iio: adc: ti-ads1015: fix scale information for ADS1115Akinobu Mita1-24/+24
2017-08-20iio: adc: ti-ads1015: fix incorrect data rate setting updateAkinobu Mita1-17/+10
2017-08-20iio: adc: ti-ads7950: Allow to use on ACPI platformsAndy Shevchenko1-4/+20
2017-08-20iio: magnetometer: ak8974: debug AMI306 calibration dataMichał Mirosław1-0/+41
2017-08-20iio: magnetometer: ak8974: mark INT_CLEAR as preciousMichał Mirosław1-0/+6
2017-08-20iio: magnetometer: ak8974: add_device_randomness (serial number)Michał Mirosław1-0/+2
2017-08-20iio: magnetometer: ak8974: support AMI306 variantMichał Mirosław2-22/+72
2017-08-20iio: light: tsl2583: constify i2c_device_idArvind Yadav1-1/+1
2017-08-20iio: light: apds9300: constify i2c_device_idArvind Yadav1-1/+1
2017-08-20iio: accel: bma180: constify i2c_device_idArvind Yadav1-1/+1
2017-08-18iio: chemical: ccs811: Add triggered buffer supportNarcisa Ana Maria Vasile2-5/+73
2017-08-18iio: srf08: add support for srf02 in i2c modeAndreas Klinger2-22/+67
2017-08-18iio: srf08: add sensor type srf10Andreas Klinger2-17/+77