summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfirmware-veyron-6588.BBrian Norris2021-09-102-10/+1
* driver: kionix: Increase init delay to 20msGwendal Grignou2017-02-231-1/+1
* driver: kionix: Forgive i2c read failures while the acc is resettingGwendal Grignou2017-02-221-5/+0
* minnie: Add CONFIG_POWER_TRACK_HOST_SLEEP_STATEJeffy Chen2017-02-141-0/+1
* minnie: Remove commands to save code spaceGwendal Grignou2017-02-141-2/+4
* samus_pd: make shmem command optional, disable on samus_pdAlec Berg2017-02-143-0/+4
* samus_pd: disable timerinfo command to save spaceAlec Berg2017-02-143-0/+8
* test: Properly exclude CONFIG_POWER_TRACK_HOST_SLEEP_STATEShawn Nematbakhsh2017-02-141-0/+1
* mkbp_event: Properly queue events during host sleepShawn Nematbakhsh2017-02-133-22/+19
* mkbp_event: Don't use memmap'd host event maskShawn Nematbakhsh2017-02-131-3/+1
* mkbp_event: Allow host to report sleep state for non-wake event skippingShawn Nematbakhsh2017-02-136-2/+97
* mkbp: Clear host interrupt if no more events.Aseda Aboagye2017-02-131-1/+3
* mkbp_event: prevent unnecessary interrupts to APKoro Chen2017-02-131-2/+2
* keyboard_mkbp: set the key pressed event to wakeup APYH Huang2017-02-131-1/+2
* minnie: Add CONFIG_MKBP_WAKEUP_MASKJeffy Chen2016-12-231-0/+7
* BACKPORT: mkbp_event: prevent AC power change events to wakeup AP.Ben Lok2016-12-232-0/+24
* minnie: Add ARC++ supportGwendal Grignou2016-11-222-48/+107
* motion: simplify switch caseGwendal Grignou2016-11-221-5/+2
* UPSTREAM: kionix: Add reading whoami to be sure device has booted.Gwendal Grignou2016-11-222-1/+27
* driver: kionix: Set ODR between 12.5Hz and 1600HzGwendal Grignou2016-11-222-79/+25
* driver: kionix: Set resolution and range to a fix number.Gwendal Grignou2016-11-222-55/+17
* UPSTREAM: motion_lid: Add const around sensor vector.Gwendal Grignou2016-11-221-2/+2
* UPSTREAM: motion: use proper define for gesture support.Gwendal Grignou2016-11-221-2/+2
* UPSTREAM: config: Make memory command optionalGwendal Grignou2016-11-222-1/+2
* UPSTREAM: driver: kionix: No need to set static field to NULLGwendal Grignou2016-11-221-1/+0
* UPSTREAM: keyboard_mkbp: fix interrupt handling with MKBP_EVENTVincent Palatin2016-11-221-1/+8
* UPSTREAM: motion: remove accel_int_xxx, dead codeGwendal Grignou2016-11-222-66/+0
* UPSTREAM: emulator: Fix handling of early IRQs.Aseda Aboagye2016-11-223-4/+26
* UPSTREAM: tasks: Remove most task_start_called() calls.Aseda Aboagye2016-11-222-6/+2
* UPSTREAM: hooks: Move HOOK_INIT to after task switching.Aseda Aboagye2016-11-229-35/+113
* UPSTREAM: stm32: Define a larger task size for HOST_CMDGwendal Grignou2016-11-222-2/+8
* UPSTREAM: Use CONFIG_KEYBOARD_DEBUG for keyboard debug printfGwendal Grignou2016-11-222-3/+14
* UPSTREAM: driver: kionix: Add set_valueGwendal Grignou2016-11-221-74/+45
* UPSTREAM: driver: kionix: Remove variant field.Gwendal Grignou2016-11-222-41/+38
* UPSTREAM: Add CONFIG_HOSTCMD_DEBUG_MODE to set default hcdebug modeNicolas Boichat2016-11-222-1/+4
* UPSTREAM: motion: Fix comparison between signed and unsigned integerKoro Chen2016-11-211-0/+3
* UPSTREAM: motion: Add ability to stop ring interrupts.Gwendal Grignou2016-11-213-17/+70
* BACKPORT: mkpb: Add MKBP support over ACPIGwendal Grignou2016-11-214-5/+19
* UPSTREAM: ectool: provide lid angle infoKevin K Wong2016-11-214-4/+50
* UPSTREAM: oak: Add kx022 lid accelerometer for rev5.Ben Lok2016-11-211-1/+0
* UPSTREAM: motion: Set interrupt interval properly for sensor in force modeGwendal Grignou2016-11-211-6/+22
* UPSTREAM: motion: At shutdown, access sensors only if initialized.Gwendal Grignou2016-11-211-2/+9
* UPSTREAM: motion: fix ec_rate to be more accurateGwendal Grignou2016-11-211-3/+3
* UPSTREAM: motion: Fix the number of sample to collect in motion taskGwendal Grignou2016-11-211-1/+10
* UPSTREAM: motion: improve readability by adding units to variable names.Gwendal Grignou2016-11-212-22/+23
* UPSTREAM: motion: wake up main task for all changes in EC parameter.Gwendal Grignou2016-11-212-11/+16
* UPSTREAM: motion: Alter ec_rate to prevent samples without dataGwendal Grignou2016-11-211-11/+40
* UPSTREAM: motion: Change units of ec_rate from us to ms.Gwendal Grignou2016-11-213-19/+19
* UPSTREAM: motion: fix oversampling formulaGwendal Grignou2016-11-212-42/+33
* UPSTREAM: motion: minium interval between motion task now a variableGwendal Grignou2016-11-213-8/+15