index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-20
iio: buffer-dmaengine: Support specifying buffer direction
Paul Cercueil
1
-14
/
+30
2024-04-20
iio: buffer-dma: Enable buffer write support
Paul Cercueil
1
-16
/
+73
2024-04-20
iio: buffer-dma: Rename iio_dma_buffer_data_available()
Paul Cercueil
2
-6
/
+7
2024-04-20
iio: buffer-dma: add iio_dmaengine_buffer_setup()
Nuno Sa
2
-43
/
+21
2024-04-20
iio: pressure: dps310: simplify scale factor reading
Thomas Haemmerle
1
-6
/
+6
2024-04-20
iio: pressure: dps310: consistently check return value of `regmap_read`
Thomas Haemmerle
1
-1
/
+1
2024-04-20
iio: pressure: dps310: introduce consistent error handling
Thomas Haemmerle
1
-57
/
+72
2024-04-20
iio: pressure: dps310: support negative temperature values
Thomas Haemmerle
1
-5
/
+6
2024-04-13
iio: dac: ad5755: make use of of_device_id table
Krzysztof Kozlowski
1
-12
/
+12
2024-04-13
iio: imu: inv_icm42600: add support of ICM-42688-P
Jean-Baptiste Maneyrol
4
-0
/
+13
2024-04-13
iio: adc: ad7944: Consolidate spi_sync() wrapper
David Lechner
1
-54
/
+13
2024-04-13
iio: adc: qcom-spmi-adc5: Use device_for_each_child_node_scoped()
Jonathan Cameron
1
-5
/
+2
2024-04-13
iio: adc: stm32: Use device_for_each_child_node_scoped()
Jonathan Cameron
1
-38
/
+24
2024-04-13
iio: adc: stm32: Fixing err code to not indicate success
Jonathan Cameron
1
-0
/
+1
2024-04-06
iio: light: apds9306: Improve apds9306_write_event_config()
Subhajit Ghosh
1
-21
/
+27
2024-04-06
iio: temperature: ltc2983: support vdd regulator
Nuno Sa
1
-0
/
+5
2024-04-06
iio:imu: adis16475: Fix sync mode setting
Ramona Gradinariu
1
-1
/
+3
2024-04-06
iio: adc: ad7173: Fix ! vs ~ typo in ad7173_sel_clk()
Dan Carpenter
1
-1
/
+1
2024-04-06
iio: light: apds9306: Fix off by one in apds9306_sampling_freq_get()
Dan Carpenter
1
-1
/
+1
2024-04-06
iio: accel: adxl345: Add spi-3wire option
Lothar Rubusch
2
-1
/
+10
2024-04-06
iio: accel: adxl345: Add comment to probe
Lothar Rubusch
1
-0
/
+10
2024-04-06
iio: accel: adxl345: Reorder probe initialization
Lothar Rubusch
1
-20
/
+20
2024-04-06
iio: accel: adxl345: Pass function pointer to core
Lothar Rubusch
4
-10
/
+29
2024-04-06
iio: accel: adxl345: Move defines to header
Lothar Rubusch
2
-32
/
+32
2024-04-06
iio: accel: adxl345: Group bus configuration
Lothar Rubusch
1
-6
/
+6
2024-04-06
iio: accel: adxl345: Make data_range obsolete
Lothar Rubusch
1
-7
/
+13
2024-04-06
iio: adc: pac1934: Use device_for_each_available_child_node_scoped() to simpl...
Jonathan Cameron
1
-46
/
+31
2024-04-06
iio: dac: ad3552: Use __free(fwnode_handle) to simplify error handling.
Jonathan Cameron
1
-36
/
+23
2024-04-06
iio: frequency: admfm2000: Use device_for_each_child_node_scoped() to simplif...
Jonathan Cameron
1
-18
/
+6
2024-04-06
iio: adc: ad7173: Use device_for_each_child_node_scoped() to simplify error p...
Jonathan Cameron
1
-17
/
+7
2024-04-06
iio: adc: ad4130: Use device_for_each_child_node_scoped() to simplify error p...
Jonathan Cameron
1
-5
/
+2
2024-04-06
iio: adc: ab8500-gpadc: Use device_for_each_child_node_scoped() to simplify e...
Jonathan Cameron
1
-3
/
+1
2024-04-06
iio: adc: ab8500-gpadc: Fix kernel-doc parameter names.
Jonathan Cameron
1
-2
/
+2
2024-04-06
iio: dac: ad5770r: Use device_for_each_child_node_scoped()
Jonathan Cameron
1
-13
/
+6
2024-04-06
iio: dac: ad3552r: Use device_for_each_child_node_scoped()
Jonathan Cameron
1
-32
/
+19
2024-03-30
iio: adc: ad7944: use spi_optimize_message()
David Lechner
1
-74
/
+103
2024-03-28
iio: adc: ad7944: simplify adi,spi-mode property parsing
David Lechner
1
-11
/
+10
2024-03-28
iio: dac: ti-dac5571: Add DAC081C081 support
Laurent Pinchart
1
-0
/
+3
2024-03-28
iio: health: max30102: add support for max30101
Javier Carrasco
1
-0
/
+2
2024-03-28
iio: pressure: hsc030pa: Use spi_read()
Christophe JAILLET
1
-6
/
+1
2024-03-28
iio: pressure: BMP280 core driver headers sorting
Vasileios Amoiridis
1
-8
/
+8
2024-03-28
iio: accel: mxc4005: Reset chip on probe() and resume()
Hans de Goede
1
-0
/
+68
2024-03-28
iio: accel: mxc4005: Interrupt handling fixes
Hans de Goede
1
-7
/
+17
2024-03-25
iio: adc: ad7944: Add support for "3-wire mode"
David Lechner
1
-18
/
+139
2024-03-25
iio: accel: adxl367: Remove second semicolon
Colin Ian King
1
-1
/
+1
2024-03-25
iio: inkern: move to the cleanup.h magic
Nuno Sa
1
-174
/
+89
2024-03-25
iio: buffer: iio: core: move to the cleanup.h magic
Nuno Sa
1
-73
/
+47
2024-03-25
iio: trigger: move to the cleanup.h magic
Nuno Sa
1
-41
/
+30
2024-03-25
iio: core: move to cleanup.h magic
Nuno Sa
1
-21
/
+13
2024-03-25
iio: imu: inv_mpu6050: add WoM suspend wakeup with low-power mode
Jean-Baptiste Maneyrol
2
-51
/
+166
[prev]
[next]