summaryrefslogtreecommitdiffstats
path: root/drivers/iio/common
Commit message (Expand)AuthorAgeFilesLines
* iio: invensense: fix timestamp glitches when switching frequencyJean-Baptiste Maneyrol2024-05-031-13/+11
* iio: invensense: fix interrupt timestamp alignmentJean-Baptiste Maneyrol2024-05-011-2/+7
* iio: invensense: remove redundant initialization of variable periodColin Ian King2024-01-231-1/+1
* iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time tableJavier Carrasco2023-11-161-2/+2
* iio: cros_ec: fix an use-after-free in cros_ec_sensors_push_data()Tzung-Bi Shih2023-10-051-1/+5
* Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman2023-08-131-1/+1
|\
| * iio: cros_ec: Fix the allocation size for cros_ec_commandYiyuan Guo2023-07-291-1/+1
* | iio: make invensense timestamp module genericJean-Baptiste Maneyrol2023-07-202-45/+44
* | iio: move inv_icm42600 timestamp module in commonJean-Baptiste Maneyrol2023-07-205-0/+210
|/
* iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait2023-03-111-2/+2
* iio: common: scmi_iio: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-281-2/+2
* iio: Don't silently expect attribute typesMatti Vaittinen2022-11-232-7/+7
* iio: st_sensors: core and lsm9ds0 switch to devm_regulator_bulk_get_enable()Jonathan Cameron2022-11-231-32/+7
* iio: common: scmi_iio: do not use internal iio_dev lockNuno Sá2022-11-231-2/+7
* iio: common: scmi_sensors: use HZ macro from units.hDmitry Rokosov2022-08-281-4/+4
* iio: st_sensors: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-1/+1
* iio: cros: Register FIFO callback after sensor is registeredGwendal Grignou2022-07-183-21/+47
* iio: common: cros_ec_sensors: explicitly add proper header filesNuno Sá2022-06-141-0/+1
* iio: common: cros_ec_lid_angle: explicitly add proper header filesNuno Sá2022-06-141-0/+1
* iio: common: ssp: Fix alignment for DMA safetyJonathan Cameron2022-06-141-2/+1
* iio: common: cros_ec_sensors: Add label attributeGwendal Grignou2022-06-111-21/+9
* iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen2022-04-281-1/+1
* iio: core: Simplify the registration of kfifo buffersMiquel Raynal2022-04-102-3/+1
* iio: st_sensors: Use iio_device_claim/release_direct_mode() when relevantMiquel Raynal2022-04-101-21/+17
* iio: st_sensors: Add a local lock for protecting odrMiquel Raynal2022-04-101-6/+18
* iio: st_sensors: Drop the protection on _avail functionsMiquel Raynal2022-04-101-4/+0
* iio: ssp_sensors: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-041-7/+6
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-289-76/+49
|\
| * iio:common:ssp: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-6/+2
| * iio:common:ssp_sensors: Move exports into IIO_SSP_SENSORS namespaceJonathan Cameron2022-02-182-8/+9
| * iio:common:meas-spec: Move exports into IIO_MEAS_SPEC_SENSORSJonathan Cameron2022-02-181-12/+12
| * iio:st-sensors: Move exports into IIO_ST_SENSORS namespaceJonathan Cameron2022-02-185-19/+19
| * iio:st-sensors: Remove duplicate MODULE_*Jonathan Cameron2022-02-182-10/+0
| * iio: ssp_sensors: Make use of device propertiesAndy Shevchenko2022-02-131-17/+5
| * iio: ms_sensors: Use sysfs_emit()Lars-Peter Clausen2022-01-231-2/+2
| * iio: st_sensors: don't always auto-enable I2C and SPI interface driversNikita Yushchenko2022-01-231-2/+0
* | spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
|/
* iio/scmi: Add reading "raw" attribute.Andriy Tryshnivskyy2021-11-171-1/+56
* iio: st-sensors: Use dev_to_iio_dev() in sysfs callbacksLars-Peter Clausen2021-11-171-2/+2
* Merge tag 'tag-chrome-platform-for-v5.16' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2021-11-101-2/+1
|\
| * iio: common: cros_ec_sensors: simplify getting .driver_dataWolfram Sang2021-09-271-2/+1
* | Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman2021-10-195-63/+45
|\ \
| * | iio: triggered-buffer: extend support to configure output buffersAlexandru Ardelean2021-10-191-2/+3
| * | iio: st_sensors: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-8/+8
| * | iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean2021-09-143-5/+5
| * | iio: st_sensors: remove st_sensors_power_disable() functionAlexandru Ardelean2021-09-141-19/+15
| * | iio: st_sensors: remove st_sensors_deallocate_trigger() functionAlexandru Ardelean2021-09-141-30/+15
| |/
* | iio: ssp_sensors: add more range checking in ssp_parse_dataframe()Dan Carpenter2021-09-181-1/+8
* | iio: ssp_sensors: fix error code in ssp_print_mcu_debug()Dan Carpenter2021-09-181-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-2/+1
|\