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
2018-03-24
staging:iio:ade7854: Fix the wrong number of bits to read
John Syne
1
-1
/
+1
2018-03-24
staging:iio:ade7854: Fix error handling on read/write
John Syne
2
-17
/
+17
2018-03-18
Staging: iio: accel: adis16201: Adjust argument to match open parentheses
Himanshu Jha
1
-1
/
+1
2018-03-18
Staging: iio: accel: adis16201: Prefer reverse christmas tree ordering
Himanshu Jha
1
-2
/
+2
2018-03-18
Staging: iio: accel: adis16201: Use sign_extend32 function
Himanshu Jha
1
-3
/
+2
2018-03-18
Staging: iio: accel: adis16201: Add comments about units in read_raw()
Himanshu Jha
1
-9
/
+18
2018-03-18
Staging: iio: accel: adis16201: Group register definitions
Himanshu Jha
1
-79
/
+49
2018-03-18
Staging: iio: accel: adis16201: Add _REG suffix to registers
Himanshu Jha
1
-42
/
+42
2018-03-18
Staging: iio: accel: adis16201: Remove unnecessary comments
Himanshu Jha
1
-36
/
+0
2018-03-18
Staging: iio: accel: adis16201: Rename few macro definitions
Himanshu Jha
1
-7
/
+7
2018-03-17
iio: adc: ad7780: remove IIO_CHAN_INFO_SAMP_FREQ support
Alexandru Ardelean
1
-1
/
+1
2018-03-14
Merge tag 'iio-for-4.17b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
Greg Kroah-Hartman
18
-420
/
+367
2018-03-10
staging:iio:ad2s1210: Remove old_data from ad2s1210_state
Rodrigo Siqueira
1
-3
/
+0
2018-03-10
staging:iio:ad2s1210: Remove unused #define directive
Rodrigo Siqueira
1
-10
/
+0
2018-03-10
staging:iio:ad2s1210: Remove end of line with '['
Rodrigo Siqueira
1
-3
/
+4
2018-03-10
staging:iio:ad7150: Align arguments to match open parenthesis
Tom Lebreux
1
-2
/
+3
2018-03-10
staging:iio:ad7152: Align arguments to match open parenthesis
Tom Lebreux
1
-3
/
+3
2018-03-10
Staging: iio: ad7746: Adjust arguments to match open parenthesis
David Veenstra
1
-6
/
+6
2018-03-10
Staging: iio: adt7316: Move symbol export to definition
David Veenstra
1
-2
/
+1
2018-03-10
staging: iio: tsl2x7x: make proximity sensor function correctly
Brian Masney
2
-11
/
+16
2018-03-10
staging: iio: tsl2x7x: remove unnecessary sysfs attribute
Brian Masney
1
-1
/
+0
2018-03-10
staging: iio: tsl2x7x: add missing error checks
Brian Masney
1
-4
/
+10
2018-03-10
staging: iio: tsl2x7x: add error handling to tsl2x7x_prox_cal()
Brian Masney
1
-10
/
+26
2018-03-10
staging: iio: tsl2x7x: correct 'Avoid CamelCase' warning from checkpatch
Brian Masney
1
-13
/
+13
2018-03-10
staging: iio: tsl2x7x: correctly return errors in tsl2x7x_get_prox()
Brian Masney
1
-6
/
+9
2018-03-10
staging: iio: tsl2x7x: convert mutex_trylock() to mutex_lock()
Brian Masney
1
-7
/
+2
2018-03-10
staging: iio: tsl2x7x: add common function for writing to the control register
Brian Masney
1
-29
/
+25
2018-03-10
staging: iio: tsl2x7x: add common function for reading chip status
Brian Masney
1
-16
/
+24
2018-03-10
staging: iio: tsl2x7x: add common function for clearing interrupts
Brian Masney
1
-28
/
+24
2018-03-10
staging: iio: tsl2x7x: remove power functions from tsl2X7X_platform_data
Brian Masney
2
-22
/
+0
2018-03-07
Staging: iio: adis16209: Use sign_extend32 function
Shreeya Patel
1
-3
/
+2
2018-03-07
Staging: iio: adis16209: Adjust a switch statement
Shreeya Patel
1
-2
/
+8
2018-03-07
Staging: iio: adis16209: Change some macro names
Shreeya Patel
1
-24
/
+24
2018-03-07
Staging: iio: adis16209: Remove and add some comments and group the definitions
Shreeya Patel
1
-93
/
+39
2018-03-07
Staging: iio: accel: adis16201: Add a blank space before returns
Himanshu Jha
1
-0
/
+4
2018-03-07
Staging: iio: accel: adis16201: Prefer alphabetical sequence of header files
Himanshu Jha
1
-3
/
+3
2018-03-07
staging:iio:meter: Aligns open parenthesis
Rodrigo Siqueira
2
-23
/
+23
2018-03-07
staging:iio:meter: Remove unused macro IIO_DEV_ATTR_CH_OFF
Rodrigo Siqueira
1
-3
/
+0
2018-03-07
staging:iio:meter: Replaces IIO_DEV_ATTR_CH_OFF by IIO_DEVICE_ATTR
Rodrigo Siqueira
2
-16
/
+20
2018-03-07
staging: iio: meter: Remove reduntant __func__ from debug print
HariPrasath Elango
1
-1
/
+1
2018-03-07
staging: iio: Remove unnecessary cast on void pointer
Arushi Singhal
1
-1
/
+1
2018-03-03
Staging: iio: adis16209: Add _REG postfix for registers
Shreeya Patel
1
-42
/
+43
2018-03-03
Staging: iio: adis16209: Change the definition name
Shreeya Patel
1
-2
/
+2
2018-03-03
Staging: iio: adis16209: Arrange headers in alphabetical order
Shreeya Patel
1
-2
/
+2
2018-02-26
Merge 4.16-rc3 into staging-next
Greg Kroah-Hartman
2
-11
/
+20
2018-02-24
staging:iio:meter: Add name to function definition arguments
Rodrigo Siqueira
4
-45
/
+45
2018-02-17
staging: ade7759: Fix open parenthesis alignment
rodrigosiqueira
1
-42
/
+38
2018-02-10
Staging: iio: ade7758: Expand buf_lock to cover both buffer and state protection
Shreeya Patel
2
-15
/
+39
2018-01-30
staging: iio: adc: ad7192: disable burnout currents on misconfig
Alexandru Ardelean
1
-1
/
+5
2018-01-28
staging: iio: ad5933: switch buffer mode to software
Alexandru Ardelean
1
-3
/
+1
[prev]
[next]