summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/max1363.c
AgeCommit message (Expand)Author
2024-02-17iio: adc: max1363: Use automatic cleanup for locks and iio mode claiming.Jonathan Cameron
2023-09-11iio: adc: max1363: Use i2c_get_match_data()Biju Das
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-11-23iio: adc: max1363: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: adc: max1363: simplify using devm_regulator_get_enable()Matti Vaittinen
2022-09-05iio: adc: max1363: Drop provision to provide an IIO channel map via platform ...Jonathan Cameron
2021-10-19iio: adc: max1363: convert probe to full device-managedAlexandru Ardelean
2020-07-20iio: adc: max1363: Fix kerneldoc attribute formatting for 'lock'Lee Jones
2020-07-07iio:adc:max1363: Drop of_match_ptr and use generic device_get_match_dataJonathan Cameron
2020-06-14iio: Remove superfluous of_node assignmentsLars-Peter Clausen
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean
2020-04-19iio: adc: max1363: replace uses of mlockRohit Sarkar
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-07-08iio: adc: max1363: merge calls to of_match_device and of_device_get_match_dataJulia Lawall
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron
2017-03-29iio: adc: max1363: constify attribute_group structuressimran singhal
2017-01-22iio: adc: max1363: Export OF device ID table as module aliasesJavier Martinez Canillas
2016-07-03iio: adc: add missing of_node references to iio_devMatt Ranostay
2016-07-03iio: adc: max1363: Add device tree bindingFlorian Vaussard
2016-06-30iio:core: timestamping clock selection supportGregor Boirie
2016-03-20iio: adc: max1363: correct reference voltageStefan Eichenberger
2016-03-20iio: adc: max1363: add missing adc to max1363_idStefan Eichenberger
2015-09-30iio: adc: max1363: leave sysfs naming to the coreMartin Kepplinger
2014-05-25iio:adc:max1363 incorrect resolutions for max11604, max11605, max11610 and ma...Jonathan Cameron
2014-02-18iio:max1363 fix typos of int_vref_mvHartmut Knaack
2014-02-11Merge tag 'iio-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman
2014-02-08iio: max1363: Use devm_regulator_get_optional for optional regulatorGuenter Roeck
2014-01-11iio:adc:max1363 clear list of missing featuresVivien Didelot
2013-12-08iio: Remove support for the legacy event config interfaceLars-Peter Clausen
2013-10-20iio:adc:max1363 support SMBus for 8-bit devicesVivien Didelot
2013-10-12iio:max1363: Switch to new event config interfaceLars-Peter Clausen
2013-10-01iio:max1363: Report scale as fractional valueLars-Peter Clausen
2013-09-21iio:max1363: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen
2013-09-16iio:max1361: Use default triggered buffer setup opsLars-Peter Clausen
2013-08-03iio: max1363: Use devm_iio_device_allocSachin Kamat
2013-06-04iio: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-03-17iio:adc:max1363 move to info_mask_(shared_by_type/separate)Jonathan Cameron
2013-02-06iio/adc: (max1363) Add support for external reference voltageGuenter Roeck
2013-02-06iio: max1363: Use devm_ functions whereever possible to allocate resourcesGuenter Roeck
2013-02-05Merge tag 'iio-for-3.9c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2013-02-02iio:max1363 remove some functions left after mergeJonathan Cameron
2013-02-02iio: Simplify iio_map_array_unregister APIGuenter Roeck
2013-02-02iio/adc: (max1363) Fix data conversion problemsGuenter Roeck
2013-02-02iio/adc: (max1363) Remove duplicate codeGuenter Roeck
2013-02-02iio/adc: (max1363) Provide OF node information to iio deviceGuenter Roeck
2013-01-25Merge 3.8-rc5 into staging-nextGreg Kroah-Hartman
2013-01-14Merge tag 'staging-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-01-07Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman
2013-01-03Drivers: iio: remove __dev* attributes.Greg Kroah-Hartman