summaryrefslogtreecommitdiff
path: root/include/linux/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: ad_sigma_delta: remove ad_sd_{setup,cleanup}_buffer_and_trigger()Alexandru Ardelean2021-06-131-3/+0
* iio: adc: ad_sigma_delta: introduct devm_ad_sd_setup_buffer_and_trigger()Alexandru Ardelean2021-06-131-0/+3
* iio: accel: st_sensors: Support generic mounting matrixLinus Walleij2021-06-031-1/+3
* iio: st_sensors: Create extended attr macroLinus Walleij2021-06-031-2/+8
* iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-031-2/+1
* iio: cros_ec_sensors: Fix alignment of buffer in iio_push_to_buffers_with_tim...Jonathan Cameron2021-05-171-1/+1
* iio: st_sensors: Add lsm9ds0 IMU supportAndy Shevchenko2021-05-171-0/+2
* iio: st_sensors: Make accel, gyro, magn and pressure probe sharedAndy Shevchenko2021-05-171-0/+20
* iio: core: move @clock_id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-172-11/+3
* iio: core: move @flags from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-172-2/+2
* iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-172-2/+2
* iio: core: move @info_exist_lock to struct iio_dev_opaqueJonathan Cameron2021-05-172-2/+2
* iio: core: move @scan_index_timestamp to struct iio_dev_opaqueJonathan Cameron2021-05-172-2/+4
* iio: core: move @trig_readonly from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-172-2/+2
* iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-172-3/+2
* iio: avoid shadowing of variable name in to_iio_dev_opaque()Jonathan Cameron2021-05-171-2/+2
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-172-2/+4
* iio: adis: add burst_max_speed_hz variableNuno Sa2021-05-171-0/+2
* dt-bindings:iio:dac: update microchip,mcp4725.yaml referenceMauro Carvalho Chehab2021-04-071-1/+1
* iio:event: Add timeout event info typeJonathan Cameron2021-04-071-0/+1
* iio: cros: unify hw fifo attributes without API changesGwendal Grignou2021-03-251-2/+1
* iio: kfifo: add devm_iio_triggered_buffer_setup_ext variantAlexandru Ardelean2021-03-251-4/+8
* iio: Provide iio_read_channel_processed_scale() APILinus Walleij2021-03-251-0/+15
* iio: set default trig->dev.parentGwendal Grignou2021-03-252-2/+3
* iio: adis: add helpers for lockingNuno Sa2021-03-111-0/+10
* iio: adc: adi-axi-adc: fix typo in doc-stringAlexandru Ardelean2021-03-111-1/+1
* iio: Add relative sensitivity supportYe Xiang2021-03-111-0/+1
* iio: buffer: add ioctl() to support opening extra buffers for IIO deviceAlexandru Ardelean2021-03-112-0/+7
* iio: buffer: introduce support for attaching more IIO buffersAlexandru Ardelean2021-03-113-2/+9
* iio: buffer: wrap all buffer attributes into iio_dev_attrAlexandru Ardelean2021-03-111-2/+2
* iio: add reference to iio buffer on iio_dev_attrAlexandru Ardelean2021-03-111-0/+3
* iio: core: merge buffer/ & scan_elements/ attributesAlexandru Ardelean2021-03-112-6/+7
* iio: core: rework iio device group creationAlexandru Ardelean2021-03-112-5/+4
* iio: buffer-dma,adi-axi-adc: introduce devm_iio_dmaengine_buffer_setup()Alexandru Ardelean2021-03-111-3/+4
* iio: kfifo: un-export devm_iio_kfifo_allocate() functionAlexandru Ardelean2021-03-111-2/+0
* iio: kfifo: add devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-111-0/+7
* thermal: qcom: add support for adc-tm5 PMIC thermal monitorDmitry Baryshkov2021-02-151-0/+3
* iio: adc: qcom-vadc-common: rewrite vadc7 die temp calculationDmitry Baryshkov2021-01-161-5/+0
* iio: adc: move vadc_map_pt from header to the source fileDmitry Baryshkov2021-01-161-11/+0
* iio: provide of_iio_channel_get_by_name() and devm_ version itDmitry Baryshkov2021-01-161-0/+36
* iio: adc: move qcom-vadc-common.h to include dirDmitry Baryshkov2021-01-161-0/+187
* iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2020-12-031-2/+2
* iio: ad_sigma_delta: Don't put SPI transfer buffer on the stackLars-Peter Clausen2020-12-031-1/+5
* Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2020-11-245-11/+25
|\
| * iio: buffer: remove iio_buffer_set_attrs() helperAlexandru Ardelean2020-11-211-3/+0
| * iio: triggered-buffer: add {devm_}iio_triggered_buffer_setup_ext variantsAlexandru Ardelean2020-11-211-7/+16
| * iio: core: centralize ioctl() calls to the main chardevAlexandru Ardelean2020-11-141-0/+2
| * iio: core: Add optional symbolic label to a device channelCristian Pop2020-11-081-0/+6
| * iio: fix a kernel-doc markupMauro Carvalho Chehab2020-10-311-1/+1
* | Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-156-52/+15
|\ \ | |/