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
/
light
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-12
staging: iio: tsl2x7x/tsl2772: move out of staging
Brian Masney
4
-1920
/
+0
2018-05-12
staging: iio: tsl2x7x: rename driver to tsl2772
Brian Masney
4
-366
/
+368
2018-05-12
staging: iio: tsl2x7x: add range checking to tsl2x7x_write_raw
Brian Masney
1
-1
/
+12
2018-05-12
staging: iio: tsl2x7x: correct IIO_EV_INFO_PERIOD values
Brian Masney
2
-20
/
+25
2018-05-12
staging: iio: tsl2x7x: convert to use read_avail
Brian Masney
1
-17
/
+76
2018-05-12
staging: iio: tsl2x7x: use macro to populate tsl2X7X_device_info
Brian Masney
1
-45
/
+16
2018-05-12
staging: iio: tsl2x7x: turn chip off if IIO device registration fails
Brian Masney
1
-1
/
+4
2018-05-12
staging: iio: tsl2x7x: use direct returns
Brian Masney
1
-33
/
+16
2018-05-12
staging: iio: tsl2x7x: remove unnecessary whitespace
Brian Masney
2
-12
/
+11
2018-05-06
staging: iio: tsl2x7x: add device ids for code readability
Brian Masney
1
-10
/
+10
2018-05-06
staging: iio: tsl2x7x: correct integration time and lux equation
Brian Masney
2
-98
/
+79
2018-05-06
staging: iio: tsl2x7x: use IIO_CONST_ATTR for calibscale_available
Brian Masney
1
-42
/
+4
2018-05-06
staging: iio: tsl2x7x: move calibscale_available attribute to IIO_INTENSITY channel
Brian Masney
1
-13
/
+10
2018-05-06
staging: iio: tsl2x7x: don't setup event handlers if interrupts are not configured
Brian Masney
1
-18
/
+112
2018-05-06
staging: iio: tsl2x7x: add range checking to three sysfs attributes
Brian Masney
1
-17
/
+11
2018-05-06
staging: iio: tsl2x7x: use GPL-2.0+ SPDX license identifier
Brian Masney
2
-24
/
+2
2018-04-28
staging: iio: tsl2x7x: rename prox_config to als_prox_config
Brian Masney
2
-5
/
+7
2018-04-28
staging: iio: tsl2x7x: various comment cleanups
Brian Masney
2
-56
/
+51
2018-04-28
staging: iio: tsl2x7x: use device defaults for als_time, prox_time and wait_time
Brian Masney
1
-3
/
+3
2018-04-28
staging: iio: tsl2x7x: rename prx to prox for consistency
Brian Masney
2
-9
/
+9
2018-04-28
staging: iio: tsl2x7x: move power and diode settings into header file
Brian Masney
2
-12
/
+12
2018-04-28
staging: iio: tsl2x7x: simplify device id verification
Brian Masney
1
-6
/
+5
2018-04-28
staging: iio: tsl2x7x: simplify tsl2x7x_write_interrupt_config return
Brian Masney
1
-6
/
+1
2018-04-28
staging: iio: tsl2x7x: remove unnecessary chip status checks in suspend/resume
Brian Masney
1
-14
/
+2
2018-04-28
staging: iio: tsl2x7x: simplify tsl2x7x_clear_interrupts function
Brian Masney
1
-17
/
+15
2018-04-28
staging: iio: tsl2x7x: don't return error in IRQ handler
Brian Masney
1
-4
/
+2
2018-04-28
staging: iio: tsl2x7x: move integration_time* attributes to IIO_INTENSITY channel
Brian Masney
1
-10
/
+10
2018-03-25
staging: iio: tsl2x7x: use either direction for IIO_EV_INFO_{ENABLE,PERIOD}
Brian Masney
1
-5
/
+4
2018-03-25
staging: iio: tsl2x7x: use auto increment I2C protocol
Brian Masney
1
-33
/
+67
2018-03-24
staging: iio: tsl2x7x: add copyright
Brian Masney
1
-1
/
+3
2018-03-24
staging: iio: tsl2x7x: put local variables in reverse Christmas tree order
Brian Masney
1
-13
/
+8
2018-03-24
staging: iio: tsl2x7x: remove ch0 and ch1 variables from tsl2x7x_get_lux()
Brian Masney
1
-11
/
+10
2018-03-24
staging: iio: tsl2x7x: remove unused variables from tsl2x7x_get_lux()
Brian Masney
1
-11
/
+0
2018-03-24
staging: iio: tsl2x7x: split out als and prox persistence settings
Brian Masney
2
-16
/
+17
2018-03-24
staging: iio: tsl2x7x: make logging consistent and correct newlines
Brian Masney
1
-26
/
+16
2018-03-24
staging: iio: tsl2x7x: split out als and prox interrupt settings
Brian Masney
2
-47
/
+24
2018-03-24
staging: iio: tsl2x7x: simplify tsl2x7x_prox_cal()
Brian Masney
1
-92
/
+15
2018-03-24
staging: iio: tsl2x7x: no need to clear interrupt flag when getting lux
Brian Masney
1
-4
/
+0
2018-03-24
staging: iio: tsl2x7x: correct interrupt handler trigger
Brian Masney
1
-1
/
+1
2018-03-24
staging: iio: tsl2x7x: remove unnecessary code
Brian Masney
1
-6
/
+0
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
[next]