aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-02iio: stm32: fix adc/trigger link errorArnd Bergmann1-1/+4
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2-2/+2
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-26/+65
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-10-19iio: make function argument and some structures constBhumika Goyal2-2/+2
2017-10-14iio: Drop duplicate forward declarationLukas Wunner1-1/+0
2017-10-10iio: st_sensors: split open-drain parameters for irq1 and irq2Lorenzo Bianconi1-12/+16
2017-10-09iio: st_sensors: decouple irq1 configuration parameters from the irq2 onesLorenzo Bianconi1-6/+10
2017-10-09iio: st_sensors: add register mask for status registerLorenzo Bianconi1-2/+5
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman1-0/+3
2017-09-25Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman2-13/+42
2017-09-25Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-0/+3
2017-09-24iio: ad_sigma_delta: Implement a dedicated reset functionDragos Bogdan1-0/+3
2017-09-07Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-0/+27
2017-09-04iio: trigger: Add STM32 LPTimer trigger driverFabrice Gasnier1-0/+27
2017-09-03iio: drop iio_info.driver_module and iio_trigger_ops.owner.Jonathan Cameron2-5/+0
2017-08-28Merge 4.13-rc7 into staging-nextGreg Kroah-Hartman2-3/+3
2017-08-22iio: triggers: Use macros to avoid boilerplate assignment of owner.Jonathan Cameron1-6/+13
2017-08-22iio: Use macro magic to avoid manual assign of driver_moduleJonathan Cameron1-2/+29
2017-08-20Merge tag 'iio-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-0/+14
2017-08-20PATCH] iio: Fix some documentation warningsJonathan Corbet2-3/+3
2017-08-14Merge 4.13-rc5 into staging-nextGreg Kroah-Hartman1-0/+7
2017-08-12iio: trigger: stm32-timer: add output compare triggersFabrice Gasnier1-0/+12
2017-08-12iio: trigger: stm32-timer: add support for STM32H7Fabrice Gasnier1-0/+2
2017-07-27Merge tag 'iio-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman2-10/+12
2017-07-23Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-0/+7
2017-07-06iio: accel: st_accel: add SPI-3wire supportLorenzo Bianconi1-0/+7
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+37
2017-07-01iio: common: st_sensors: move st_sensors_of_i2c_probe() in common codeLorenzo Bianconi2-10/+12
2017-06-11iio: add hardware triggered operating modeBenjamin Gaignard1-0/+6
2017-06-03iio: inkern: api for manipulating ext_info of iio channelsPeter Rosin1-0/+37
2017-05-07iio: stm32 trigger: Add support for TRGO2 triggersFabrice Gasnier1-0/+2
2017-03-13iio: sw-device: Fix config group initializationLars-Peter Clausen1-1/+1
2017-01-28Merge tag 'ib-mfd-iio-pwm-4.11' into testJonathan Cameron1-0/+62
2017-01-25iio: Add STM32 timer trigger driverBenjamin Gaignard1-0/+62
2017-01-19Merge tag 'iio-for-4.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman4-157/+179
2017-01-10iio:buffer.h - split into buffer.h and buffer_impl.hJonathan Cameron2-155/+163
2017-01-10iio:buffer: Push implementation of iio_device_attach_buffer into .c fileJonathan Cameron1-14/+2
2017-01-10iio:kfifo_buf header include push down.Jonathan Cameron1-3/+2
2017-01-10iio:buffer:iio_push_to_buffers_with_timestamp fix kernel-doc.Jonathan Cameron1-1/+1
2017-01-10iio:buffers: Push some docs down into the .c file.Jonathan Cameron1-5/+0
2017-01-10iio:buffer: Stop exporting iio_scan_mask_queryJonathan Cameron1-3/+0
2017-01-10iio:buffer: Introduced a function to assign the buffer specific attrs.Jonathan Cameron1-0/+2
2017-01-10iio:buffer.h Reformat structure comments to be inline.Jonathan Cameron1-37/+63
2017-01-10iio:buffer: Stop exporting iio_update_demuxJonathan Cameron1-2/+0
2016-12-31iio: accel: st_accel: fix LIS3LV02 reading and scalingLinus Walleij1-0/+12
2016-12-03iio: st_sensors: match sensors using ACPI handleShrirang Bagul1-0/+9
2016-11-13iio: inkern: add helpers to query available values from channelsPeter Rosin2-0/+45
2016-11-13iio:core: add a callback to allow drivers to provide _available attributesJonathan Cameron2-0/+34
2016-10-23iio: dac: mcp4725: support voltage reference selectionTomas Novotny1-0/+11