index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-13
staging: iio: tsl2583: change current chip state from a tristate to a bool
Brian Masney
1
-13
/
+7
2016-11-13
staging: iio: tsl2583: remove unnecessary chip status checks in suspend/resume
Brian Masney
1
-13
/
+3
2016-11-13
staging: iio: tsl2583: remove unnecessary chip status check in taos_get_lux
Brian Masney
1
-7
/
+0
2016-11-13
staging: iio: tsl2583: check if chip is in a working state in in_illuminance_calibrate_store
Brian Masney
1
-3
/
+14
2016-11-12
staging: iio: tsl2583: fix issue with changes to calibscale and int_time not being set on the chip
Brian Masney
1
-33
/
+52
2016-11-12
staging: iio: tsl2583: split out functionality of taos_chip_on()
Brian Masney
1
-64
/
+58
2016-11-08
staging: iio: tsl2583: fix unused function warning
Arnd Bergmann
1
-12
/
+3
2016-11-08
staging: iio: ad9832: allocate data before using
Arnd Bergmann
1
-7
/
+7
2016-11-07
Merge tag 'iio-for-4.10b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-testing
Greg Kroah-Hartman
8
-422
/
+393
2016-11-06
staging: iio: tsl2583: remove redudant i2c call in taos_als_calibrate()
Brian Masney
1
-12
/
+1
2016-11-06
staging: iio: tsl2583: don't shutdown chip when updating the lux table
Brian Masney
1
-10
/
+0
2016-11-06
staging: iio: tsl2583: remove redundant power off sequence in taos_chip_on()
Brian Masney
1
-11
/
+2
2016-11-06
staging: iio: tsl2583: fixed ordering of comments
Brian Masney
1
-6
/
+13
2016-11-06
staging: iio: tsl2583: removed unused code from device probing
Brian Masney
1
-24
/
+13
2016-11-06
staging: iio: tsl2583: i2c_smbus_write_byte() / i2c_smbus_read_byte() migration
Brian Masney
1
-69
/
+16
2016-11-05
staging: iio: ad9832: clean-up regulator 'reg'
Eva Rachel Retuya
2
-13
/
+11
2016-11-05
staging: iio: ad9832: add DVDD regulator
Eva Rachel Retuya
2
-9
/
+26
2016-11-05
staging: iio: ad7192: rename regulator 'reg' to 'avdd'
Eva Rachel Retuya
1
-11
/
+11
2016-11-05
staging: iio: ad7192: add DVdd regulator
Eva Rachel Retuya
1
-1
/
+18
2016-11-05
staging: iio: rework regulator handling
Eva Rachel Retuya
5
-43
/
+46
2016-11-05
staging: iio: set proper supply name to devm_regulator_get()
Eva Rachel Retuya
5
-5
/
+5
2016-11-01
staging: iio: cdc: ad7746: add additional config defines
Eva Rachel Retuya
1
-16
/
+22
2016-11-01
staging: iio: tsl2583: add locking to sysfs attributes
Brian Masney
1
-1
/
+15
2016-11-01
staging: iio: tsl2583: add error code to sysfs store functions
Brian Masney
1
-6
/
+4
2016-11-01
staging: iio: tsl2583: use IIO_*_ATTR* macros to create sysfs entries
Brian Masney
1
-46
/
+27
2016-11-01
staging: iio: tsl2583: convert illuminance0_calibscale sysfs attr to use iio_chan_spec
Brian Masney
1
-64
/
+25
2016-11-01
staging: iio: tsl2583: convert to use iio_chan_spec and {read,write}_raw
Brian Masney
1
-93
/
+143
2016-11-01
staging: iio: tsl2583: check return values from taos_chip_{on,off}
Brian Masney
1
-8
/
+18
2016-11-01
staging: iio: tsl2583: remove redundant power_state sysfs attribute
Brian Masney
1
-31
/
+0
2016-11-01
staging: iio: tsl2583: return proper error code instead of -1
Brian Masney
1
-1
/
+1
2016-11-01
staging: iio: tsl2583: check for error code from i2c_smbus_read_byte()
Brian Masney
1
-1
/
+21
2016-11-01
staging: iio: tsl2583: add of_match table for device tree support
Brian Masney
1
-0
/
+13
2016-10-25
staging: iio: cdc/ad7746: fix missing return value
Arnd Bergmann
1
-0
/
+1
2016-10-25
staging: iio: ad5933: avoid uninitialized variable in error case
Arnd Bergmann
1
-7
/
+10
2016-10-23
staging:iio:ad7606: fix ptr_ret.cocci warnings
kbuild test robot
1
-4
/
+1
2016-10-23
staging: iio: ad7606: rework regulator handling
Eva Rachel Retuya
1
-8
/
+9
2016-10-23
staging: iio: ad7606: set proper supply name to devm_regulator_get()
Eva Rachel Retuya
1
-1
/
+1
2016-10-23
staging:iio:ad7606: Move buffer code to main source file
Lars-Peter Clausen
4
-80
/
+44
2016-10-23
staging:iio:ad7606: Use GPIO descriptor API
Lars-Peter Clausen
3
-175
/
+64
2016-10-23
staging:iio:ad7606: Run trigger handler only once per trigger event
Lars-Peter Clausen
1
-8
/
+3
2016-10-23
staging:iio:ad7606: Let common remove function take a struct device *
Lars-Peter Clausen
4
-10
/
+5
2016-10-23
staging:iio:ad7606: Let the common probe function return int
Lars-Peter Clausen
4
-31
/
+17
2016-10-23
staging:iio:ad7606: Move set_drvdata() into common code
Lars-Peter Clausen
3
-4
/
+2
2016-10-23
staging:iio:ad7606: Factor out common code between periodic and one-shot capture
Lars-Peter Clausen
3
-48
/
+41
2016-10-23
staging:iio:ad7606: Avoid allocating buffer for each data capture
Lars-Peter Clausen
2
-12
/
+6
2016-10-23
staging:iio:ad7606: Use oversampling ratio of 1 for no oversampling
Lars-Peter Clausen
1
-3
/
+3
2016-10-23
staging:iio:ad7606: Remove out-of-band error reporting
Lars-Peter Clausen
1
-7
/
+3
2016-10-23
staging:iio:ad7606: Remove default device configuration from platform data
Lars-Peter Clausen
2
-14
/
+2
2016-10-23
staging:iio:ad7606: Remove redundant name field from ad7606_chip_info
Lars-Peter Clausen
4
-11
/
+10
2016-10-23
staging:iio:ad7606: Remove unused int_vref_mv field
Lars-Peter Clausen
2
-5
/
+0
[prev]
[next]