index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-14
iio: adc: aspeed: Remove the trim valid dts property.
Billy Tsai
1
-6
/
+5
2022-11-12
iio: core: Fix entry not deleted when iio_register_sw_trigger_type() fails
Chen Zhongjin
1
-1
/
+5
2022-11-12
iio: accel: bma400: Fix memory leak in bma400_get_steps_reg()
Dong Chenchen
1
-1
/
+3
2022-11-12
iio: light: rpr0521: add missing Kconfig dependencies
Paul Gazzillo
1
-0
/
+2
2022-11-12
iio: health: afe4404: Fix oob read in afe4404_[read|write]_raw
Wei Yongjun
1
-5
/
+7
2022-11-12
iio: health: afe4403: Fix oob read in afe4403_read_raw
Wei Yongjun
1
-2
/
+3
2022-11-06
iio: light: apds9960: fix wrong register for gesture gain
Alejandro Concepción Rodríguez
1
-6
/
+6
2022-11-01
iio: imu: bno055: uninitialized variable bug in bno055_trigger_handler()
Dan Carpenter
1
-1
/
+1
2022-11-01
iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()
Yang Yingliang
1
-1
/
+3
2022-11-01
iio: adc: mp2629: fix potential array out of bound access
Saravanan Sekar
1
-1
/
+2
2022-10-29
iio: adc: mp2629: fix wrong comparison of channel
Saravanan Sekar
1
-1
/
+1
2022-10-29
iio: pressure: ms5611: changed hardcoded SPI speed to value limited
Mitja Spes
1
-1
/
+1
2022-10-29
iio: pressure: ms5611: fixed value compensation bug
Mitja Spes
2
-32
/
+31
2022-10-29
iio: accel: bma400: Ensure VDDIO is enable defore reading the chip ID.
Jonathan Cameron
1
-12
/
+12
2022-10-24
iio: adc: at91-sama5d2_adc: get rid of 5 degrees Celsius adjustment
Claudiu Beznea
1
-4
/
+2
2022-10-24
iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()
Yang Yingliang
1
-1
/
+5
2022-10-17
iio: bmc150-accel-core: Fix unsafe buffer attributes
Matti Vaittinen
1
-5
/
+18
2022-10-17
iio: adxl367: Fix unsafe buffer attributes
Matti Vaittinen
1
-5
/
+18
2022-10-17
iio: adxl372: Fix unsafe buffer attributes
Matti Vaittinen
1
-5
/
+18
2022-10-17
iio: at91-sama5d2_adc: Fix unsafe buffer attributes
Matti Vaittinen
1
-5
/
+18
2022-10-17
iio: temperature: ltc2983: allocate iio channels once
Cosmin Tanislav
1
-7
/
+6
2022-10-17
iio: adc: stm32-adc: fix channel sampling time init
Olivier Moysan
1
-5
/
+6
2022-10-17
iio: adc: mcp3911: mask out device ID in debug prints
Marcus Folkesson
1
-2
/
+3
2022-10-17
iio: adc: mcp3911: use correct id bits
Marcus Folkesson
1
-2
/
+2
2022-10-17
iio: adc: mcp3911: return proper error code on failure to allocate trigger
Marcus Folkesson
1
-1
/
+1
2022-10-17
iio: adc: mcp3911: fix sizeof() vs ARRAY_SIZE() bug
Dan Carpenter
1
-1
/
+1
2022-10-17
iio: light: tsl2583: Fix module unloading
Shreeya Patel
1
-1
/
+1
2022-10-08
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
110
-1339
/
+10350
2022-10-04
Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
75
-226
/
+76
2022-10-03
Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-8
/
+6
2022-09-21
iio: adc: mcp3911: add support for oversampling ratio
Marcus Folkesson
1
-0
/
+58
2022-09-21
iio: adc: mcp3911: add support for interrupts
Marcus Folkesson
1
-0
/
+53
2022-09-21
iio: adc: mcp3911: add support for buffers
Marcus Folkesson
2
-8
/
+97
2022-09-21
iio: adc: mcp3911: use resource-managed version of iio_device_register
Marcus Folkesson
1
-37
/
+14
2022-09-21
iio: accel: bma400: Fix smatch warning based on use of unintialized value.
Jonathan Cameron
1
-1
/
+2
2022-09-21
iio: light: st_uvis25: Use EXPORT_NS_SIMPLE_DEV_PM_OPS()
Jonathan Cameron
3
-8
/
+5
2022-09-21
iio: accel: bmi088: Use EXPORT_NS_GPL_RUNTIME_DEV_PM_OPS() and pm_ptr()
Jonathan Cameron
2
-10
/
+7
2022-09-21
iio: proximity: srf04: Use pm_ptr() to remove unused struct dev_pm_ops
Jonathan Cameron
1
-5
/
+5
2022-09-21
iio: proximity: sx9360: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-4
/
+4
2022-09-21
iio: proximity: sx9324: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-4
/
+4
2022-09-21
iio: proximity: sx9310: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-4
/
+4
2022-09-21
iio: imu: add BNO055 I2C driver
Andrea Merello
3
-0
/
+70
2022-09-21
iio: imu: add BNO055 serdev driver
Andrea Merello
5
-0
/
+693
2022-09-21
iio: imu: add Bosch Sensortec BNO055 core driver
Andrea Merello
6
-0
/
+1707
2022-09-21
iio: add support for binary attributes
Andrea Merello
1
-1
/
+3
2022-09-21
iio: add modifers for pitch, yaw, roll
Andrea Merello
1
-0
/
+3
2022-09-21
iio: add modifiers for linear acceleration
Andrea Merello
1
-0
/
+3
2022-09-21
iio: pressure: dps310: Reset chip after timeout
Eddie James
1
-10
/
+64
2022-09-21
iio: pressure: dps310: Refactor startup procedure
Eddie James
1
-89
/
+99
2022-09-21
iio: adc: ad7923: support extended range
Nuno Sá
1
-1
/
+6
[next]