summaryrefslogtreecommitdiff
path: root/chip/stm32/spi.c
Commit message (Expand)AuthorAgeFilesLines
* hooks: Add relative HOOK_INIT priority for peripheralsShawn Nematbakhsh2016-05-051-1/+1
* GPIO: Remove gpio_get_level_reg functionAnton Staaf2016-01-271-13/+8
* stm32: spi: clear the spi sleep mask when AP in S3.Ben Lok2015-08-211-0/+3
* stm32: Deprecate SPI protocol version 2.Aseda Aboagye2015-08-081-3/+17
* stm32: spi: Fix race condition with the enabled booleanAlexandru M Stan2015-04-281-2/+6
* stm32: Add delay after enabling peripheral clockVic Yang2015-02-101-0/+4
* stm32f0: Pinky: Fix power leak caused by SPI at startupAlexandru M Stan2014-10-211-2/+0
* stm32f0: deep sleep in S0Alexandru M Stan2014-10-011-0/+4
* stm32/spi: Reset peripheral after every packetAlexandru M Stan2014-09-251-2/+11
* stm32/spi: Print packet on bad datastabilize-6297.BAlexandru M Stan2014-09-231-0/+7
* STM32F0 TX FIFO FixesAlexandru M Stan2014-09-111-17/+75
* STM32F0 SPI Fixes: 4x Dummy BytesAlexandru M Stan2014-08-141-2/+6
* STM32F0 SPI FixesAlexandru M Stan2014-08-081-4/+8
* stm32 spi: postpone the RX DMA setup if handler is still using buffer.Louis Yung-Chieh Lo2014-07-081-1/+55
* stm32: spi: read spi->dr into a dummy variableYen Lin2014-07-081-1/+2
* stm32: move spi init to HOOK_CHIPSET_PRE_INIT.Louis Yung-Chieh Lo2014-07-021-1/+1
* Add cprints() and ccprints()Vic Yang2014-05-211-3/+3
* stm32: Re-enable spi transfers after a sysjumpRandall Spangler2014-05-091-20/+25
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-2/+2
* 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