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: imu: inv_icm42600: Fix I2C init possible nack
Fawzi Khaber
2022-04-16
1
-6
/
+9
*
iio: dac: ltc2688: fix voltage scale read
Nuno Sá
2022-04-16
1
-1
/
+1
*
iio:dac:ad3552r: Fix an IS_ERR() vs NULL check
Dan Carpenter
2022-04-10
1
-2
/
+2
*
iio: sx9324: Fix default precharge internal resistance register
Gwendal Grignou
2022-04-10
1
-2
/
+4
*
iio: dac: ad5446: Fix read_raw not returning set value
Michael Hennerich
2022-04-10
1
-1
/
+1
*
iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on()
Zheyu Ma
2022-04-10
1
-0
/
+1
*
iio:proximity:sx9324: Fix hardware gain read/write
Stephen Boyd
2022-04-04
1
-5
/
+21
*
iio:proximity:sx_common: Fix device property parsing on DT systems
Stephen Boyd
2022-04-04
1
-0
/
+1
*
iio: adc: ad7280a: Fix wrong variable used when setting thresholds.
Jonathan Cameron
2022-04-04
1
-6
/
+6
*
iio:filter:admv8818: select REGMAP_SPI for ADMV8818
Wang ShaoBo
2022-04-04
1
-0
/
+1
*
iio: dac: ad5592r: Fix the missing return value.
Zizhuang Deng
2022-04-04
1
-1
/
+1
*
iio: dac: dac5571: Fix chip id detection for OF devices
Jose Cazarin
2022-04-04
1
-10
/
+18
*
iio:imu:bmi160: disable regulator in error path
Tong Zhang
2022-04-04
1
-6
/
+14
*
iio: scd4x: check return of scd4x_write_and_fetch
Tom Rix
2022-04-04
1
-1
/
+4
*
iio: dac: ad3552r: fix signedness bug in ad3552r_reset()
Dan Carpenter
2022-04-04
1
-1
/
+1
*
Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-03-28
259
-1779
/
+10946
|
\
|
*
Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2022-03-18
259
-1779
/
+10946
|
|
\
|
|
*
iio: adc: xilinx-ams: Fix single channel switching sequence
Robert Hancock
2022-03-02
1
-2
/
+8
|
|
*
iio: adc: xilinx-ams: Fixed wrong sequencer register settings
Robert Hancock
2022-03-02
1
-2
/
+2
|
|
*
iio: adc: xilinx-ams: Fixed missing PS channels
Robert Hancock
2022-03-02
1
-0
/
+1
|
|
*
iio: accel: mma8452: use the correct logic to get mma8452_data
Haibo Chen
2022-03-02
1
-2
/
+2
|
|
*
iio: adc: aspeed: Add divider flag to fix incorrect voltage reading.
Billy Tsai
2022-03-02
1
-1
/
+3
|
|
*
iio: imu: st_lsm6dsx: use dev_to_iio_dev() to get iio_dev struct
Haibo Chen
2022-03-02
1
-2
/
+2
|
|
*
iio: dac: add support for ltc2688
Nuno Sá
2022-03-01
3
-0
/
+1083
|
|
*
iio: afe: rescale: add temperature transducers
Liam Beguin
2022-02-28
1
-0
/
+32
|
|
*
iio: afe: rescale: add RTD temperature sensor support
Liam Beguin
2022-02-28
1
-0
/
+48
|
|
*
iio: test: add basic tests for the iio-rescale driver
Liam Beguin
2022-02-28
3
-0
/
+721
|
|
*
iio: afe: rescale: reduce risk of integer overflow
Liam Beguin
2022-02-27
1
-5
/
+18
|
|
*
iio: afe: rescale: fix accuracy for small fractional scales
Liam Beguin
2022-02-27
1
-3
/
+17
|
|
*
iio: afe: rescale: add offset support
Liam Beguin
2022-02-27
1
-0
/
+81
|
|
*
iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support
Liam Beguin
2022-02-27
1
-0
/
+34
|
|
*
iio: afe: rescale: expose scale processing function
Liam Beguin
2022-02-27
1
-37
/
+28
|
|
*
iio: frequency: admv4420.c: Add support for ADMV4420
Cristian Pop
2022-02-27
3
-0
/
+409
|
|
*
iio: amplifiers: ada4250: add support for ADA4250
Antoniu Miclaus
2022-02-27
3
-0
/
+415
|
|
*
iio: accel: adxl345: Remove unneeded blank lines
Andy Shevchenko
2022-02-26
2
-6
/
+0
|
|
*
iio: accel: adxl345: Drop comma in terminator entries
Andy Shevchenko
2022-02-26
3
-3
/
+3
|
|
*
iio: accel: adxl345: Extract adxl345_powerup() helper
Andy Shevchenko
2022-02-26
1
-2
/
+6
|
|
*
iio: accel: adxl345: Add ACPI HID table
Kai-Heng Feng
2022-02-26
2
-0
/
+14
|
|
*
iio: accel: adxl345: Make use of device properties
Andy Shevchenko
2022-02-26
4
-11
/
+9
|
|
*
iio: accel: adxl345: Get rid of name parameter in adxl345_core_probe()
Andy Shevchenko
2022-02-26
4
-7
/
+16
|
|
*
iio: accel: adxl345: Set driver_data for OF enumeration
Andy Shevchenko
2022-02-26
3
-6
/
+6
|
|
*
iio: accel: adxl345: Convert to use dev_err_probe()
Andy Shevchenko
2022-02-26
3
-32
/
+16
|
|
*
iio: adc: Add check for devm_request_threaded_irq
Jiasheng Jiang
2022-02-26
1
-0
/
+2
|
|
*
iio: potentiometer: ds1803: Add support for Maxim DS3502
Jagath Jog J
2022-02-26
2
-4
/
+39
|
|
*
iio: potentiometer: ds1803: Add device specific read_raw function
Jagath Jog J
2022-02-26
1
-5
/
+22
|
|
*
iio: potentiometer: ds1803: Change to firmware provided data
Jagath Jog J
2022-02-26
1
-1
/
+4
|
|
*
iio: potentiometer: ds1803: Add channel information in device data
Jagath Jog J
2022-02-26
1
-8
/
+22
|
|
*
iio: potentiometer: ds1803: Add available functionality
Jagath Jog J
2022-02-26
1
-16
/
+45
|
|
*
iio: potentiometer: ds1803: Alignment to match the open parenthesis
Jagath Jog J
2022-02-26
1
-7
/
+6
|
|
*
iio: accel: adxl367: Fix handled initialization in adxl367_irq_handler()
Nathan Chancellor
2022-02-26
1
-1
/
+1
[next]