summaryrefslogtreecommitdiffstats
path: root/drivers/iio/inkern.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+1
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
|/
* iio: inkern: Convert iio_read_avail_channel_raw into a wrapperArtur Rojek2019-04-141-10/+2Star
* iio: inkern: API for reading available iio channel attribute valuesArtur Rojek2019-04-141-0/+20
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* IIO: inkern: API for manipulating channel attributesArnaud Pouliquen2018-01-101-5/+12
* Merge tag 'iio-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-07-281-3/+3
|\
| * iio: Convert to using %pOF instead of full_nameRob Herring2017-07-221-2/+2
| * iio: core: Fix mapping of iio channels to entry numbersGaurav Gupta2017-07-151-1/+1
* | Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-041-0/+60
|\ \ | |/ |/|
| * iio: inkern: api for manipulating ext_info of iio channelsPeter Rosin2017-06-031-0/+60
* | iio: inkern: fix a static checker errorPeter Rosin2017-04-261-3/+1Star
|/
* iio: inkern: pass through raw values if no scalingLinus Walleij2017-01-141-2/+8
* iio: inkern: add helpers to query available values from channelsPeter Rosin2016-11-131-0/+104
* iio: inkern: add iio_read_channel_offset helperMatt Ranostay2016-09-271-13/+26
* iio: core: Add devm_ APIs for iio_channel_{get,release}_allLaxman Dewangan2016-04-191-0/+36
* iio: core: Add devm_ APIs for iio_channel_{get,release}Laxman Dewangan2016-04-191-0/+48
* iio: inkern: add a missing space before ifSlawomir Stepien2016-04-161-1/+1
* Merge tag 'iio-fixes-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-02-011-0/+2
|\
| * iio: inkern: fix a NULL dereference on errorDan Carpenter2016-01-301-0/+2
* | iio/inkern.c Use list_for_each_entry_safeAnshul Garg2015-12-121-4/+2Star
|/
* Merge tag 'iio-for-3.20a_take2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2015-01-211-1/+29
|\
| * iio: inkern: add out of range error messageStefan Wahren2015-01-051-1/+4
| * iio: inkern: add iio_write_channel_rawDmitry Eremin-Solenikov2014-12-121-0/+25
* | Merge tag 'iio-fixes-for-3.19a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2015-01-091-0/+3
|\ \ | |/ |/|
| * iio: iio: Fix iio_channel_read return if channel havn't infoFabien Proriol2015-01-011-0/+3
* | Merge tag 'iio-for-3.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2014-11-051-5/+28
|\ \ | |/ |/|
| * iio: inkern: Add of_xlate function to struct iio_infoIvan T. Ivanov2014-10-251-5/+28
* | iio:inkern: fix overwritten -EPROBE_DEFER in of_iio_channel_get_by_nameJohannes Pointner2014-08-251-1/+1
|/
* iio: of_iio_channel_get_by_name() returns non-null pointers for error legsAdam Thomson2014-06-211-2/+4
* IIO: core: Introduce read_raw_multiSrinivas Pandruvada2014-04-291-2/+14
* iio: inkern: add iio_read_channel_average_rawSebastian Reichel2014-03-161-0/+18
* iio: inkern: fix iio_convert_raw_to_processed_unlockedAlexandre Belloni2013-07-031-1/+1
* iio:inkern: Fix typo/bug in convert raw to processed.Michael Hennerich2013-06-041-1/+1
* inkern: iio_device_put after incorrect return/gotoJoe Perches2013-06-041-1/+1
* iio: Add OF supportGuenter Roeck2013-03-161-0/+171
* iio: Update iio_channel_get API to use consumer device pointer as argumentGuenter Roeck2013-02-061-1/+10
* iio: Simplify iio_map_array_unregister APIGuenter Roeck2013-02-021-25/+11Star
* iio: Update iio_channel_get_all and iio_channel_get_all_cb APIGuenter Roeck2013-02-021-2/+4
* staging:iio:in kernel users: Add a data field for channel specific info.Jonathan Cameron2012-11-101-0/+1
* iio: Add a logarithmic fractional value typeLars-Peter Clausen2012-10-191-0/+3
* iio: Don't compare boolean values to true/falseLars-Peter Clausen2012-10-191-1/+1
* iio: inkern: clean up error return codeKim, Milo2012-09-221-5/+8
* iio: inkern: put the IIO device when it fails to allocate memoryKim, Milo2012-09-221-1/+4
* iio:inkern: Add function to read the processed valueLars-Peter Clausen2012-09-171-9/+109
* iio: inkern: add error case in iio_channel_get()Kim, Milo2012-09-171-1/+10
* iio: inkern: allocate zeroed memoryKim, Milo2012-09-151-1/+1
* iio: use IIO_CHAN_INFO_RAW rather than 0Kim, Milo2012-08-271-2/+4
* iio: double unlock on error pathDan Carpenter2012-07-121-1/+2