summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-16iio: accel: bmc150: Use more consistent and accurate scale valuesStephan Gerhold1-22/+24
2021-06-16iio: hid-sensors: Update header includesJonathan Cameron14-42/+16
2021-06-16iio: pressure: icp10100: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron1-2/+3
2021-06-16iio: prox: pulsed-light-v2: Use pm_runtime_resume_and_get()Jonathan Cameron1-1/+3
2021-06-16iio: chemical: atlas-sensor: Balance runtime pm + pm_runtime_resume_and_get()Jonathan Cameron1-9/+4
2021-06-16iio: adc: ads1015: Balance runtime pm + pm_runtime_resume_and_get()Jonathan Cameron1-4/+1
2021-06-16iio: imu: mpu6050: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2-17/+8
2021-06-16iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko14-17/+30
2021-06-16iio: prox: isl29501: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron1-1/+1
2021-06-16iio: light: vcnl4035: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron1-1/+2
2021-06-14iio: light: vcnl4000: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron1-1/+1
2021-06-14iio: magn: rm3100: Fix alignment of buffer in iio_push_to_buffers_with_timest...Jonathan Cameron1-1/+2
2021-06-14iio: adc: ti-ads8688: Fix alignment of buffer in iio_push_to_buffers_with_tim...Jonathan Cameron1-1/+2
2021-06-14iio: adc: mxs-lradc: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron1-1/+2
2021-06-14iio: adc: hx711: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-2/+2
2021-06-14iio: adc: at91-sama5d2: Fix buffer alignment in iio_push_to_buffers_with_time...Jonathan Cameron1-1/+2
2021-06-13counter: interrupt-cnt: Add const qualifier for actions_list arrayWilliam Breathitt Gray1-3/+3
2021-06-13iio: ltr501: mark ltr501_chip_info as constMarc Kleine-Budde1-5/+5
2021-06-13iio: ltr501: ltr501_read_ps(): add missing endianness conversionOliver Lang1-3/+4
2021-06-13iio: ltr501: ltr559: fix initialization of LTR501_ALS_CONTROliver Lang1-1/+1
2021-06-13iio: ltr501: mark register holding upper 8 bits of ALS_DATA{0,1} and PS_DATA ...Marc Kleine-Budde1-0/+6
2021-06-13iio: scmi: fix spelling of SPDX tagTom Rix1-1/+1
2021-06-13iio: accel: bma180/bmc150: Move BMA254 to bmc150-accel driverStephan Gerhold4-84/+18
2021-06-13dt-bindings: iio: accel: bma180/bma255: Move bma254 to bma255 schemaStephan Gerhold2-2/+2
2021-06-13dt-bindings: iio: bma255: Allow multiple interruptsStephan Gerhold1-1/+6
2021-06-13iio: accel: bmc150: Add device IDs for BMA253Stephan Gerhold4-2/+5
2021-06-13dt-bindings: iio: accel: bma255: Document bosch,bma253Stephan Gerhold1-0/+1
2021-06-13iio: accel: bmc150: Sort all chip names alphabetically / by chip IDStephan Gerhold3-42/+42
2021-06-13iio: accel: bmc150: Drop duplicated documentation of supported chipsStephan Gerhold2-18/+2
2021-06-13iio: accel: bmc150: Drop misleading/duplicate chip identifiersStephan Gerhold4-67/+37
2021-06-13iio: accel: bmc150: Clarify combo modules in KconfigStephan Gerhold1-2/+5
2021-06-13iio: accel: bmc150: Fix bma222 scale unitStephan Gerhold1-4/+5
2021-06-13iio: dummy: Fix build error when CONFIG_IIO_TRIGGERED_BUFFER is not setWei Yongjun1-0/+1
2021-06-13iio: frequency: adf4350: disable reg and clk on error in adf4350_probe()Yang Yingliang1-2/+4
2021-06-13iio: accel: bma180: Fix BMA25x bandwidth register valuesStephan Gerhold1-2/+7
2021-06-13counter: intel-qep: Use to_pci_dev() helperJarkko Nikula1-2/+2
2021-06-13counter: intel-qep: Mark PM callbacks with __maybe_unusedJarkko Nikula1-4/+2
2021-06-13iio: adc: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean11-20/+0
2021-06-13iio: imu: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean4-7/+0
2021-06-13iio: adc: ad_sigma_delta: remove ad_sd_{setup,cleanup}_buffer_and_trigger()Alexandru Ardelean2-89/+0
2021-06-13iio: adc: ad7124: Use devm_ managed calls for all of probe() + drop remove()Jonathan Cameron1-33/+15
2021-06-13iio: adc: ad7192: convert to device-managed functionsAlexandru Ardelean1-53/+36
2021-06-13iio: adc: ad7192: use devm_clk_get_optional() for mclkAlexandru Ardelean1-3/+3
2021-06-13iio: adc: ad7780: convert to device-managed functionsAlexandru Ardelean1-28/+10
2021-06-13iio: adc: ad7791: convert to device-managed functionsAlexandru Ardelean1-31/+13
2021-06-13iio: adc: ad7793: convert to device-managed functionsAlexandru Ardelean1-38/+15
2021-06-13iio: adc: ad_sigma_delta: introduct devm_ad_sd_setup_buffer_and_trigger()Alexandru Ardelean2-0/+63
2021-06-09iio: accel: bmc150: Set label based on accel-location for ACPI DUAL250E fwnodesHans de Goede1-0/+16
2021-06-09iio: accel: bmc150: Refactor bmc150_apply_acpi_orientation()Hans de Goede1-5/+13
2021-06-09iio: accel: bmc150: Add support for DUAL250E ACPI DSM for setting the hinge a...Hans de Goede3-0/+116