index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-28
Staging: iio: adc: ad7816: fix symbolic permissions coding style issue
Julián de Gortari
1
-5
/
+5
2017-01-28
drivers:staging:iio:cdc: Style fix.
Anthony Brandon
1
-15
/
+15
2017-01-22
iio: trigger: free trigger resource correctly
Alison Schofield
1
-2
/
+2
2017-01-22
staging: iio: isl29028: add runtime power management support
Brian Masney
1
-8
/
+110
2017-01-22
staging: iio: isl29028: only set ALS scale when ALS/IR sensing is enabled
Brian Masney
1
-2
/
+6
2017-01-22
staging: iio: isl29028: only set proximity sampling rate when proximity is en...
Brian Masney
1
-4
/
+4
2017-01-22
staging: iio: isl29028: remove enable flag from isl29028_enable_proximity()
Brian Masney
1
-6
/
+4
2017-01-22
staging: iio: isl29028: remove unnecessary parenthesis
Brian Masney
1
-1
/
+1
2017-01-22
staging: iio: isl29028: remove out of memory log message
Brian Masney
1
-3
/
+1
2017-01-22
staging: iio: isl29028: remove unnecessary error logging in isl29028_chip_ini...
Brian Masney
1
-3
/
+1
2017-01-22
staging: iio: isl29028: made error messages consistent
Brian Masney
1
-24
/
+32
2017-01-22
staging: iio: isl29028: move failure logging into isl29028_set_als_scale()
Brian Masney
1
-13
/
+14
2017-01-22
staging: iio: isl29028: move failure logging into isl29028_set_proxim_sampling()
Brian Masney
1
-15
/
+16
2017-01-22
staging: iio: isl29028: remove unused define ISL29028_DEV_ATTR
Brian Masney
1
-1
/
+0
2017-01-22
staging: iio: isl29028: change newlines to improve readability
Brian Masney
1
-9
/
+24
2017-01-22
staging: iio: isl29028: made alignment of variables in struct isl29028_chip c...
Brian Masney
1
-5
/
+5
2017-01-22
staging: iio: isl29028: combine isl29028_proxim_get() and isl29028_read_proxim()
Brian Masney
1
-14
/
+8
2017-01-22
staging: iio: isl29028: fix alignment of function arguments
Brian Masney
1
-2
/
+3
2017-01-10
staging:iio:addac:adt7316 Fixes Alignment should match open parenthesis
Scott Matheina
1
-1
/
+1
2017-01-10
iio:kfifo_buf header include push down.
Jonathan Cameron
1
-0
/
+1
2017-01-07
staging: iio: ad7606: replace range/range_available with corresponding scale
Eva Rachel Retuya
1
-40
/
+39
2017-01-07
iio:trigger: Fix coding style in iio-trig-bfin-timer.c by aligning parameters...
rishabh hardas
1
-1
/
+1
2016-12-30
staging:iio:adt7316: Fix braces not present on all arms of if else statement
Scott Matheina
1
-1
/
+2
2016-12-10
Staging: iio: impedance-analyzer: ad5933: fix wrong comments
Nizam Haider
1
-2
/
+2
2016-12-04
staging: iio: isl29028: made alignment of #defines consistent
Brian Masney
1
-21
/
+21
2016-12-04
staging: iio: isl29028: remove chip test and defaults from isl29028_chip_init()
Brian Masney
1
-20
/
+22
2016-12-04
staging: iio: isl29028: remove nested if statements
Brian Masney
1
-16
/
+14
2016-12-04
staging: iio: cdc: fix improper return value
Pan Bian
1
-1
/
+1
2016-12-03
staging: iio: replace symbolic permission
Amit Kumar Kushwaha
1
-1
/
+1
2016-12-03
IIO: Change msleep to usleep_range for small msecs
Aniroop Mathur
10
-10
/
+10
2016-12-03
iio: adis16203: Fix copyright year
Reto Schneider
1
-1
/
+1
2016-12-03
iio: adis1620x: Fix mixed up device descriptions
Reto Schneider
3
-6
/
+6
2016-11-13
staging: iio: tsl2583: move out of staging
Brian Masney
4
-941
/
+0
2016-11-13
staging: iio: tsl2583: add copyright and MODULE_AUTHOR
Brian Masney
1
-1
/
+3
2016-11-13
staging: iio: tsl2583: remove unnecessary variable initialization
Brian Masney
1
-2
/
+2
2016-11-13
staging: iio: tsl2583: remove unnecessary memset call
Brian Masney
1
-3
/
+0
2016-11-13
staging: iio: tsl2583: remove comment for tsl2583_probe()
Brian Masney
1
-4
/
+0
2016-11-13
staging: iio: tsl2583: clarified comment about clearing interrupts
Brian Masney
1
-2
/
+3
2016-11-13
staging: iio: tsl2583: add tsl2583 to list of supported devices in the header
Brian Masney
1
-1
/
+1
2016-11-13
staging: iio: tsl2583: move from a global to a per device lux table
Brian Masney
1
-34
/
+46
2016-11-13
staging: iio: tsl2583: don't assume an unsigned int is 32 bits
Brian Masney
1
-1
/
+1
2016-11-13
staging: iio: tsl2583: remove unnecessary parentheses
Brian Masney
1
-2
/
+2
2016-11-13
staging: iio: tsl2583: change tsl2583_als_calibrate() to return 0 on success
Brian Masney
1
-1
/
+1
2016-11-13
staging: iio: tsl2583: moved code block inside else statement
Brian Masney
1
-11
/
+12
2016-11-13
staging: iio: tsl2583: updated code comment to match what the code does
Brian Masney
1
-1
/
+5
2016-11-13
staging: iio: tsl2583: fix multiline comment syntax
Brian Masney
1
-5
/
+9
2016-11-13
staging: iio: tsl2583: combine sysfs documentation
Brian Masney
2
-21
/
+15
2016-11-13
staging: iio: tsl2583: change newlines to improve readability
Brian Masney
1
-2
/
+12
2016-11-13
staging: iio: tsl2583: fix comparison between signed and unsigned integers
Brian Masney
1
-3
/
+4
2016-11-13
staging: iio: tsl2583: fix alignment of #define values
Brian Masney
1
-5
/
+5
[next]