summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2020-10-23Merge tag 'tag-chrome-platform-for-v5.10' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-10-15Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-10-15Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-09Merge remote-tracking branch 'asoc/for-5.10' into asoc-nextMark Brown
2020-10-08ASoC: stm32: dfsdm: add actual resolution traceOlivier Moysan
2020-10-05Merge 5.9-rc8 into staging-nextGreg Kroah-Hartman
2020-09-29iio: adc: gyroadc: fix leak of device node iteratorTobias Jordan
2020-09-29iio: adc: stm32-adc: fix runtime autosuspend delay when slow pollingFabrice Gasnier
2020-09-29iio: adc: at91-sama5d2_adc: fix DMA conversion crashEugen Hristev
2020-09-29iio: ad7292: Fix of_node refcountingNuno Sá
2020-09-29iio: ltc2983: Fix of_node refcountingNuno Sá
2020-09-29iio: buffer: Kconfig: add title for IIO_TRIGGERED_BUFFER symbolAlexandru Ardelean
2020-09-29iio: Kconfig: Provide title for IIO_TRIGGERED_EVENT symbolAlexandru Ardelean
2020-09-29iio: dma-buffer: Kconfig: Provide titles for IIO DMA Kconfig symbolsAlexandru Ardelean
2020-09-29iio: cros_ec: unify hw fifo attributes into the core fileAlexandru Ardelean
2020-09-29iio: adc: ad9467: add support for AD9265 high-speed ADCMichael Hennerich
2020-09-29iio: adc: ad9467: add support for AD9434 high-speed ADCMichael Hennerich
2020-09-29iio: adc: ad9467: wrap a axi-adc chip-info into a ad9467_chip_info typeAlexandru Ardelean
2020-09-29iio: buffer-dmaengine: remove non managed alloc/freeAlexandru Ardelean
2020-09-29iio: adc: stm32-dfsdm: Use devm_platform_get_and_ioremap_resource()Wang ShaoBo
2020-09-29iio: adc: at91-sama5d2_adc: Use devm_platform_get_and_ioremap_resource()Wang ShaoBo
2020-09-29iio: ssp: use PLATFORM_DEVID_NONEKrzysztof Kozlowski
2020-09-29iio: adc: ad7291: convert to device treeMichael Auchter
2020-09-29iio: event: NULL-ify IIO device's event_interface ref during unregisterAlexandru Ardelean
2020-09-29iio: event: use short-hand variable in iio_device_{un}register_eventset funct...Alexandru Ardelean
2020-09-29iio:light:gp2ap002 fix spelling typo in commentsWang Qing
2020-09-22iio: adc: qcom-spmi-adc5: fix driver nameDmitry Baryshkov
2020-09-22Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2020-09-21iio:imu:inv_mpu6050: Use regmap_noinc_read for fifo reads.Jonathan Cameron
2020-09-21iio:imu:inv_mpu6050 Fix dma and ts alignment and data leak issues.Jonathan Cameron
2020-09-21iio:adc:ti-adc12138 Fix alignment issue with timestampJonathan Cameron
2020-09-21iio:adc:ti-adc0832 Fix alignment issue with timestampJonathan Cameron
2020-09-21iio:imu:st_lsm6dsx Fix alignment and data leak issuesJonathan Cameron
2020-09-21iio:light:si1145: Fix timestamp alignment and prevent data leak.Jonathan Cameron
2020-09-21iio:gyro:itg3200: Fix timestamp alignment and prevent data leak.Jonathan Cameron
2020-09-21iio:imu:st_lsm6dsx: check st_lsm6dsx_shub_read_output returnTom Rix
2020-09-21iio: adc: exynos_adc: Replace indio_dev->mlock with own device lockSergiu Cuciurean
2020-09-21iio: imu: st_lsm6dsx: Scaling factor type set to IIO_VAL_INT_PLUS_NANOMario Tesi
2020-09-21iio: adis16475: Drop adis_burst usageNuno Sá
2020-09-21iio: adis16400: Drop adis_burst usageNuno Sá
2020-09-21iio: adis: Move burst mode into adis_dataNuno Sá
2020-09-21iio:accel:bma180: Fix use of true when should be iio_shared_by enumJonathan Cameron
2020-09-21iio:magn:hmc5843: Fix passing true where iio_shared_by enum required.Jonathan Cameron
2020-09-21iio: Add __printf() attributes to various allocation functionsJonathan Cameron
2020-09-21iio:core: Tidy up kernel-doc.Jonathan Cameron
2020-09-21iio: dac: ad5592r: localize locks only where needed in ad5592r_read_raw()Alexandru Ardelean
2020-09-21iio: dac: ad5592r: un-indent code-block for scale readAlexandru Ardelean
2020-09-21iio:dac:ad5592r: Fix use of true for IIO_SHARED_BY_TYPEJonathan Cameron
2020-09-21iio: chemical: sgp30: Add description for sgp_read_cmd()'s 'duration_us'Lee Jones