aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-08-09counter: Rename counter_count_function to counter_functionWilliam Breathitt Gray9-47/+46
2021-08-09counter: Rename counter_signal_value to counter_signal_levelWilliam Breathitt Gray4-12/+13
2021-08-09counter: Standardize to ERANGE for limit exceeded errorsWilliam Breathitt Gray4-5/+8
2021-08-09counter: Return error code on invalid modesWilliam Breathitt Gray4-21/+42
2021-08-09counter: 104-quad-8: Return error when invalid mode during ceiling_writeWilliam Breathitt Gray1-2/+3
2021-08-08iio: accel: bmc150: Add support for BMC156Stephan Gerhold5-9/+45
2021-08-08iio: accel: bmc150: Make it possible to configure INT2 instead of INT1Stephan Gerhold1-12/+59
2021-08-08iio: light: cm3323: Add of_device_id tableSiddharth Manthan1-0/+7
2021-08-08iio: chemical: Add driver support for sgp40Andreas Klinger3-0/+390
2021-08-08iio: ep93xx: Prepare clock before using itAlexander Sverdlin1-3/+3
2021-08-08iio: adc: fsl-imx25-gcq: adjust irq check to match docs and simplify codeTang Bin1-6/+3
2021-07-31iio: dac: max5821: convert device register to device managed functionThéo Borém Fabris1-24/+17
2021-07-31iio/adc: ingenic: add JZ4760B support to the sadc driverChristophe Branchereau1-0/+10
2021-07-31iio/adc: ingenic: add JZ4760 support to the sadc driverChristophe Branchereau1-4/+78
2021-07-31iio/adc: ingenic: rename has_aux2 to has_aux_mdChristophe Branchereau1-5/+5
2021-07-31iio: sx9310: Support ACPI propertyGwendal Grignou1-32/+16
2021-07-25iio: adc: meson-saradc: Fix indentation of arguments after a line-breakMartin Blumenstingl1-4/+4
2021-07-25iio: adc: meson-saradc: Add missing space between if and parenthesisMartin Blumenstingl1-1/+1
2021-07-25iio: adc: meson-saradc: Disable BL30 integration on G12A and newer SoCsMartin Blumenstingl1-1/+9
2021-07-24iio: gyro: st_gyro: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean3-16/+3
2021-07-24iio: magn: st_magn: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean3-24/+3
2021-07-24iio: accel: st_accel: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean3-16/+3
2021-07-24iio: pressure: st_pressure: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean3-17/+3
2021-07-24iio: adc: fsl-imx25-gcq: Use the defined variable to clean codeTang Bin1-4/+4
2021-07-24iio: proximity: vcnl3020: remove iio_claim/release_directIvan Mikhaylov1-12/+21
2021-07-24iio: proximity: vcnl3020: add periodic modeIvan Mikhaylov1-3/+312
2021-07-24iio: proximity: vcnl3020: add DMA safe bufferIvan Mikhaylov1-4/+5
2021-07-24iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron25-71/+31
2021-07-19iio: light: si1145: remove redundant continue statementColin Ian King1-1/+0
2021-07-19iio: core: Support reading extended name as labelPaul Cercueil1-4/+7
2021-07-19iio: core: Forbid use of both labels and extended namesPaul Cercueil1-0/+22
2021-07-19Add startup time for each chip using inv_mpu6050 driverBaptiste Mansuy3-19/+36
2021-07-19iio: accel: adxl345: convert probe to device-managed functionsAlexandru Ardelean4-33/+9
2021-07-19iio: light: tcs3414: convert probe to device-managed routinesAlexandru Ardelean1-29/+19
2021-07-19iio: potentiometer: max5481: convert probe to device-managedAlexandru Ardelean1-13/+9
2021-07-19iio: temperature: tmp006: make sure the chip is powered up in probeAlexandru Ardelean1-11/+22
2021-07-19iio: temperature: tmp006: convert probe to device-managedAlexandru Ardelean1-17/+15
2021-07-19iio: accel: bma220: make suspend state setting more robustAlexandru Ardelean1-12/+29
2021-07-19iio: accel: bma220: convert probe to device-managed functionsAlexandru Ardelean1-33/+11
2021-07-19iio: dac: ad5624r: Fix incorrect handling of an optional regulator.Jonathan Cameron1-1/+17
2021-07-17iio: accel: da280: convert probe to device-managed functionsAlexandru Ardelean1-17/+9
2021-07-17iio: accel: da311: convert probe to device-managed functionsAlexandru Ardelean1-17/+9
2021-07-17iio: accel: dmard10: convert probe to device-managed functionsAlexandru Ardelean1-17/+10
2021-07-17iio: proximity: rfd77402: convert probe to device-managed functionsAlexandru Ardelean1-19/+8
2021-07-17iio: proximity: rfd77402: use i2c_client for rfd77402_{init,powerdown}()Alexandru Ardelean1-33/+27
2021-07-17iio: light: adjd_s311: convert probe to device-managed functionsAlexandru Ardelean1-25/+3
2021-07-17iio: light: adjd_s311: move buffer on adjd_s311_data objectAlexandru Ardelean1-19/+6
2021-07-17iio: adc: rockchip_saradc: add support for rk3568 saradcSimon Xue1-1/+21
2021-07-17iio: buffer: Move a sanity check at the beginning of 'iio_scan_mask_set()'Christophe JAILLET1-4/+5
2021-07-17iio: buffer: Save a few cycles in 'iio_scan_mask_set()'Christophe JAILLET1-2/+2