summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: Fix sleep mask for multi-port lock.stabilize-smaug-7897.BMulin Chao2016-02-041-8/+18
* cleanup: Fix signed vs unsigned typingShawn Nematbakhsh2016-02-031-1/+1
* Enforce compilation without system headersStefan Reinauer2016-02-031-0/+2
* charger/Kunimitsu: Fix for boot from cut-off batteryVijay Hiremath2016-02-022-2/+16
* pd: Reinitialize state variables on TCPC resetShawn Nematbakhsh2016-02-021-2/+5
* common: Adds a JEDEC SFDP v1.* based Serial NOR Flash driverEwout van Bekkum2016-01-282-0/+939
* ec: Add temporary secure storage for the host during bootDuncan Laurie2016-01-253-0/+131
* ec: Add a chipset reset hookDuncan Laurie2016-01-251-0/+1
* vboot_hash: Properly handle hash of zero-byte regionShawn Nematbakhsh2016-01-202-2/+17
* GPIO: Simplify configurationAnton Staaf2016-01-202-22/+33
* I2C: Remove raw mode mutexAnton Staaf2016-01-191-12/+0
* GPIO: Add gpio_reset functionAnton Staaf2016-01-191-0/+8
* vboot_hash: Save stack space when checking image sizestabilize-7834.66.Brelease-R49-7834.BShawn Nematbakhsh2016-01-151-1/+5
* pd: Add common EC_HOST_EVENT_PD_MCU implementationShawn Nematbakhsh2016-01-072-6/+34
* charger: Change unlocked battery level ignore conditionsShawn Nematbakhsh2016-01-064-21/+25
* vboot_hash: check the current hash is for the right regionMary Ruthven2016-01-051-4/+19
* keyboard: Fix kbpress after recent keyboard changeDouglas Anderson2016-01-041-1/+11
* stm32: adc: Add support for DMA continuous modeShawn Nematbakhsh2015-12-211-0/+3
* charger: fix coding error in charge_prevent_power_on()li feng2015-12-161-1/+1
* keyboard: prevent races enabling/disabling kb scanningDouglas Anderson2015-12-141-26/+46
* ALS: wake up ALS task when switched to RW modeJagadish Krishnamoorthy2015-12-111-0/+14
* cr50: add ability to include two identical RW sections in the EC imageVadim Bendebury2015-12-092-6/+18
* keyboard_mkbp: set the key pressed event to wakeup APYH Huang2015-12-071-1/+2
* tcpc: add 2 bytes into TX byte count registerAlec Berg2015-12-051-3/+0
* pwm: Add common initialization for PWM pinsShawn Nematbakhsh2015-12-044-6/+13
* pd: Fix unwanted resets on single-role power suppliesShawn Nematbakhsh2015-12-031-2/+4
* Fan: Allow fan at max speed during the boot time.Kyoung Kim2015-12-031-2/+8
* motion: Set interrupt interval properly for sensor in force modeGwendal Grignou2015-12-011-6/+22
* motion: At shutdown, access sensors only if initialized.Gwendal Grignou2015-12-011-2/+9
* ec3po: Add compatibility for older EC images.Aseda Aboagye2015-11-261-0/+17
* ectool: provide lid angle infoKevin K Wong2015-11-251-0/+9
* pd: Add support for multiple distinct TCPC alert signalsShawn Nematbakhsh2015-11-251-9/+17
* cr50: SHA1 and SHA256 implementation with hardware supportnagendra modadugu2015-11-251-1/+1
* motion: fix ec_rate to be more accurateGwendal Grignou2015-11-211-3/+3
* motion: Fix the number of sample to collect in motion taskGwendal Grignou2015-11-211-1/+10
* charge_state_v2: Set charger input current in the taskWonjoon Lee2015-11-191-4/+19
* fan: Disable fan when duty / RPM is set to zeroKyoung Kim2015-11-191-9/+9
* motion: improve readability by adding units to variable names.Gwendal Grignou2015-11-191-21/+22
* motion: wake up main task for all changes in EC parameter.Gwendal Grignou2015-11-191-10/+13
* motion: Alter ec_rate to prevent samples without dataGwendal Grignou2015-11-191-11/+40
* common: spi: Add a delay after write commands.Gwendal Grignou2015-11-191-0/+7
* motion: Change units of ec_rate from us to ms.Gwendal Grignou2015-11-181-11/+11
* cr50: increase receive buffer sizeVadim Bendebury2015-11-181-1/+1
* add command multiplexer to the TPM driverVadim Bendebury2015-11-182-7/+54
* pd: initialize tcpc when tcpm bootsAlec Berg2015-11-171-2/+0
* add the 'extension' command frameworkVadim Bendebury2015-11-172-0/+39
* cr50: make use of byteorder routinesstabilize-7647.74.Bstabilize-7647.72.Bstabilize-7647.32.Brelease-R48-7647.BVadim Bendebury2015-11-151-14/+10
* motion: fix oversampling formulaGwendal Grignou2015-11-151-41/+29
* common: lightbar: update leds when neededGwendal Grignou2015-11-131-23/+32
* motion: minium interval between motion task now a variableGwendal Grignou2015-11-131-4/+6