summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* USB-SPI: Switch from task to deferred functionAnton Staaf2014-12-086-63/+23
* USB-SPI: Support board enable/disable functionalityAnton Staaf2014-12-084-32/+159
* USB-SPI: Make global initializer names more uniqueAnton Staaf2014-12-081-12/+12
* USB: Add setup packet struct and parsing routineAnton Staaf2014-12-082-0/+21
* pd: before sysjump send soft reset and then disable PD commsAlec Berg2014-12-083-16/+31
* Speedy: add initial speedy supportZhengShunQian2014-12-089-0/+465
* g: update version stringVincent Palatin2014-12-063-3/+21
* g: update reset codeVincent Palatin2014-12-062-16/+121
* g: add watchdog driverVincent Palatin2014-12-064-1/+115
* g: fix hwtimer event deadlineVincent Palatin2014-12-061-1/+2
* pd: dingdong/hoho: Increment device ID minor rev.Todd Broch2014-12-052-2/+2
* pd: Re-factor common flash vdms.Todd Broch2014-12-0511-165/+163
* pd: dingdong/hoho: Fix hard reset recovery timeout.Todd Broch2014-12-054-0/+28
* usb_pd: Battery PDO protocol definition errorsBernard Shyu2014-12-051-1/+1
* pd: ectool: Increase sleep after PD reboot for flashing.Todd Broch2014-12-051-1/+1
* pd: move get_info to common file.Todd Broch2014-12-0511-13/+66
* Remove extra EAh at end of RW image.Gwendal Grignou2014-12-052-2/+2
* g: add core resetVincent Palatin2014-12-041-1/+6
* cr50: update for 12/03 hardware releaseVincent Palatin2014-12-041-638/+927
* cr50: Replaced ww with md EC cliSheng-Liang Song2014-12-041-14/+20
* ryu_sh: Add Makefile in board directory.Gwendal Grignou2014-12-031-0/+1
* samus_pd: Add workaround for unwanted pericom resetsShawn Nematbakhsh2014-12-032-0/+30
* ryu: disable LOW_POWER_IDLEAaron Durbin2014-12-031-1/+0
* USB: Interface callbacks now return an error codeAnton Staaf2014-12-025-31/+34
* Hooks: Use CONCAT and STRINGIFY macros in hook definitionsAnton Staaf2014-12-021-5/+7
* dingdong/hoho: Add GFU alternate mode.Todd Broch2014-12-022-47/+87
* pd: ectool: Expose device id major & minor.Todd Broch2014-12-026-8/+19
* pd: ectool: Allow different payload sizes for flashpd.Todd Broch2014-12-012-7/+2
* dingdong: enable RW firmware signature verificationTodd Broch2014-12-012-0/+30
* hoho: enable RW firmware signature verificationVincent Palatin2014-12-012-0/+30
* Add RW firmware signature verification for common runtimeVincent Palatin2014-12-016-0/+92
* WORKAROUND: ectool: Throttle flashpd so it does not watchdog EC.Todd Broch2014-12-011-0/+11
* lightbar: tap sequence can go in either directionBill Richardson2014-11-261-4/+22
* Clean up lightbar sequencing a bitBill Richardson2014-11-261-20/+39
* Stop mutex_lock() from eating pending eventsBill Richardson2014-11-224-1/+9
* samus: add active charge port to EC<->PD status exchangeAlec Berg2014-11-222-1/+3
* pd: restore CC resistor if fail power swapAlec Berg2014-11-221-3/+20
* pd: change timeout for exiting sink hard reset recoveryAlec Berg2014-11-221-1/+3
* samus_pd: remove host event commands module to save flash spaceAlec Berg2014-11-224-3/+14
* zinger: change product type to undefinedAlec Berg2014-11-222-13/+2
* plankton: remove dualrole power capable flagAlec Berg2014-11-221-2/+1
* ryu: Remove workaround for PI3USB9281Vic Yang2014-11-212-9/+1
* Improve EC console messages for lightbar stuffBill Richardson2014-11-212-13/+16
* pd: on hard reset go to a hard reset recovery stateAlec Berg2014-11-212-46/+135
* pd: dynamically adjust current limit based on CC pull-upAlec Berg2014-11-211-6/+30
* pd: if our request is rejected, go to SNK_READYAlec Berg2014-11-213-74/+78
* pd: implement SenderResponseTimer on request messagesAlec Berg2014-11-211-4/+13
* pd: add explicit contract flagAlec Berg2014-11-211-12/+32
* stm32f0: fix setting GPIO in push-pull modeVincent Palatin2014-11-211-0/+2
* pd: wait tSnkTransition after ACCEPT to change voltageVincent Palatin2014-11-2113-36/+101