1. 8f5f90a Merge 3.8-rc5 into staging-next by Greg Kroah-Hartman · 11 years ago
  2. 5fd9846 iio: Convert to devm_ioremap_resource() by Thierry Reding · 11 years ago
  3. b87fc3e Merge tag 'staging-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  4. 17cb3be Merge branch 'staging-linus' into staging-next by Greg Kroah-Hartman · 12 years ago
  5. e07c6d1 hid: iio: rename struct hid_sensor_iio_common to hid_sensor_common by Alexander Holler · 12 years ago
  6. 2974cdf iio: merge hid-sensor-attributes.h into hid-sensor-hub.h by Alexander Holler · 12 years ago
  7. 5306f41 iio: lp8788_adc: fix parent device in kernel message by Kim, Milo · 12 years ago
  8. dc11699 iio: lp8788_adc: fix a parent device in _probe() by Kim, Milo · 12 years ago
  9. fc52692 Drivers: iio: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  10. 71d2c12 iio: max1363 comment and whitespace fixes by Peter Meerwald · 12 years ago
  11. 4389fbe iio: cleanup buffer setup code in max1363 driver by Peter Meerwald · 12 years ago
  12. 678fb42 iio: (max1363) Fix probe error path by Guenter Roeck · 12 years ago
  13. 13e57ee iio: dac: ad5446: Don't set error code to voltage_uv by Axel Lin · 12 years ago
  14. 359570a iio: dac: ad5686: Don't set error code to voltage_uv by Axel Lin · 12 years ago
  15. 8434e78 iio: dac: ad5624r_spi: Don't set error code to voltage_uv by Axel Lin · 12 years ago
  16. 0ce2fda iio: dac: ad5504: Don't set error code to voltage_uv by Axel Lin · 12 years ago
  17. 7e2dcc6 iio: dac: ad5791: Don't set error code to [pos|neg]_voltage_uv by Axel Lin · 12 years ago
  18. 272cc9c iio: dac: ad5380: Don't set error code to st->vref by Axel Lin · 12 years ago
  19. 36ce0c1 iio: adc: ad7266: Don't set error code to st->vref_uv by Axel Lin · 12 years ago
  20. 9541cc3 iio: hid-sensors: respect CONFIG_IIO_TRIGGER by Alexander Holler · 12 years ago
  21. 1167976 iio: at91: fix dev var name in at91_adc_trigger_handler by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  22. 1690970 iio:adf4350: Fix typo by Michael Hennerich · 12 years ago
  23. 2dfea38 Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  24. 583f2de iio: imu: adis16480: remove duplicated include from adis16480.c by Wei Yongjun · 12 years ago
  25. 11ef9af iio: gyro: adis16136: remove duplicated include from adis16136.c by Wei Yongjun · 12 years ago
  26. afc3a57 iio:imu: adis16480: show_firmware() buffer too small by Dan Carpenter · 12 years ago
  27. 1266013 iio:gyro: adis16136: divide by zero in write_frequency() by Dan Carpenter · 12 years ago
  28. bc0a409 iio: adc: Add Texas Instruments ADC081C021/027 support by Thierry Reding · 12 years ago
  29. fd1a8b9 iio:ad7793: Add support for the ad7796 and ad7797 by Lars-Peter Clausen · 12 years ago
  30. 2edb769 iio:ad7793: Add support for the ad7798 and ad7799 by Lars-Peter Clausen · 12 years ago
  31. f87f1a2 staging:iio: Move ad7793 driver out of staging by Lars-Peter Clausen · 12 years ago
  32. be7fd3b iio:adc:ad7298 make the tx and rx buffers __be16 by Jonathan Cameron · 12 years ago
  33. 2f3abe6 iio:imu: Add support for the ADIS16480 and similar IMUs by Lars-Peter Clausen · 12 years ago
  34. 6807d72 iio: Factor out fixed point number parsing into its own function by Lars-Peter Clausen · 12 years ago
  35. c4f0c69 iio: Add pressure channel type by Lars-Peter Clausen · 12 years ago
  36. 484a0bf iio:imu:adis: Add paging support by Lars-Peter Clausen · 12 years ago
  37. 9caed0d iio:gyro: Add support for the ADIS16136 gyroscope by Lars-Peter Clausen · 12 years ago
  38. 57a1228 iio:imu:adis: Add support for 32bit registers by Lars-Peter Clausen · 12 years ago
  39. 78026a6 iio:imu:adis: Add debugfs register access support by Lars-Peter Clausen · 12 years ago
  40. ffd8a6e iio: adc: Add viperboard adc driver by Lars Poeschel · 12 years ago
  41. 709ab36 staging:iio: Move the ad7298 driver out of staging by Lars-Peter Clausen · 12 years ago
  42. ec04cb0 staging:iio: Move adis library out of staging by Lars-Peter Clausen · 12 years ago
  43. 64ebe95 iio: hid-sensor: Return proper error if kmemdup fails by Axel Lin · 12 years ago
  44. e3db9ef drivers/iio/industrialio-event.c: eliminate possible double free by Julia Lawall · 12 years ago
  45. 69bcd3b iio: hid-sensors: convert HID_SENSOR_ENUM_BASE_QUIRKS to bool by Kirill A. Shutemov · 12 years ago
  46. 168c9d9 iio:adc:max1363 move from staging. by Jonathan Cameron · 12 years ago
  47. 92d1079 staging:iio: add a callback buffer for in kernel push interface by Jonathan Cameron · 12 years ago
  48. 0464415 staging:iio:in kernel users: Add a data field for channel specific info. by Jonathan Cameron · 12 years ago
  49. 84b36ce staging:iio: Add support for multiple buffers by Jonathan Cameron · 12 years ago
  50. 5e53a69 IIO : ADC: tiadc: Add support of TI's ADC driver by Patil, Rachna · 12 years ago
  51. 4eb3ccf staging:iio: Move the ad7887 driver out of staging by Lars-Peter Clausen · 12 years ago
  52. ef4f92c iio: Accept a leading '+' sign when parsing fixed point numbers by Lars-Peter Clausen · 12 years ago
  53. 02330ac iio: Reject trailing garbage when parsing fixed point numbers by Lars-Peter Clausen · 12 years ago
  54. 8f1b7eb iio: Do not accept multiple '.' in fixed point numbers by Lars-Peter Clausen · 12 years ago
  55. 0c88d23 iio:dac:ad5449: unlock on error path by Dan Carpenter · 12 years ago
  56. 6b3aa31 Revert "iio: at91_adc: Use devm_kcalloc to allocate arrays" by Axel Lin · 12 years ago
  57. cb1f626 Merge 3.7-rc3 into staging-next by Greg Kroah-Hartman · 12 years ago
  58. 369130a drivers/iio/dac: remove CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  59. 98f9c3c iio: Remove duplicates for light/ in Kconfig and Makefile by Andreas Larsson · 12 years ago
  60. 8341dc0 iio:dac: Add support for the ad5449 by Lars-Peter Clausen · 12 years ago
  61. 103d9fb iio: Add a logarithmic fractional value type by Lars-Peter Clausen · 12 years ago
  62. 948ad20 iio: Use strict_strtouint instead of kstrtoul by Lars-Peter Clausen · 12 years ago
  63. 4525985 iio: at91_adc: Use devm_kcalloc to allocate arrays by Lars-Peter Clausen · 12 years ago
  64. 7737fa6 iio: Don't compare boolean values to true/false by Lars-Peter Clausen · 12 years ago
  65. ace43fc iio: fix spelling of Accelerometer in Kconfig by Peter Meerwald · 12 years ago
  66. 1217c48 iio: use iio_push_to_buffer() in at91 driver by Peter Meerwald · 12 years ago
  67. e1562ef iio: remove useless irq_enabled variable in at91 by Peter Meerwald · 12 years ago
  68. f0347c3 iio: adc: add new lp8788 adc driver by Kim, Milo · 12 years ago
  69. 3183bac iio: inkern: clean up error return code by Kim, Milo · 12 years ago
  70. 801c4b5 iio: inkern: put the IIO device when it fails to allocate memory by Kim, Milo · 12 years ago
  71. 369d0e2 iio: dac/ad5755: signedness bug in ad5755_setup_pdata() by Dan Carpenter · 12 years ago
  72. f07b60b iio: hid-sensors: Prevent crash during hot-unplug by Srinivas Pandruvada · 12 years ago
  73. 8508317 Merge tag 'iio-for-v3.7d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 12 years ago
  74. 87c5b10 iio: ad7476: Add support for the ad7091r by Lars-Peter Clausen · 12 years ago
  75. 48e44ce iio:inkern: Add function to read the processed value by Lars-Peter Clausen · 12 years ago
  76. c499d02 iio:dac: Add ad5755 driver by Lars-Peter Clausen · 12 years ago
  77. b2b79ff iio: inkern: add error case in iio_channel_get() by Kim, Milo · 12 years ago
  78. 6a2a2cd Merge 3.6-rc6 into staging-next by Greg Kroah-Hartman · 12 years ago
  79. 2cc412b iio: inkern: allocate zeroed memory by Kim, Milo · 12 years ago
  80. 7985e7c iio: Introduce a new fractional value type by Lars-Peter Clausen · 12 years ago
  81. c26cc89 iio:ad7476: Add support for ad7273/ad7274/ad7276/ad7277/ad7278 by Lars-Peter Clausen · 12 years ago
  82. 4c337de iio:ad7476: Add ad7940 support by Lars-Peter Clausen · 12 years ago
  83. ac5332b iio:ad7476: Add ad7910/ad7920 device table entries by Lars-Peter Clausen · 12 years ago
  84. 968f3d5 iio: Move ad7476 driver out of staging by Lars-Peter Clausen · 12 years ago
  85. 7b123c8 staging:iio:adc: Add AD7791 driver by Lars-Peter Clausen · 12 years ago
  86. bf83238 iio:ad5446: Add device ids for ad5301/ad5311/ad5321 by Lars-Peter Clausen · 12 years ago
  87. 2fafbce iio:ad5446: Add support for the ad5300/ad5310/ad5320 by Lars-Peter Clausen · 12 years ago
  88. ce56ade iio: Drop timestamp parameter from buffer store_to callback by Lars-Peter Clausen · 12 years ago
  89. a0d7bf7 staging:iio: hid-sensors Use iio_push_to_buffer by Jonathan Cameron · 12 years ago
  90. ed5514c iio: hid-sensors: Added ALS by srinivas pandruvada · 12 years ago
  91. bc1d57ba iio: hid-sensors: Added Compass/Magnetometer 3D by srinivas pandruvada · 12 years ago
  92. c5bdbef iio: hid-sensors: Added Gyroscope 3D by srinivas pandruvada · 12 years ago
  93. 45fe6f7 iio: hid-sensors: Added accelerometer 3D by srinivas pandruvada · 12 years ago
  94. 73c6768 iio: hid-sensors: Common attribute and trigger by srinivas pandruvada · 12 years ago
  95. 7c9ab03 iio: core: Add hysteresis in channel spec by srinivas pandruvada · 12 years ago
  96. c8b9595 IIO: Update email address for Jonathan Cameron. by Jonathan Cameron · 12 years ago
  97. 2e15c90 iio:ad5446: get rid of private header file by Jean-Francois Dagenais · 12 years ago
  98. 3ec36a2 iio:ad5446: Add support for I2C based DACs by Jean-Francois Dagenais · 12 years ago
  99. e58bf53 iio: fix spelling of subsystem by Peter Meerwald · 12 years ago
  100. 99698b4 iio: whitespace cleanup and removal of semicolon after functions by Peter Meerwald · 12 years ago