summaryrefslogtreecommitdiff
path: root/chip/stm32/spi.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Update more TODO commentsRandall Spangler2013-11-011-6/+7
* Fix a bug that GPIO cannot be set as input on stm32lVic Yang2013-09-041-1/+1
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-2/+2
* Clean up SPI state machine and add state codesRandall Spangler2013-08-051-40/+108
* Host commands don't set the response pointerRandall Spangler2013-08-021-5/+1
* pit: Align spi protocol buffers on 32-bit boundaryRandall Spangler2013-07-081-7/+11
* Move protocol v2 constants to ec_commands.hRandall Spangler2013-07-031-114/+90
* Add get-protocol-information commandRandall Spangler2013-07-021-12/+41
* stm32: Clean up DMA register usageRandall Spangler2013-06-271-13/+13
* stm32: Clean up SPI register usageRandall Spangler2013-06-271-20/+7
* Clean up DMA module and interface.Randall Spangler2013-06-261-5/+5
* pit: Disable SPI output when AP is suspendedRandall Spangler2013-06-201-0/+2
* Refactor host command interface to support version 3 packetsRandall Spangler2013-06-201-2/+100
* Set SPI lines to inputs when AP is offRandall Spangler2013-05-161-2/+35
* spi: Fix OOBE in bounds-checking the replyDoug Anderson2013-05-071-1/+1
* Fix and enable SPI for pitRandall Spangler2013-05-071-51/+29
* Clean up daisy GPIO and SPI initRandall Spangler2013-04-081-1/+4
* stm32: Export DMA memory size optionVic Yang2012-09-261-2/+18
* spi: Rewrite driver for new protocol, better performanceSimon Glass2012-09-171-124/+203
* host_command: Add send_result() to the arg structureSimon Glass2012-07-231-0/+7
* Revert "host_command: Add send_result() to the arg structure"Randall Spangler2012-07-221-7/+0
* host_command: Add send_result() to the arg structureSimon Glass2012-07-221-0/+7
* 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-4/+25
* stm32: Fix up SPI driver to use host_command interfaceSimon Glass2012-07-021-18/+16
* Initial Snow board portDavid Hendricks2012-05-041-1/+1
* daisy: Re-introduce SPI protocol supportSimon Glass2012-05-031-11/+52
* remove deprecated stm32-based boardsVincent Palatin2012-05-021-1/+1
* introducing chip variant for stm32 family [1/3]Vincent Palatin2012-05-011-0/+188