summaryrefslogtreecommitdiff
path: root/drivers/iio/inkern.c
AgeCommit message (Expand)Author
2023-07-09iio: inkern: Add a helper to query an available minimum raw valueHerve Codina
2023-07-09iio: inkern: Replace a FIXME comment by a TODO oneHerve Codina
2023-07-09iio: inkern: Use max_array() to get the maximum value from an arrayHerve Codina
2023-07-09iio: inkern: Fix headers inclusion orderHerve Codina
2023-07-09iio: inkern: Remove the 'unused' variable usage in iio_channel_read_max()Herve Codina
2023-07-09iio: inkern: Check error explicitly in iio_channel_read_max()Herve Codina
2022-08-15iio: inkern: fix coding style warningsNuno Sá
2022-08-15iio: inkern: remove OF dependenciesNuno Sá
2022-08-15iio: inkern: move to fwnode propertiesNuno Sá
2022-08-15iio: inkern: split of_iio_channel_get_by_name()Nuno Sá
2022-08-15iio: inkern: only return error codes in iio_channel_get_*() APIsNuno Sá
2022-08-15iio: inkern: fix return value in devm_of_iio_channel_get_by_name()Nuno Sá
2022-08-15iio: inkern: only release the device node when done with itNuno Sá
2022-01-30iio: inkern: make a best effort on offset calculationLiam Beguin
2022-01-30iio: inkern: apply consumer scale when no channel scale is availableLiam Beguin
2022-01-30iio: inkern: apply consumer scale on IIO_VAL_INT casesLiam Beguin
2021-10-19iio: inkern: introduce devm_iio_map_array_register() short-hand functionAlexandru Ardelean
2021-05-17iio: core: move @info_exist_lock to struct iio_dev_opaqueJonathan Cameron
2021-05-17iio: inkern: simplify some devm functionsYicong Yang
2021-04-07iio: Fix iio_read_channel_processed_scale()Linus Walleij
2021-03-25iio: Provide iio_read_channel_processed_scale() APILinus Walleij
2021-01-16iio: provide of_iio_channel_get_by_name() and devm_ version itDmitry Baryshkov
2020-12-03io:core: In iio_map_array_register() cleanup in case of errorLino Sanfilippo
2020-12-03iio:core: Introduce unlocked version of iio_map_array_unregister()Lino Sanfilippo
2020-04-19iio: inkern: drop devm_iio_channel_release{_all} API callsAlexandru Ardelean
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-14iio: inkern: Convert iio_read_avail_channel_raw into a wrapperArtur Rojek
2019-04-14iio: inkern: API for reading available iio channel attribute valuesArtur Rojek
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-01-10IIO: inkern: API for manipulating channel attributesArnaud Pouliquen
2017-07-27Merge tag 'iio-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman
2017-07-22iio: Convert to using %pOF instead of full_nameRob Herring
2017-07-15iio: core: Fix mapping of iio channels to entry numbersGaurav Gupta
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-06-03iio: inkern: api for manipulating ext_info of iio channelsPeter Rosin
2017-04-26iio: inkern: fix a static checker errorPeter Rosin
2017-01-14iio: inkern: pass through raw values if no scalingLinus Walleij
2016-11-13iio: inkern: add helpers to query available values from channelsPeter Rosin
2016-09-27iio: inkern: add iio_read_channel_offset helperMatt Ranostay
2016-04-19iio: core: Add devm_ APIs for iio_channel_{get,release}_allLaxman Dewangan
2016-04-19iio: core: Add devm_ APIs for iio_channel_{get,release}Laxman Dewangan
2016-04-16iio: inkern: add a missing space before ifSlawomir Stepien
2016-02-01Merge tag 'iio-fixes-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2016-01-30iio: inkern: fix a NULL dereference on errorDan Carpenter
2015-12-12iio/inkern.c Use list_for_each_entry_safeAnshul Garg
2015-01-21Merge tag 'iio-for-3.20a_take2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2015-01-08Merge tag 'iio-fixes-for-3.19a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2015-01-05iio: inkern: add out of range error messageStefan Wahren