summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-08-09iio: hid-sensor-press: Add timestamp channelYe Xiang
2021-08-09counter: Rename counter_count_function to counter_functionWilliam Breathitt Gray
2021-08-09counter: Rename counter_signal_value to counter_signal_levelWilliam Breathitt Gray
2021-08-09counter: Standardize to ERANGE for limit exceeded errorsWilliam Breathitt Gray
2021-08-09counter: Return error code on invalid modesWilliam Breathitt Gray
2021-08-09counter: 104-quad-8: Return error when invalid mode during ceiling_writeWilliam Breathitt Gray
2021-08-08iio: accel: bmc150: Add support for BMC156Stephan Gerhold
2021-08-08iio: accel: bmc150: Make it possible to configure INT2 instead of INT1Stephan Gerhold
2021-08-08iio: light: cm3323: Add of_device_id tableSiddharth Manthan
2021-08-08iio: chemical: Add driver support for sgp40Andreas Klinger
2021-08-08iio: ep93xx: Prepare clock before using itAlexander Sverdlin
2021-08-08iio: adc: fsl-imx25-gcq: adjust irq check to match docs and simplify codeTang Bin
2021-07-31iio: dac: max5821: convert device register to device managed functionThéo Borém Fabris
2021-07-31iio/adc: ingenic: add JZ4760B support to the sadc driverChristophe Branchereau
2021-07-31iio/adc: ingenic: add JZ4760 support to the sadc driverChristophe Branchereau
2021-07-31iio/adc: ingenic: rename has_aux2 to has_aux_mdChristophe Branchereau
2021-07-31iio: sx9310: Support ACPI propertyGwendal Grignou
2021-07-25iio: adc: meson-saradc: Fix indentation of arguments after a line-breakMartin Blumenstingl
2021-07-25iio: adc: meson-saradc: Add missing space between if and parenthesisMartin Blumenstingl
2021-07-25iio: adc: meson-saradc: Disable BL30 integration on G12A and newer SoCsMartin Blumenstingl
2021-07-24iio: gyro: st_gyro: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean
2021-07-24iio: magn: st_magn: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean
2021-07-24iio: accel: st_accel: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean
2021-07-24iio: pressure: st_pressure: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean
2021-07-24iio: adc: fsl-imx25-gcq: Use the defined variable to clean codeTang Bin
2021-07-24iio: proximity: vcnl3020: remove iio_claim/release_directIvan Mikhaylov
2021-07-24iio: proximity: vcnl3020: add periodic modeIvan Mikhaylov
2021-07-24iio: proximity: vcnl3020: add DMA safe bufferIvan Mikhaylov
2021-07-24iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron
2021-07-19iio: light: si1145: remove redundant continue statementColin Ian King
2021-07-19iio: core: Support reading extended name as labelPaul Cercueil
2021-07-19iio: core: Forbid use of both labels and extended namesPaul Cercueil
2021-07-19Add startup time for each chip using inv_mpu6050 driverBaptiste Mansuy
2021-07-19iio: accel: adxl345: convert probe to device-managed functionsAlexandru Ardelean
2021-07-19iio: light: tcs3414: convert probe to device-managed routinesAlexandru Ardelean
2021-07-19iio: potentiometer: max5481: convert probe to device-managedAlexandru Ardelean
2021-07-19iio: temperature: tmp006: make sure the chip is powered up in probeAlexandru Ardelean
2021-07-19iio: temperature: tmp006: convert probe to device-managedAlexandru Ardelean
2021-07-19iio: accel: bma220: make suspend state setting more robustAlexandru Ardelean
2021-07-19iio: accel: bma220: convert probe to device-managed functionsAlexandru Ardelean
2021-07-19iio: dac: ad5624r: Fix incorrect handling of an optional regulator.Jonathan Cameron
2021-07-17iio: accel: da280: convert probe to device-managed functionsAlexandru Ardelean
2021-07-17iio: accel: da311: convert probe to device-managed functionsAlexandru Ardelean
2021-07-17iio: accel: dmard10: convert probe to device-managed functionsAlexandru Ardelean
2021-07-17iio: proximity: rfd77402: convert probe to device-managed functionsAlexandru Ardelean
2021-07-17iio: proximity: rfd77402: use i2c_client for rfd77402_{init,powerdown}()Alexandru Ardelean
2021-07-17iio: light: adjd_s311: convert probe to device-managed functionsAlexandru Ardelean
2021-07-17iio: light: adjd_s311: move buffer on adjd_s311_data objectAlexandru Ardelean
2021-07-17iio: adc: rockchip_saradc: add support for rk3568 saradcSimon Xue
2021-07-17iio: buffer: Move a sanity check at the beginning of 'iio_scan_mask_set()'Christophe JAILLET