summaryrefslogtreecommitdiff
path: root/chip/stm32/i2c-stm32f0.c
Commit message (Expand)AuthorAgeFilesLines
* Ryu: i2c speed to 1MHzGwendal Grignou2015-07-141-1/+1
* i2c: fix read-only I2C transfers on STM32F0/F3Vincent Palatin2015-06-041-1/+1
* i2c: Make i2c_xfer a wrapper function to chip_i2c_xferShawn Nematbakhsh2015-05-271-2/+2
* pd: stm32f0: modify i2c driver to support TCPCIAlec Berg2015-05-271-1/+50
* stm32f0: i2c: fix master i2c sending partial transfersAlec Berg2015-05-221-7/+27
* stm32f0: i2c: Add i2c_xfer repeated start supportRong Chang2015-05-201-20/+49
* I2C: Increase priority of i2c_initAlexandru M Stan2015-01-161-1/+1
* stm32f0/i2c: adjust the 100kHz setting to never go above 100kHzChris Zhong2014-12-181-2/+2
* stm32f0/i2c: Return error if we see a NACKAlexandru M Stan2014-09-271-4/+5
* 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