1. b804e2b iio: core: move @info_exist_lock to struct iio_dev_opaque by Jonathan Cameron · 3 years, 8 months ago
  2. 7349e8a iio: inkern: simplify some devm functions by Yicong Yang · 3 years, 9 months ago
  3. b3b64e2 iio: Fix iio_read_channel_processed_scale() by Linus Walleij · 3 years, 9 months ago
  4. 635ef60 iio: Provide iio_read_channel_processed_scale() API by Linus Walleij · 3 years, 10 months ago
  5. 6e39b14 iio: provide of_iio_channel_get_by_name() and devm_ version it by Dmitry Baryshkov · 4 years, 1 month ago
  6. 34fce6c io:core: In iio_map_array_register() cleanup in case of error by Lino Sanfilippo · 4 years, 1 month ago
  7. cc9fb60 iio:core: Introduce unlocked version of iio_map_array_unregister() by Lino Sanfilippo · 4 years, 1 month ago
  8. fc1f75a iio: inkern: drop devm_iio_channel_release{_all} API calls by Alexandru Ardelean · 4 years, 10 months ago
  9. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  10. 418e3ea bus_find_device: Unify the match callback with class_find_device by Suzuki K Poulose · 6 years ago
  11. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  12. 89388ca iio: inkern: Convert iio_read_avail_channel_raw into a wrapper by Artur Rojek · 6 years ago
  13. 9f42109 iio: inkern: API for reading available iio channel attribute values by Artur Rojek · 6 years ago
  14. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  15. 34739a21 IIO: inkern: API for manipulating channel attributes by Arnaud Pouliquen · 7 years ago
  16. 98c2f10 Merge tag 'iio-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 7 years ago
  17. 3921db4 iio: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  18. bc4b2a5 iio: core: Fix mapping of iio channels to entry numbers by Gaurav Gupta · 8 years ago
  19. f4dd029 Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  20. 8a848e7 iio: inkern: api for manipulating ext_info of iio channels by Peter Rosin · 8 years ago
  21. c773f70 iio: inkern: fix a static checker error by Peter Rosin · 8 years ago
  22. adc8ec5 iio: inkern: pass through raw values if no scaling by Linus Walleij · 8 years ago
  23. 00c5f80 iio: inkern: add helpers to query available values from channels by Peter Rosin · 8 years ago
  24. 0023e67 iio: inkern: add iio_read_channel_offset helper by Matt Ranostay · 8 years ago
  25. efc2c01 iio: core: Add devm_ APIs for iio_channel_{get,release}_all by Laxman Dewangan · 9 years ago
  26. 8bf872d iio: core: Add devm_ APIs for iio_channel_{get,release} by Laxman Dewangan · 9 years ago
  27. fc0b817 iio: inkern: add a missing space before if by Slawomir Stepien · 9 years ago
  28. 48436e8 Merge tag 'iio-fixes-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 9 years ago
  29. d81dac3 iio: inkern: fix a NULL dereference on error by Dan Carpenter · 9 years ago
  30. c34c181 iio/inkern.c Use list_for_each_entry_safe by Anshul Garg · 9 years ago
  31. 6e49557b Merge tag 'iio-for-3.20a_take2' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-testing by Greg Kroah-Hartman · 10 years ago
  32. 8ecb55b Merge tag 'iio-fixes-for-3.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 10 years ago
  33. 1f20272 iio: inkern: add out of range error message by Stefan Wahren · 10 years ago
  34. 65de765 iio: iio: Fix iio_channel_read return if channel havn't info by Fabien Proriol · 10 years ago
  35. f9380e7 iio: inkern: add iio_write_channel_raw by Dmitry Eremin-Solenikov · 10 years ago
  36. be61a0d7 Merge tag 'iio-for-3.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 10 years ago
  37. acd8256 iio: inkern: Add of_xlate function to struct iio_info by Ivan T. Ivanov · 10 years ago
  38. 872687f iio:inkern: fix overwritten -EPROBE_DEFER in of_iio_channel_get_by_name by Johannes Pointner · 10 years ago
  39. a2c1249 iio: of_iio_channel_get_by_name() returns non-null pointers for error legs by Adam Thomson · 10 years ago
  40. 9fbfb4b IIO: core: Introduce read_raw_multi by Srinivas Pandruvada · 11 years ago
  41. 476d4af iio: inkern: add iio_read_channel_average_raw by Sebastian Reichel · 10 years ago
  42. f91d1b6 iio: inkern: fix iio_convert_raw_to_processed_unlocked by Alexandre Belloni · 12 years ago
  43. 6c5d4c9 iio:inkern: Fix typo/bug in convert raw to processed. by Michael Hennerich · 12 years ago
  44. e916b80 inkern: iio_device_put after incorrect return/goto by Joe Perches · 12 years ago
  45. 17d82b4 iio: Add OF support by Guenter Roeck · 12 years ago
  46. 5aa57f0 iio: Update iio_channel_get API to use consumer device pointer as argument by Guenter Roeck · 12 years ago
  47. 6cb2afd iio: Simplify iio_map_array_unregister API by Guenter Roeck · 12 years ago
  48. ca7d98d iio: Update iio_channel_get_all and iio_channel_get_all_cb API by Guenter Roeck · 12 years ago
  49. 0464415 staging:iio:in kernel users: Add a data field for channel specific info. by Jonathan Cameron · 13 years ago
  50. 103d9fb iio: Add a logarithmic fractional value type by Lars-Peter Clausen · 12 years ago
  51. 7737fa6 iio: Don't compare boolean values to true/false by Lars-Peter Clausen · 12 years ago
  52. 3183bac iio: inkern: clean up error return code by Kim, Milo · 12 years ago
  53. 801c4b5 iio: inkern: put the IIO device when it fails to allocate memory by Kim, Milo · 12 years ago
  54. 48e44ce iio:inkern: Add function to read the processed value by Lars-Peter Clausen · 12 years ago
  55. b2b79ff iio: inkern: add error case in iio_channel_get() by Kim, Milo · 12 years ago
  56. 2cc412b iio: inkern: allocate zeroed memory by Kim, Milo · 12 years ago
  57. d965a8b iio: use IIO_CHAN_INFO_RAW rather than 0 by Kim, Milo · 12 years ago
  58. e59b9af iio: double unlock on error path by Dan Carpenter · 12 years ago
  59. 7b76274 iio: Fix inkern remove incorrect put of device by Jonathan Cameron · 13 years ago
  60. 314be14 iio: Rename _st_ functions to loose the bit that meant the staging version. by Jonathan Cameron · 13 years ago
  61. 1875ffd iio:inkern: Use iio_device_{get,put} by Lars-Peter Clausen · 13 years ago
  62. d210267 Merge 3.4-rc5 into staging-next by Greg Kroah-Hartman · 13 years ago
  63. a980e04 IIO: Move the core files to drivers/iio by Jonathan Cameron · 13 years ago[Renamed from drivers/staging/iio/inkern.c]
  64. 06458e2 IIO: Move core headers to include/linux/iio by Jonathan Cameron · 13 years ago
  65. e27d75d staging:iio:core add in kernel interface mapping and getting IIO channels. by Jonathan Cameron · 13 years ago