summaryrefslogtreecommitdiff
path: root/chip/stm32/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "i2c: Support command version numbers""Simon Glass2012-07-241-15/+44
* Revert "Revert "i2c: Move host command processing into a function""Simon Glass2012-07-231-13/+18
* host_command: Add send_result() to the arg structureSimon Glass2012-07-231-4/+7
* Revert "host_command: Add send_result() to the arg structure"Randall Spangler2012-07-221-7/+4
* Revert "i2c: Move host command processing into a function"Randall Spangler2012-07-221-18/+13
* Revert "i2c: Support command version numbers"Randall Spangler2012-07-221-44/+15
* i2c: Support command version numbersSimon Glass2012-07-221-15/+44
* i2c: Move host command processing into a functionSimon Glass2012-07-221-13/+18
* host_command: Add send_result() to the arg structureSimon Glass2012-07-221-4/+7
* Use response pointer and size from host command args structRandall Spangler2012-07-121-1/+3
* Map 256 bytes of data for host command args/paramsRandall Spangler2012-07-121-3/+3
* Pass maximum size of response buffer in via host command handler argsRandall Spangler2012-07-121-0/+1
* Move host_cmd_handler_args farther up the call chainRandall Spangler2012-07-111-6/+9
* Change STM32 I2C master wait status timeout from 100ms to 10msRong Chang2012-07-111-4/+4
* Host command interface has only one slot nowRandall Spangler2012-07-101-6/+3
* i2c: Display reason for each timeoutSimon Glass2012-07-051-13/+31
* snow: Implement I2C arbitrationSimon Glass2012-07-021-8/+0
* stm32: i2c: Simplify host_send_response()Simon Glass2012-07-021-24/+11
* Remove unnecessary host_send_result()Simon Glass2012-07-021-9/+5
* Fix multiple charging issues on snowRong Chang2012-07-011-3/+3
* Implement board-level I2C arbitrationSimon Glass2012-06-291-0/+27
* i2c: Tidy up common code for i2c masterSimon Glass2012-06-281-48/+37
* stm32: fix race condition in I2C responseVincent Palatin2012-06-261-20/+25
* stm32: fix I2C waveforms and statesVincent Palatin2012-06-261-7/+17
* stm32: don't try to use the AP I2C connection when the CPU is runningVincent Palatin2012-06-221-1/+13
* Set daisy and snow PB6 PB7 GPIO pinmux to I2CRong Chang2012-06-181-4/+8
* Disable default I2C register dumpRong Chang2012-06-031-2/+4
* Add stm32 I2C master driverRong Chang2012-05-311-0/+467
* stm32: try to be more robust against malformed commandsVincent Palatin2012-05-231-6/+21
* stm32: ensure I2C properly behave after sysjumpVincent Palatin2012-05-221-0/+6
* Use common host command processing for Daisy I2CVincent Palatin2012-05-181-104/+70
* stm32: set default i2c mode to noopDavid Hendricks2012-05-091-3/+9
* introducing chip variant for stm32 family [1/3]Vincent Palatin2012-05-011-0/+238