summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* motion: Remove redundant set_range.Gwendal Grignou2016-09-011-6/+0
* panic: Fix unaligned memory access panicKito Cheng2016-09-011-1/+2
* pd: manage total source current availableVincent Palatin2016-09-012-2/+77
* Revert "ectool: Add ectool command to do AP force shutdown"Vijay Hiremath2016-09-011-9/+1
* common/spi_nor.c: Don't update capacity or page_size after errorMartin Roth2016-09-011-11/+14
* Cr50: Mark several console commands as safeBill Richardson2016-08-318-33/+33
* Add console support for restricted commandsBill Richardson2016-08-311-5/+16
* Add configs to add flags to console commandsBill Richardson2016-08-311-4/+14
* ectool: Add ectool command to do AP force shutdownVijay Hiremath2016-08-301-1/+9
* pd: Put task in suspended state for malfunctioning TCPCsDavid Hendricks2016-08-291-1/+2
* motion: use proper define for gesture support.Gwendal Grignou2016-08-271-2/+2
* cleanup: Fix console help for sleepmask commandstabilize-8743.69.Bstabilize-8743.60.Bstabilize-8743.58.Bstabilize-8743.25.Brelease-R54-8743.BBill Richardson2016-08-251-1/+1
* pd: select dynamically Rp valueVincent Palatin2016-08-251-0/+1
* cr50: connect to AP phy on reef when not in ccdMary Ruthven2016-08-251-1/+7
* tcpm: workaround TCPC takes longer time to update CC statusVincent Palatin2016-08-251-0/+14
* Remove unused CONFIG_CONSOLE_RESTRICTED_INPUT optionBill Richardson2016-08-241-30/+0
* motion_lid: Add const around sensor vector.Gwendal Grignou2016-08-241-2/+2
* charger: Send host event after charge info is updated.Sam Hurst2016-08-241-0/+4
* math_util: Fix rotation by identity.Gwendal Grignou2016-08-241-2/+2
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-2454-220/+121
* btle: Accepts and maintains connectionsLevi Oliver2016-08-231-4/+299
* Cr50: Use parse_bool() for boolean argsBill Richardson2016-08-222-13/+23
* pd: support Rp/Rp debug accessoriesVincent Palatin2016-08-221-30/+104
* tpm: limit the length of the string reported through TPM_FW_VERVadim Bendebury2016-08-211-36/+9
* sweetberry: add i2c supportNick Sanders2016-08-211-4/+15
* mkbp_event: Provide host event wake mask to hostShawn Nematbakhsh2016-08-191-0/+15
* g: report RW header version along with code revisionVadim Bendebury2016-08-191-0/+1
* pd: Support GPIO-controlled 5v dischargeShawn Nematbakhsh2016-08-191-0/+17
* common/btle_ll.c: Return error code instead of uninitialized valueMartin Roth2016-08-161-1/+1
* mkbp_event: Allow host to report sleep state for non-wake event skippingShawn Nematbakhsh2016-08-121-2/+18
* Cr50: NvMem: Added write/move error stateScott2016-08-111-7/+26
* btle: Cleanup: Moved constants, renamed functionsLevi Oliver2016-08-111-2/+1
* btle: Add framework for parsing data packetsLevi Oliver2016-08-112-1/+10
* Acpi: Notify host when orientation changesjames_chao2016-08-091-0/+7
* btle_ll: Set advertising channel frequencyLevi Oliver2016-08-091-2/+12
* cr50: try recovering from rolling rebootsstabilize-8688.BVadim Bendebury2016-08-081-0/+3
* cr50: fix nvmem calculationsVadim Bendebury2016-08-081-7/+0
* lid_switch: Add console command to get virtual lid stateShawn Nematbakhsh2016-08-081-0/+11
* btle: Add the HCI layerMyles Watson2016-08-082-1/+673
* btle: Add common link layer codeMyles Watson2016-08-082-0/+553
* g: Decode more reasons for chip resetBill Richardson2016-08-051-1/+2
* Add new "hang" option to crash commandBill Richardson2016-08-051-5/+15
* common: Add Bluetooth LE supportMyles Watson2016-08-022-0/+193
* spi_flash: Remove unused write-protect rangesDavid Hendricks2016-08-021-45/+0
* mkbp: Clear host interrupt if no more events.Aseda Aboagye2016-08-021-1/+3
* tpm: TPM_FW_VER returns chip ID and board revisionBill Richardson2016-08-021-2/+5
* gru: Align images sizes to flash block erase sizeShawn Nematbakhsh2016-08-011-0/+7
* tpm: make TPM_FW_VER register return both build and version stringsVadim Bendebury2016-08-011-1/+13
* tpm: allow TPM_FW_VER register to return arbitrary number of bytesVadim Bendebury2016-08-011-2/+0
* g: use single buffer for version reportingVadim Bendebury2016-08-011-5/+27