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
2022-06-14
iio: addac: ad74413r: for_each_set_bit_from -> for_each_set_bit
Cosmin Tanislav
1
-4
/
+4
2022-06-14
iio: accel: sca3000: Fix syntax errors in comments
Xiang wangx
1
-1
/
+1
2022-06-14
iio: accel: sca3300: Add inclination channels
LI Qingwu
1
-3
/
+73
2022-06-14
iio: accel: sca3300: Add support for SCL3300
LI Qingwu
1
-2
/
+28
2022-06-14
iio: accel: sca3300: modified to support multi chips
LI Qingwu
1
-41
/
+156
2022-06-14
iio: accel: sca3300: add define for temp channel for reuse.
LI Qingwu
1
-12
/
+14
2022-06-14
iio: adc: nau7802: Make use of device properties
Andy Shevchenko
1
-3
/
+3
2022-06-14
iio: adc: nau7802: Convert driver to use ->probe_new()
Andy Shevchenko
1
-8
/
+2
2022-06-14
iio: adc: vf610_adc: Make use of device properties
Andy Shevchenko
2
-10
/
+6
2022-06-14
iio: dac: ad5592r: Get rid of OF specifics
Andy Shevchenko
1
-1
/
+1
2022-06-14
iio: adc: lpc18xx_adc: Switch from of headers to mod_devicetable.h
Andy Shevchenko
2
-3
/
+2
2022-06-11
iio: adc: envelope-detector: Drop dependency on OF
Andy Shevchenko
1
-1
/
+0
2022-06-11
iio: adc: sd_adc_modulator: Drop dependency on OF
Andy Shevchenko
1
-1
/
+0
2022-06-11
iio: Directly use ida_alloc()/free()
keliu
2
-6
/
+6
2022-06-11
iio: accel: bmi088: Add support for bmi090l accel
LI Qingwu
3
-0
/
+10
2022-06-11
iio: accel: bmi088: Add support for bmi085 accel
LI Qingwu
3
-0
/
+10
2022-06-11
iio: accel: bmi088: modified the device name
LI Qingwu
3
-19
/
+36
2022-06-11
iio: accel: bmi088: Make it possible to config scales
LI Qingwu
1
-1
/
+32
2022-06-11
iio: accel: bmi088: Modified the scale calculate
LI Qingwu
1
-4
/
+11
2022-06-11
proximity: vl53l0x: Handle the reset GPIO
Markuss Broks
1
-0
/
+11
2022-06-11
proximity: vl53l0x: Handle the VDD regulator
Markuss Broks
1
-0
/
+37
2022-06-11
proximity: vl53l0x: Prefer pre-initialized interrupt flags
Markuss Broks
1
-1
/
+6
2022-06-11
iio: srf08: Remove redundant if statement
Li Zhengyu
1
-1
/
+1
2022-06-11
iio: dac: ti-dac5571: add support for ti,dac121c081
Peter Rosin
2
-1
/
+4
2022-06-11
iio: accel: adxl367: do not update FIFO watermark on scan mode update
Cosmin Tanislav
1
-37
/
+9
2022-06-11
iio:magnetometer:mbc150: Make bmc150_magn_remove() return void
Uwe Kleine-König
3
-4
/
+5
2022-06-11
iio: chemical: bme680: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-06-11
iio: proximity: ping: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-06-11
iio:light:vcnl4035: Improve error reporting for problems during .remove()
Uwe Kleine-König
1
-2
/
+8
2022-06-11
iio:light:vcnl4000: Improve error reporting for problems during .remove()
Uwe Kleine-König
1
-1
/
+7
2022-06-11
iio:light:us5182d: Improve error reporting for problems during .remove()
Uwe Kleine-König
1
-1
/
+7
2022-06-11
iio:light:pa12203001: Improve error reporting for problems during .remove()
Uwe Kleine-König
1
-1
/
+7
2022-06-11
iio:chemical:ccs811: Improve error reporting for problems during .remove()
Uwe Kleine-König
1
-2
/
+8
2022-06-11
iio:chemical:atlas: Improve error reporting for problems during .remove()
Uwe Kleine-König
1
-1
/
+7
2022-06-11
iio:adc:ti-ads1015: Improve error reporting for problems during .remove()
Uwe Kleine-König
1
-1
/
+7
2022-06-11
iio:adc:ina2xx: Improve error reporting for problems during .remove()
Uwe Kleine-König
1
-2
/
+8
2022-06-11
iio: adc: rzg2l_adc: Remove unnecessary channel check from rzg2l_adc_read_label()
Biju Das
1
-3
/
+0
2022-06-11
iio: dac: cio-dac: Utilize iomap interface
William Breathitt Gray
1
-6
/
+8
2022-06-11
iio: adc: stx104: Utilize iomap interface
William Breathitt Gray
1
-27
/
+29
2022-06-11
iio: health: afe4404: Remove duplicated error reporting in .remove()
Uwe Kleine-König
1
-3
/
+1
2022-06-11
iio: common: cros_ec_sensors: Add label attribute
Gwendal Grignou
4
-26
/
+10
2022-06-11
iio: imu: st_lsm6dsx: Switch from of headers to mod_devicetable.h
Andy Shevchenko
1
-1
/
+1
2022-06-11
iio: accel: bma400: Add support for activity and inactivity events
Jagath Jog J
2
-1
/
+242
2022-06-11
iio: accel: bma400: Add activity recognition support
Jagath Jog J
1
-0
/
+85
2022-06-11
iio: accel: bma400: Add step change event
Jagath Jog J
2
-0
/
+78
2022-06-11
iio: accel: bma400: Add separate channel for step counter
Jagath Jog J
2
-4
/
+67
2022-06-11
iio: accel: bma400: Add triggered buffer support
Jagath Jog J
5
-8
/
+185
2022-06-11
iio: accel: bma400: conversion to device-managed function
Jagath Jog J
4
-55
/
+38
2022-06-11
iio: accel: bma400: Reordering of header files
Jagath Jog J
1
-2
/
+2
2022-06-11
iio: accel: bma400: Fix the scale min and max macro values
Jagath Jog J
1
-2
/
+21
[prev]
[next]