1. 0e8d2b0 iio: tsl2583: make array large enough by Dan Carpenter · 8 years ago
  2. f44d5c8 staging: iio: tsl2583: move out of staging by Brian Masney · 8 years ago[Renamed from drivers/staging/iio/light/tsl2583.c]
  3. c45a226 staging: iio: tsl2583: add copyright and MODULE_AUTHOR by Brian Masney · 8 years ago
  4. 0859fdd staging: iio: tsl2583: remove unnecessary variable initialization by Brian Masney · 8 years ago
  5. b912c65 staging: iio: tsl2583: remove unnecessary memset call by Brian Masney · 8 years ago
  6. fafc563 staging: iio: tsl2583: remove comment for tsl2583_probe() by Brian Masney · 8 years ago
  7. 2fb2848 staging: iio: tsl2583: clarified comment about clearing interrupts by Brian Masney · 8 years ago
  8. aadc4c9 staging: iio: tsl2583: add tsl2583 to list of supported devices in the header by Brian Masney · 8 years ago
  9. 0b6b361 staging: iio: tsl2583: move from a global to a per device lux table by Brian Masney · 8 years ago
  10. 8386dd5 staging: iio: tsl2583: don't assume an unsigned int is 32 bits by Brian Masney · 8 years ago
  11. 1ad5136 staging: iio: tsl2583: remove unnecessary parentheses by Brian Masney · 8 years ago
  12. a8898dc staging: iio: tsl2583: change tsl2583_als_calibrate() to return 0 on success by Brian Masney · 8 years ago
  13. ed91255 staging: iio: tsl2583: moved code block inside else statement by Brian Masney · 8 years ago
  14. 043c1da staging: iio: tsl2583: updated code comment to match what the code does by Brian Masney · 8 years ago
  15. 2a1e3f0 staging: iio: tsl2583: fix multiline comment syntax by Brian Masney · 8 years ago
  16. 184f916 staging: iio: tsl2583: change newlines to improve readability by Brian Masney · 8 years ago
  17. 6d94de6 staging: iio: tsl2583: fix comparison between signed and unsigned integers by Brian Masney · 8 years ago
  18. 8391c88 staging: iio: tsl2583: fix alignment of #define values by Brian Masney · 8 years ago
  19. 686c592 staging: iio: tsl2583: unify function and variable prefix to tsl2583_ by Brian Masney · 8 years ago
  20. 24ad430 staging: iio: tsl2583: cleaned up logging by Brian Masney · 8 years ago
  21. c9759e3 staging: iio: tsl2583: remove the FSF's mailing address by Brian Masney · 8 years ago
  22. cade8cd staging: iio: tsl2583: remove redundant write to the control register in taos_probe() by Brian Masney · 8 years ago
  23. 85e9304 staging: iio: tsl2583: change current chip state from a tristate to a bool by Brian Masney · 8 years ago
  24. 2ff8a35 staging: iio: tsl2583: remove unnecessary chip status checks in suspend/resume by Brian Masney · 8 years ago
  25. 6a77e3f staging: iio: tsl2583: remove unnecessary chip status check in taos_get_lux by Brian Masney · 8 years ago
  26. acf9ead staging: iio: tsl2583: check if chip is in a working state in in_illuminance_calibrate_store by Brian Masney · 8 years ago
  27. 2167769 staging: iio: tsl2583: fix issue with changes to calibscale and int_time not being set on the chip by Brian Masney · 8 years ago
  28. c908fb7 staging: iio: tsl2583: split out functionality of taos_chip_on() by Brian Masney · 8 years ago
  29. c266cda staging: iio: tsl2583: fix unused function warning by Arnd Bergmann · 8 years ago
  30. c2b0d2c staging: iio: tsl2583: remove redudant i2c call in taos_als_calibrate() by Brian Masney · 8 years ago
  31. 0561155 staging: iio: tsl2583: don't shutdown chip when updating the lux table by Brian Masney · 8 years ago
  32. babe444 staging: iio: tsl2583: remove redundant power off sequence in taos_chip_on() by Brian Masney · 8 years ago
  33. 4a0f361 staging: iio: tsl2583: fixed ordering of comments by Brian Masney · 8 years ago
  34. 6bd0cb2 staging: iio: tsl2583: removed unused code from device probing by Brian Masney · 8 years ago
  35. 6ba5dee staging: iio: tsl2583: i2c_smbus_write_byte() / i2c_smbus_read_byte() migration by Brian Masney · 8 years ago
  36. 1b7e9e2 staging: iio: tsl2583: add locking to sysfs attributes by Brian Masney · 8 years ago
  37. f375a49 staging: iio: tsl2583: add error code to sysfs store functions by Brian Masney · 8 years ago
  38. b2fa81b staging: iio: tsl2583: use IIO_*_ATTR* macros to create sysfs entries by Brian Masney · 8 years ago
  39. 143c30f staging: iio: tsl2583: convert illuminance0_calibscale sysfs attr to use iio_chan_spec by Brian Masney · 8 years ago
  40. b3d9415 staging: iio: tsl2583: convert to use iio_chan_spec and {read,write}_raw by Brian Masney · 8 years ago
  41. 84bc170 staging: iio: tsl2583: check return values from taos_chip_{on,off} by Brian Masney · 8 years ago
  42. 27f4fab staging: iio: tsl2583: remove redundant power_state sysfs attribute by Brian Masney · 8 years ago
  43. 20d823a staging: iio: tsl2583: return proper error code instead of -1 by Brian Masney · 8 years ago
  44. 9d5f36d staging: iio: tsl2583: check for error code from i2c_smbus_read_byte() by Brian Masney · 8 years ago
  45. a3b6b4b staging: iio: tsl2583: add of_match table for device tree support by Brian Masney · 8 years ago
  46. 58fce73 Staging: iio: light: constify attribute_group structures by Bhumika Goyal · 8 years ago
  47. ddab4a0 staging: iio: light: fix multiple assignments in a single line by Eva Rachel Retuya · 9 years ago
  48. e537daa staging: iio: light: add space around '*" by Eva Rachel Retuya · 9 years ago
  49. 7f3829a staging: iio: light: fix block comments according to kernel coding style by Eva Rachel Retuya · 9 years ago
  50. 79783b3 staging: iio: light: omit space after a cast by Eva Rachel Retuya · 9 years ago
  51. ca52c88 staging: iio: light: indent to match open parenthesis by Eva Rachel Retuya · 9 years ago
  52. d59b7b6 staging: iio: light: Remove explicit comparisons by Cristina Moraru · 9 years ago
  53. 86727e3 staging: iio: light: use devm_iio_device_register instead iio_device_register by Ioana Ciornei · 9 years ago
  54. d8f6fa2 staging: iio: light: remove unused variable by Aya Mahfouz · 10 years ago
  55. 3a70eb8 staging: iio: tsl2583: fix format string warnings by Asaf Vertz · 10 years ago
  56. f6077f4 Staging: iio: light: Missing a blank line after declarations by Aybuke Ozdemir · 10 years ago
  57. 7fe704c Staging: iio: Switch from msleep to usleep range per timers-howto.txt by Michael Welling · 11 years ago
  58. b47b894 Staging: iio: Remove quoted string split across lines warnings by Michael Welling · 11 years ago
  59. 8f2150d Staging: iio: Removes unwanted space before semicolon by Michael Welling · 11 years ago
  60. 67fc012 Staging: iio/light: Fix return values in tsl2583.c by Monam Agarwal · 11 years ago
  61. e5e26dd staging: iio: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  62. 664716ae staging: iio: tsl2583: Use devm_iio_device_alloc by Sachin Kamat · 11 years ago
  63. e543acf staging: iio: remove use of __devexit_p by Bill Pemberton · 12 years ago
  64. 447d4f2 staging: iio: remove use of __devexit by Bill Pemberton · 12 years ago
  65. 4ae1c61 staging: iio: remove use of __devinit by Bill Pemberton · 12 years ago
  66. 0941b93 iio staging: fix typos in tsl*: register by Peter Meerwald · 12 years ago
  67. 96f691f staging:iio:light: Use dev_to_iio_dev() by Lars-Peter Clausen · 13 years ago
  68. 7cbb753 staging:iio: Streamline API function naming by Lars-Peter Clausen · 13 years ago
  69. 06458e2 IIO: Move core headers to include/linux/iio by Jonathan Cameron · 13 years ago
  70. 4abf6f8 drivers:staging:iio Fix typos and comments in staging iio. by Justin P. Mattock · 13 years ago
  71. 01788c5 staging:iio: Use dev_pm_ops by Lars-Peter Clausen · 13 years ago
  72. 12e5550 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 13 years ago
  73. 014fcb1 iio: light sensor: Improve granularity of tsl2583 lux values. by Bryan Freed · 13 years ago
  74. 6e5af18 staging:iio: Use module_i2c_driver to register I2C drivers by Lars-Peter Clausen · 13 years ago
  75. d2fffd6 staging:iio: fix removal path to allow correct freeing. by Jonathan Cameron · 13 years ago
  76. 99c9785 staging: Add module.h to drivers/staging users by Paul Gortmaker · 13 years ago
  77. e05e5f2 staging:iio:light:tsl2583 allocate chip state with iio_dev by Jonathan Cameron · 13 years ago
  78. deda386 staging:iio:trivial sparse related cleanups. by Jonathan Cameron · 13 years ago
  79. 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
  80. 6f7c8ee staging:iio: Add ability to allocate private data space to iio_allocate_device by Jonathan Cameron · 14 years ago
  81. ac4f6ee staging: iio: TAOS tsl258x: Device driver by Jon Brenner · 14 years ago