summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2021-10-19iio: inkern: introduce devm_iio_map_array_register() short-hand functionAlexandru Ardelean
2021-10-19iio: adc: fsl-imx25-gcq: initialize regulators as neededAlexandru Ardelean
2021-10-19iio: imu: st_lsm6dsx: move max_fifo_size in st_lsm6dsx_fifo_opsLorenzo Bianconi
2021-10-19iio: adc: max1027: Don't reject external triggers when there is no IRQMiquel Raynal
2021-10-19iio: adc: max1027: Allow all kind of triggers to be usedMiquel Raynal
2021-10-19iio: adc: max1027: Use the EOC IRQ when populated for single readsMiquel Raynal
2021-10-19iio: adc: max1027: Stop requesting a threaded IRQMiquel Raynal
2021-10-19iio: adc: max1027: Introduce an end of conversion helperMiquel Raynal
2021-10-19iio: adc: max1027: Separate the IRQ handler from the read logicMiquel Raynal
2021-10-19iio: adc: max1027: Prevent single channel accesses during buffer readsMiquel Raynal
2021-10-19iio: adc: max1027: Create a helper to configure the channels to scanMiquel Raynal
2021-10-19iio: adc: max1027: Ensure a default cnvst trigger configurationMiquel Raynal
2021-10-19iio: adc: max1027: Simplify the _set_trigger_state() helperMiquel Raynal
2021-10-19iio: adc: max1027: Create a helper to enable/disable the cnvst triggerMiquel Raynal
2021-10-19iio: adc: max1027: Rename a helperMiquel Raynal
2021-10-19iio: adc: max1027: Minimize the number of converted channelsMiquel Raynal
2021-10-19iio: adc: max1027: Drop useless debug messagesMiquel Raynal
2021-10-19iio: adc: max1027: Drop extra warning messageMiquel Raynal
2021-10-19iio: adc: max1027: Fix styleMiquel Raynal
2021-10-19iio: imx8qxp-adc: Add driver support for NXP IMX8QXP ADCCai Huoqing
2021-10-19iio: accel: fxls8962af: add wake on eventSean Nyekjaer
2021-10-19iio: accel: fxls8962af: add threshold event handlingSean Nyekjaer
2021-10-19iio: adc: aspeed: Get and set trimming data.Billy Tsai
2021-10-19iio: adc: aspeed: Support battery sensing.Billy Tsai
2021-10-19iio: adc: aspeed: Add compensation phase.Billy Tsai
2021-10-19iio: adc: aspeed: Add func to set sampling rate.Billy Tsai
2021-10-19iio: adc: aspeed: Fix the calculate error of clock.Billy Tsai
2021-10-19iio: adc: aspeed: Support ast2600 adc.Billy Tsai
2021-10-19iio: adc: aspeed: Use devm_add_action_or_reset.Billy Tsai
2021-10-19iio: adc: aspeed: Use model_data to set clk scaler.Billy Tsai
2021-10-19iio: adc: aspeed: Add vref config functionBilly Tsai
2021-10-19iio: adc: aspeed: Restructure the model dataBilly Tsai
2021-10-19iio: adc: aspeed: Keep model data to driver data.Billy Tsai
2021-10-19iio: chemical: Add Senseair Sunrise 006-0-007 driverJacopo Mondi
2021-10-17Merge tag 'staging-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-10-17iio: adc: tsc2046: fix scan interval warningOleksij Rempel
2021-10-17iio: core: fix double free in iio_device_unregister_sysfs()Yang Yingliang
2021-10-17iio: core: check return value when calling dev_set_name()Yang Yingliang
2021-10-17iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups()Yang Yingliang
2021-10-17iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask()Yang Yingliang
2021-10-17iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask()Yang Yingliang
2021-10-17iio: buffer: check return value of kstrdup_const()Yang Yingliang
2021-10-17iio: dac: ad5446: Fix ad5622_write() return valuePekka Korpinen
2021-10-17iio: adc: exynos: describe drivers in KConfigKrzysztof Kozlowski
2021-10-17iio: adc: rockchip_saradc: Make use of the helper function devm_platform_iore...Cai Huoqing
2021-10-17iio: dac: stm32-dac: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing
2021-10-17iio: accel: mma7660: Mark acpi match table as maybe unusedDaniel Palmer
2021-10-17iio: light: max44000: use device-managed functions in probeAlexandru Ardelean
2021-10-17iio: gyro: adis16080: use devm_iio_device_register() in probeAlexandru Ardelean
2021-10-17iio: dac: ad5064: convert probe to full device-managedAlexandru Ardelean