index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
iio: inkern: fix coding style warnings
Nuno Sá
2022-08-15
1
-32
/
+32
*
iio: inkern: remove OF dependencies
Nuno Sá
2022-08-15
1
-24
/
+1
*
iio: adc: stm32-adc: convert to device properties
Nuno Sá
2022-08-15
1
-55
/
+73
*
iio: adc: qcom-spmi-adc5: convert to device properties
Nuno Sá
2022-08-15
1
-33
/
+30
*
iio: adc: qcom-spmi-vadc: convert to device properties
Nuno Sá
2022-08-15
1
-22
/
+22
*
iio: adc: qcom-pm8xxx-xoadc: convert to device properties
Nuno Sá
2022-08-15
1
-30
/
+28
*
iio: adc: at91-sama5d2_adc: convert to device properties
Nuno Sá
2022-08-15
1
-15
/
+15
*
iio: adc: ab8500-gpadc: convert to device properties
Nuno Sá
2022-08-15
1
-15
/
+12
*
iio: adc: ingenic-adc: convert to IIO fwnode interface
Nuno Sá
2022-08-15
1
-4
/
+4
*
iio: inkern: move to fwnode properties
Nuno Sá
2022-08-15
1
-74
/
+83
*
iio: inkern: split of_iio_channel_get_by_name()
Nuno Sá
2022-08-15
1
-47
/
+65
*
iio: inkern: only return error codes in iio_channel_get_*() APIs
Nuno Sá
2022-08-15
1
-15
/
+39
*
iio: inkern: fix return value in devm_of_iio_channel_get_by_name()
Nuno Sá
2022-08-15
1
-0
/
+2
*
iio: inkern: only release the device node when done with it
Nuno Sá
2022-08-15
1
-2
/
+4
*
iio: adc: qcom-spmi-adc5: Add missing VCOIN/GPIO[134] channels
Marijn Suijten
2022-08-15
1
-0
/
+8
*
iio: adc: at91-sama5d2_adc: add runtime pm support
Claudiu Beznea
2022-08-15
1
-42
/
+166
*
iio: adc: at91-sama5d2_adc: add empty line after functions
Claudiu Beznea
2022-08-15
1
-0
/
+1
*
iio: adc: at91-sama5d2_adc: add support for temperature sensor
Claudiu Beznea
2022-08-15
1
-7
/
+249
*
iio: adc: at91-sama5d2_adc: lock around at91_adc_read_info_raw()
Claudiu Beznea
2022-08-15
1
-20
/
+19
*
iio: adc: at91-sama5d2_adc: add startup and tracktim as parameter for at91_ad...
Claudiu Beznea
2022-08-15
1
-7
/
+11
*
iio: adc: at91-sama5d2_adc: update trackx on emr
Claudiu Beznea
2022-08-15
1
-4
/
+10
*
iio: adc: at91-sama5d2_adc: move oversampling storage in its function
Claudiu Beznea
2022-08-15
1
-2
/
+2
*
iio: adc: at91-sama5d2_adc: add 64 and 256 oversampling ratio
Claudiu Beznea
2022-08-15
1
-5
/
+26
*
iio: adc: at91-sama5d2_adc: adjust osr based on specific platform data
Claudiu Beznea
2022-08-15
1
-13
/
+22
*
iio: adc: at91-sama5d2_adc: add .read_avail() chan_info ops
Claudiu Beznea
2022-08-15
1
-15
/
+35
*
iio: adc: at91-sama5d2_adc: drop AT91_OSR_XSAMPLES defines
Claudiu Beznea
2022-08-15
1
-14
/
+9
*
iio: adc: at91-sama5d2_adc: move the check of oversampling in its function
Claudiu Beznea
2022-08-15
1
-8
/
+10
*
iio: adc: at91-sama5d2_adc: handle different EMR.OSR for different hw versions
Claudiu Beznea
2022-08-15
1
-13
/
+18
*
iio: adc: at91-sama5d2_adc: exit from write_raw() when buffers are enabled
Claudiu Beznea
2022-08-15
1
-0
/
+10
*
iio: adc: at91-sama5d2_adc: disable/prepare buffer on suspend/resume
Claudiu Beznea
2022-08-15
1
-7
/
+7
*
iio: adc: at91-sama5d2_adc: lock around oversampling and sample freq
Claudiu Beznea
2022-08-15
1
-4
/
+8
*
iio: adc: at91-sama5d2_adc: check return status for pressure and touch
Claudiu Beznea
2022-08-15
1
-2
/
+6
*
iio: adc: at91-sama5d2_adc: fix AT91_SAMA5D2_MR_TRACKTIM_MAX
Claudiu Beznea
2022-08-15
1
-1
/
+1
*
iio: Add names for function definition arguments.
Joe Simmons-Talbott
2022-08-15
1
-3
/
+4
*
iio: adc: Add rtq6056 support
ChiYuan Huang
2022-08-15
3
-0
/
+677
*
iio: light: Add support for ltrf216a sensor
Shreeya Patel
2022-08-15
3
-0
/
+549
*
iio: adc: imx8qxp-adc: propagate regulator_get_voltage error
Martin Larsson
2022-08-15
1
-3
/
+5
*
iio: Fix indentation for multiline conditional.
Joe Simmons-Talbott
2022-08-15
1
-2
/
+2
*
iio: Add blank lines after declarations.
Joe Simmons-Talbott
2022-08-15
3
-0
/
+9
*
iio: light: isl29028: Fix the warning in isl29028_remove()
Zheyu Ma
2022-07-19
1
-1
/
+1
*
iio: accel: sca3300: Extend the trigger buffer from 16 to 32 bytes
LI Qingwu
2022-07-19
1
-11
/
+19
*
iio: fix iio_format_avail_range() printing for none IIO_VAL_INT
Fawzi Khaber
2022-07-19
1
-1
/
+17
*
iio: adc: max1027: unlock on error path in max1027_read_single_value()
Dan Carpenter
2022-07-19
1
-3
/
+3
*
iio: magnetometer: hmc5843: Remove duplicate 'the'
Jiang Jian
2022-07-18
1
-1
/
+1
*
iio: magn: yas530: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
Jonathan Cameron
2022-07-18
1
-9
/
+5
*
iio: magnetometer: ak8974: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
Jonathan Cameron
2022-07-18
1
-9
/
+5
*
iio: light: veml6030: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
Jonathan Cameron
2022-07-18
1
-9
/
+5
*
iio: light: vcnl4035: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
Jonathan Cameron
2022-07-18
1
-9
/
+5
*
iio: light: vcnl4000: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
Jonathan Cameron
2022-07-18
1
-9
/
+5
*
iio: light: tsl2591: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr()
Jonathan Cameron
2022-07-18
1
-7
/
+5
[prev]
[next]