blob: d31591e1ff4b6f431dace3c4cbf352ca10ccb1df [file] [log] [blame]
8386dd50a7d2 ("staging: iio: tsl2583: don't assume an unsigned int is 32 bits")
1ad513604fe9 ("staging: iio: tsl2583: remove unnecessary parentheses")
686c592284d3 ("staging: iio: tsl2583: unify function and variable prefix to tsl2583_")
24ad430ecda4 ("staging: iio: tsl2583: cleaned up logging")
85e9304c166e ("staging: iio: tsl2583: change current chip state from a tristate to a bool")
2ff8a35bd79e ("staging: iio: tsl2583: remove unnecessary chip status checks in suspend/resume")
6a77e3f65130 ("staging: iio: tsl2583: remove unnecessary chip status check in taos_get_lux")
acf9ead8fa2e ("staging: iio: tsl2583: check if chip is in a working state in in_illuminance_calibrate_store")
2167769aed61 ("staging: iio: tsl2583: fix issue with changes to calibscale and int_time not being set on the chip")
c908fb76b29b ("staging: iio: tsl2583: split out functionality of taos_chip_on()")
c266cda29ae6 ("staging: iio: tsl2583: fix unused function warning")
c2b0d2cfb031 ("staging: iio: tsl2583: remove redudant i2c call in taos_als_calibrate()")
babe444798eb ("staging: iio: tsl2583: remove redundant power off sequence in taos_chip_on()")
4a0f36144c25 ("staging: iio: tsl2583: fixed ordering of comments")
6bd0cb2b594b ("staging: iio: tsl2583: removed unused code from device probing")
6ba5dee90b24 ("staging: iio: tsl2583: i2c_smbus_write_byte() / i2c_smbus_read_byte() migration")
1b7e9e2cbd64 ("staging: iio: tsl2583: add locking to sysfs attributes")
f375a49f7105 ("staging: iio: tsl2583: add error code to sysfs store functions")
b2fa81be96ca ("staging: iio: tsl2583: use IIO_*_ATTR* macros to create sysfs entries")
143c30f4a51e ("staging: iio: tsl2583: convert illuminance0_calibscale sysfs attr to use iio_chan_spec")
b3d941550d9d ("staging: iio: tsl2583: convert to use iio_chan_spec and {read,write}_raw")
84bc1704cbf4 ("staging: iio: tsl2583: check return values from taos_chip_{on,off}")
27f4fabd4f94 ("staging: iio: tsl2583: remove redundant power_state sysfs attribute")
20d823afff20 ("staging: iio: tsl2583: return proper error code instead of -1")
9d5f36d2419e ("staging: iio: tsl2583: check for error code from i2c_smbus_read_byte()")
a3b6b4b63bed ("staging: iio: tsl2583: add of_match table for device tree support")