index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-19
iio: adc: max1027: Prevent single channel accesses during buffer reads
Miquel Raynal
1
-4
/
+7
2021-10-19
iio: adc: max1027: Create a helper to configure the channels to scan
Miquel Raynal
1
-12
/
+15
2021-10-19
iio: adc: max1027: Ensure a default cnvst trigger configuration
Miquel Raynal
1
-4
/
+5
2021-10-19
iio: adc: max1027: Simplify the _set_trigger_state() helper
Miquel Raynal
1
-9
/
+10
2021-10-19
iio: adc: max1027: Create a helper to enable/disable the cnvst trigger
Miquel Raynal
1
-16
/
+25
2021-10-19
iio: adc: max1027: Rename a helper
Miquel Raynal
1
-2
/
+2
2021-10-19
iio: adc: max1027: Minimize the number of converted channels
Miquel Raynal
1
-7
/
+53
2021-10-19
iio: adc: max1027: Drop useless debug messages
Miquel Raynal
1
-4
/
+0
2021-10-19
iio: adc: max1027: Drop extra warning message
Miquel Raynal
1
-3
/
+1
2021-10-19
iio: adc: max1027: Fix style
Miquel Raynal
1
-7
/
+7
2021-10-19
iio: imx8qxp-adc: Add driver support for NXP IMX8QXP ADC
Cai Huoqing
3
-0
/
+505
2021-10-19
iio: accel: fxls8962af: add wake on event
Sean Nyekjaer
1
-2
/
+44
2021-10-19
iio: accel: fxls8962af: add threshold event handling
Sean Nyekjaer
1
-3
/
+298
2021-10-19
iio: adc: aspeed: Get and set trimming data.
Billy Tsai
1
-0
/
+71
2021-10-19
iio: adc: aspeed: Support battery sensing.
Billy Tsai
1
-3
/
+78
2021-10-19
iio: adc: aspeed: Add compensation phase.
Billy Tsai
1
-1
/
+53
2021-10-19
iio: adc: aspeed: Add func to set sampling rate.
Billy Tsai
1
-19
/
+39
2021-10-19
iio: adc: aspeed: Fix the calculate error of clock.
Billy Tsai
1
-0
/
+27
2021-10-19
iio: adc: aspeed: Support ast2600 adc.
Billy Tsai
1
-5
/
+96
2021-10-19
iio: adc: aspeed: Use devm_add_action_or_reset.
Billy Tsai
1
-58
/
+55
2021-10-19
iio: adc: aspeed: Use model_data to set clk scaler.
Billy Tsai
1
-15
/
+26
2021-10-19
iio: adc: aspeed: Add vref config function
Billy Tsai
1
-1
/
+17
2021-10-19
iio: adc: aspeed: Restructure the model data
Billy Tsai
1
-5
/
+15
2021-10-19
iio: adc: aspeed: Keep model data to driver data.
Billy Tsai
1
-13
/
+7
2021-10-19
iio: chemical: Add Senseair Sunrise 006-0-007 driver
Jacopo Mondi
3
-0
/
+548
2021-10-17
Merge tag 'staging-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
14
-16
/
+50
2021-10-17
iio: adc: tsc2046: fix scan interval warning
Oleksij Rempel
1
-1
/
+1
2021-10-17
iio: core: fix double free in iio_device_unregister_sysfs()
Yang Yingliang
1
-0
/
+1
2021-10-17
iio: core: check return value when calling dev_set_name()
Yang Yingliang
1
-1
/
+7
2021-10-17
iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups()
Yang Yingliang
1
-2
/
+2
2021-10-17
iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask()
Yang Yingliang
1
-1
/
+1
2021-10-17
iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask()
Yang Yingliang
1
-3
/
+2
2021-10-17
iio: buffer: check return value of kstrdup_const()
Yang Yingliang
1
-0
/
+5
2021-10-17
iio: dac: ad5446: Fix ad5622_write() return value
Pekka Korpinen
1
-1
/
+8
2021-10-17
iio: adc: exynos: describe drivers in KConfig
Krzysztof Kozlowski
1
-3
/
+3
2021-10-17
iio: adc: rockchip_saradc: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-10-17
iio: dac: stm32-dac: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-10-17
iio: accel: mma7660: Mark acpi match table as maybe unused
Daniel Palmer
1
-1
/
+1
2021-10-17
iio: light: max44000: use device-managed functions in probe
Alexandru Ardelean
1
-14
/
+3
2021-10-17
iio: gyro: adis16080: use devm_iio_device_register() in probe
Alexandru Ardelean
1
-10
/
+1
2021-10-17
iio: dac: ad5064: convert probe to full device-managed
Alexandru Ardelean
1
-37
/
+12
2021-10-17
iio: dac: ad7303: convert probe to full device-managed
Alexandru Ardelean
1
-30
/
+17
2021-10-17
iio: imu: inv_mpu6050: Mark acpi match table as maybe unused
Daniel Palmer
1
-1
/
+1
2021-10-17
iio: ep93xx: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-10-07
drivers: iio: dac: ad5766: Fix dt property name
Mihail Chindris
1
-3
/
+3
2021-10-07
iio: st_pressure_spi: Add missing entries SPI to device ID table
Mark Brown
1
-0
/
+4
2021-10-06
iio/test-format: build kunit tests without structleak plugin
Brendan Higgins
1
-0
/
+1
2021-10-03
iio: light: opt3001: Fixed timeout error when 0 lux
Jiri Valek - 2N
1
-3
/
+3
2021-09-27
iio: common: cros_ec_sensors: simplify getting .driver_data
Wolfram Sang
1
-2
/
+1
2021-09-26
iio: adis16480: fix devices that do not support sleep mode
Nuno Sá
1
-3
/
+11
[prev]
[next]