summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | iio: adc: mcp320x: Drop unnecessary of_device_id attributesLukas Wunner2017-09-241-56/+19Star
| | * | | iio: adc: mcp320x: Speed up readout of single-channel ADCsLukas Wunner2017-09-241-20/+14Star
| | * | | iio: adc: ti-ads1015: add 10% to conversion wait timeLadislav Michl2017-09-031-0/+1
| | * | | iio: adc: ti-ads1015: write config register only on changeLadislav Michl2017-09-031-10/+9Star
| | * | | iio:adc:ti-ads8688: Drop manual setting of the driver owner field.Jonathan Cameron2017-09-031-1/+0Star
| | * | | iio:adc:max9611: Drop explicit setting of the i2c module owner.Jonathan Cameron2017-09-031-1/+0Star
| | * | | iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-2273-92/+0Star
* | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
| |_|_|/ |/| | |
* | | | iio: adc: at91-sama5d2_adc: fix probe error on missing trigger propertyEugen Hristev2017-10-141-16/+29
* | | | iio: adc: dln2-adc: fix build errorRandy Dunlap2017-10-081-0/+2
| |_|/ |/| |
* | | Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-09-256-19/+62
|\ \ \ | |/ / |/| |
| * | iio: ad7793: Fix the serial interface resetDragos Bogdan2017-09-241-2/+2
| * | iio: ad_sigma_delta: Implement a dedicated reset functionDragos Bogdan2017-09-241-0/+28
| * | iio: adc: mcp320x: Fix readout of negative voltagesLukas Wunner2017-09-241-9/+15
| * | iio: adc: mcp320x: Fix oops on module unloadLukas Wunner2017-09-241-0/+1
| * | iio: adc: stm32: fix bad error check on max_channelsFabrice Gasnier2017-09-241-1/+1
| * | iio: adc: twl4030: Return an error if we can not enable the vusb3v1 regulator...Christophe JAILLET2017-09-241-1/+3
| * | iio: adc: twl4030: Disable the vusb3v1 rugulator in the error handling path o...Christophe JAILLET2017-09-241-1/+3
| * | iio: adc: twl4030: Fix an error handling path in 'twl4030_madc_probe()'Christophe JAILLET2017-09-241-2/+4
| * | iio: adc: ti-ads1015: fix comparator polarity settingAkinobu Mita2017-09-031-3/+5
| |/
* | Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2017-09-073-4/+14
|\ \
| | \
| | \
| *-. \ Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hw...Lee Jones2017-09-059-14/+89
| |\ \ \
| | | * | mfd: twl: Move header file out of I2C realmWolfram Sang2017-09-042-2/+2
| | * | | iio: adc: stm32: add support for lptimer triggersFabrice Gasnier2017-09-041-2/+12
| | |/ /
* | | | Merge 4.13-rc7 into staging-nextGreg Kroah-Hartman2017-08-282-6/+6
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | iio: adc: stm32: fix common clock rateFabrice Gasnier2017-07-301-5/+5
| * | iio: adc: ina219: Avoid underflow for sleeping timeStefan BrĂ¼ns2017-07-301-1/+1
* | | Merge tag 'iio-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-08-207-128/+701
|\ \ \
| * | | iio: adc: rockchip_saradc: explicitly request exclusive reset controlPhilipp Zabel2017-08-201-1/+2
| * | | iio: adc: ti-ads1015: add threshold event supportAkinobu Mita2017-08-201-2/+407
| * | | iio: adc: ti-ads1015: use iio_device_claim_direct_mode()Akinobu Mita2017-08-201-8/+7Star
| * | | iio: adc: ti-ads1015: use devm_iio_triggered_buffer_setupAkinobu Mita2017-08-201-12/+5Star
| * | | iio: adc: ti-ads1015: add helper to set conversion modeAkinobu Mita2017-08-201-12/+11Star
| * | | iio: adc: ti-ads1015: remove unnecessary config register updateAkinobu Mita2017-08-201-14/+4Star
| * | | iio: adc: ti-ads1015: add adequate wait time to get correct conversionAkinobu Mita2017-08-201-12/+19
| * | | iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacksAkinobu Mita2017-08-201-1/+1
| * | | iio: adc: ti-ads1015: avoid getting stale result after runtime resumeAkinobu Mita2017-08-201-2/+16
| * | | iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not setAkinobu Mita2017-08-201-0/+7
| * | | iio: adc: ti-ads1015: fix scale information for ADS1115Akinobu Mita2017-08-201-24/+24
| * | | iio: adc: ti-ads1015: fix incorrect data rate setting updateAkinobu Mita2017-08-201-17/+10Star
| * | | iio: adc: ti-ads7950: Allow to use on ACPI platformsAndy Shevchenko2017-08-201-4/+20
| * | | iio: adc: select triggered buffer for sama5d2 adcArnd Bergmann2017-08-171-0/+1
| * | | iio: adc: xadc: Fix coding style violationsSai Krishna Potthuri2017-08-122-25/+23Star
| * | | iio: adc: ti-ads7950: Add OF device ID tableAndy Shevchenko2017-08-091-0/+18
| * | | iio: adc: stm32: add optional st,min-sample-time-nsecsFabrice Gasnier2017-08-091-4/+136
* | | | Merge 4.13-rc5 into staging-nextGreg Kroah-Hartman2017-08-144-4/+69
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-07-244-4/+69
| |\ \ | | |/ | |/|
| | * iio: aspeed-adc: wait for initial sequence.Mykola Kostenok2017-07-231-0/+26
| | * iio: adc: axp288: Fix the GPADC pin reading often wrongly returning 0Hans de Goede2017-07-091-1/+11
| | * iio: adc: vf610_adc: Fix VALT selection value for REFSEL bitsStefan-Gabriel Mirea2017-07-061-1/+1