summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfirmware-setzer-7287.360.BBrian Norris2021-09-102-10/+1
* UPSTREAM: driver: kionix: Add checking whoami value at initialization.Yidi Lin2017-04-231-1/+1
* driver: kionix: Add WHO_AM_I values.Gwendal Grignou2017-04-232-0/+2
* UPSTREAM: driver: kionix: Forgive i2c read failures while the acc is resettingGwendal Grignou2017-04-231-5/+0
* UPSTREAM: driver: kionix: Increase init delay to 20msGwendal Grignou2017-04-231-1/+1
* Wizpig: Disable Touch Screen and motion sensor for clamshell SKUChris Wang2017-02-222-7/+44
* Wizpig: Adapt to new sensor stackPeggy Chuang2017-02-083-4/+156
* Kefka: Enable motion sensor when system in S3Chris Wang2017-01-031-6/+6
* Umaro: Adapt to new sensor stackGuohua Zhong2016-12-153-1/+117
* task: Don't propagate TASK_EVENT_TIMER between between waitsShawn Nematbakhsh2016-11-184-5/+14
* clock: Fix clock_wait_cycles() asmShawn Nematbakhsh2016-11-183-6/+6
* Fix: Use CONFIG_KEYBOARD_DEBUG for keyboard debug printfGwendal Grignou2016-11-171-0/+1
* Kefka: update thermal tableChris Wang2016-11-161-5/+5
* Use CONFIG_KEYBOARD_DEBUG for keyboard debug printfGwendal Grignou2016-11-142-4/+14
* common: host: Do no report sensor when motion_sensor_count set to 0.Gwendal Grignou2016-11-141-2/+5
* board: strago: Adapt to new sensor stack.Gwendal Grignou2016-11-1416-523/+342
* UPSTREAM: kionix: Add reading whoami to be sure device has booted.Gwendal Grignou2016-11-122-1/+28
* driver: kionix: Add set_valueGwendal Grignou2016-11-121-74/+45
* driver: kionix: No need to set static field to NULLGwendal Grignou2016-11-121-1/+0
* motion: Remove redundant set_range.Gwendal Grignou2016-11-121-6/+0
* driver: kionix: Remove variant field.Gwendal Grignou2016-11-123-45/+39
* cyan: Enable Force mode for accelerometerGwendal Grignou2016-11-122-9/+25
* cyan: Add support for new motion sensor stackGwendal Grignou2016-11-122-9/+63
* UPSTREAM: motion: Fix comparison between signed and unsigned integerKoro Chen2016-11-121-0/+3
* UPSTREAM: Add CONFIG_HOSTCMD_DEBUG_MODE to set default hcdebug modeNicolas Boichat2016-11-122-1/+4
* BACKPORT: host: mock i2c_xferGwendal Grignou2016-11-128-225/+77
* UPSTREAM: motion: Add ability to stop ring interrupts.Gwendal Grignou2016-11-123-17/+70
* UPSTREAM: ectool: provide lid angle infoKevin K Wong2016-11-124-4/+50
* BACKPORT: mkpb: Add MKBP support over ACPIGwendal Grignou2016-11-124-5/+20
* UPSTREAM: kionix: Initialize rv in all casesStefan Reinauer2016-11-121-3/+3
* BACKPORT: elm: kionix: allow dynamic selection of SPI or I2C transportKoro Chen2016-11-122-6/+66
* BACKPORT: sensor: update sensor driver to use I2C port from motion_sensor_tKevin K Wong2016-11-124-36/+45
* UPSTREAM: motion: Set interrupt interval properly for sensor in force modeGwendal Grignou2016-11-121-6/+22
* UPSTREAM: motion: At shutdown, access sensors only if initialized.Gwendal Grignou2016-11-121-2/+9
* UPSTREAM: motion: fix ec_rate to be more accurateGwendal Grignou2016-11-121-3/+3
* UPSTREAM: motion: Fix the number of sample to collect in motion taskGwendal Grignou2016-11-121-1/+10
* UPSTREAM: motion: improve readability by adding units to variable names.Gwendal Grignou2016-11-122-22/+23
* UPSTREAM: motion: wake up main task for all changes in EC parameter.Gwendal Grignou2016-11-122-11/+16
* UPSTREAM: motion: Alter ec_rate to prevent samples without dataGwendal Grignou2016-11-121-11/+40
* BACKPORT: motion: Change units of ec_rate from us to ms.Gwendal Grignou2016-11-123-19/+19
* UPSTREAM: motion: fix oversampling formulaGwendal Grignou2016-11-122-42/+33
* BACKPORT: motion: minium interval between motion task now a variableGwendal Grignou2016-11-123-8/+15
* UPSTREAM: motion: cleanup include fileGwendal Grignou2016-11-123-7/+5
* BACKPORT: motion: Remove duplicate shutdown codeGwendal Grignou2016-11-123-12/+8
* BACKPORT: common: lightbar: Add histeresis to prevent flickeringGwendal Grignou2016-11-125-20/+91
* BACKPORT: common: Add lightbar dimming based on outside light.Gwendal Grignou2016-11-124-0/+60
* UPSTREAM: motion: reenable double tap in S5.Gwendal Grignou2016-11-121-0/+3
* BACKPORT: motion: fix manage_activity interfaceGwendal Grignou2016-11-122-2/+2
* BACKPORT: common: motion: Fix forced mode computationGwendal Grignou2016-11-121-14/+19
* UPSTREAM: motion: Add timestamp in ODRGwendal Grignou2016-11-121-9/+17