index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'iio-for-4.10c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
2016-11-16
25
-959
/
+1709
|
\
|
*
staging: iio: tsl2583: move out of staging
Brian Masney
2016-11-13
6
-28
/
+8
|
*
staging: iio: tsl2583: add copyright and MODULE_AUTHOR
Brian Masney
2016-11-13
1
-1
/
+3
|
*
staging: iio: tsl2583: remove unnecessary variable initialization
Brian Masney
2016-11-13
1
-2
/
+2
|
*
staging: iio: tsl2583: remove unnecessary memset call
Brian Masney
2016-11-13
1
-3
/
+0
|
*
staging: iio: tsl2583: remove comment for tsl2583_probe()
Brian Masney
2016-11-13
1
-4
/
+0
|
*
staging: iio: tsl2583: clarified comment about clearing interrupts
Brian Masney
2016-11-13
1
-2
/
+3
|
*
staging: iio: tsl2583: add tsl2583 to list of supported devices in the header
Brian Masney
2016-11-13
1
-1
/
+1
|
*
staging: iio: tsl2583: move from a global to a per device lux table
Brian Masney
2016-11-13
1
-34
/
+46
|
*
staging: iio: tsl2583: don't assume an unsigned int is 32 bits
Brian Masney
2016-11-13
1
-1
/
+1
|
*
staging: iio: tsl2583: remove unnecessary parentheses
Brian Masney
2016-11-13
1
-2
/
+2
|
*
staging: iio: tsl2583: change tsl2583_als_calibrate() to return 0 on success
Brian Masney
2016-11-13
1
-1
/
+1
|
*
staging: iio: tsl2583: moved code block inside else statement
Brian Masney
2016-11-13
1
-11
/
+12
|
*
staging: iio: tsl2583: updated code comment to match what the code does
Brian Masney
2016-11-13
1
-1
/
+5
|
*
staging: iio: tsl2583: fix multiline comment syntax
Brian Masney
2016-11-13
1
-5
/
+9
|
*
staging: iio: tsl2583: combine sysfs documentation
Brian Masney
2016-11-13
2
-21
/
+15
|
*
staging: iio: tsl2583: change newlines to improve readability
Brian Masney
2016-11-13
1
-2
/
+12
|
*
staging: iio: tsl2583: fix comparison between signed and unsigned integers
Brian Masney
2016-11-13
1
-3
/
+4
|
*
staging: iio: tsl2583: fix alignment of #define values
Brian Masney
2016-11-13
1
-5
/
+5
|
*
staging: iio: tsl2583: unify function and variable prefix to tsl2583_
Brian Masney
2016-11-13
1
-107
/
+107
|
*
staging: iio: tsl2583: cleaned up logging
Brian Masney
2016-11-13
1
-30
/
+43
|
*
staging: iio: tsl2583: remove the FSF's mailing address
Brian Masney
2016-11-13
1
-4
/
+0
|
*
staging: iio: tsl2583: remove redundant write to the control register in taos...
Brian Masney
2016-11-13
1
-8
/
+0
|
*
staging: iio: tsl2583: change current chip state from a tristate to a bool
Brian Masney
2016-11-13
1
-13
/
+7
|
*
staging: iio: tsl2583: remove unnecessary chip status checks in suspend/resume
Brian Masney
2016-11-13
1
-13
/
+3
|
*
staging: iio: tsl2583: remove unnecessary chip status check in taos_get_lux
Brian Masney
2016-11-13
1
-7
/
+0
|
*
staging: iio: tsl2583: check if chip is in a working state in in_illuminance_...
Brian Masney
2016-11-13
1
-3
/
+14
|
*
iio: envelope-detector: ADC driver based on a DAC and a comparator
Peter Rosin
2016-11-13
3
-0
/
+433
|
*
iio: dpot-dac: DAC driver based on a digital potentiometer
Peter Rosin
2016-11-13
3
-0
/
+277
|
*
iio: mcp4531: provide range of available raw values
Peter Rosin
2016-11-13
1
-42
/
+62
|
*
iio: inkern: add helpers to query available values from channels
Peter Rosin
2016-11-13
1
-0
/
+104
|
*
iio:core: add a callback to allow drivers to provide _available attributes
Jonathan Cameron
2016-11-13
1
-33
/
+226
|
*
staging: iio: tsl2583: fix issue with changes to calibscale and int_time not ...
Brian Masney
2016-11-12
1
-33
/
+52
|
*
staging: iio: tsl2583: split out functionality of taos_chip_on()
Brian Masney
2016-11-12
1
-64
/
+58
|
*
iio: pressure: st_pressure: inline per-sensor data
Linus Walleij
2016-11-12
1
-165
/
+92
|
*
iio: magn: st_magn: inline per-sensor data
Linus Walleij
2016-11-12
1
-251
/
+125
|
*
iio: gyro: st_gyro: inline per-sensor data
Linus Walleij
2016-11-12
1
-139
/
+66
|
*
iio: imu: inv_mpu6050: inform the i2c mux core about how it is used
Peter Rosin
2016-11-12
1
-1
/
+1
|
*
iio: cros_ec_sensors_core: fix unsigned compared less than zero on status
Colin Ian King
2016-11-12
1
-4
/
+4
|
*
iio:adc: ad7766: testing the wrong variable in probe
Dan Carpenter
2016-11-12
1
-2
/
+2
|
*
iio: gyro: mpu3050: add I2C dependency
Arnd Bergmann
2016-11-08
1
-0
/
+1
|
*
iio: gyro: mpu3050: remove duplicate initializer
Arnd Bergmann
2016-11-08
1
-1
/
+0
|
*
staging: iio: tsl2583: fix unused function warning
Arnd Bergmann
2016-11-08
1
-12
/
+3
|
*
staging: iio: ad9832: allocate data before using
Arnd Bergmann
2016-11-08
1
-7
/
+7
*
|
Staging: ks7010: Use preffered kernel types
Punit Vara
2016-11-16
3
-83
/
+83
*
|
staging: xgifb: vb_table.h Preferred space around
Walt Feasel
2016-11-16
1
-4
/
+4
*
|
staging: xgifb: vb_table.h Blank line after declarations
Walt Feasel
2016-11-16
1
-0
/
+1
*
|
staging: comedi: ni_mio_common: remove variable 'dl' in ni_ai_insn_read()
Ian Abbott
2016-11-15
1
-8
/
+7
*
|
staging: comedi: ni_mio_common: fix E series ni_ai_insn_read() data
Ian Abbott
2016-11-15
1
-3
/
+2
*
|
staging: comedi: ni_mio_common: fix M Series ni_ai_insn_read() data mask
Ian Abbott
2016-11-15
1
-1
/
+1
[next]