summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* counter: Rename counter_signal_value to counter_signal_levelWilliam Breathitt Gray2021-08-094-12/+13
* counter: Standardize to ERANGE for limit exceeded errorsWilliam Breathitt Gray2021-08-094-5/+8
* counter: Return error code on invalid modesWilliam Breathitt Gray2021-08-094-21/+42
* counter: 104-quad-8: Return error when invalid mode during ceiling_writeWilliam Breathitt Gray2021-08-091-2/+3
* iio: accel: bmc150: Add support for BMC156Stephan Gerhold2021-08-085-9/+45
* iio: accel: bmc150: Make it possible to configure INT2 instead of INT1Stephan Gerhold2021-08-081-12/+59
* iio: light: cm3323: Add of_device_id tableSiddharth Manthan2021-08-081-0/+7
* iio: chemical: Add driver support for sgp40Andreas Klinger2021-08-083-0/+390
* iio: ep93xx: Prepare clock before using itAlexander Sverdlin2021-08-081-3/+3
* iio: adc: fsl-imx25-gcq: adjust irq check to match docs and simplify codeTang Bin2021-08-081-6/+3
* iio: dac: max5821: convert device register to device managed functionThéo Borém Fabris2021-07-311-24/+17
* iio/adc: ingenic: add JZ4760B support to the sadc driverChristophe Branchereau2021-07-311-0/+10
* iio/adc: ingenic: add JZ4760 support to the sadc driverChristophe Branchereau2021-07-311-4/+78
* iio/adc: ingenic: rename has_aux2 to has_aux_mdChristophe Branchereau2021-07-311-5/+5
* iio: sx9310: Support ACPI propertyGwendal Grignou2021-07-311-32/+16
* iio: adc: meson-saradc: Fix indentation of arguments after a line-breakMartin Blumenstingl2021-07-251-4/+4
* iio: adc: meson-saradc: Add missing space between if and parenthesisMartin Blumenstingl2021-07-251-1/+1
* iio: adc: meson-saradc: Disable BL30 integration on G12A and newer SoCsMartin Blumenstingl2021-07-251-1/+9
* iio: gyro: st_gyro: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean2021-07-243-16/+3
* iio: magn: st_magn: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean2021-07-243-24/+3
* iio: accel: st_accel: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean2021-07-243-16/+3
* iio: pressure: st_pressure: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean2021-07-243-17/+3
* iio: adc: fsl-imx25-gcq: Use the defined variable to clean codeTang Bin2021-07-241-4/+4
* iio: proximity: vcnl3020: remove iio_claim/release_directIvan Mikhaylov2021-07-241-12/+21
* iio: proximity: vcnl3020: add periodic modeIvan Mikhaylov2021-07-241-3/+312
* iio: proximity: vcnl3020: add DMA safe bufferIvan Mikhaylov2021-07-241-4/+5
* iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron2021-07-2425-71/+31
* iio: light: si1145: remove redundant continue statementColin Ian King2021-07-191-1/+0
* iio: core: Support reading extended name as labelPaul Cercueil2021-07-191-4/+7
* iio: core: Forbid use of both labels and extended namesPaul Cercueil2021-07-191-0/+22
* Add startup time for each chip using inv_mpu6050 driverBaptiste Mansuy2021-07-193-19/+36
* iio: accel: adxl345: convert probe to device-managed functionsAlexandru Ardelean2021-07-194-33/+9
* iio: light: tcs3414: convert probe to device-managed routinesAlexandru Ardelean2021-07-191-29/+19
* iio: potentiometer: max5481: convert probe to device-managedAlexandru Ardelean2021-07-191-13/+9
* iio: temperature: tmp006: make sure the chip is powered up in probeAlexandru Ardelean2021-07-191-11/+22
* iio: temperature: tmp006: convert probe to device-managedAlexandru Ardelean2021-07-191-17/+15
* iio: accel: bma220: make suspend state setting more robustAlexandru Ardelean2021-07-191-12/+29
* iio: accel: bma220: convert probe to device-managed functionsAlexandru Ardelean2021-07-191-33/+11
* iio: dac: ad5624r: Fix incorrect handling of an optional regulator.Jonathan Cameron2021-07-191-1/+17
* iio: accel: da280: convert probe to device-managed functionsAlexandru Ardelean2021-07-171-17/+9
* iio: accel: da311: convert probe to device-managed functionsAlexandru Ardelean2021-07-171-17/+9
* iio: accel: dmard10: convert probe to device-managed functionsAlexandru Ardelean2021-07-171-17/+10
* iio: proximity: rfd77402: convert probe to device-managed functionsAlexandru Ardelean2021-07-171-19/+8
* iio: proximity: rfd77402: use i2c_client for rfd77402_{init,powerdown}()Alexandru Ardelean2021-07-171-33/+27
* iio: light: adjd_s311: convert probe to device-managed functionsAlexandru Ardelean2021-07-171-25/+3
* iio: light: adjd_s311: move buffer on adjd_s311_data objectAlexandru Ardelean2021-07-171-19/+6
* iio: adc: rockchip_saradc: add support for rk3568 saradcSimon Xue2021-07-171-1/+21
* iio: buffer: Move a sanity check at the beginning of 'iio_scan_mask_set()'Christophe JAILLET2021-07-171-4/+5
* iio: buffer: Save a few cycles in 'iio_scan_mask_set()'Christophe JAILLET2021-07-171-2/+2
* counter: intel-qep: Remove linux/bitops.h includeJarkko Nikula2021-07-131-1/+0