1. 032aec3 iio:cdc:ad7150: Fix use of uninitialized ret by Jonathan Cameron · 3 years, 10 months ago
  2. 646d67b iio:cdc:ad7150: Move driver out of staging. by Jonathan Cameron · 3 years, 10 months ago[Renamed from drivers/staging/iio/cdc/ad7150.c]
  3. cbdf6cc staging:iio:cdc:ad7150: Add copyright notice given substantial changes. by Jonathan Cameron · 3 years, 10 months ago
  4. 89f2d5b staging:iio:cdc:ad7150: Add of_match_table by Jonathan Cameron · 3 years, 10 months ago
  5. a9f8afe staging:iio:cdc:ad7150: Really basic regulator support. by Jonathan Cameron · 3 years, 10 months ago
  6. 18595e7 staging:iio:cdc:ad7150: Add scale and offset to info_mask_shared_by_type by Jonathan Cameron · 3 years, 10 months ago
  7. f28334f staging:iio:cdc:ad7150: Shift the _raw readings by 4 bits. by Jonathan Cameron · 3 years, 10 months ago
  8. a895ca4a staging:iio:cdc:ad7150: Drop unnecessary block comments. by Jonathan Cameron · 3 years, 10 months ago
  9. 88f0e09 staging:iio:cdc:ad7150: Tidy up local variable positioning. by Jonathan Cameron · 3 years, 10 months ago
  10. 69567d3 staging:iio:cdc:ad7150: Reorganize headers. by Jonathan Cameron · 3 years, 10 months ago
  11. ef71bd9 staging:iio:cdc:ad7150: More consistent register and field naming by Jonathan Cameron · 3 years, 10 months ago
  12. 9623cae staging:iio:cdc:ad7150: Rework interrupt handling. by Jonathan Cameron · 3 years, 10 months ago
  13. fea8f21 staging:iio:cdc:ad7150: Change timeout units to seconds and use core support by Jonathan Cameron · 3 years, 10 months ago
  14. d5723c6 staging:iio:cdc:ad7150: Add sampling_frequency support by Jonathan Cameron · 3 years, 10 months ago
  15. f1be992 staging:iio:cdc:ad7150: Drop noisy print in probe by Jonathan Cameron · 3 years, 10 months ago
  16. 5bfe0ca staging:iio:cdc:ad7150: Simplify event handling by only using rising direction. by Jonathan Cameron · 3 years, 10 months ago
  17. 67322b2 staging:iio:cdc:ad7150: Handle variation in chan_spec across device and irq present or not by Jonathan Cameron · 3 years, 10 months ago
  18. f32df79d staging:iio:cdc:ad7150: Drop platform data support by Jonathan Cameron · 3 years, 10 months ago
  19. c13ab94 staging:iio:cdc:ad7150: Timeout register covers both directions so both need updating by Jonathan Cameron · 3 years, 10 months ago
  20. 0c4c4a8 staging:iio:cdc:ad7150: Refactor event parameter update by Jonathan Cameron · 3 years, 10 months ago
  21. 1a17e7c staging:iio:cdc:ad7150: Remove magnitude adaptive events by Jonathan Cameron · 3 years, 10 months ago
  22. add538f staging:iio:cdc:ad7150: use swapped reads/writes for i2c rather than open coding by Jonathan Cameron · 3 years, 10 months ago
  23. d3be8324 iio: remove explicit IIO device parent assignment by Alexandru Ardelean · 4 years, 8 months ago
  24. c55cc97 Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 6 years ago
  25. 4766975 staging: iio: ad7150: clean up of comments by Melissa Wen · 6 years ago
  26. 28c7901 staging: iio: ad7150: simplify i2c SMBus return treatment by Melissa Wen · 6 years ago
  27. 34b94f9 staging: iio: ad7150: use FIELD_GET and GENMASK by Melissa Wen · 6 years ago
  28. 362cd50 staging: iio: ad7150: use ternary operating to ensure 0/1 value by Melissa Wen · 6 years ago
  29. df4d737 staging:iio:ad7150: fix threshold mode config bit by Melissa Wen · 6 years ago
  30. 0bae068 staging: iio: cdc: ad7150: create macro for capacitance channels by Bárbara Fernandes · 6 years ago
  31. 2506abe staging: iio: add proper SPDX identifiers to remaining driver files by Greg Kroah-Hartman · 6 years ago
  32. 2e00b53 staging: iio: cdc: ad7150: fix misaligned lines by Slawomir Stepien · 6 years ago
  33. 4bb199e staging: iio: cdc: ad7150: use value copy to shorten the line length by Slawomir Stepien · 6 years ago
  34. 6e2e828 staging:iio:ad7150: Align arguments to match open parenthesis by Tom Lebreux · 7 years ago
  35. 6ff33cb staging:iio:cdc: drop assign iio_info.driver_module by Jonathan Cameron · 7 years ago
  36. 63bb38c staging: iio: Replace a bit shift by a use of BIT. by Arushi Singhal · 8 years ago
  37. 349ee04 drivers:staging:iio:cdc: Style fix. by Anthony Brandon · 8 years ago
  38. 91ca1a8 staging: iio: cdc: fix improper return value by Pan Bian · 8 years ago
  39. 67351df staging: iio: replace symbolic permission by Amit Kumar Kushwaha · 8 years ago
  40. 23123cd Staging: iio: ad7150: constify attribute_group structures by Bhumika Goyal · 8 years ago
  41. bc2b7da iio:core: timestamping clock selection support by Gregor Boirie · 9 years ago
  42. c4f0ebd Staging: iio: cdc: ad7150: Fix alignment should match open parenthesis by Shraddha Barke · 9 years ago
  43. c0559ae Staging: iio: cdc: ad7150: Prefer using the BIT macro by Shraddha Barke · 9 years ago
  44. e6e65f9 staging: iio: cdc: Remove explicit comparisons by Cristina Moraru · 9 years ago
  45. 4a737ec staging: iio: cdc: simplify return flow by Ioana Ciornei · 9 years ago
  46. 252fb58 staging: iio: cdc: use devm_iio_device_register instead iio_device_register by Ioana Ciornei · 9 years ago
  47. 288903f staging: iio: cdc: Don't put an else right after a return by Catalina Mocanu · 10 years ago
  48. cb95585 iio: Remove support for the legacy event config interface by Lars-Peter Clausen · 11 years ago
  49. 2ef9d83 Merge tag 'iio-for-3.12d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 11 years ago
  50. 1489d62 staging:iio:ad7150: Switch to new event config interface by Lars-Peter Clausen · 11 years ago
  51. a22526e staging: Remove unnecessary semicolons by Joe Perches · 11 years ago
  52. d15b73c staging: iio: ad7150: Use devm_* APIs by Sachin Kamat · 11 years ago
  53. 0221519 staging:iio:cdc:ad7150 move to info_mask_(shared_by_type/separate) by Jonathan Cameron · 12 years ago
  54. e543acf staging: iio: remove use of __devexit_p by Bill Pemberton · 12 years ago
  55. 447d4f2 staging: iio: remove use of __devexit by Bill Pemberton · 12 years ago
  56. 4ae1c61 staging: iio: remove use of __devinit by Bill Pemberton · 12 years ago
  57. 73327b4 drivers/staging/iio: Remove unnecessary semicolon by Peter Senna Tschudin · 12 years ago
  58. a91aff1 staging:iio: Request threaded-only IRQs with IRQF_ONESHOT by Lars-Peter Clausen · 13 years ago
  59. d30a7f9 staging:iio:cdc: Use dev_to_iio_dev() by Lars-Peter Clausen · 13 years ago
  60. 7cbb753 staging:iio: Streamline API function naming by Lars-Peter Clausen · 13 years ago
  61. 06458e2 IIO: Move core headers to include/linux/iio by Jonathan Cameron · 13 years ago
  62. e33e075 staging:iio:cdc Add IIO_CHAN_INFO_RAW/PROCESSED entries to all drivers. by Jonathan Cameron · 13 years ago
  63. da36716 staging:iio: Rename IIO_EVENT_CODE_EXTRACT_NUM to IIO_EVENT_CODE_EXTRACT_CHAN by Lars-Peter Clausen · 13 years ago
  64. 12e5550 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 13 years ago
  65. c8a9f80 staging:iio:treewide only use shared to decide on interfaces by Jonathan Cameron · 13 years ago
  66. 924f8a2 staging:iio: Do not use bitmasks for channel info addresses by Lars-Peter Clausen · 13 years ago
  67. af5046a staging:iio: header reorganization by Jonathan Cameron · 13 years ago
  68. 6e5af18 staging:iio: Use module_i2c_driver to register I2C drivers by Lars-Peter Clausen · 13 years ago
  69. 1b99232 iio: cdc: Fix pushed event code - Typo, should be IIO_CAPACITANCE. by Michael Hennerich · 13 years ago
  70. 5c48cb9d iio: adc: Relocate Capacitance to Digital Converters (CDC) into own subdir by Michael Hennerich · 13 years ago[Renamed from drivers/staging/iio/adc/ad7150.c]
  71. d2fffd6 staging:iio: fix removal path to allow correct freeing. by Jonathan Cameron · 13 years ago
  72. 84f79ec staging:iio:adc:naming: dev_info to indio_dev for consistency by Jonathan Cameron · 13 years ago
  73. ee760ab Staging: iio/adc/ad7150: release lock on error by Dan Carpenter · 13 years ago
  74. 6835cb6 staging:iio: unwind the IIO_IN -> IIO_VOLTAGE define by Jonathan Cameron · 13 years ago
  75. 4e687dd staging:iio:adc:ad7150: Add support for the second interrupt strobe. by Michael Hennerich · 13 years ago
  76. cd400fc staging:iio:adc:ad7150: remove conversion mode handling. by Michael Hennerich · 13 years ago
  77. 531efd6 staging:iio:adc:ad7150: chan_spec conv + i2c_smbus commands + drop unused poweroff timeout control. by Jonathan Cameron · 13 years ago
  78. 26d25ae staging:iio: rework of attribute registration. by Jonathan Cameron · 13 years ago
  79. 5aa9618 staging:iio: remove broken support for multiple event interfaces. by Jonathan Cameron · 13 years ago
  80. 8e7d967 staging: iio: remove specific chrdev for event reading. Get fd from ioctl on buffer. by Jonathan Cameron · 13 years ago
  81. 99c9785 staging: Add module.h to drivers/staging users by Paul Gortmaker · 14 years ago
  82. c4b14d9 staging:iio:events: use IIO_<TYPE> and IIO_MOD_<> instead of IIO_EV_CLASS_<TYPE> etc by Jonathan Cameron · 13 years ago
  83. deda386 staging:iio:trivial sparse related cleanups. by Jonathan Cameron · 13 years ago
  84. 46a6af3 staging:iio:adc:ad7150: allocate chip state with iio_dev and use iio_priv to access. by Jonathan Cameron · 14 years ago
  85. 6fe8135 staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev. by Jonathan Cameron · 14 years ago
  86. d91a0ab staging:iio:adc:ad7150 fix event codes. by Jonathan Cameron · 14 years ago
  87. 845bd12 staging:iio: use the new central name attribute creation code by Jonathan Cameron · 14 years ago
  88. 9b5d9b0 staging:iio:adc:ad7150 move from deprecated event handling plus remove irq as gpio requirement. by Jonathan Cameron · 14 years ago
  89. 6f7c8ee staging:iio: Add ability to allocate private data space to iio_allocate_device by Jonathan Cameron · 14 years ago
  90. 54c5be3 staging: iio: adc: new driver for AD7150/1/6 devices by Barry Song · 14 years ago