summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.11-rc5 into staging-nextGreg Kroah-Hartman2021-01-251-2/+2
|\
| * iio: ad5504: Fix setting power-down stateLars-Peter Clausen2021-01-141-2/+2
* | iio: dac: ad5766: add driver support for AD5766Cristian Pop2021-01-223-0/+654
|/
* iio: dac: ad7303: remove platform data headerAlexandru Ardelean2020-10-101-2/+0
* iio: dac: ad5686: add of_match_tableMichael Auchter2020-10-101-0/+19
* iio: dac: ad5686: add support for AD5338RMichael Auchter2020-10-104-3/+19
* Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-09-2211-80/+75
|\
| * iio: dac: ad5592r: localize locks only where needed in ad5592r_read_raw()Alexandru Ardelean2020-09-211-15/+15
| * iio: dac: ad5592r: un-indent code-block for scale readAlexandru Ardelean2020-09-211-14/+12
| * iio:dac:ad5592r: Fix use of true for IIO_SHARED_BY_TYPEJonathan Cameron2020-09-211-1/+1
| * iio: dac: ad5064: Fix a few kerneldoc misdemeanoursLee Jones2020-09-211-3/+3
| * iio: dac: ad7303: Complete 'struct ad7303_state' docLee Jones2020-09-211-0/+3
| * iio:dac:ti-dac5571: Drop of_match_ptr and CONFIG_OF protectionsJonathan Cameron2020-09-211-5/+2
| * iio:dac:ti-dac082s085: Drop of_match_ptr and CONFIG_OF protectionsJonathan Cameron2020-09-211-3/+2
| * iio:dac:mcp4725: drop of_match_ptr and use generic fw propertiesJonathan Cameron2020-09-211-22/+7
| * iio:dac:ad7303: Drop of_match_ptr protectionJonathan Cameron2020-09-211-1/+2
| * iio:dac:ad5593r: Drop of_match_ptr and ACPI_PTR protections.Jonathan Cameron2020-09-211-4/+3
| * iio:dac:ad5592r: Drop of_match_ptr and ACPI_PTR protections.Jonathan Cameron2020-09-211-4/+3
| * iio:dac:ad5446: Drop of_match_ptr and CONFIG_OF protectionsJonathan Cameron2020-09-211-3/+2
| * iio: dac: ti-dac7612: Replace indio_dev->mlock with own device lockSergiu Cuciurean2020-09-161-2/+12
| * iio: stm32-dac: Replace indio_dev->mlock with own device lockSergiu Cuciurean2020-09-161-4/+9
* | Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman2020-09-142-4/+3
|\ \ | |/ |/|
| * iio: dpot-dac: fix code comment in dpot_dac_read_raw()Gustavo A. R. Silva2020-08-261-1/+2
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+1
* | iio: dac: dpot-dac: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-10/+6
* | iio: adc: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-4/+1
* | iio: dac: ad5686: Constify static struct iio_chan_specRikard Falkeborn2020-09-032-5/+5
* | iio: dac: dac5571: Support powerdown for multi-channelVincent Whitchurch2020-09-031-14/+15
|/
* iio: dac: ad5592r: fix unbalanced mutex unlocks in ad5592r_read_raw()Alexandru Ardelean2020-07-221-2/+2
* iio: dac: ad5504: Fix formatting errors and demote non-compliant kerneldocLee Jones2020-07-201-4/+3
* iio: dac: ltc2632: Fix formatting in kerneldoc struct headerLee Jones2020-07-201-3/+3
* iio: dac: ad5791: Complete 'struct ad5791_chip_info' documentationLee Jones2020-07-201-6/+4
* iio: dac: ad5764: Fix misdocumenting and formatting errorLee Jones2020-07-201-3/+2
* iio: dac: ad5761: Fix kerneldoc attribute formatting for 'lock'Lee Jones2020-07-201-1/+1
* iio: dac: ad5758: Move and fix-up kerneldoc header and demote unworthy kerneldocLee Jones2020-07-201-9/+9
* iio: dac: ad5755: Fix kerneldoc attribute formatting for 'lock'Lee Jones2020-07-201-1/+1
* iio: dac: ad5449: Fix kerneldoc attribute formatting for 'lock'Lee Jones2020-07-201-1/+1
* iio: dac: ad5446: Complete 'struct ad5446_state' doc and demote unworthy kern...Lee Jones2020-07-201-4/+7
* iio: dac: ad5064: Value returned by ad5064_vref_name may not be 'const * const'Lee Jones2020-07-201-1/+1
* iio: dac: ad5421: Fix kerneldoc attribute formatting for 'lock'Lee Jones2020-07-201-1/+1
* iio: dac: ad5380: Fix kerneldoc attribute formatting for 'lock'Lee Jones2020-07-201-1/+1
* iio: dac: ad5360: Fix kerneldoc attribute formatting for 'lock'Lee Jones2020-07-201-1/+1
* Merge tag 'iio-for-5.9a-take2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-07-1735-65/+21
|\
| * Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov2020-07-133-16/+16
| * iio: Remove superfluous of_node assignmentsLars-Peter Clausen2020-06-144-4/+0
| * iio: remove left-over parent assignmentsAlexandru Ardelean2020-06-141-1/+0
| * iio: remove left-over comments about parent assignmentAlexandru Ardelean2020-06-141-1/+0
| * iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-1434-38/+0
| * iio: dac: ad5592r: remove usage of iio_priv_to_dev() helperAlexandru Ardelean2020-06-141-3/+3
| * iio: dac: ad5592r-base: Constify struct iio_chan_spec_ext_infoRikard Falkeborn2020-06-141-1/+1