aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iio
AgeCommit message (Expand)AuthorFilesLines
2024-05-03iio: invensense: fix timestamp glitches when switching frequencyJean-Baptiste Maneyrol1-2/+1
2024-04-29iio: backend: add API for interface tuningNuno Sa1-0/+36
2024-04-29iio: backend: change docs paddingNuno Sa1-19/+19
2024-04-29iio: core: Add iio_read_acpi_mount_matrix() helper functionHans de Goede1-0/+13
2024-04-20iio: backend: add new functionalityNuno Sa1-0/+49
2024-04-20iio: buffer-dmaengine: Support specifying buffer directionPaul Cercueil1-6/+19
2024-04-20iio: buffer-dma: Enable buffer write supportPaul Cercueil1-0/+2
2024-04-20iio: buffer-dma: Rename iio_dma_buffer_data_available()Paul Cercueil1-1/+1
2024-04-20iio: buffer-dma: add iio_dmaengine_buffer_setup()Nuno Sa1-2/+3
2024-03-25iio: adc: ad_sigma_delta: Add optional irq selectionDumitru Ceclan1-0/+3
2024-02-25Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman4-69/+104
2024-02-19iio: adc: adi-axi-adc: move to backend frameworkNuno Sa1-68/+0
2024-02-19iio: add the IIO backend frameworkNuno Sa1-0/+72
2024-02-19iio: buffer-dmaengine: export buffer alloc and free functionsNuno Sa1-0/+3
2024-02-17iio: core: make iio_bus_type constRicardo B. Marliere1-1/+1
2024-02-17iio: locking: introduce __cleanup() based direct mode claiming infrastructureJonathan Cameron1-0/+28
2024-02-04iio: commom: st_sensors: ensure proper DMA alignmentNuno Sa1-2/+2
2024-01-22iio: adc: ad_sigma_delta: ensure proper DMA alignmentNuno Sa1-1/+3
2024-01-22iio: imu: adis: ensure proper DMA alignmentNuno Sa1-1/+2
2023-12-26iio: linux/iio.h: fix Excess kernel-doc description warningRandy Dunlap1-6/+0
2023-12-21iio: buffer-dma: Get rid of outgoing queuePaul Cercueil1-4/+3
2023-12-11iio: core: introduce trough info element for minimum valuesJavier Carrasco1-0/+1
2023-12-10iio: adc: ad9467: fix scale settingNuno Sa1-0/+4
2023-10-11iio: event: add optional event label supportDavid Lechner1-0/+8
2023-10-05iio: improve doc for available_scan_maskMatti Vaittinen1-1/+3
2023-09-12iio: Remove unused declarationsYue Haibing2-6/+0
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+97
2023-07-23iio: Add event enums for running period and countWaqar Hameed1-0/+2
2023-07-20iio: make invensense timestamp module genericJean-Baptiste Maneyrol2-79/+95
2023-07-20iio: move inv_icm42600 timestamp module in commonJean-Baptiste Maneyrol1-0/+79
2023-07-09iio: inkern: Add a helper to query an available minimum raw valueHerve Codina1-0/+12
2023-07-09iio: consumer.h: Fix raw values documentation notesHerve Codina1-10/+15
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+5
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-19iio: core: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-1/+1
2023-06-15Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman3-0/+5
2023-05-23iio: trigger: Add simple trigger_validation helperMatti Vaittinen1-0/+1
2023-05-13iio: core: Point users of extend_name field to read_label callbackMarijn Suijten1-0/+3
2023-05-13iio: accel: st_accel: Add LSM303DMarius Hoch1-0/+1
2023-05-13iio: fix doc for iio_gts_find_sel_by_int_timeMatti Vaittinen1-1/+1
2023-04-10iio: light: Add gain-time-scale helpersMatti Vaittinen1-0/+206
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait1-1/+1
2023-03-11iio: Improve the kernel-doc of iio_trigger_pollMehdi Djait1-6/+0
2022-12-28iio: add struct declaration for iio typesGerald Loacker1-0/+5
2022-11-23iio: imu: adis: Remove adis_initial_startup functionRamona Bolboaca1-12/+0
2022-11-23iio: adis: add '__adis_enable_irq()' implementationRamona Bolboaca1-1/+12
2022-11-23iio: Don't silently expect attribute typesMatti Vaittinen3-5/+6
2022-11-23iio: Add IIO_STATIC_CONST_DEVICE_ATTRMatti Vaittinen1-0/+11
2022-11-23iio: st_sensors: core and lsm9ds0 switch to devm_regulator_bulk_get_enable()Jonathan Cameron1-4/+0
2022-11-23iio: core: move 'mlock' to 'struct iio_dev_opaque'Nuno Sá2-3/+2
2022-11-23iio: core: introduce iio_device_{claim|release}_buffer_mode() APIsNuno Sá1-0/+2
2022-11-23iio: gyro: itg3200_core: do not use internal iio_dev lockNuno Sá1-0/+2
2022-09-05iio: Add new event type gesture and use direction for single and double tapJagath Jog J1-0/+2
2022-09-05iio: Use per-device lockdep class for mlockVincent Whitchurch1-0/+2
2022-08-15iio: core: Introduce _zeropoint for differential channelsJonathan Cameron1-0/+1
2022-08-15iio: inkern: remove OF dependenciesNuno Sá2-13/+0
2022-08-15iio: inkern: move to fwnode propertiesNuno Sá2-16/+25
2022-07-18iio: cros: Register FIFO callback after sensor is registeredGwendal Grignou1-2/+5
2022-07-16iio: trigger: move trig->owner init to trigger allocate() stageDmitry Rokosov2-14/+16
2022-06-18iio: trigger: warn about non-registered iio trigger getting attemptDmitry Rokosov1-0/+5
2022-06-15iio: core: drop of.h from iio.hNuno Sá1-1/+2
2022-06-14iio: core: Fix IIO_ALIGN and rename as it was not sufficiently largeJonathan Cameron1-2/+8
2022-06-14iio: core: drop iio_get_time_res()Jonathan Cameron1-1/+0
2022-06-11iio: common: cros_ec_sensors: Add label attributeGwendal Grignou1-2/+0
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-17/+103
2022-05-19iio: adc: qcom-vadc-common: add reverse scaling for PMIC5 Gen2 ADC_TMJishnu Prakash1-0/+2
2022-04-28iio: core: Clarify the modesMiquel Raynal1-1/+48
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal1-3/+2
2022-04-10iio: core: Move the currentmode entry to the opaque structureMiquel Raynal2-4/+4
2022-04-10iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal1-0/+1
2022-04-10iio: Un-inline iio_buffer_enabled()Miquel Raynal1-10/+1
2022-04-10iio: st_sensors: Add a local lock for protecting odrMiquel Raynal1-0/+3
2022-04-10iio: core: Enhance the kernel doc of modes and currentmodes iio_dev entriesMiquel Raynal1-2/+9
2022-04-04iio: adc: ad_sigma_delta: Add sequencer supportLars-Peter Clausen1-0/+38
2022-02-27iio: afe: rescale: add offset supportLiam Beguin1-0/+4
2022-02-27iio: afe: rescale: expose scale processing functionLiam Beguin1-0/+32
2022-01-30iio: adc: qcom-vadc-common: Re-use generic struct u32_fractAndy Shevchenko1-12/+3
2022-01-23iio: adis: stylistic changesNuno Sá1-23/+25
2022-01-23adis: simplify 'adis_update_bits' macrosNuno Sá1-8/+4
2022-01-23iio: core: Fix the kernel doc regarding the currentmode iio_dev entryMiquel Raynal1-1/+1
2021-12-12iio: trigger: Fix a scheduling whilst atomic issue seen on tsc2046Jonathan Cameron1-0/+2
2021-11-27iio: expose shared parameter in IIO_ENUM_AVAILABLEAntoniu Miclaus1-2/+3
2021-11-27iio: buffer-dma: Remove unused iio_buffer_block structPaul Cercueil1-5/+0
2021-11-17iio: core: Introduce IIO_VAL_INT_64.Andriy Tryshnivskyy1-0/+1
2021-10-19iio: triggered-buffer: extend support to configure output buffersAlexandru Ardelean1-2/+9
2021-10-19iio: Add output buffer supportMihail Chindris2-0/+18
2021-10-19iio: core: Introduce iio_push_to_buffers_with_ts_unaligned()Jonathan Cameron2-0/+8
2021-10-19iio: adis: handle devices that cannot unmask the drdy pinNuno Sá1-0/+2
2021-10-19iio: inkern: introduce devm_iio_map_array_register() short-hand functionAlexandru Ardelean1-0/+14
2021-09-14iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean1-2/+0
2021-09-14iio: st_sensors: remove all driver remove functionsAlexandru Ardelean1-4/+0
2021-09-14iio: st_sensors: remove st_sensors_power_disable() functionAlexandru Ardelean1-2/+0
2021-09-14iio: st_sensors: remove st_sensors_deallocate_trigger() functionAlexandru Ardelean1-5/+0
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_tim...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/...Greg 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...Linus Torvalds6-52/+15
2020-09-29iio: cros_ec: unify hw fifo attributes into the core fileAlexandru Ardelean1-2/+2
2020-09-29iio: buffer-dmaengine: remove non managed alloc/freeAlexandru Ardelean1-4/+0
2020-09-21iio: adis. Drop adis_burst structNuno Sá1-17/+0
2020-09-21iio: adis: Move burst mode into adis_dataNuno Sá1-0/+9
2020-09-21iio: Add __printf() attributes to various allocation functionsJonathan Cameron2-2/+3
2020-09-16iio: adis: Drop non Managed device functionsNuno Sá1-27/+0
2020-09-13iio: temperature: mlx90632: Interface to change object ambient temperatureCrt Mori1-0/+1
2020-09-11iio: iio.h: fix a warning at the kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-07-13iio: core: remove iio_priv_to_dev() helperAlexandru Ardelean1-6/+0
2020-07-07iio: core: move event interface on the opaque structAlexandru Ardelean2-3/+2
2020-07-07iio: core: move iio_dev's buffer_list to the private iio device objectAlexandru Ardelean2-2/+2
2020-07-07iio: core: move channel list & group to private iio device objectAlexandru Ardelean2-5/+5
2020-07-07iio: core: move debugfs data on the private iio dev infoAlexandru Ardelean2-12/+11
2020-07-07iio: core: wrap IIO device into an iio_dev_opaque objectAlexandru Ardelean2-1/+22
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-7/+0
2020-06-14iio: core: add iio_device_set_parent() helperAlexandru Ardelean1-0/+20
2020-06-14iio: core: pass parent device as parameter during allocationAlexandru Ardelean1-2/+2
2020-06-14iio: make iio_device_get_drvdata take a const struct iio_dev *.Jonathan Cameron1-1/+1
2020-06-14iio: cros_ec: Reapply range at resumeGwendal Grignou1-1/+10
2020-05-15Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman1-2/+85
2020-04-27Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman1-1/+1
2020-04-25iio: adis: Support different burst sizesNuno Sá1-2/+7
2020-04-25iio: adis: Add adis_update_bits() APIsNuno Sá1-0/+59
2020-04-25iio: imu: adis: Add irq flag variableNuno Sá1-0/+2
2020-04-25iio: imu: adis: Add Managed device functionsNuno Sá1-0/+17
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman11-102/+69
2020-04-20Merge tag 'iio-fixes-for-5.7a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-1/+1
2020-04-19iio: core: remove extra semi-colon from devm_iio_device_register() macroLars Engebretsen1-1/+1
2020-04-19iio: buffer: drop devm_iio_kfifo_free() API callAlexandru Ardelean1-1/+0
2020-04-19iio: buffer: drop devm_iio_hw_consumer_free() API callAlexandru Ardelean1-1/+0
2020-04-19iio: inkern: drop devm_iio_channel_release{_all} API callsAlexandru Ardelean1-18/+0
2020-04-19iio: core: drop devm_iio_trigger_free() API callAlexandru Ardelean1-2/+0
2020-04-19iio: core: drop devm_iio_trigger_unregister() API callAlexandru Ardelean1-3/+0
2020-04-19iio: core: drop devm_iio_device_free() API callAlexandru Ardelean1-2/+0
2020-04-19iio: core: drop devm_iio_triggered_buffer_cleanup() API callAlexandru Ardelean1-2/+0
2020-04-19iio: core: drop devm_iio_device_unregister() API callAlexandru Ardelean1-4/+0
2020-04-19iio: buffer: remove 'scan_el_attrs' attribute group from buffer structAlexandru Ardelean1-6/+0
2020-04-19iio: dma-buffer: Cleanup buffer.h/buffer_impl.h includesLars-Peter Clausen1-1/+1
2020-04-19iio: adc: adi-axi-adc: add support for AXI ADC IP coreMichael Hennerich1-0/+64
2020-04-19iio: buffer-dmaengine: add dev-managed calls for buffer allocAlexandru Ardelean1-0/+3
2020-04-19iio: buffer: drop left-over 'stufftoread' fieldAlexandru Ardelean1-3/+0
2020-04-19iio: ad_sigma_delta: remove unused IIO channel macrosAlexandru Ardelean1-58/+0
2020-04-08Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-90/+16
2020-03-30iio: cros_ec: Use Hertz as unit for sampling frequencyGwendal Grignou1-3/+3
2020-03-28iio: cros_ec: Report hwfifo_watermark_maxGwendal Grignou1-0/+3
2020-03-28iio: cros_ec: Expose hwfifo_timeoutGwendal Grignou1-3/+1
2020-03-28iio: cros_ec: Remove pm functionGwendal Grignou1-5/+0
2020-03-28iio: cros_ec: Register to cros_ec_sensorhub when EC supports FIFOGwendal Grignou1-1/+9
2020-03-28iio: expose iio_device_set_clockGwendal Grignou1-0/+2
2020-03-28iio: cros_ec: Move function description to .c fileGwendal Grignou1-80/+0
2020-03-21iio: core: Make mlock internal to the iio coreRohit Sarkar1-1/+1
2020-03-08iio: industrialio-core: Fix debugfs readAlexandru Tachici1-0/+2
2020-03-08iio: imu: adis: add a note better explaining state_lockAlexandru Ardelean1-0/+11
2020-03-08iio: imu: adis: update 'adis_data' struct doc-stringAlexandru Ardelean1-1/+5
2020-03-08iio: imu: adis: add doc-string for 'adis' structAlexandru Ardelean1-0/+14
2020-03-08iio: imu: adis: add support product ID check in adis_initial_startupAlexandru Ardelean1-0/+5
2020-03-08iio: imu: adis: Add self_test_reg variableNuno Sá1-0/+2