summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* stm32f0: Fix EC slave I2C interruptVic Yang2014-07-291-2/+10
* usb: fix bug with multiple usb interfacesDominic Chen2014-07-281-1/+1
* samus: pd: dual USB-PD port support for samusAlec Berg2014-07-282-158/+168
* stm32f07x: increase RAM space to 16kBAlec Berg2014-07-261-1/+1
* samus_pd: stm32f0: check warm reboot before initializing ADCAlec Berg2014-07-231-0/+7
* spi_flash: add error checking for dma timeoutsDominic Chen2014-07-231-3/+8
* i2c: Add variable to set slave address of the EC.stabilize-6082.BGwendal Grignou2014-07-201-1/+1
* stm32f0: Fix repeated start for I2CVic Yang2014-07-181-4/+3
* stm32: change USART register macros to take a base addressAnton Staaf2014-07-172-56/+55
* usb: add USB console driverVincent Palatin2014-07-172-0/+246
* GPIO: Reduce code duplication in STM32 gpio driverAnton Staaf2014-07-176-558/+287
* Refactor STM32 SPI flash driverVic Yang2014-07-154-1016/+214
* mec1322: Simplify reading raw I2C pin statesVic Yang2014-07-091-44/+2
* stm32: implement spi flash driverDominic Chen2014-07-092-0/+1016
* mec1322: reports actual GPIO level for output pinsVic Yang2014-07-091-4/+1
* stm32 spi: postpone the RX DMA setup if handler is still using buffer.Louis Yung-Chieh Lo2014-07-081-1/+55
* usb: send correct device descriptor length, and null set address responseDominic Chen2014-07-081-1/+3
* stm32: spi: read spi->dr into a dummy variableYen Lin2014-07-081-1/+2
* pd: clean up beg/end transitions of PD commsAlec Berg2014-07-032-42/+130
* cprints: Revert some changes from CPRINTF to CPRINTSAnton Staaf2014-07-031-1/+1
* mec1322: Keep CPU at high clock frequency to speed up hibernateVic Yang2014-07-031-6/+6
* stm32: move spi init to HOOK_CHIPSET_PRE_INIT.Louis Yung-Chieh Lo2014-07-021-1/+1
* mec1322: restore system states after hibernateVic Yang2014-07-021-18/+81
* mec1322: improve UART Tx performanceVic Yang2014-07-021-3/+7
* pd: add support for suspending the taskDominic Chen2014-07-021-0/+8
* mec1322: Disable auto read after a SPI transactionVic Yang2014-06-281-0/+9
* mec1322: Add SPI master driverVic Yang2014-06-264-0/+140
* mec1322: DMA driverVic Yang2014-06-264-0/+206
* watchdog: Give more leeway to the independent watchdogDoug Anderson2014-06-235-6/+10
* Make DMA interface chip independentVic Yang2014-06-231-0/+3
* watchdog: Help ensure that the stm32 watchdog help printsDoug Anderson2014-06-212-9/+3
* zinger: fix bug, increase watchdog timeout to 1.8sAlec Berg2014-06-204-5/+5
* usb: add USB HID driverVincent Palatin2014-06-192-0/+163
* IRQ list support for enabling specific IRQs without common runtimeVic Yang2014-06-192-0/+6
* stm32: update USB buffer size for STM32F0x2Vincent Palatin2014-06-182-0/+5
* stm32: add USB driverVincent Palatin2014-06-185-2/+407
* samus: decrease stack size for smaller tasksAlec Berg2014-06-111-0/+1
* samus: Add EC <-> PD i2c interface using host commandsAlec Berg2014-06-052-0/+213
* lm4: decrease i2c timeoutAlec Berg2014-06-041-1/+1
* pd: support bist carrier mode 2Alec Berg2014-06-031-2/+7
* stm32: add SPI register definitions and refactorDominic Chen2014-06-032-4/+8
* Add cprints() and ccprints()Vic Yang2014-05-2118-52/+53
* stm32: Enable USART TCIE after clearing TCstabilize-5875.BDavid Hendricks2014-05-211-0/+3
* Keyborg: Switch to HSEVic Yang2014-05-211-1/+1
* stm32: Re-enable spi transfers after a sysjumpRandall Spangler2014-05-091-20/+25
* cleanup: add square brackets to make test parser easierLouis Yung-Chieh Lo2014-05-076-14/+16
* i2c: stm32l: Increase timeout from 10ms to 30msstabilize-5828.0.BDoug Anderson2014-05-062-2/+10
* pd: more robust receptionVincent Palatin2014-05-021-0/+6
* Increase some task stack sizes to handle more FP regs.Bill Richardson2014-05-011-1/+1
* baytrail: Workaround for stuck boot processRandall Spangler2014-04-301-1/+6