index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
iio
Age
Commit message (
Expand
)
Author
2016-11-13
staging: iio: tsl2583: move out of staging
Brian Masney
2016-11-13
staging: iio: tsl2583: add copyright and MODULE_AUTHOR
Brian Masney
2016-11-13
staging: iio: tsl2583: remove unnecessary variable initialization
Brian Masney
2016-11-13
staging: iio: tsl2583: remove unnecessary memset call
Brian Masney
2016-11-13
staging: iio: tsl2583: remove comment for tsl2583_probe()
Brian Masney
2016-11-13
staging: iio: tsl2583: clarified comment about clearing interrupts
Brian Masney
2016-11-13
staging: iio: tsl2583: add tsl2583 to list of supported devices in the header
Brian Masney
2016-11-13
staging: iio: tsl2583: move from a global to a per device lux table
Brian Masney
2016-11-13
staging: iio: tsl2583: don't assume an unsigned int is 32 bits
Brian Masney
2016-11-13
staging: iio: tsl2583: remove unnecessary parentheses
Brian Masney
2016-11-13
staging: iio: tsl2583: change tsl2583_als_calibrate() to return 0 on success
Brian Masney
2016-11-13
staging: iio: tsl2583: moved code block inside else statement
Brian Masney
2016-11-13
staging: iio: tsl2583: updated code comment to match what the code does
Brian Masney
2016-11-13
staging: iio: tsl2583: fix multiline comment syntax
Brian Masney
2016-11-13
staging: iio: tsl2583: combine sysfs documentation
Brian Masney
2016-11-13
staging: iio: tsl2583: change newlines to improve readability
Brian Masney
2016-11-13
staging: iio: tsl2583: fix comparison between signed and unsigned integers
Brian Masney
2016-11-13
staging: iio: tsl2583: fix alignment of #define values
Brian Masney
2016-11-13
staging: iio: tsl2583: unify function and variable prefix to tsl2583_
Brian Masney
2016-11-13
staging: iio: tsl2583: cleaned up logging
Brian Masney
2016-11-13
staging: iio: tsl2583: remove the FSF's mailing address
Brian Masney
2016-11-13
staging: iio: tsl2583: remove redundant write to the control register in taos...
Brian Masney
2016-11-13
staging: iio: tsl2583: change current chip state from a tristate to a bool
Brian Masney
2016-11-13
staging: iio: tsl2583: remove unnecessary chip status checks in suspend/resume
Brian Masney
2016-11-13
staging: iio: tsl2583: remove unnecessary chip status check in taos_get_lux
Brian Masney
2016-11-13
staging: iio: tsl2583: check if chip is in a working state in in_illuminance_...
Brian Masney
2016-11-12
staging: iio: tsl2583: fix issue with changes to calibscale and int_time not ...
Brian Masney
2016-11-12
staging: iio: tsl2583: split out functionality of taos_chip_on()
Brian Masney
2016-11-08
staging: iio: tsl2583: fix unused function warning
Arnd Bergmann
2016-11-08
staging: iio: ad9832: allocate data before using
Arnd Bergmann
2016-11-07
Merge tag 'iio-for-4.10b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
2016-11-06
staging: iio: tsl2583: remove redudant i2c call in taos_als_calibrate()
Brian Masney
2016-11-06
staging: iio: tsl2583: don't shutdown chip when updating the lux table
Brian Masney
2016-11-06
staging: iio: tsl2583: remove redundant power off sequence in taos_chip_on()
Brian Masney
2016-11-06
staging: iio: tsl2583: fixed ordering of comments
Brian Masney
2016-11-06
staging: iio: tsl2583: removed unused code from device probing
Brian Masney
2016-11-06
staging: iio: tsl2583: i2c_smbus_write_byte() / i2c_smbus_read_byte() migration
Brian Masney
2016-11-05
staging: iio: ad9832: clean-up regulator 'reg'
Eva Rachel Retuya
2016-11-05
staging: iio: ad9832: add DVDD regulator
Eva Rachel Retuya
2016-11-05
staging: iio: ad7192: rename regulator 'reg' to 'avdd'
Eva Rachel Retuya
2016-11-05
staging: iio: ad7192: add DVdd regulator
Eva Rachel Retuya
2016-11-05
staging: iio: rework regulator handling
Eva Rachel Retuya
2016-11-05
staging: iio: set proper supply name to devm_regulator_get()
Eva Rachel Retuya
2016-11-01
staging: iio: cdc: ad7746: add additional config defines
Eva Rachel Retuya
2016-11-01
staging: iio: tsl2583: add locking to sysfs attributes
Brian Masney
2016-11-01
staging: iio: tsl2583: add error code to sysfs store functions
Brian Masney
2016-11-01
staging: iio: tsl2583: use IIO_*_ATTR* macros to create sysfs entries
Brian Masney
2016-11-01
staging: iio: tsl2583: convert illuminance0_calibscale sysfs attr to use iio_...
Brian Masney
2016-11-01
staging: iio: tsl2583: convert to use iio_chan_spec and {read,write}_raw
Brian Masney
2016-11-01
staging: iio: tsl2583: check return values from taos_chip_{on,off}
Brian Masney
[next]