index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-24
iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()
Zicheng Qu
1
-1
/
+1
2024-10-24
iio: adc: ad7380: fix supplies for ad7380-4
Julien Stephan
1
-10
/
+26
2024-10-24
iio: adc: ad7380: add missing supplies
Julien Stephan
1
-0
/
+43
2024-10-24
iio: adc: ad7380: use devm_regulator_get_enable_read_voltage()
Julien Stephan
1
-60
/
+21
2024-10-13
Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-0
/
+11
2024-10-10
iio: adc: ad4695: Add missing Kconfig select
David Lechner
1
-0
/
+2
2024-10-10
iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
Javier Carrasco
1
-0
/
+2
2024-10-06
iio: adc: ti-lmp92064: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
Javier Carrasco
1
-0
/
+2
2024-10-06
iio: adc: ti-lmp92064: add missing select REGMAP_SPI in Kconfig
Javier Carrasco
1
-0
/
+1
2024-10-06
iio: adc: ti-ads124s08: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
Javier Carrasco
1
-0
/
+2
2024-10-06
iio: adc: ad7944: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
Javier Carrasco
1
-0
/
+2
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
17
-17
/
+17
2024-09-09
Merge 6.11-rc7 into char-misc-next
Greg Kroah-Hartman
7
-52
/
+73
2024-09-07
iio: adc: axp20x_adc: add support for AXP717 ADC
Chris Morgan
1
-0
/
+160
2024-09-07
iio: adc: axp20x_adc: Add adc_en1 and adc_en2 to axp_data
Chris Morgan
1
-7
/
+15
2024-09-05
iio: adc: standardize on formatting for id match tables
Jonathan Cameron
64
-169
/
+169
2024-09-03
iio: adc: sophgo-saradc: Add driver for Sophgo CV1800B SARADC
Thomas Bonnefille
3
-0
/
+238
2024-09-03
iio: adc: mcp320x: Drop vendorless compatible strings
Rob Herring (Arm)
1
-10
/
+0
2024-09-03
iio: adc: xilinx-ams: use device_* to iterate over device child nodes
Javier Carrasco
1
-10
/
+5
2024-09-03
iio: adc: ad4695: implement calibration support
David Lechner
1
-2
/
+156
2024-09-03
iio: adc: ad4695: add 2nd regmap for 16-bit registers
David Lechner
1
-15
/
+68
2024-08-17
iio: adc: ad4695: implement triggered buffer
David Lechner
1
-3
/
+247
2024-08-17
iio: adc: ad7173: fix GPIO device info
Dumitru Ceclan
1
-3
/
+0
2024-08-10
iio: adc: pac1921: add missing error return in probe()
Dan Carpenter
1
-2
/
+2
2024-08-10
iio: adc: stm32-dfsdm: add scaling support to dfsdm
Olivier Moysan
2
-1
/
+105
2024-08-10
iio: add iio backend support to sd modulator
Olivier Moysan
2
-1
/
+97
2024-08-10
iio: adc: stm32-dfsdm: adopt generic channels bindings
Olivier Moysan
1
-36
/
+154
2024-08-06
iio: adc: ad7124: fix DT configuration parsing
Dumitru Ceclan
1
-2
/
+1
2024-08-06
iio: adc: ad_sigma_delta: fix irq_flags on irq request
Nuno Sa
1
-1
/
+1
2024-08-03
iio: adc: ads1119: Fix IRQ flags
Francesco Dolcini
1
-1
/
+1
2024-08-03
iio: adc: ad7124: set initial ADC mode to idle
Dumitru Ceclan
1
-0
/
+3
2024-08-03
iio: adc: ad7124: reduce the number of SPI transfers
Dumitru Ceclan
1
-19
/
+12
2024-08-03
iio: adc: ad7124: fix config comparison
Dumitru Ceclan
1
-11
/
+15
2024-08-03
iio: adc: ad7124: fix chip ID mismatch
Dumitru Ceclan
1
-0
/
+1
2024-08-03
iio: adc: ad9467: add digital interface test to debugfs
Nuno Sa
1
-0
/
+188
2024-08-03
iio: adc: ad9467: add backend test mode helpers
Nuno Sa
1
-25
/
+42
2024-08-03
iio: adc: adi-axi-adc: implement backend debugfs interface
Nuno Sa
1
-0
/
+41
2024-08-03
iio: adc: adi-axi-adc: split axi_adc_chan_status()
Nuno Sa
1
-5
/
+14
2024-08-03
iio: adc: adi-axi-adc: support modified prbs23
Nuno Sa
1
-0
/
+4
2024-08-03
iio: backend: introduce struct iio_backend_info
Nuno Sa
1
-1
/
+6
2024-08-03
iio: adc: aspeed: Use of_property_present()
Rob Herring (Arm)
1
-2
/
+1
2024-08-03
iio: adc: ad7768-1: use device_* to iterate over device child nodes
Javier Carrasco
1
-4
/
+1
2024-08-03
iio: adc: ad7380: enable sequencer for single-ended parts
Julien Stephan
1
-45
/
+130
2024-08-03
iio: adc: ad7380: add support for single-ended parts
Julien Stephan
1
-42
/
+309
2024-08-03
iio: adc: ad7380: prepare driver for single-ended parts support
Julien Stephan
1
-1
/
+10
2024-08-03
iio: adc: ad7380: add missing trailing commas
Julien Stephan
1
-4
/
+4
2024-08-03
iio: adc: Add support for AD4000
Marcelo Schmitt
3
-0
/
+735
2024-08-03
iio: adc: ti-tsc2046: use devm_regulator_get_enable_read_voltage()
David Lechner
1
-47
/
+7
2024-08-03
iio: adc: add support for pac1921
Matteo Martelli
3
-0
/
+1275
2024-08-03
iio: adc: mcp3564: use devm_regulator_get_enable_read_voltage()
David Lechner
1
-38
/
+16
[next]