summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/max1363.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* iio: adc: max1363: merge calls to of_match_device and of_device_get_match_dataJulia Lawall2018-07-081-6/+2
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+4
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-2/+0
* iio: adc: max1363: constify attribute_group structuressimran singhal2017-03-291-1/+1
* iio: adc: max1363: Export OF device ID table as module aliasesJavier Martinez Canillas2017-01-221-0/+1
* iio: adc: add missing of_node references to iio_devMatt Ranostay2016-07-031-0/+1
* iio: adc: max1363: Add device tree bindingFlorian Vaussard2016-07-031-1/+60
* iio:core: timestamping clock selection supportGregor Boirie2016-06-301-2/+3
* iio: adc: max1363: correct reference voltageStefan Eichenberger2016-03-201-4/+4
* iio: adc: max1363: add missing adc to max1363_idStefan Eichenberger2016-03-201-0/+4
* iio: adc: max1363: leave sysfs naming to the coreMartin Kepplinger2015-09-301-1/+0
* iio:adc:max1363 incorrect resolutions for max11604, max11605, max11610 and ma...Jonathan Cameron2014-05-251-8/+8
* iio:max1363 fix typos of int_vref_mvHartmut Knaack2014-02-181-3/+3
* Merge tag 'iio-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2014-02-111-8/+2
|\
| * iio:adc:max1363 clear list of missing featuresVivien Didelot2014-01-111-8/+2
* | iio: max1363: Use devm_regulator_get_optional for optional regulatorGuenter Roeck2014-02-081-1/+1
|/
* iio: Remove support for the legacy event config interfaceLars-Peter Clausen2013-12-081-4/+4
* iio:adc:max1363 support SMBus for 8-bit devicesVivien Didelot2013-10-201-19/+57
* iio:max1363: Switch to new event config interfaceLars-Peter Clausen2013-10-121-90/+110
* iio:max1363: Report scale as fractional valueLars-Peter Clausen2013-10-011-5/+3
* iio:max1363: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen2013-09-211-6/+1
* iio:max1361: Use default triggered buffer setup opsLars-Peter Clausen2013-09-161-7/+1
* iio: max1363: Use devm_iio_device_allocSachin Kamat2013-08-031-10/+5
* iio: replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-041-1/+1
* iio:adc:max1363 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-4/+5
* iio/adc: (max1363) Add support for external reference voltageGuenter Roeck2013-02-061-13/+39
* iio: max1363: Use devm_ functions whereever possible to allocate resourcesGuenter Roeck2013-02-061-19/+10
* Merge tag 'iio-for-3.9c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2013-02-051-6/+6
|\
| * iio: Simplify iio_map_array_unregister APIGuenter Roeck2013-02-021-2/+2
| * iio/adc: (max1363) Fix data conversion problemsGuenter Roeck2013-02-021-2/+3
| * iio/adc: (max1363) Remove duplicate codeGuenter Roeck2013-02-021-2/+0
| * iio/adc: (max1363) Provide OF node information to iio deviceGuenter Roeck2013-02-021-0/+1
* | iio:max1363 remove some functions left after mergeJonathan Cameron2013-02-021-42/+0
|/
* Merge 3.8-rc5 into staging-nextGreg Kroah-Hartman2013-01-251-5/+47
|\
| * Merge tag 'staging-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-01-141-7/+6
| |\
| * | Drivers: iio: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-5/+5
* | | Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman2013-01-071-7/+6
|\ \ \ | | |/ | |/|
| * | iio: (max1363) Fix probe error pathGuenter Roeck2012-12-271-7/+6
| |/
* | iio: max1363 comment and whitespace fixesPeter Meerwald2013-01-011-8/+7
* | iio: cleanup buffer setup code in max1363 driverPeter Meerwald2013-01-011-54/+5
|/
* iio:adc:max1363 move from staging.Jonathan Cameron2012-11-101-0/+1700