summaryrefslogtreecommitdiff
path: root/chip/stm32/i2c-stm32l.c
Commit message (Expand)AuthorAgeFilesLines
* COIL: Update I2C terminologyRicardo Quesada2022-02-031-2/+2
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-1/+1
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-2/+1
* Fix typo on STM32 i2c driverMario Tesi2019-09-111-1/+1
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-7/+7
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-5/+8
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* I2C: Remove unused arbitration supportAnton Staaf2015-09-081-1/+0
* i2c: Make i2c_xfer a wrapper function to chip_i2c_xferShawn Nematbakhsh2015-05-271-3/+3
* I2C: Increase priority of i2c_initAlexandru M Stan2015-01-161-1/+1
* stm32f0/i2c: Return error if we see a NACKAlexandru M Stan2014-09-271-4/+4
* EC: clean up i2c_read_stringSheng-Liang Song2014-08-291-35/+0
* Add cprints() and ccprints()Vic Yang2014-05-211-4/+4
* i2c: stm32l: Increase timeout from 10ms to 30msstabilize-5828.0.BDoug Anderson2014-05-061-1/+5
* cleanup: remove the conflict I2C2/GPIO config in nyan/big.Louis Yung-Chieh Lo2014-03-131-3/+0
* cleanup: Combined i2c unwedge code into one common functionAlec Berg2014-03-061-115/+29
* stm32: Don't use a stack buffer for i2c_read_string()Randall Spangler2013-11-071-9/+8
* cleanup: Even more TODO commentsRandall Spangler2013-11-011-0/+4
* cleanup: comments in i2c modulesRandall Spangler2013-10-251-7/+5
* cleanup: rename I2C_PORT_HOST to I2C_PORT_MASTERRandall Spangler2013-10-251-1/+1
* i2c: Add common i2cxfer console commandDuncan Laurie2013-10-211-86/+0
* cleanup: Replace awkward I2C_PORTS_USED macro with constantBill Richardson2013-10-071-5/+5
* Rewrite git/gerrit/gerrit-int urls to googlesourceAaron Gable2013-10-011-1/+1
* pit: i2c: try unwedging the bus when i2c_xfer fails at sending STARTHung-ying Tyan2013-08-291-36/+164
* i2c: stm32l: Don't do i2c transactions during freq changesDoug Anderson2013-08-291-1/+23
* stm32l: Wait for stop condition to complete after i2c transferRandall Spangler2013-08-271-4/+20
* pit: i2c: dump after ADDR bit is cleared instead of beforeHung-ying Tyan2013-08-271-1/+2
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-0/+3
* Add build-time checks on board-specific array sizes.Bill Richardson2013-07-311-2/+0
* Clean up debug config optionsRandall Spangler2013-07-231-3/+1
* stm32: Add CHIP_FAMILY definesRandall Spangler2013-07-011-0/+463