summaryrefslogtreecommitdiff
path: root/chip/stm32/i2c-stm32l.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-424/+0
* 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