aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-30iio: dac: ad5593r: Add ACPI supportMichael Hennerich1-0/+8
2016-12-30iio: dac: ad5592r: Add ACPI supportMichael Hennerich1-0/+8
2016-11-13iio: dpot-dac: DAC driver based on a digital potentiometerPeter Rosin3-0/+277
2016-10-23iio: dac: mcp4725: fix odd_ptr_err.cocci warningsJulia Lawall1-1/+1
2016-10-23iio: dac: mcp4725: add devicetree supportTomas Novotny1-6/+37
2016-10-23iio: dac: mcp4725: support voltage reference selectionTomas Novotny1-7/+92
2016-10-23iio: dac: mcp4725: fix incorrect commentTomas Novotny1-1/+1
2016-10-23iio: dac: mcp4725: use regulator frameworkTomas Novotny1-9/+37
2016-09-27drivers: iio: dac: Fix sparse warningSandhya Bankar1-1/+1
2016-09-03iio: stx104: Add IIO support for the ADC channelsWilliam Breathitt Gray3-266/+0
2016-08-29iio: dac: AD8801: add Analog Devices AD8801/AD8803 supportGwenhael Goavec-Merou3-0/+250
2016-08-29iio: ad5755: fix off-by-one on devnr limit checkColin Ian King1-1/+1
2016-07-24iio: Add IIO support for the Measurement Computing CIO-DAC familyWilliam Breathitt Gray3-0/+154
2016-06-30iio:core: timestamping clock selection supportGregor Boirie2-4/+4
2016-06-29Merge tag 'iio-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman3-7/+315
2016-06-27iio: ad5755: add support for dt bindingsSean Nyekjaer1-1/+187
2016-06-27iio: stx104: Add GPIO support for the Apex Embedded Systems STX104William Breathitt Gray2-7/+129
2016-06-18Merge tag 'staging-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+1
2016-06-17iio: stx104: Allow build for X86_64William Breathitt Gray1-1/+1
2016-06-07Merge tag 'iio-fixes-for-4.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-1/+1
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds7-0/+1313
2016-05-04iio: dac: ad5592r: Off by one bug in ad5592r_alloc_channels()Dan Carpenter1-1/+1
2016-05-02iio: stx104: Utilize the module_isa_driver and max_num_isa_dev macrosWilliam Breathitt Gray1-21/+3
2016-05-02iio: stx104: Add X86 dependency to STX104 Kconfig optionWilliam Breathitt Gray1-1/+1
2016-04-10iio: dac: Add support for the AD5592R/AD5593R ADCs/DACsPaul Cercueil6-0/+1092
2016-03-12iio: dac: add NXP LPC18xx DAC driverJoachim Eastwood3-0/+221
2016-02-24iio: dac: vf610_dac: Add IIO DAC driver for Vybrid SoCSanchayan Maity3-0/+309
2016-02-14Merge tag 'iio-for-4.6b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman4-36/+523
2016-02-13iio: Add IIO support for the DAC on the Apex Embedded Systems STX104William Breathitt Gray3-0/+162
2016-02-08iio:ad5064: Add AD5625/AD5627/AD5645/AD5647/AD4665/AD5657 supportLars-Peter Clausen2-11/+188
2016-02-08iio:ad5064: Use a enum for the register map layout typeLars-Peter Clausen1-13/+41
2016-02-08iio:ad5064: List support LTC devices in KconfigLars-Peter Clausen1-1/+2
2016-02-08iio:ad5064: Add support for ltc2617 and similar devicesMarc Andre1-1/+111
2016-02-08iio:ad5064: Structural changes to support LTC2617Marc Andre1-29/+38
2016-02-07Merge 4.5-rc3 into staging-nextGreg Kroah-Hartman1-0/+1
2016-01-24iio: add ad5761 DAC driverRicardo Ribalda Delgado3-0/+441
2016-01-09iio: dac: mcp4725: set iio name property in sysfsYong Li1-0/+1
2016-01-03iio: dac: mcp4725: Add basic support for MCP4726Akinobu Mita2-22/+69
2015-11-18Merge tag 'iio-fixes-for-4.4a' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-27/+64
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds14-14/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis14-14/+0
2015-10-25iio: ad5064: Fix ad5629/ad5669 shiftLars-Peter Clausen1-26/+57
2015-10-25iio:ad5064: Make sure ad5064_i2c_write() returns 0 on successMichael Hennerich1-1/+7
2015-10-11iio:dac:m62332: use dynamic scaleHartmut Knaack1-7/+6
2015-10-11iio:dac:m62332: address some style issuesHartmut Knaack1-5/+11
2015-10-11iio:dac:m62332: drop unrequired variableHartmut Knaack1-6/+2
2015-10-11iio:dac:m62332: use ARRAY_SIZEHartmut Knaack1-3/+3
2015-10-11iio:dac:m62332: shutdown on removeHartmut Knaack1-0/+2
2015-10-11iio:dac:m62332: share scale and offsetHartmut Knaack1-9/+9
2015-09-30iio: dac: ad5504: leave sysfs naming to the coreMartin Kepplinger1-1/+0