summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ryu: Re-enable low power idleVic Yang2015-01-081-0/+1
* tegra: Preserve sleep mask on sysjumpVic Yang2015-01-081-2/+5
* nyan: Disable console command helpVic Yang2015-01-081-0/+1
* USB: Delete mass storage driverAnton Staaf2015-01-088-1299/+0
* Read ADC channels one by one for STM32FVic Yang2015-01-071-1/+15
* OutStream: Remove unused prototypesAnton Staaf2015-01-071-3/+0
* pd: fix bug when forcing port to sinkAlec Berg2015-01-072-4/+19
* pd: Show literal PD state name for 'ectool usbpd'Vic Yang2015-01-073-32/+64
* charge_manager: Bug fixes for power_info host commandsShawn Nematbakhsh2015-01-072-3/+3
* pd: Bugfix for pending VDM in disconnected state.Todd Broch2015-01-071-9/+7
* pd: Add timeout for HC flash commands.Todd Broch2015-01-073-17/+31
* pd: vdm: Add VDM related timeouts and busy response handling.Todd Broch2015-01-073-5/+63
* Stop building ryu_p1 board.Todd Broch2015-01-071-1/+1
* pd: ryu_p1: Remove console 'typec' command.Todd Broch2015-01-071-0/+1
* pd: add flags to pd state console commandAlec Berg2015-01-071-7/+2
* samus: change power supply transition delay to 80msAlec Berg2015-01-071-2/+6
* samus: add hot keys alt+voldown+0|1|2 to set charging portstabilize-6662.BAlec Berg2015-01-072-0/+57
* samus: pd: on PD connection, if sink, ask for power swapAlec Berg2015-01-0713-62/+134
* pd: fix timeouts during power swap and send soft reset on no CRCAlec Berg2015-01-061-19/+60
* pd: Add NoResponseTimer to disconnect after no responseAlec Berg2015-01-062-17/+49
* pd: Add CONFIG_CMD_TYPEC to optionally remove 'typec' console command.Todd Broch2015-01-062-0/+3
* Add CONFIG_CMD_HASH to optionally remove 'hash' console command.Todd Broch2015-01-065-2/+6
* Support command versioning of new host command rangeVic Yang2015-01-063-4/+18
* lightbar: Pulse lightbar in S5 if power-up is inhibitedShawn Nematbakhsh2015-01-062-4/+79
* lm4: decrease time to wake up from deep sleep to save powerAlec Berg2015-01-061-0/+8
* pd: remove PD remote flashing console command by default.Todd Broch2015-01-052-3/+9
* pd: change receive timeout to 1.8msAlec Berg2015-01-052-2/+2
* Ryu: Add dynamic USB pullup supportAnton Staaf2015-01-051-6/+2
* zinger: enable RO partition write-protectionVincent Palatin2015-01-055-1/+87
* usb: fix undefined USB endpoints (bis)Vincent Palatin2015-01-051-0/+1
* samus: Change Tj_max to 105CDuncan Laurie2015-01-051-1/+1
* zinger: maintain a 64-bit time counterVincent Palatin2015-01-032-10/+23
* pd: On invalid request, send reject and go to SRC_READYAlec Berg2015-01-031-0/+3
* pd: add new state to wait for getSinkCap responseAlec Berg2015-01-032-1/+13
* pd: reject getSourceCap/getSinkCap if doesn't applyAlec Berg2015-01-031-2/+13
* samus: when battery is full, and not in S0, stop chargingAlec Berg2015-01-036-44/+201
* nyan: make large batt struct array const to save RAM spaceAlec Berg2015-01-031-1/+1
* pd: change hard reset power supply off delayAlec Berg2015-01-032-1/+2
* pd: change retry counter to 3Alec Berg2015-01-031-1/+1
* samus: Don't power-on AP if battery level < 1%Shawn Nematbakhsh2015-01-022-0/+9
* zinger: fix task_wait_event() bug causing missed wake eventsAlec Berg2015-01-011-2/+2
* nrf51: Add nRF51-specific code to keyboard_raw.cMyles Watson2014-12-312-81/+28
* nrf51: Copy the keyboard_raw.c implementation from stm32.Myles Watson2014-12-311-0/+143
* nrf51: Add support for the interrupts in GPIOTE to gpio.cMyles Watson2014-12-311-2/+139
* nrf51: Add definitions for GPIOTE, the GPIO Tasks and Events.Myles Watson2014-12-311-0/+33
* hadoken: Add the BQ27621 configuration parameters.Myles Watson2014-12-311-0/+15
* hadoken: Enable I2C.Myles Watson2014-12-312-0/+23
* hadoken: Update I/O configuration.Myles Watson2014-12-314-49/+303
* battery: Add support for TI's BQ27621_g1 fuel gauge.Myles Watson2014-12-314-0/+775
* nrf51: Add support for i2c.Myles Watson2014-12-313-0/+296