aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-13iio: adc: ad_sigma_delta: remove ad_sd_{setup,cleanup}_buffer_and_trigger()Alexandru Ardelean1-3/+0
2021-06-13iio: adc: ad_sigma_delta: introduct devm_ad_sd_setup_buffer_and_trigger()Alexandru Ardelean1-0/+3
2021-06-03iio: accel: st_sensors: Support generic mounting matrixLinus Walleij1-1/+3
2021-06-03iio: st_sensors: Create extended attr macroLinus Walleij1-2/+8
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko1-2/+1
2021-05-17iio: cros_ec_sensors: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-1/+1
2021-05-17iio: st_sensors: Add lsm9ds0 IMU supportAndy Shevchenko1-0/+2
2021-05-17iio: st_sensors: Make accel, gyro, magn and pressure probe sharedAndy Shevchenko1-0/+20
2021-05-17iio: core: move @clock_id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2-11/+3
2021-05-17iio: core: move @flags from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2-2/+2
2021-05-17iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2-2/+2
2021-05-17iio: core: move @info_exist_lock to struct iio_dev_opaqueJonathan Cameron2-2/+2
2021-05-17iio: core: move @scan_index_timestamp to struct iio_dev_opaqueJonathan Cameron2-2/+4
2021-05-17iio: core: move @trig_readonly from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2-2/+2
2021-05-17iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2-3/+2
2021-05-17iio: avoid shadowing of variable name in to_iio_dev_opaque()Jonathan Cameron1-2/+2
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2-2/+4
2021-05-17iio: adis: add burst_max_speed_hz variableNuno Sa1-0/+2
2021-04-07dt-bindings:iio:dac: update microchip,mcp4725.yaml referenceMauro Carvalho Chehab1-1/+1
2021-04-07iio:event: Add timeout event info typeJonathan Cameron1-0/+1
2021-03-25iio: cros: unify hw fifo attributes without API changesGwendal Grignou1-2/+1
2021-03-25iio: kfifo: add devm_iio_triggered_buffer_setup_ext variantAlexandru Ardelean1-4/+8
2021-03-25iio: Provide iio_read_channel_processed_scale() APILinus Walleij1-0/+15
2021-03-25iio: set default trig->dev.parentGwendal Grignou2-2/+3
2021-03-11iio: adis: add helpers for lockingNuno Sa1-0/+10
2021-03-11iio: adc: adi-axi-adc: fix typo in doc-stringAlexandru Ardelean1-1/+1
2021-03-11iio: Add relative sensitivity supportYe Xiang1-0/+1
2021-03-11iio: buffer: add ioctl() to support opening extra buffers for IIO deviceAlexandru Ardelean2-0/+7
2021-03-11iio: buffer: introduce support for attaching more IIO buffersAlexandru Ardelean3-2/+9
2021-03-11iio: buffer: wrap all buffer attributes into iio_dev_attrAlexandru Ardelean1-2/+2
2021-03-11iio: add reference to iio buffer on iio_dev_attrAlexandru Ardelean1-0/+3
2021-03-11iio: core: merge buffer/ & scan_elements/ attributesAlexandru Ardelean2-6/+7
2021-03-11iio: core: rework iio device group creationAlexandru Ardelean2-5/+4
2021-03-11iio: buffer-dma,adi-axi-adc: introduce devm_iio_dmaengine_buffer_setup()Alexandru Ardelean1-3/+4
2021-03-11iio: kfifo: un-export devm_iio_kfifo_allocate() functionAlexandru Ardelean1-2/+0
2021-03-11iio: kfifo: add devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean1-0/+7
2021-02-15thermal: qcom: add support for adc-tm5 PMIC thermal monitorDmitry Baryshkov1-0/+3
2021-01-16iio: adc: qcom-vadc-common: rewrite vadc7 die temp calculationDmitry Baryshkov1-5/+0
2021-01-16iio: adc: move vadc_map_pt from header to the source fileDmitry Baryshkov1-11/+0
2021-01-16iio: provide of_iio_channel_get_by_name() and devm_ version itDmitry Baryshkov1-0/+36
2021-01-16iio: adc: move qcom-vadc-common.h to include dirDmitry Baryshkov1-0/+187
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron1-2/+2
2020-12-03iio: ad_sigma_delta: Don't put SPI transfer buffer on the stackLars-Peter Clausen1-1/+5
2020-11-24Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman5-11/+25
2020-11-21iio: buffer: remove iio_buffer_set_attrs() helperAlexandru Ardelean1-3/+0
2020-11-21iio: triggered-buffer: add {devm_}iio_triggered_buffer_setup_ext variantsAlexandru Ardelean1-7/+16
2020-11-14iio: core: centralize ioctl() calls to the main chardevAlexandru Ardelean1-0/+2
2020-11-08iio: core: Add optional symbolic label to a device channelCristian Pop1-0/+6
2020-10-31iio: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-10-15Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds6-52/+15