summaryrefslogtreecommitdiff
path: root/driver/als_si114x.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-596/+0
* driver: si114x: Clean up register listNicolas Boichat2020-12-301-43/+45
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-5/+2
* motion_sense: Make change in range permanentGwendal Grignou2020-11-121-10/+4
* config: Refactor CONFIG_ACCEL_FIFO to enable use of IS_ENABLEDYuval Peress2019-09-031-20/+18
* common: Move fifo logic out of motion_sense.cYuval Peress2019-08-231-0/+1
* driver: Add support for calibration modeGwendal Grignou2019-07-241-1/+0
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-26/+26
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-40/+52
* common: motion_sense: Spread timestamps in motion sense fifoYuval Peress2019-06-061-1/+2
* motion sense: Calculate loop time based on sensor needsMathew King2019-04-271-0/+2
* type: Rename vector_3_t to intv3_t.Yilun Lin2018-09-131-1/+1
* motion: Lower jitter of Sensor->EC timestampAlexandru M Stan2018-03-141-1/+7
* motion: remove load_fifoGwendal Grignou2018-03-091-3/+0
* motion_sense: Put set_range in common codeGwendal Grignou2017-11-171-4/+1
* cleanup: motion_sense: Remove driver data structure externsShawn Nematbakhsh2017-06-151-21/+0
* driver: Add polling mode support to Si114x ALS sensorScott2017-02-201-0/+14
* console: Add non-verbose print config optionShawn Nematbakhsh2017-02-111-2/+2
* driver: als: Add error code UNCHANGEDGwendal Grignou2017-01-051-1/+1
* driver: sensor: Remove set_interruptGwendal Grignou2016-11-081-8/+0
* driver: si114x: Handle overflow properly.Gwendal Grignou2016-06-171-12/+16
* sensor: update sensor driver to use I2C port from motion_sensor_tKevin K Wong2016-03-311-29/+37
* Enforce compilation without system headersStefan Reinauer2016-02-031-1/+1
* driver: si114x: Unlock the device if stuckGwendal Grignou2015-12-011-1/+24
* device: si114x: Address overflow conditionGwendal Grignou2015-12-011-1/+1
* driver: si114x: Do not read light when proximty is lowGwendal Grignou2015-11-181-0/+12
* cleanup: Fix gcc 5.2.1 compile errorsShawn Nematbakhsh2015-11-111-0/+1
* driver: si114x: Fail init of proximity sensor if light sensor fails.Gwendal Grignou2015-10-281-1/+3
* common: motion: Fix forced mode computationGwendal Grignou2015-10-151-0/+3
* driver: si114x: fix typoGwendal Grignou2015-09-191-1/+1
* common: accel: Add error code for irq handlerGwendal Grignou2015-09-191-3/+6
* motion: Add Gesture InterfaceGwendal Grignou2015-09-181-0/+1
* common: motion: move gesture actions in motion task.Gwendal Grignou2015-09-181-2/+2
* driver: si114x: Fix compilation when ACCEL_FIFO is disabledGwendal Grignou2015-09-181-0/+2
* driver: si114x: Convert unit to distanceGwendal Grignou2015-09-011-2/+9
* motion_sense: Add more complex EC/AP sensor rate support.Gwendal Grignou2015-08-291-1/+1
* driver: change get_ interface.Gwendal Grignou2015-08-291-14/+8
* driver: si114x: Add ALS/Proxy sensor SI114xGwendal Grignou2015-08-221-0/+545