summaryrefslogtreecommitdiff
path: root/drivers/iio/common
AgeCommit message (Expand)AuthorFilesLines
2024-12-28iio: common: ssp_sensors: drop conditional optimization for simplicityVasileios Amoiridis1-7/+5
2024-12-07iio: invensense: Prevent possible integer overflow while multiplicationKaran Sanghavi1-2/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra11-62/+62
2024-11-08Merge tag 'iio-fixes-for-6.12c' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+4
2024-10-29iio: invensense: fix multiple odr switch when FIFO is offJean-Baptiste Maneyrol1-0/+4
2024-10-21Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman1-1/+1
2024-10-13Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-1/+1
2024-10-12Merge tag 'v6.12-rc2' into test2Jonathan Cameron1-1/+1
2024-10-10iio: hid-sensors: Fix an error handling path in _hid_sensor_set_report_latency()Christophe JAILLET1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-30iio: common: st: use irq_get_trigger_type()Jonathan Cameron1-1/+1
2024-08-03iio: common: cros_ec_sensors_core: use new '.masklength' accessorsNuno Sa1-5/+3
2024-08-03iio: common: scmi_iio: Remove unnecessary u64 type castThorsten Blum1-1/+1
2024-06-30iio: common: scmi_iio: convert to dev_err_probe()Nuno Sa1-26/+19
2024-06-29iio: st_sensors: relax WhoAmI check in st_sensors_verify_id()Kaustabh Chakraborty1-2/+1
2024-05-27iio: invensense: fix odr switching to same valueJean-Baptiste Maneyrol1-1/+5
2024-05-03iio: invensense: fix timestamp glitches when switching frequencyJean-Baptiste Maneyrol1-13/+11
2024-05-01iio: invensense: fix interrupt timestamp alignmentJean-Baptiste Maneyrol1-2/+7
2024-01-23iio: invensense: remove redundant initialization of variable periodColin Ian King1-1/+1
2023-11-16iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time tableJavier Carrasco1-2/+2
2023-10-05iio: cros_ec: fix an use-after-free in cros_ec_sensors_push_data()Tzung-Bi Shih1-1/+5
2023-08-13Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman1-1/+1
2023-07-29iio: cros_ec: Fix the allocation size for cros_ec_commandYiyuan Guo1-1/+1
2023-07-20iio: make invensense timestamp module genericJean-Baptiste Maneyrol2-45/+44
2023-07-20iio: move inv_icm42600 timestamp module in commonJean-Baptiste Maneyrol5-0/+210
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait1-2/+2
2022-12-28iio: common: scmi_iio: use sysfs_emit() to instead of scnprintf()ye xingchen1-2/+2
2022-11-23iio: Don't silently expect attribute typesMatti Vaittinen2-7/+7
2022-11-23iio: st_sensors: core and lsm9ds0 switch to devm_regulator_bulk_get_enable()Jonathan Cameron1-32/+7
2022-11-23iio: common: scmi_iio: do not use internal iio_dev lockNuno Sá1-2/+7
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/g...Linus 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