summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-07-07iio:adc:ti-adc081c: Drop of_match_ptr and change to mod_devicetable.hJonathan Cameron
2020-07-07iio:adc:sd_adc_modulator: Drop of_match_ptr and tweak includesJonathan Cameron
2020-07-07iio:adc:mcp3422: remove CONFIG_OF and of_match_ptr protectionsJonathan Cameron
2020-07-07iio:adc:mcp320x: Drop CONFIG_OF and of_match_ptr protectionsJonathan Cameron
2020-07-07iio:adc:max1118: Drop CONFIG_OF / of_match_ptr protectionsJonathan Cameron
2020-07-07iio:adc:max11100: Drop of_match_ptr protection / add mod_devicetable.h includeJonathan Cameron
2020-07-07iio:adc:ltc2497 drop of_match_ptr protectionJonathan Cameron
2020-07-07iio:adc:cpcap-adc: Drop of_match_ptr protection and use device_get_match_dataJonathan Cameron
2020-07-07iio:adc:ltc2496: Drop of_match_ptr and use mod_devicetable.hJonathan Cameron
2020-07-07iio:adc:max1027: drop of_match_ptr and CONFIG_OF protectionsJonathan Cameron
2020-07-07iio:adc:max1363: Drop of_match_ptr and use generic device_get_match_dataJonathan Cameron
2020-07-07iio:adc:hi8435: Drop of_match_ptr protection.Jonathan Cameron
2020-07-07iio:adc:hi8435: Drop unused of_gpio.h headerJonathan Cameron
2020-07-07iio:adc:lpc32xx: Drop of_match_ptr protectionJonathan Cameron
2020-07-07iio: magnetometer: bmc150: Add proper compatible for BMM150Krzysztof Kozlowski
2020-07-07iio: adis16480: Use irq types instead of flagsNuno Sá
2020-07-07iio: core: move event interface on the opaque structAlexandru Ardelean
2020-07-07iio: core: move iio_dev's buffer_list to the private iio device objectAlexandru Ardelean
2020-07-07iio: core: move channel list & group to private iio device objectAlexandru Ardelean
2020-07-07iio: core: move debugfs data on the private iio dev infoAlexandru Ardelean
2020-07-07iio: core: remove padding from private informationAlexandru Ardelean
2020-07-07iio: core: wrap IIO device into an iio_dev_opaque objectAlexandru Ardelean
2020-07-07iio: at91-sama5d2_adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean
2020-06-27iio: chemical: scd30: add serial interface driverTomasz Duszynski
2020-06-27iio: chemical: scd30: add I2C interface driverTomasz Duszynski
2020-06-27iio: chemical: scd30: add core driverTomasz Duszynski
2020-06-27iio: imu: inv_icm42600: add accurate timestampingJean-Baptiste Maneyrol
2020-06-27iio: imu: inv_icm42600: add buffer support in iio devicesJean-Baptiste Maneyrol
2020-06-27iio: imu: inv_icm42600: add device interruptJean-Baptiste Maneyrol
2020-06-27iio: imu: add Kconfig and Makefile for inv_icm42600 driverJean-Baptiste Maneyrol
2020-06-27iio: imu: inv_icm42600: add temperature sensor supportJean-Baptiste Maneyrol
2020-06-27iio: imu: inv_icm42600: add accelerometer IIO deviceJean-Baptiste Maneyrol
2020-06-27iio: imu: inv_icm42600: add gyroscope IIO deviceJean-Baptiste Maneyrol
2020-06-27iio: imu: inv_icm42600: add SPI driver for inv_icm42600 driverJean-Baptiste Maneyrol
2020-06-27iio: imu: inv_icm42600: add I2C driver for inv_icm42600 driverJean-Baptiste Maneyrol
2020-06-27iio: imu: inv_icm42600: add core of new inv_icm42600 driverJean-Baptiste Maneyrol
2020-06-27iio: adc: Combine read functions for PMIC5 and PMIC7Jishnu Prakash
2020-06-27iio: adc: rockchip_saradc: Add support iio buffersSimon Xue
2020-06-27iio: adc: rockchip_saradc: better prefix for channel constantHeiko Stuebner
2020-06-27iio: adc: rockchip_saradc: move all of probe to devm-functionsHeiko Stuebner
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen
2020-06-20iio: at91_adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean
2020-06-20iio: stm32-dfsdm-adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean
2020-06-14iio: cros_ec: fix spelling mistakeKeyur Patel
2020-06-14iio: Remove superfluous of_node assignmentsLars-Peter Clausen
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean
2020-06-14iio: light: lm3533-als: use iio_device_set_parent() to assign parentAlexandru Ardelean
2020-06-14iio: remove left-over comments about parent assignmentAlexandru Ardelean
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean
2020-06-14iio: core: pass parent device as parameter during allocationAlexandru Ardelean