summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: spmi-vadc: add missing of_node_putJulia Lawall2015-11-211-1/+3
* Merge tag 'iio-fixes-for-4.4a' of ssh://ra.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2015-11-183-7/+18
|\
| * iio: adc: xilinx: Fix VREFN scaleThomas Betker2015-11-151-0/+1
| * iio: adc: vf610_adc: Fix division by zero errorSanchayan Maity2015-11-081-1/+2
| * iio:ad7793: Fix ad7785 product IDLars-Peter Clausen2015-10-251-1/+1
| * vf610_adc: Fix internal temperature calculationBhuvanchandra DV2015-10-251-5/+14
* | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-0510-10/+0Star
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-0410-10/+0Star
| |\ \ \ | | |_|/ | |/| |
| | | * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-2810-10/+0Star
| | |/
* | | Merge 4.3-rc7 into staging-nextGreg Kroah-Hartman2015-10-271-0/+34
|\| |
| * | iio: adc: twl4030: Fix ADC[3:6] readingsAdam YH Lee2015-10-031-0/+34
| |/
* | iio: adc: max1363: leave sysfs naming to the coreMartin Kepplinger2015-09-301-1/+0Star
* | iio: adc: ad799x: leave sysfs naming to the coreMartin Kepplinger2015-09-301-1/+0Star
* | iio: adc: vf610: fix simple_return.cocci warningskbuild test robot2015-09-231-6/+2Star
* | iio: adc: twl6030-gpadc: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-231-0/+1
* | iio: adc: hi8435: Holt HI-8435 threshold detectorVladimir Barinov2015-09-233-0/+546
* | iio: adc: vf610: Add IIO buffer support for Vybrid ADCSanchayan Maity2015-08-312-7/+100
* | iio: adc: mcp320x: Set struct spi_driver .of_match_tableJavier Martinez Canillas2015-08-221-0/+1
* | iio: adc128s052: Add OF match tableJavier Martinez Canillas2015-08-221-0/+8
* | iio: adc: max1027: Set struct spi_driver .of_match_tableJavier Martinez Canillas2015-08-221-0/+1
* | iio: adc: xilinx-xadc: Push interrupts into hardirq contextXander Huff2015-08-162-29/+10Star
* | iio:adc:cc10001_adc: resort entry in Kconfig and MakefileHartmut Knaack2015-08-122-12/+12
* | iio:adc:berlin2-adc: coding style cleanupHartmut Knaack2015-08-121-29/+35
* | iio:adc:berlin2-adc: enable interrupts with mutex lockedHartmut Knaack2015-08-121-9/+8Star
* | iio:adc:berlin2-adc: use GENMASK and BIT for masksHartmut Knaack2015-08-121-5/+5
|/
* Merge tag 'iio-for-4.3b-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2015-08-124-19/+102
|\
| * iio:adc:berlin2-adc: Fix register definitionHartmut Knaack2015-08-121-4/+4
| * iio:adc:berlin2-adc: use channel-array size directlyHartmut Knaack2015-08-021-2/+1Star
| * iio:adc:berlin2-adc: use short operator formatHartmut Knaack2015-08-021-3/+2Star
| * iio:adc:berlin2-adc: constify iio_chan_specHartmut Knaack2015-08-021-1/+1
| * iio:adc:berlin2-adc: pass up real error codeHartmut Knaack2015-08-021-2/+2
| * iio: adc: vf610: Determine sampling frequencies by using minimum sample timeSanchayan Maity2015-07-201-4/+75
| * iio: adc: mcp320x: Add support for mcp3301Andrea Galbusera2015-07-202-3/+17
* | Merge 4.2-rc4 into staging-nextGreg Kroah-Hartman2015-07-272-1/+3
|\ \
| * | iio: mcp320x: Fix NULL pointer dereferenceManfred Schlaegl2015-07-191-0/+2
| * | iio: adc: vf610: fix the adc register read fail issueFugang Duan2015-07-191-1/+1
| * | iio:adc:cc10001_adc: fix Kconfig dependencyHartmut Knaack2015-07-191-2/+1Star
| * | iio: adc: at91_adc: allow to use full range of startup timeJan Leupold2015-07-191-4/+4
| * | iio: twl4030-madc: Pass the IRQF_ONESHOT flagFabio Estevam2015-07-191-1/+2
| * | iio: adc: rockchip_saradc: add missing MODULE_* dataHeiko Stuebner2015-07-191-0/+4
* | | Merge 4.2-rc3 into staging-nextGreg Kroah-Hartman2015-07-204-7/+11
|\ \ \ | |_|/ |/| |
| * | Merge tag 'iio-fixes-for-4.2a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-07-134-7/+11
| |\ \ | | |/ | |/|
| | * iio:adc:cc10001_adc: fix Kconfig dependencyHartmut Knaack2015-06-211-2/+1Star
| | * iio: adc: at91_adc: allow to use full range of startup timeJan Leupold2015-06-211-4/+4
| | * iio: twl4030-madc: Pass the IRQF_ONESHOT flagFabio Estevam2015-06-071-1/+2
| | * iio: adc: rockchip_saradc: add missing MODULE_* dataHeiko Stuebner2015-06-071-0/+4
* | | iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-112-2/+0Star
* | | iio:adc:Kconfig: rework help descriptionsHartmut Knaack2015-06-281-10/+38
* | | iio: adc: cc10001: Power-up the ADC at probe time when used remotelyNaidu Tellapati2015-06-141-5/+21
|/ /
* | Merge tag 'iio-for-v4.2c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2015-06-112-47/+107
|\ \