summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
| * 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
* | Merge tag 'iio-for-v4.2c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2015-06-102-47/+107
|\ \
| * | iio: adc: vf610: implement configurable conversion modesStefan Agner2015-06-071-42/+104
| * | iio: adc: twl4030_madc: Fix description of twl4030_madc_set_current_generator()H. Nikolaus Schaller2015-06-071-4/+2
| * | iio: adc: twl4030_madc: Fix calculation of the temperature sense currentH. Nikolaus Schaller2015-06-071-1/+1
* | | Merge 4.1-rc7 into staging-testingGreg Kroah-Hartman2015-06-081-1/+1
|\ \ \ | | |/ | |/|
| * | iio: adc: twl6030-gpadc: Fix modaliasAxel Lin2015-05-231-1/+1
* | | Merge tag 'iio-for-v4.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2015-05-246-15/+461
|\ \ \ | | |/ | |/|
| * | iio:adc128s052: add support for adc122s021Urs Fässler2015-05-232-8/+26
| * | iio: adc: add support for BerlinAntoine Tenart2015-05-233-0/+386
| * | iio: adc: ti_am335x_adc: make sample delay, open delay, averaging DT parametersVignesh R2015-05-131-6/+48
| * | iio: adc: axp288: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
* | | Merge 4.1-rc4 into staging-nextGreg Kroah-Hartman2015-05-186-43/+53
|\ \ \ | |/ / |/| / | |/
| * Merge tag 'iio-fixes-for-4.1a-take2' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2015-05-136-43/+53
| |\
| | * iio: adc: cc10001: Add delay before setting START bitNaidu Tellapati2015-05-121-0/+1
| | * iio: adc: cc10001: Fix regulator_get_voltage() return value checkNaidu Tellapati2015-05-121-1/+1
| | * iio: adc: cc10001: Fix incorrect use of power-up/power-down registerNaidu Tellapati2015-05-121-14/+19
| | * iio: adc: cc10001: Fix the channel number mappingNaidu Tellapati2015-05-081-11/+13
| | * iio: mcp320x: Fix occasional incorrect readingsMichael Welling2015-05-071-3/+3
| | * iio: adc: xilinx: Fix VREFN signThomas Betker2015-04-191-1/+1
| | * iio: adc: xilinx: Fix VREFP scaleThomas Betker2015-04-191-0/+1
| | * iio: adc: xilinx: Fix "vccaux" channel .addressThomas Betker2015-04-191-1/+1
| | * iio: adc: xilinx: Fix register addressesThomas Betker2015-04-191-3/+3
| | * iio: adc: spmi-vadc: Fix overflow in output value normalizationIvan T. Ivanov2015-04-181-3/+4
| | * iio/axp288_adc: add missing channel info maskJacob Pan2015-04-091-6/+6
* | | Merge tag 'iio-for-v4.2a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2015-05-091-10/+19
|\ \ \ | |/ / |/| |
| * | iio: adc: ti_am335x_adc: refactor DT parsing into a functionVignesh R2015-04-091-10/+19
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+1
|\ \
| * | treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
* | | Merge tag 'staging-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-133-7/+5
|\ \ \ | | |/ | |/|
| * | Merge 4.0-rc7 into staging-nextGreg Kroah-Hartman2015-04-074-36/+66
| |\ \
| * \ \ Merge tag 'iio-for-4.1a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2015-03-243-7/+5
| |\ \ \
| | * | | iio: adc: Kconfig mcp320x change description Add more ADCsSøren Andersen2015-03-121-2/+3
| | * | | iio:adc: Fix typo in MODULE_DESCRIPTION in ad7793.cMasanari Iida2015-03-071-1/+1
| | * | | iio: vf610_adc: cleanup wait_for_completion return handlingNicholas Mc Guire2015-02-041-4/+1
* | | | | Merge tag 'for-v4.1' of git://git.infradead.org/battery-2.6Linus Torvalds2015-04-133-0/+417
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | iio: Add support for DA9150 GPADCAdam Thomson2015-02-253-0/+417
* | | | | iio: adc: vf610: use ADC clock within specificationStefan Agner2015-03-281-30/+61
* | | | | iio/adc/cc10001_adc.c: Fix !HAS_IOMEM buildRichard Weinberger2015-03-281-1/+2
* | | | | iio: fix drivers that check buffer->scan_maskOctavian Purdila2015-03-072-5/+3
| |/ / / |/| | |
* | | | Merge tag 'iio-fixes-for-4.0a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-02-282-14/+6
|\ \ \ \ | |/ / / |/| | |
| * | | iio:adc:mcp3422 Fix incorrect scales tableAngelo Compagnucci2015-02-041-13/+4
| * | | iio: iadc: wait_for_completion_timeout time in jiffiesNicholas Mc Guire2015-01-101-1/+2
* | | | Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-155-10/+1467
|\ \ \ \ | | |/ / | |/| |
| * | | iio: adc: Cosmic Circuits 10001 ADC driverPhani Movva2015-01-293-0/+435
| * | | iio: vadc: Qualcomm SPMI PMIC voltage ADC driverStanimir Varbanov2015-01-283-0/+1031
OpenPOWER on IntegriCloud