summaryrefslogtreecommitdiff
path: root/chip/stm32/i2c-stm32f0.c
Commit message (Expand)AuthorAgeFilesLines
* samus_pd: enable low power idleAlec Berg2014-09-231-2/+22
* EC: clean up i2c_read_stringSheng-Liang Song2014-08-291-35/+0
* ryu: gate SCL to PI3USB9281Vic Yang2014-08-261-0/+12
* stfm32f0: Send 0xec over i2c until get NAK from host.Puthikorn Voravootivat2014-08-201-5/+4
* 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
* i2c-stm32f0: Adjust scope of the I2C host codeAlexandru M Stan2014-08-081-3/+5
* stm32f0: Fix buffer size for i2c host command receiveRandall Spangler2014-07-301-2/+5
* stm32f0: Fix EC slave I2C interruptVic Yang2014-07-291-2/+10
* 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
* samus: Add EC <-> PD i2c interface using host commandsAlec Berg2014-06-051-0/+194
* Add cprints() and ccprints()Vic Yang2014-05-211-2/+2
* cleanup: add square brackets to make test parser easierLouis Yung-Chieh Lo2014-05-071-1/+1
* stm32: new I2C driver for STM32F0xx familyVincent Palatin2014-03-271-0/+259