summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mec1322: Added support for sysjump.stabilize-7173.BDivya Jyothi2015-06-149-49/+179
* coderam: Don't assume that RO/RW images reside at start of code memoryShawn Nematbakhsh2015-06-132-26/+59
* pd: ryu: set data role to UFP with debug accessoryVincent Palatin2015-06-134-5/+9
* accel: Fix BMM150 init sequenceGwendal Grignou2015-06-131-2/+4
* tcpc: disable TX timer as early as possible after DMA doneAlec Berg2015-06-131-3/+3
* skylake: Properly handle apshutdown when AP is already shutdownShawn Nematbakhsh2015-06-131-2/+4
* tcpc: change pd_tx_done() to only wait for DMA done eventAlec Berg2015-06-131-5/+1
* tcpc: Avoid missampling CC line immediately after transmitAlec Berg2015-06-131-16/+19
* glados_pd: oak_pd: fix PD tx_disable timingAlec Berg2015-06-132-32/+36
* pd: do not glitch USB when going to S5 in debug modeVincent Palatin2015-06-132-26/+31
* pd: do not sleep when case closed debug communication is enabledVincent Palatin2015-06-121-2/+1
* core: Assert if task_get_current() cannot return a valid task IDShawn Nematbakhsh2015-06-124-0/+18
* charge_manager: Don't cutoff charger when no battery is attachedShawn Nematbakhsh2015-06-122-6/+26
* glados: Enable BC1.2 USB chargingShawn Nematbakhsh2015-06-123-17/+63
* spi/mec1322: Ensure that SPI Flash write chunks do not crossShamile Khan2015-06-122-15/+32
* usb: pi3usb9281: Allow flexible chip configurationsShawn Nematbakhsh2015-06-1214-126/+190
* mec1322: Add servo serialname to flash_ec's flashrom call.Todd Broch2015-06-111-0/+5
* commands: Add EC FIFO commandsGwendal Grignou2015-06-112-11/+177
* mcdp28x0: Add more useful error codes.Todd Broch2015-06-112-31/+60
* pd: change pd_transmit() to only wait for TX complete eventAlec Berg2015-06-111-3/+1
* core: add task_wait_event_mask() function to other coresAlec Berg2015-06-114-2/+76
* mec1322: fix flash_physical_get_writable_flags()Andrey Petrov2015-06-111-1/+5
* Stream: Remove in_stream/out_stream interfaceAnton Staaf2015-06-1118-554/+41
* mec1322: Fixed I2C handling on Repeat Start.Kevin K Wong2015-06-101-2/+1
* glados: add battery cutoff functionalityAlec Berg2015-06-102-1/+29
* charger: Move USB charger / BC1.2 task to common codeShawn Nematbakhsh2015-06-1024-523/+239
* glados: enable battery present detectionAlec Berg2015-06-103-5/+4
* oak: change board hardware revisionsRong Chang2015-06-102-4/+4
* Remove obsolete board-specific codeRandall Spangler2015-06-1028-2804/+14
* oak: enable type-C port 1 power up ECRong Chang2015-06-101-1/+1
* oak: initialize charge manager to use BC1.2 suppliersRong Chang2015-06-101-0/+42
* oak: enable battery present detectionRong Chang2015-06-102-1/+2
* oak: enable CHARGE_MANAGER to handle charging on both portsRong Chang2015-06-103-19/+119
* oak: use pdcmd task to handle tcpc interruptRong Chang2015-06-102-1/+18
* oak: add PD support for type-C port 1Rong Chang2015-06-106-11/+21
* oak: Modify GPIO list for rev 1.5 boardsRong Chang2015-06-106-32/+104
* stm32: switch to ec_boot_mode servo controlRong Chang2015-06-101-2/+2
* mec1322: bugfix for flash_ec dut-control call.Todd Broch2015-06-101-1/+1
* ryu: allow charge manager to control CHARGE_EN gpioAlec Berg2015-06-102-10/+5
* pd: enable charging through suzyQ debug accessoryAlec Berg2015-06-102-9/+40
* glados: limit type-C voltage to 5V to increase charging reliabilityAlec Berg2015-06-091-3/+5
* ectool: Fix cut and paste errors in motionsenseGwendal Grignou2015-06-091-24/+26
* accel: move X,Y,Z definitionGwendal Grignou2015-06-094-14/+4
* Queue: add peek_memcpy functionGwendal Grignou2015-06-092-11/+31
* glados: limit max input current to 1.5A to avoid i2c errorsstabilize-7155.BAlec Berg2015-06-093-1/+12
* glados: switch to isl9237Aaron Durbin2015-06-091-3/+3
* charger: Add Intersil charger ISL9237Rong Chang2015-06-083-0/+484
* mec1322: Do not restrict SPI flash reads to Word Boundary.Shamile Khan2015-06-071-5/+1
* glados: enable CHARGE_MANAGER to handle charging on both portsAlec Berg2015-06-073-18/+162
* glados: enable ADC channelsAlec Berg2015-06-062-0/+26