summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| | * | iio: light: opt3001: Add mod_devicetable.h and drop use of of_match_ptrJonathan Cameron2020-04-251-1/+2
| | * | iio: light: gp2ap020a00f: Swap of.h for mod_devicetable.h + drop of_match_ptrJonathan Cameron2020-04-251-4/+2
| | * | iio: light: cm3232: Add mod_devicetable.h include and drop of_match_ptrJonathan Cameron2020-04-251-1/+2
| | * | iio: light: cm32181: Add mod_devicetable.h and remove of_match_ptrJonathan Cameron2020-04-251-1/+2
| | * | iio: light: bh1780: use mod_devicetable.h and drop of_match_ptr macroJonathan Cameron2020-04-251-4/+2
| | * | iio: accel: kxsd9-i2c: Use mod_devicetable.h and drop of_match_ptr macroNishant Malpani2020-04-251-5/+2
| | * | iio: accel: dmard06: Use mod_devicetable.h and drop of_match_ptr macroNishant Malpani2020-04-251-1/+2
| | * | iio: chemical: atlas-sensor: add RTD-SM module supportMatt Ranostay2020-04-251-0/+29
| * | | Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman2020-04-2713-67/+231
| |\ \ \ | | |/ / | |/| |
| * | | Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-04-2378-516/+3013
| |\ \ \
| | * | | iio: magnetometer: ak8974: Silence deferred-probe errorDmitry Osipenko2020-04-191-1/+6
| | * | | iio: vcnl4000: Export near level property for proximity sensorGuido Günther2020-04-191-0/+25
| | * | | iio: Fix misspellings of "Analog Devices"Geert Uytterhoeven2020-04-192-2/+2
| | * | | iio: light: isl29125: fix iio_triggered_buffer_{predisable,postenable} positionsAlexandru Ardelean2020-04-191-9/+19
| | * | | iio: adc: fsl-imx25-gcq: Use devm_platform_ioremap_resourceAishwarya Ramakrishnan2020-04-191-3/+1
| | * | | iio: adc: at91-adc: Use devm_platform_ioremap_resourceAishwarya Ramakrishnan2020-04-191-4/+1
| | * | | iio: adc: sun4i-gpadc-iio: Use devm_platform_ioremap_resourceAishwarya Ramakrishnan2020-04-191-3/+1
| | * | | iio:light:ltr501: Drop unnecessary cast of parameter in regmap_bulk_readJonathan Cameron2020-04-191-1/+1
| | * | | iio:magn:mmc35240: Drop unnecessary casts of val parameter in regmap_bulk*Jonathan Cameron2020-04-191-2/+2
| | * | | iio:imu:mpu6050: Tidy up parameters to regmap_bulk functions.Jonathan Cameron2020-04-191-2/+2
| | * | | iio:chemical:bme680: Tidy up parameters to regmap_bulk_readJonathan Cameron2020-04-191-14/+22
| | * | | iio:chemical:atlas-sensor: Drop unnecessary explicit casts in regmap_bulk_rea...Jonathan Cameron2020-04-191-4/+3
| | * | | iio:accel:mxc4005: Drop unnecessary explicit casts in regmap_bulk_read callsJonathan Cameron2020-04-191-2/+2
| | * | | iio: imu: st_lsm6dsx: drop huge include in sensor-hub driverLorenzo Bianconi2020-04-191-2/+1
| | * | | iio: buffer: drop devm_iio_kfifo_free() API callAlexandru Ardelean2020-04-191-22/+0
| | * | | iio: buffer: drop devm_iio_hw_consumer_free() API callAlexandru Ardelean2020-04-191-31/+0
| | * | | iio: inkern: drop devm_iio_channel_release{_all} API callsAlexandru Ardelean2020-04-191-27/+0
| | * | | iio: core: drop devm_iio_trigger_free() API callAlexandru Ardelean2020-04-191-32/+0
| | * | | iio: core: drop devm_iio_trigger_unregister() API callAlexandru Ardelean2020-04-191-21/+0
| | * | | iio: core: drop devm_iio_device_free() API callAlexandru Ardelean2020-04-191-31/+0
| | * | | iio: core: drop devm_iio_triggered_buffer_cleanup() API callAlexandru Ardelean2020-04-191-11/+0
| | * | | iio: core: drop devm_iio_device_unregister() API callAlexandru Ardelean2020-04-191-17/+0
| | * | | iio: move 'indio_dev->info' null check first in __iio_device_register()Alexandru Ardelean2020-04-191-3/+3
| | * | | iio: buffer: remove 'scan_el_attrs' attribute group from buffer structAlexandru Ardelean2020-04-191-8/+0
| | * | | iio: imu: adis: Add a missing '\n' in a log messageChristophe JAILLET2020-04-191-1/+1
| | * | | iio: xilinx-xadc: Fix typoLars-Peter Clausen2020-04-191-1/+1
| | * | | iio: dma-buffer: Cleanup buffer.h/buffer_impl.h includesLars-Peter Clausen2020-04-191-1/+0
| | * | | iio: adc: Add MAX1241 driverAlexandru Lazar2020-04-193-0/+238
| | * | | iio: accel: st_sensors: add support for LIS2HH12Gaëtan André2020-04-194-1/+85
| | * | | iio: imu: st_lsm6dsx: Add sensor hub device LIS3MDLJimmy Assarsson2020-04-191-0/+64
| | * | | iio: imu: st_lsm6dsx: Increase ODR_LIST_SIZEJimmy Assarsson2020-04-191-1/+1
| | * | | iio: imu: adis16460: use DEFINE_DEBUGFS_ATTRIBUTE instead of DEFINE_SIMPLE_AT...Rohit Sarkar2020-04-191-12/+15
| | * | | iio: imu: adis16400: use DEFINE_DEBUGFS_ATTRIBUTE instead of DEFINE_SIMPLE_AT...Rohit Sarkar2020-04-191-9/+10
| | * | | iio: imu: st_lsm6dsx: configure full scale on slave device if supportedLorenzo Bianconi2020-04-191-0/+33
| | * | | iio: adc: ad9467: add support AD9467 ADCMichael Hennerich2020-04-193-0/+438
| | * | | iio: adc: adi-axi-adc: add support for AXI ADC IP coreMichael Hennerich2020-04-193-0/+503
| | * | | iio: buffer-dmaengine: add dev-managed calls for buffer allocAlexandru Ardelean2020-04-191-0/+39
| | * | | iio: buffer-dmaengine: use %zu specifier for sprintf(align)Alexandru Ardelean2020-04-191-1/+1
| | * | | iio: temperature: ltc2983: remove redundant comparison to boolRohit Sarkar2020-04-191-2/+2
| | * | | iio: imu: inv_mpu6050: add debugfs register r/w interfaceRohit Sarkar2020-04-191-0/+19