Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
c71d227fc4133f949dae620ed5e3a250b43f2415
/
drivers
/
iio
/
adc
449fcf3
Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
85078fd
Merge tag 'iio-for-4.15c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
by Greg Kroah-Hartman
· 7 years ago
7706abf
Merge 4.14-rc6 into staging-next
by Greg Kroah-Hartman
· 7 years ago
0d87a4aa
iio: adc: sun4i-gpadc: use of_device_get_match_data
by Corentin Labbe
· 7 years ago
59dba8f
iio: adc: adc12138: make array ch_to_mux static, makes object code smaller
by Colin Ian King
· 7 years ago
f66f18e
iio: adc: stm32: add check on clock rate
by Fabrice Gasnier
· 7 years ago
3a06990
iio: adc: stm32: add tim15 trigger
by Fabrice Gasnier
· 7 years ago
ca4c302
iio: adc: at91-sama5d2_adc: fix probe error on missing trigger property
by Eugen Hristev
· 7 years ago
c1375d6
iio: adc: mcp320x: Add support for mcp3550/1/3
by Lukas Wunner
· 7 years ago
103f3af
iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhm
by Stefan Brüns
· 7 years ago
fb942f8
iio: adc: rcar-gyroadc: Use of_device_get_match_data() helper
by Geert Uytterhoeven
· 7 years ago
af5d716
iio: adc: rcar-gyroadc: Enable compile-testing on non-ARM
by Geert Uytterhoeven
· 7 years ago
2a35734
iio: adc: rcar-gyroadc: Cast pointer to uintptr_t to fix warning on 64-bit
by Geert Uytterhoeven
· 7 years ago
3b455cd
iio: adc: sun4i-gpadc-iio: do not fail probing when no thermal DT node
by Quentin Schulz
· 7 years ago
b0a2428
iio: adc: sun4i-gpadc-iio: register in the thermal after registering in pm
by Quentin Schulz
· 7 years ago
1236d6b
Merge 4.14-rc4 into staging-next
by Greg Kroah-Hartman
· 7 years ago
5151b4a
iio: adc: dln2-adc: fix build error
by Randy Dunlap
· 7 years ago
f4052ef
iio:stm32-lp-timer and ep93xx: drop assign iio_info.driver_module and iio_trigger_ops.owner
by Jonathan Cameron
· 7 years ago
069f0e0
Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
by Greg Kroah-Hartman
· 7 years ago
b2e3120
Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus
by Greg Kroah-Hartman
· 7 years ago
7ee3b7e
iio: ad7793: Fix the serial interface reset
by Dragos Bogdan
· 7 years ago
7fc10de
iio: ad_sigma_delta: Implement a dedicated reset function
by Dragos Bogdan
· 7 years ago
e6f4794
iio: adc: mcp320x: Fix readout of negative voltages
by Lukas Wunner
· 7 years ago
0964e40
iio: adc: mcp320x: Fix oops on module unload
by Lukas Wunner
· 7 years ago
4e74767
iio: adc: mt2712: Add compatible node for mt2712.
by Zhiyong Tao
· 7 years ago
4fb840c
iio: adc: stm32: fix bad error check on max_channels
by Fabrice Gasnier
· 7 years ago
5306384
iio: adc: twl4030: Return an error if we can not enable the vusb3v1 regulator in 'twl4030_madc_probe()'
by Christophe JAILLET
· 7 years ago
7f70be6
iio: adc: twl4030: Disable the vusb3v1 rugulator in the error handling path of 'twl4030_madc_probe()'
by Christophe JAILLET
· 7 years ago
245a396
iio: adc: twl4030: Fix an error handling path in 'twl4030_madc_probe()'
by Christophe JAILLET
· 7 years ago
9c84c91
iio: adc: mcp320x: Document struct mcp320x
by Lukas Wunner
· 7 years ago
35ed9fb
iio: adc: mcp320x: Drop unnecessary of_device_id attributes
by Lukas Wunner
· 7 years ago
ea91031
iio: adc: mcp320x: Speed up readout of single-channel ADCs
by Lukas Wunner
· 7 years ago
968c61f
Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 7 years ago
3f979bf
Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hwmon-4.14', 'ib-mfd-iio-pwm-4.14', 'ib-mfd-input-rtc-4.14', 'ib-mfd-many-4.14' and 'ib-mfd-pinctrl-regulator-4.14' into ibs-for-mfd-merged
by Lee Jones
· 7 years ago
f0b638a
iio: adc: stm32: add support for lptimer triggers
by Fabrice Gasnier
· 7 years ago
a205425
mfd: twl: Move header file out of I2C realm
by Wolfram Sang
· 7 years ago
fe895ac
iio: adc: ti-ads1015: add 10% to conversion wait time
by Ladislav Michl
· 7 years ago
d1c11dc
iio: adc: ti-ads1015: write config register only on change
by Ladislav Michl
· 7 years ago
aacbd09
iio:adc:ti-ads8688: Drop manual setting of the driver owner field.
by Jonathan Cameron
· 7 years ago
a8375d7
iio:adc:max9611: Drop explicit setting of the i2c module owner.
by Jonathan Cameron
· 7 years ago
3af75db
iio: adc: ti-ads1015: fix comparator polarity setting
by Akinobu Mita
· 7 years ago
8439a69
Merge 4.13-rc7 into staging-next
by Greg Kroah-Hartman
· 7 years ago
52b31bc
iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.owner
by Jonathan Cameron
· 7 years ago
5e47adb
Merge tag 'iio-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
by Greg Kroah-Hartman
· 7 years ago
8758701
iio: adc: rockchip_saradc: explicitly request exclusive reset control
by Philipp Zabel
· 7 years ago
d9f39ba
iio: adc: ti-ads1015: add threshold event support
by Akinobu Mita
· 7 years ago
47d8cf4
iio: adc: ti-ads1015: use iio_device_claim_direct_mode()
by Akinobu Mita
· 7 years ago
4de43d2
iio: adc: ti-ads1015: use devm_iio_triggered_buffer_setup
by Akinobu Mita
· 7 years ago
4128e8d
iio: adc: ti-ads1015: add helper to set conversion mode
by Akinobu Mita
· 7 years ago
56b57a9
iio: adc: ti-ads1015: remove unnecessary config register update
by Akinobu Mita
· 7 years ago
4744d4e
iio: adc: ti-ads1015: add adequate wait time to get correct conversion
by Akinobu Mita
· 7 years ago
a6fe5e5
iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
by Akinobu Mita
· 7 years ago
73e3e3f
iio: adc: ti-ads1015: avoid getting stale result after runtime resume
by Akinobu Mita
· 7 years ago
e8245c6
iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
by Akinobu Mita
· 7 years ago
8d0e8e7
iio: adc: ti-ads1015: fix scale information for ADS1115
by Akinobu Mita
· 7 years ago
0d106b7
iio: adc: ti-ads1015: fix incorrect data rate setting update
by Akinobu Mita
· 7 years ago
8cfa26a
iio: adc: ti-ads7950: Allow to use on ACPI platforms
by Andy Shevchenko
· 7 years ago
3f09b8d
iio: adc: select triggered buffer for sama5d2 adc
by Arnd Bergmann
· 7 years ago
8652892
Merge 4.13-rc5 into staging-next
by Greg Kroah-Hartman
· 7 years ago
ce0d376
iio: adc: xadc: Fix coding style violations
by Sai Krishna Potthuri
· 7 years ago
fb4b6f9
iio: adc: ti-ads7950: Add OF device ID table
by Andy Shevchenko
· 7 years ago
ee2ac1c
iio: adc: stm32: add optional st,min-sample-time-nsecs
by Fabrice Gasnier
· 7 years ago
50dbe1f
iio: adc: stm32: fix common clock rate
by Fabrice Gasnier
· 7 years ago
ff3aa88
iio: adc: ina219: Avoid underflow for sleeping time
by Stefan Brüns
· 7 years ago
98c2f10
Merge tag 'iio-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
by Greg Kroah-Hartman
· 7 years ago
8614206
iio: adc: New driver for Cirrus Logic EP93xx ADC
by Alexander Sverdlin
· 7 years ago
055655a
Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus
by Greg Kroah-Hartman
· 7 years ago
737cc2a
iio: aspeed-adc: wait for initial sequence.
by Mykola Kostenok
· 7 years ago
3921db4
iio: Convert to using %pOF instead of full_name
by Rob Herring
· 7 years ago
8b298fb
iio: adc: ad7766: Remove unneeded gpiod NULL check
by Fabio Estevam
· 7 years ago
5b4e17c
iio: adc: at91: make array startup_lookup static
by Colin Ian King
· 7 years ago
3091141
iio: adc: axp288: Fix the GPADC pin reading often wrongly returning 0
by Hans de Goede
· 8 years ago
2df331c
iio:adc:at91-sama5d2: make array startup_lookup static to reduce code size
by Colin Ian King
· 8 years ago
36d311b
iio: adc: rockchip_saradc: add NULL check on of_match_device() return value
by Gustavo A. R. Silva
· 8 years ago
2f9aeee
iio: adc: meson-saradc: add NULL check on of_match_device() return value
by Gustavo A. R. Silva
· 8 years ago
7c0299e
iio: adc: Add support for DLN2 ADC
by Jack Andersen
· 8 years ago
d466d3c
iio: adc: vf610_adc: Fix VALT selection value for REFSEL bits
by Stefan-Gabriel Mirea
· 8 years ago
1d3eacb
iio: Add LTC2471/LTC2473 driver
by Mike Looijmans
· 8 years ago
631b010
iio: adc: Revert "axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modifications"
by Hans de Goede
· 8 years ago
be2ea53
iio: adc: sun4i-gpadc-iio: fix unbalanced irq enable/disable
by Quentin Schulz
· 8 years ago
24d734a
Merge tag 'hwmon-for-linus-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 8 years ago
b995a73
iio:adc:ltc2497: Add support for board file based iio consumer mapping.
by Gaurav Gupta
· 8 years ago
004123f
iio: adc: stm32: make array stm32h7_adc_ckmodes_spec static
by Colin Ian King
· 8 years ago
6be72b9
iio: adc: mcp3422: Checking for error on probe
by Angelo Compagnucci
· 8 years ago
e316999
iio: adc: mcp3422: Changing initial channel
by Angelo Compagnucci
· 8 years ago
65746eb
iio: adc: mt7622: Add compatible node for mt7622.
by Zhiyong Tao
· 8 years ago
5236bbc
iio: adc: mt7622: add support for suspend/resume.
by Zhiyong Tao
· 8 years ago
500a2ee
iio: adc: at91-sama5d2_adc: add support for suspend/resume functionality
by Eugen Hristev
· 8 years ago
e5c2ce6
iio: adc: Fix polling of INA219 conversion ready flag
by Stefan Brüns
· 8 years ago
5e1a1da
iio: adc: at91-sama5d2_adc: add hw trigger and buffer support
by Eugen Hristev
· 8 years ago
edd80a5
iio: adc: Kconfig: Append vendor name for IMX7D_ADC
by Fabio Estevam
· 8 years ago
dd36a2d
Merge tag 'iio-for-4.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
by Greg Kroah-Hartman
· 8 years ago
d06838d
Merge 4.12-rc6 into staging-next
by Greg Kroah-Hartman
· 8 years ago
7bf1e44
Merge 4.12-rc5 into staging-next
by Greg Kroah-Hartman
· 8 years ago
9010624
hwmon: (ads1015) move header file out of I2C realm
by Wolfram Sang
· 8 years ago
4e36a8a
iio: Aspeed ADC - Handle return value of clk_prepare_enable
by Arvind Yadav
· 8 years ago
405570b
iio: adc: ad7791: Use sysfs_match_string() helper
by Andy Shevchenko
· 8 years ago
7af1a06
iio: adc: twl4030: Fold twl4030-madc.h into driver
by Sebastian Reichel
· 8 years ago
842eb60
iio: adc: twl4030: Remove twl4030_madc_request.func_cb
by Sebastian Reichel
· 8 years ago
Next »