aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/common (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-28iio: common: scmi_sensors: use HZ macro from units.hDmitry Rokosov1-4/+4
2022-08-19iio: st_sensors: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-18iio: cros: Register FIFO callback after sensor is registeredGwendal Grignou3-21/+47
2022-06-14iio: common: cros_ec_sensors: explicitly add proper header filesNuno Sá1-0/+1
2022-06-14iio: common: cros_ec_lid_angle: explicitly add proper header filesNuno Sá1-0/+1
2022-06-14iio: common: ssp: Fix alignment for DMA safetyJonathan Cameron1-2/+1
2022-06-11iio: common: cros_ec_sensors: Add label attributeGwendal Grignou1-21/+9
2022-04-28iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen1-1/+1
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal2-3/+1
2022-04-10iio: st_sensors: Use iio_device_claim/release_direct_mode() when relevantMiquel Raynal1-21/+17
2022-04-10iio: st_sensors: Add a local lock for protecting odrMiquel Raynal1-6/+18
2022-04-10iio: st_sensors: Drop the protection on _avail functionsMiquel Raynal1-4/+0
2022-04-04iio: ssp_sensors: replace usage of found with dedicated list iterator variableJakob Koschel1-7/+6
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds9-76/+49
2022-02-18iio:common:ssp: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron1-6/+2
2022-02-18iio:common:ssp_sensors: Move exports into IIO_SSP_SENSORS namespaceJonathan Cameron2-8/+9
2022-02-18iio:common:meas-spec: Move exports into IIO_MEAS_SPEC_SENSORSJonathan Cameron1-12/+12
2022-02-18iio:st-sensors: Move exports into IIO_ST_SENSORS namespaceJonathan Cameron5-19/+19
2022-02-18iio:st-sensors: Remove duplicate MODULE_*Jonathan Cameron2-10/+0
2022-02-13iio: ssp_sensors: Make use of device propertiesAndy Shevchenko1-17/+5
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2022-01-23iio: ms_sensors: Use sysfs_emit()Lars-Peter Clausen1-2/+2
2022-01-23iio: st_sensors: don't always auto-enable I2C and SPI interface driversNikita Yushchenko1-2/+0
2021-11-17iio/scmi: Add reading "raw" attribute.Andriy Tryshnivskyy1-1/+56
2021-11-17iio: st-sensors: Use dev_to_iio_dev() in sysfs callbacksLars-Peter Clausen1-2/+2
2021-11-10Merge tag 'tag-chrome-platform-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds1-2/+1
2021-10-19Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman5-63/+45
2021-10-19iio: triggered-buffer: extend support to configure output buffersAlexandru Ardelean1-2/+3
2021-10-19iio: st_sensors: Make use of the helper function dev_err_probe()Cai Huoqing1-8/+8
2021-09-27iio: common: cros_ec_sensors: simplify getting .driver_dataWolfram Sang1-2/+1
2021-09-18iio: ssp_sensors: add more range checking in ssp_parse_dataframe()Dan Carpenter1-1/+8
2021-09-18iio: ssp_sensors: fix error code in ssp_print_mcu_debug()Dan Carpenter1-1/+1
2021-09-14iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean3-5/+5
2021-09-14iio: st_sensors: remove st_sensors_power_disable() functionAlexandru Ardelean1-19/+15
2021-09-14iio: st_sensors: remove st_sensors_deallocate_trigger() functionAlexandru Ardelean1-30/+15
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2021-09-08iio/drivers/hid-sensor: use HZ macrosDaniel Lezcano1-2/+1
2021-07-24iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron6-7/+4
2021-06-16iio: hid-sensors: Update header includesJonathan Cameron3-10/+4
2021-06-16iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko2-17/+18
2021-06-13iio: scmi: fix spelling of SPDX tagTom Rix1-1/+1
2021-06-03iio: hid: trigger: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron1-6/+2
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-1/+1
2021-05-17iio: common: scmi_sensors: Drop duplicate setting of iio_dev.dev.parentJonathan Cameron1-1/+0
2021-05-10iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean1-0/+1
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-50/+50
2021-03-30iio/scmi: Port driver to the new scmi_sensor_proto_ops interfaceCristian Marussi1-50/+50
2021-03-26Merge remote-tracking branch 'local/ib-iio-scmi-5.12-rc2-take3' into togregJonathan Cameron5-0/+697
2021-03-25iio: cros: unify hw fifo attributes without API changesGwendal Grignou3-20/+10
2021-03-25iio:cros_ec_sensors: Fix a wrong function name in kernel doc.Jonathan Cameron1-1/+1