summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* motion: cleanup include fileGwendal Grignou2015-11-121-3/+3
* common: port80: Add items to .bss.slow.Aseda Aboagye2015-11-111-3/+3
* console: Add support for using EC-3PO console.Aseda Aboagye2015-11-111-0/+72
* pd: Don't check for sink role if we're always a sourceShawn Nematbakhsh2015-11-111-1/+4
* common: keyboard_scan: Add items to .bss.slow.Aseda Aboagye2015-11-111-12/+19
* cleanup: Fix gcc 5.2.1 compile errorsShawn Nematbakhsh2015-11-113-2/+3
* pd: set dedicated charger after boot with legacy chargerAlec Berg2015-11-111-5/+10
* usb_charger: disconnect usb switch until connection is debouncedAlec Berg2015-11-111-5/+8
* charge_state_v2: fix CONFIG_CHARGER_NARROW_VDC optionAlec Berg2015-11-111-1/+2
* common: charge_state_v2: Add items to .bss.slow.stabilize-7628.BAseda Aboagye2015-11-091-5/+5
* common: host_command_master: Add buf to .bss.slow.Aseda Aboagye2015-11-091-2/+2
* pd: Add protection to FMAP data so it is not removed by linkerShamile Khan2015-11-091-1/+1
* common: button: Add items to .bss.slow.Aseda Aboagye2015-11-091-2/+2
* common: acpi: Add items to .bss.slow.Aseda Aboagye2015-11-091-6/+10
* glados: isl9237: add HW charge rampingAlec Berg2015-11-091-0/+5
* common: pd_log: Add PD log to .bss.slow.Aseda Aboagye2015-11-081-1/+1
* system: Copy the loader lastly before jumping.Aseda Aboagye2015-11-081-32/+43
* chg: add narrow VDC power path supportRong Chang2015-11-051-0/+9
* cleanup: Standardize use of CONFIG_I2C and add MASTER/SLAVE CONFIGsShawn Nematbakhsh2015-11-033-5/+3
* pd: add more power improvements to PD taskAlec Berg2015-10-302-3/+43
* motion: Remove duplicate shutdown codeGwendal Grignou2015-10-281-10/+4
* charger: Add LIMIT_POWER charger param for low bat + weak chargerShawn Nematbakhsh2015-10-272-0/+50
* i2c: get battery information from charge stateMary Ruthven2015-10-272-3/+68
* common: lightbar: Add histeresis to prevent flickeringGwendal Grignou2015-10-231-16/+29
* pd: send soft reset on boot if VBUS is presentAlec Berg2015-10-233-48/+33
* tcpc: re-initialize tcpc if it reboots while tcpm is runningAlec Berg2015-10-222-9/+51
* common: Add lightbar dimming based on outside light.Gwendal Grignou2015-10-201-7/+35