summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac
Commit message (Expand)AuthorAgeFilesLines
* iio: dpot-dac: DAC driver based on a digital potentiometerPeter Rosin2016-11-133-0/+277
* iio: dac: mcp4725: fix odd_ptr_err.cocci warningsJulia Lawall2016-10-231-1/+1
* iio: dac: mcp4725: add devicetree supportTomas Novotny2016-10-231-6/+37
* iio: dac: mcp4725: support voltage reference selectionTomas Novotny2016-10-231-7/+92
* iio: dac: mcp4725: fix incorrect commentTomas Novotny2016-10-231-1/+1
* iio: dac: mcp4725: use regulator frameworkTomas Novotny2016-10-231-9/+37
* drivers: iio: dac: Fix sparse warningSandhya Bankar2016-09-271-1/+1
* iio: stx104: Add IIO support for the ADC channelsWilliam Breathitt Gray2016-09-033-266/+0
* iio: dac: AD8801: add Analog Devices AD8801/AD8803 supportGwenhael Goavec-Merou2016-08-293-0/+250
* iio: ad5755: fix off-by-one on devnr limit checkColin Ian King2016-08-291-1/+1
* iio: Add IIO support for the Measurement Computing CIO-DAC familyWilliam Breathitt Gray2016-07-243-0/+154
* iio:core: timestamping clock selection supportGregor Boirie2016-06-302-4/+4
* Merge tag 'iio-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2016-06-293-7/+315
|\
| * iio: ad5755: add support for dt bindingsSean Nyekjaer2016-06-271-1/+187
| * iio: stx104: Add GPIO support for the Apex Embedded Systems STX104William Breathitt Gray2016-06-272-7/+129
* | Merge tag 'staging-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-06-181-1/+1
|\ \
| * \ Merge tag 'iio-fixes-for-4.7a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-06-071-1/+1
| |\ \
| | * | iio: dac: ad5592r: Off by one bug in ad5592r_alloc_channels()Dan Carpenter2016-05-041-1/+1
| | |/
* | / iio: stx104: Allow build for X86_64William Breathitt Gray2016-06-171-1/+1
|/ /
* | Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-207-0/+1313
|\|
| * iio: dac: Add support for the AD5592R/AD5593R ADCs/DACsPaul Cercueil2016-04-106-0/+1092
| * iio: dac: add NXP LPC18xx DAC driverJoachim Eastwood2016-03-123-0/+221
* | iio: stx104: Utilize the module_isa_driver and max_num_isa_dev macrosWilliam Breathitt Gray2016-05-021-21/+3
* | iio: stx104: Add X86 dependency to STX104 Kconfig optionWilliam Breathitt Gray2016-05-021-1/+1
|/
* iio: dac: vf610_dac: Add IIO DAC driver for Vybrid SoCSanchayan Maity2016-02-243-0/+309
* Merge tag 'iio-for-4.6b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2016-02-144-36/+523
|\
| * iio: Add IIO support for the DAC on the Apex Embedded Systems STX104William Breathitt Gray2016-02-133-0/+162
| * iio:ad5064: Add AD5625/AD5627/AD5645/AD5647/AD4665/AD5657 supportLars-Peter Clausen2016-02-082-11/+188
| * iio:ad5064: Use a enum for the register map layout typeLars-Peter Clausen2016-02-081-13/+41
| * iio:ad5064: List support LTC devices in KconfigLars-Peter Clausen2016-02-081-1/+2
| * iio:ad5064: Add support for ltc2617 and similar devicesMarc Andre2016-02-081-1/+111
| * iio:ad5064: Structural changes to support LTC2617Marc Andre2016-02-081-29/+38
* | Merge 4.5-rc3 into staging-nextGreg Kroah-Hartman2016-02-071-0/+1
|\ \ | |/ |/|
| * iio: dac: mcp4725: set iio name property in sysfsYong Li2016-01-091-0/+1
* | iio: add ad5761 DAC driverRicardo Ribalda Delgado2016-01-243-0/+441
* | iio: dac: mcp4725: Add basic support for MCP4726Akinobu Mita2016-01-032-22/+69
|/
* Merge tag 'iio-fixes-for-4.4a' of ssh://ra.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2015-11-181-27/+64
|\
| * iio: ad5064: Fix ad5629/ad5669 shiftLars-Peter Clausen2015-10-251-26/+57
| * iio:ad5064: Make sure ad5064_i2c_write() returns 0 on successMichael Hennerich2015-10-251-1/+7
* | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-0514-14/+0
|\ \
| * | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-2814-14/+0
| |/
* | iio:dac:m62332: use dynamic scaleHartmut Knaack2015-10-111-7/+6
* | iio:dac:m62332: address some style issuesHartmut Knaack2015-10-111-5/+11
* | iio:dac:m62332: drop unrequired variableHartmut Knaack2015-10-111-6/+2
* | iio:dac:m62332: use ARRAY_SIZEHartmut Knaack2015-10-111-3/+3
* | iio:dac:m62332: shutdown on removeHartmut Knaack2015-10-111-0/+2
* | iio:dac:m62332: share scale and offsetHartmut Knaack2015-10-111-9/+9
* | iio: dac: ad5504: leave sysfs naming to the coreMartin Kepplinger2015-09-301-1/+0
* | iio: dac: max5821: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-231-0/+1
* | iio: dac: ad7303: Add OF match tableJavier Martinez Canillas2015-08-221-0/+7
|/