summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* stm32f07: change erase page size to 2kBAlec Berg2014-09-111-1/+1
* STM32F0 TX FIFO FixesAlexandru M Stan2014-09-111-17/+75
* EC: clean up i2c_read_stringSheng-Liang Song2014-08-295-105/+40
* EC: Add smbus interface read & write APIsSheng-Liang Song2014-08-292-0/+26
* ryu: gate SCL to PI3USB9281Vic Yang2014-08-261-0/+12
* lm4 i2c: fixed lm4 i2c_xfer synchronization issueSheng-Liang Song2014-08-262-3/+8
* stfm32f0: Send 0xec over i2c until get NAK from host.Puthikorn Voravootivat2014-08-201-5/+4
* Auron: Initial EC commitMohammed Habibulla2014-08-201-0/+11
* usb: add CONFIG_USB_INHIBIT to prevent automatically starting USBDominic Chen2014-08-161-1/+27
* Revert "Add back unit test for usb_pd"Vic Yang2014-08-152-290/+0
* openocd: update configuration filesDominic Chen2014-08-156-75/+31
* usb: add support for mass storage (bulk-only)Dominic Chen2014-08-154-0/+1117
* pd: Print warning before flash erase if on PD powerVic Yang2014-08-141-0/+18
* stfm32f0: always send bytes over i2c for EC command responsesAaron Durbin2014-08-141-0/+8
* stm32f0: always initialize i2c_packetAaron Durbin2014-08-141-14/+14
* stm32f0: use proper bit checking I2C ISR transmitter empty statusAaron Durbin2014-08-141-1/+1
* STM32F0 SPI Fixes: 4x Dummy BytesAlexandru M Stan2014-08-141-2/+6
* Add back unit test for usb_pdVic Yang2014-08-132-0/+290
* Revert "Add unit test for usb_pd"Alec Berg2014-08-112-290/+0
* pd: use interrupt on Rx retryVic Yang2014-08-111-2/+2
* Add unit test for usb_pdVic Yang2014-08-102-0/+290
* stm32f0: stm32l: Fix backup register indexingVic Yang2014-08-081-0/+19
* i2c-stm32f0: Adjust scope of the I2C host codeAlexandru M Stan2014-08-081-3/+5
* Move software CRC implementation to commonVic Yang2014-08-083-111/+4
* STM32F0 SPI FixesAlexandru M Stan2014-08-082-6/+11
* stm32f0: Fix buffer size for i2c host command receiveRandall Spangler2014-07-301-2/+5
* i2c: add support for timeout configuration at runtimeRandall Spangler2014-07-301-3/+12
* hadoken: initial commit.Louis Yung-Chieh Lo2014-07-2910-0/+843
* 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