1. 75f5db39 Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 9 years ago
  2. 3821a06 spi: Drop owner assignment from spi_drivers by Andrew F. Davis · 9 years ago
  3. cd857a1 staging: iio: magnetometer: Remove explicit comparisons by Cristina Moraru · 9 years ago
  4. 45ef12b staging: iio: hmc5843: Export missing SPI module alias information by Javier Martinez Canillas · 9 years ago
  5. 70b2737 staging: iio: hmc5843: Set iio name dynamically by Yong Li · 9 years ago
  6. dc5f2c5 Merge tag 'iio-for-4.1a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 9 years ago
  7. 6cf23df Staging: iio: Fix file header to match standards by Cristina Opriceana · 9 years ago
  8. e676705 Staging: iio: Place driver in sleep mode on error by Cristina Opriceana · 9 years ago
  9. daf56d9 Staging: iio: Add kernel-doc for struct hmc5843 by Cristina Opriceana · 9 years ago
  10. aa6432f Staging: iio: Remove line over 80 characters by Cristina Opriceana · 9 years ago
  11. ccc5fbe Staging: iio: Remove multiple blank lines by Cristina Opriceana · 9 years ago
  12. 7079f21 Staging: iio: Align function parameters to match first row by Cristina Opriceana · 9 years ago
  13. 9fb163f Staging: iio: Simplify NULL pointer condition by Cristina Opriceana · 9 years ago
  14. dae7f15 staging: iio: hmc5843: Set iio name property in sysfs by Marek Belisko · 9 years ago
  15. 1531330 staging:iio:hmc5843: Constify register tables and struct regmap_config by Krzysztof Kozlowski · 9 years ago
  16. 98a3d2e Staging:iio:hmc5843:Coding Style Correction by Tolga Ceylan · 9 years ago
  17. 883fc26 staging: iio: hmc5843_core: fix sparse warnings by Teodora Baluta · 10 years ago
  18. d3f1621 staging:iio:hmc5843: Add support for spi hmc5983 by Josef Gajdusek · 10 years ago
  19. 5a059bd staging:iio:hmc5843: Add support for i2c hmc5983 by Josef Gajdusek · 10 years ago
  20. 585f7ce staging:iio:hmc5843: register <-> value arrays now can have different lengths by Josef Gajdusek · 10 years ago
  21. fc35a91 staging:iio:hmc5843: Split hmc5843.c to multiple files by Josef Gajdusek · 10 years ago
  22. f326a52 staging:iio:hmc5843: Added regmap support by Josef Gajdusek · 10 years ago
  23. af690ce staging: iio: hmc5843: Add all available models to device tree id table. by Marek Belisko · 10 years ago
  24. a6e8e3a Merge tag 'iio-for-3.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 11 years ago
  25. 912cbd4 Merge 3.13-rc5 into staging-next by Greg Kroah-Hartman · 11 years ago
  26. 6fd92d3 staging: iio: hmc5843: Remove redundant of_match_ptr helper by Sachin Kamat · 11 years ago
  27. c5fe7a41 staging:iio:mag:hmc5843 fix incorrect endianness of channel as a result of missuse of the IIO_ST macro. by Jonathan Cameron · 11 years ago
  28. 06749f1 Merge v3.13-rc2 into staging-next by Greg Kroah-Hartman · 11 years ago
  29. 27b8324 iio:magnetometer:hmc5843 - add basic dt support by NeilBrown · 11 years ago
  30. 5fa4061 staging:iio: Fix hmc5843 Kconfig dependencies by Peter Meerwald · 11 years ago
  31. 094509b1 staging:iio:hmc5843: Trivial cleanup by Peter Meerwald · 11 years ago
  32. 9d5ad0c staging:iio:hmc5843: Check initialization and chip identifier by Peter Meerwald · 11 years ago
  33. f3f7551 staging:iio:hmc5843: Introduce _set_range_gain() by Peter Meerwald · 11 years ago
  34. ca4c617 staging:iio:hmc5843: Rename _set_rate() to _set_samp_freq() by Peter Meerwald · 11 years ago
  35. 4f1ca41 staging:iio:hmc5843: Reorganize _set_meas_conf() by Peter Meerwald · 11 years ago
  36. 6224875 staging:iio:hmc5843: Rename _configure() to _set_mode() by Peter Meerwald · 11 years ago
  37. 7183de9 staging:iio:hmc5843: Remove ability to change operating mode by Peter Meerwald · 11 years ago
  38. cb9b9a8 staging:iio:hmc5843: Add trigger handling by Peter Meerwald · 11 years ago
  39. 39c1882 staging:iio:hmc5843: Always read all channels values otherwise no updates by Peter Meerwald · 11 years ago
  40. 9a3b2d5 staging:iio:hmc5843: Rename _check_samp_freq to get_samp_freq_index by Peter Meerwald · 11 years ago
  41. ae6f54d staging:iio:hmc5843: Use SCALE instead of magn_range by Peter Meerwald · 11 years ago
  42. dd28e48 staging:iio:hmc5843: Introduce helper functions to show/check list of int pairs by Peter Meerwald · 11 years ago
  43. 9728fe3 staging:iio:hmc5843: Tighten comments by Peter Meerwald · 11 years ago
  44. 511c81e staging:iio:hmc5843: Remove unused LSB register #defines by Peter Meerwald · 11 years ago
  45. d4dc0a3 staging:iio:hmc5843: Use INFO_SAMP_FREQ by Peter Meerwald · 11 years ago
  46. 8e2e297 staging:iio:hmc5843: Rewrite init function by Peter Meerwald · 11 years ago
  47. 8a5c191 staging:iio:hmc5843: Add pointer to i2c client to data struct by Peter Meerwald · 11 years ago
  48. e2aad1d Merge 3.12-rc2 into staging-next. by Greg Kroah-Hartman · 11 years ago
  49. 575a6c9 staging:iio:hmc5843: Fix measurement conversion by Peter Meerwald · 11 years ago
  50. a6dcb71b staging:iio:hmc5843: Use devm_iio_device_alloc by Peter Meerwald · 11 years ago
  51. b658a37 staging: iio: hmc5843: Fix a trivial typo by Sachin Kamat · 11 years ago
  52. cd6fe06 staging:iio:hmc5843: Use i2c_smbus_read_word_swapped() by Peter Meerwald · 11 years ago
  53. f70d669 staging:iio:hmc5843: Drop unneeded #includes by Peter Meerwald · 11 years ago
  54. f9e1170 staging:iio:hmc5843: Device has 3 channels, no need to store separately by Peter Meerwald · 11 years ago
  55. e050b35 staging:iio:hmc5843: 'add' is a poor abbreviation for address by Peter Meerwald · 11 years ago
  56. 4dedf31 staging:iio:hmc5843: Implement timeout in read function by Peter Meerwald · 11 years ago
  57. a34778f staging:iio:hmc5843: Remove id register #defines, not used anymore by Peter Meerwald · 11 years ago
  58. 7561c30 staging:iio:hmc5843: Drop I2C detection code by Peter Meerwald · 11 years ago
  59. 2fc72cd iio:magnetometer:ak8975 move driver out of staging by Jonathan Cameron · 11 years ago
  60. c411f60 staging:iio:magnetometer:ak8975 use standard i2c_smbus read functions. by Jonathan Cameron · 11 years ago
  61. aa99225 staging:iio:magnetometer:ak8975 drop I2C_M_NOSTART flag in read_data by Jonathan Cameron · 11 years ago
  62. dea120e staging:iio:magnetometer:ak8975 drop unused eoc_irq by Jonathan Cameron · 11 years ago
  63. b370097 staging:iio:magnetometer:hmc5843 move to info_mask_(shared_by_type/separate) by Jonathan Cameron · 11 years ago
  64. 3a0b442 staging:iio:mag:ak8975 move to info_mask_(shared_by_type/separate) by Jonathan Cameron · 11 years ago
  65. e543acf staging: iio: remove use of __devexit_p by Bill Pemberton · 12 years ago
  66. 447d4f2 staging: iio: remove use of __devexit by Bill Pemberton · 12 years ago
  67. 4ae1c61 staging: iio: remove use of __devinit by Bill Pemberton · 12 years ago
  68. 73327b4 drivers/staging/iio: Remove unnecessary semicolon by Peter Senna Tschudin · 12 years ago
  69. 0f8c962 staging:iio: Update email address for Jonathan Cameron. by Jonathan Cameron · 12 years ago
  70. 4bf8523 staging:iio:magnetometer:ak8975: remove 'mode' attribute by Leed Aguilar · 12 years ago
  71. 82f2acd staging:iio:magnetometer:ak8975: use gpio_request_one api by Leed Aguilar · 12 years ago
  72. 040f3e5 staging:iio:magnetometer:ak8975: set power-down mode after reading fuse ROM data by Leed Aguilar · 12 years ago
  73. f61343b staging: iio: ak8975: Make it behave better as modules by Shubhrajyoti D · 12 years ago
  74. 1079def staging: iio: hmc5843: Make it behave better as modules by Shubhrajyoti D · 12 years ago
  75. 357fcff staging: iio: add support for hmc5883/hmc5883l to hmc5843 magnetometer driver by Peter Meerwald · 12 years ago
  76. 4fd4d7d staging: iio: reorganize hmc5843_set_rate() by Peter Meerwald · 12 years ago
  77. 4906a15 staging: iio: rename function/data to consistently start with hmc5843_ by Peter Meerwald · 12 years ago
  78. c7c34af staging: iio: cleanup and move comments in hmc5843 by Peter Meerwald · 12 years ago
  79. e278df1 staging: iio: add check for measurement configuration value passed to hmc5843 by Peter Meerwald · 12 years ago
  80. 13f6eb6 staging: iio: rework sampling rate setting in hmc5843 by Peter Meerwald · 12 years ago
  81. 16b91a4 staging: iio: rename and prefix CONSTANTs to distinguish between HMC5843 and HMC5883 by Peter Meerwald · 12 years ago
  82. d32ec55 staging: iio: change strict_strtoul() to kstrtoul() in hmc5843 by Peter Meerwald · 12 years ago
  83. 0462e2b staging: iio: fix access to hmc5843 private data by Peter Meerwald · 12 years ago
  84. 527cf71 staging:iio:magnetometer: Use dev_to_iio_dev() by Lars-Peter Clausen · 12 years ago
  85. d210267 Merge 3.4-rc5 into staging-next by Greg Kroah-Hartman · 12 years ago
  86. 7cbb753 staging:iio: Streamline API function naming by Lars-Peter Clausen · 12 years ago
  87. 06458e2 IIO: Move core headers to include/linux/iio by Jonathan Cameron · 12 years ago
  88. 4d9948b staging:iio:magnetometer Add IIO_CHAN_INFO_RAW entries to all drivers. by Jonathan Cameron · 12 years ago
  89. 62d2feb staging: iio: hmc5843: Fix crash in probe function. by Marek Belisko · 12 years ago
  90. 40f32d9 staging: iio: ak8975: Remove i2c client data corruption by Preetham Chandru · 12 years ago
  91. 4abf6f8 drivers:staging:iio Fix typos and comments in staging iio. by Justin P. Mattock · 12 years ago
  92. 01788c5 staging:iio: Use dev_pm_ops by Lars-Peter Clausen · 12 years ago
  93. 54461c3 staging:iio: ak8975: add of_match table for device-tree probing by Olof Johansson · 13 years ago
  94. 12e5550 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 13 years ago
  95. 55e4390 staging:iio: Add missing MODULE_DEVICE_TABLE and MODULE_ALIAS by Lars-Peter Clausen · 13 years ago
  96. c8a9f80 staging:iio:treewide only use shared to decide on interfaces by Jonathan Cameron · 13 years ago
  97. 924f8a2 staging:iio: Do not use bitmasks for channel info addresses by Lars-Peter Clausen · 13 years ago
  98. 6e5af18 staging:iio: Use module_i2c_driver to register I2C drivers by Lars-Peter Clausen · 13 years ago
  99. d2fffd6 staging:iio: fix removal path to allow correct freeing. by Jonathan Cameron · 13 years ago
  100. 3e2c96e staging:iio: gpio build dependency fixing by Jonathan Cameron · 13 years ago