[PATCH 0/9] staging: iio: tsl2583: i2c cleanups

From: Brian Masney
Date: Thu Nov 03 2016 - 08:58:12 EST


This is my next round of staging cleanups to the tsl2581 light driver
in IIO staging. It mostly contains cleanups to the i2c code. I verified
that the driver still functions correctly using a TSL2581 hooked up to
a Raspberry Pi 2.

This patch set lays the foundation for moving to the regmap API.

Brian Masney (9):
staging: iio: tsl2583: i2c_smbus_write_byte() / i2c_smbus_read_byte()
migration
staging: iio: tsl2583: removed unused code from device probing
staging: iio: tsl2583: fixed ordering of comments
staging: iio: tsl2583: remove redundant power off sequence in
taos_chip_on()
staging: iio: tsl2583: don't shutdown chip when updating the lux table
staging: iio: tsl2583: remove redudant i2c call in
taos_als_calibrate()
staging: iio: tsl2583: fix issue with changes to calibscale and
int_time not being set on the chip
staging: iio: tsl2583: check if chip is suspended in
in_illuminance_calibrate_store
staging: iio: tsl2583: remove redundant write to the control register
in taos_probe()

drivers/staging/iio/light/tsl2583.c | 352 +++++++++++++-----------------------
1 file changed, 126 insertions(+), 226 deletions(-)

--
2.5.5