aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-25iio: kfifo: add devm_iio_triggered_buffer_setup_ext variantAlexandru Ardelean1-6/+10
2021-03-25iio:magnetometer: Add Support for ST IIS2MDCLI Qingwu4-0/+12
2021-03-25iio:dac:max517.c: Use devm_iio_device_register()Mugilraj Dhavachelvan1-9/+1
2021-03-25iio:cros_ec_sensors: Fix a wrong function name in kernel doc.Jonathan Cameron1-1/+1
2021-03-25iio: buffer: kfifo_buf: kernel-doc, typo in function name.Jonathan Cameron1-1/+1
2021-03-25iio: accel: sca3000: kernel-doc fixes. Missing - and wrong function names.Jonathan Cameron1-4/+4
2021-03-25iio: adc: adi-axi-adc: Drop false marking for kernel-docJonathan Cameron1-1/+1
2021-03-25iio: adc: cpcap-adc: kernel-doc fix - that should be _ in structure nameJonathan Cameron1-1/+1
2021-03-25iio: dac: ad5504: fix wrong part number in kernel-doc structure name.Jonathan Cameron1-1/+1
2021-03-25iio: dac: ad5770r: kernel-doc fix case of letter R wrong in structure nameJonathan Cameron1-1/+1
2021-03-25iio: adc: ti-adc084s021: kernel-doc fixes, missing function namesJonathan Cameron1-2/+2
2021-03-25iio: pressure: zpa2326: kernel-doc fixesJonathan Cameron1-2/+2
2021-03-25iio: temperature: tmp007: use device-managed functions in probeAlexandru Ardelean1-21/+15
2021-03-25iio: buffer: fix use-after-free for attached_buffers arrayAlexandru Ardelean3-7/+8
2021-03-25iio: Provide iio_read_channel_processed_scale() APILinus Walleij1-2/+14
2021-03-25iio: xilinx-xadc: Remove code to set trigger parentGwendal Grignou1-1/+0
2021-03-25iio: as3935: Remove code to set trigger parentGwendal Grignou1-1/+0
2021-03-25iio: chemical: atlas: Remove code to set trigger parentGwendal Grignou1-1/+0
2021-03-25iio: lmp91000: Remove code to set trigger parentGwendal Grignou1-2/+1
2021-03-25iio: gp2ap020a00f: Remove code to set trigger parentGwendal Grignou1-1/+0
2021-03-25iio: adis_trigger: Remove code to set trigger parentGwendal Grignou1-8/+2
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou30-33/+0
2021-03-25iio: set default trig->dev.parentGwendal Grignou11-29/+37
2021-03-25iio: adc: ad7124: allow more than 8 channelsAlexandru Tachici1-158/+301
2021-03-25iio: light: gp2ap002: Drop unneeded explicit castingAndy Shevchenko1-2/+1
2021-03-25iio: imu: st_lsm6dsx: Drop unneeded explicit castingsAndy Shevchenko3-6/+3
2021-03-25iio: imu: fxos8700: Drop unneeded explicit castingsAndy Shevchenko2-4/+2
2021-03-25iio: chemical: bmp680: Drop unneeded explicit castingsAndy Shevchenko2-4/+2
2021-03-25iio: proximity: Add a ChromeOS EC MKBP proximity driverStephen Boyd3-0/+283
2021-03-25iio: Remove kernel-doc keyword in file header commentGwendal Grignou13-13/+13
2021-03-25iio: kfifo: mask flags without zero-check in devm_iio_kfifo_buffer_setup()Alexandru Ardelean1-3/+2
2021-03-25iio: hrtimer: Allow sub Hz granularityGwendal Grignou1-10/+23
2021-03-25iio: accel: mma8452: fix indentationSean Nyekjaer1-23/+23
2021-03-25iio: proximity: vcnl3020: add proximity rateIvan Mikhaylov1-1/+96
2021-03-25iio: adc: npcm_adc: Replace indio_dev->mlock with own device lockSergiu Cuciurean1-2/+13
2021-03-25iio: adc: palmas_gpadc: Replace indio_dev->mlock with own device lockSergiu Cuciurean1-3/+13
2021-03-25iio: adc: spear_adc: Replace indio_dev->mlock with own device lockSergiu Cuciurean1-4/+16
2021-03-15Merge tag 'iio-fixes-for-5.12a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman9-18/+35
2021-03-13iio/scmi: Adding support for IIO SCMI Based SensorsJyoti Bhayana5-0/+708
2021-03-11iio: adc: mt6360: Include right headerLinus Walleij1-1/+2
2021-03-11iio: adis: add helpers for lockingNuno Sa3-25/+22
2021-03-11iio: adis16475: improve sync scale mode handlingNuno Sa1-28/+90
2021-03-11iio: adis16480: fix pps mode sampling frequency mathNuno Sa1-34/+94
2021-03-11iio: dac: ad5686: Add support for AD5673R/AD5677RMircea Caprioru4-4/+21
2021-03-11iio: hid-sensor-als: Add relative hysteresis supportYe Xiang1-2/+12
2021-03-11iio: Add relative sensitivity supportYe Xiang2-4/+71
2021-03-11hid-sensors: Add more data fields for sensitivity checkingYe Xiang4-0/+4
2021-03-11iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang12-149/+101
2021-03-11iio: use getter/setter functionsJulia Lawall5-7/+7
2021-03-11iio: core: rename 'dev' -> 'indio_dev' in iio_device_alloc()Alexandru Ardelean1-14/+14