summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac
AgeCommit message (Expand)AuthorLines
2020-07-22iio: dac: ad5592r: fix unbalanced mutex unlocks in ad5592r_read_raw()Alexandru Ardelean-2/+2
2020-07-20iio: dac: ad5504: Fix formatting errors and demote non-compliant kerneldocLee Jones-4/+3
2020-07-20iio: dac: ltc2632: Fix formatting in kerneldoc struct headerLee Jones-3/+3
2020-07-20iio: dac: ad5791: Complete 'struct ad5791_chip_info' documentationLee Jones-6/+4
2020-07-20iio: dac: ad5764: Fix misdocumenting and formatting errorLee Jones-3/+2
2020-07-20iio: dac: ad5761: Fix kerneldoc attribute formatting for 'lock'Lee Jones-1/+1
2020-07-20iio: dac: ad5758: Move and fix-up kerneldoc header and demote unworthy kerneldocLee Jones-9/+9
2020-07-20iio: dac: ad5755: Fix kerneldoc attribute formatting for 'lock'Lee Jones-1/+1
2020-07-20iio: dac: ad5449: Fix kerneldoc attribute formatting for 'lock'Lee Jones-1/+1
2020-07-20iio: dac: ad5446: Complete 'struct ad5446_state' doc and demote unworthy kern...Lee Jones-4/+7
2020-07-20iio: dac: ad5064: Value returned by ad5064_vref_name may not be 'const * const'Lee Jones-1/+1
2020-07-20iio: dac: ad5421: Fix kerneldoc attribute formatting for 'lock'Lee Jones-1/+1
2020-07-20iio: dac: ad5380: Fix kerneldoc attribute formatting for 'lock'Lee Jones-1/+1
2020-07-20iio: dac: ad5360: Fix kerneldoc attribute formatting for 'lock'Lee Jones-1/+1
2020-07-17Merge tag 'iio-for-5.9a-take2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-65/+21
2020-07-13Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov-16/+16
2020-06-14iio: Remove superfluous of_node assignmentsLars-Peter Clausen-4/+0
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean-1/+0
2020-06-14iio: remove left-over comments about parent assignmentAlexandru Ardelean-1/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean-38/+0
2020-06-14iio: dac: ad5592r: remove usage of iio_priv_to_dev() helperAlexandru Ardelean-3/+3
2020-06-14iio: dac: ad5592r-base: Constify struct iio_chan_spec_ext_infoRikard Falkeborn-1/+1
2020-06-14iio: dac: ad5380: Constify struct iio_chan_spec_ext_infoRikard Falkeborn-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-79/+184
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds-4/+4
2020-05-25mailmap: change email for Ricardo RibaldaRicardo Ribalda Delgado-4/+4
2020-05-25Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman-0/+1
2020-05-21iio: dac: ad5592r-base: Replace indio_dev->mlock with own device lockSergiu Cuciurean-15/+16
2020-05-16iio: dac: vf610_dac: Replace indio_dev->mlock with own device lockSergiu Cuciurean-4/+7
2020-05-16iio: dac: ad5686: Replace indio_dev->mlock with own device lockSergiu Cuciurean-4/+8
2020-05-16iio: dac: ad5421: Replace indio_dev->mlock with own device lockSergiu Cuciurean-8/+13
2020-05-16iio: dac: ad5380: Replace indio_dev->mlock with own device lockSergiu Cuciurean-2/+6
2020-05-16iio: dac: ad5764: Replace indio_dev->mlock with own device lockSergiu Cuciurean-4/+8
2020-05-16iio: dac: ad5761: Replace indio_dev->mlock with own device lockSergiu Cuciurean-4/+8
2020-05-16iio: dac: ad5755: Replace indio_dev->mlock with own device lockSergiu Cuciurean-8/+14
2020-05-16iio: dac: ad5449: Replace indio_dev->mlock with own device lockSergiu Cuciurean-4/+8
2020-05-16iio: dac: ad5446: Replace indio_dev->mlock with own device lockSergiu Cuciurean-4/+8
2020-05-16iio: dac: ad5360: Replace indio_dev->mlock with own device lockSergiu Cuciurean-6/+11
2020-05-15Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman-16/+77
2020-05-03iio: DAC extension for ltc2634-12/10/8Chris Ruehl-3/+63
2020-05-03iio: documentation ltc2632_chip_info add num_channelsChris Ruehl-0/+1
2020-05-03iio: dac: ad5592r: Fix a typo in the name of a functionChristophe JAILLET-2/+2
2020-05-03iio: dac: ad5593r: Fix a typo in MODULE_DESCRIPTIONChristophe JAILLET-1/+1
2020-05-03iio: dac: ad5446: Use put_unaligned_be24()Andy Shevchenko-3/+3
2020-05-03iio: dac: ad5624r_spi: Use put_unaligned_be24()Andy Shevchenko-4/+4
2020-05-03iio: dac: ltc2632: Use put_unaligned_be24()Andy Shevchenko-3/+3
2020-05-02iio: dac: vf610: Fix an error handling path in 'vf610_dac_probe()'Christophe JAILLET-0/+1
2020-04-19iio: dac: ad5770r: fix off-by-one check on maximum number of channelsColin Ian King-1/+1
2020-03-08iio: dac: Kconfig: sort symbols alphabeticallyAlexandru Ardelean-31/+31