summaryrefslogtreecommitdiff
path: root/chip/stm32/spi.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-747/+0
* ec: change usage of dummySam Hurst2020-08-051-7/+7
* spi: Use different hooks for SPI enable/disableWai-Hong Tam2020-07-301-0/+9
* Bloonchipper: USART based transport layer for host commandBhanu Prakash Maiya2020-06-051-5/+1
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-2/+2
* cleanup: Fix common spelling typos in commentsTom Hughes2019-06-191-3/+3
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* stm32: spi: Support SPI slave w/ DMA for STM32F4Nicolas Norvez2019-04-091-1/+12
* stm32: spi: fix unused variable errorNicolas Norvez2019-04-031-2/+2
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* stm32: spi: fix link to bug in commentsNicolas Norvez2019-02-271-3/+3
* stm32: use D-cache on STM32H7Vincent Palatin2018-06-041-2/+3
* stm32: more robust SPI slave on STM32H7Vincent Palatin2018-04-221-6/+8
* stm32: add SPI slave support for STM32H7Vincent Palatin2018-01-121-11/+43
* eve_fp: setup SPI slave communication on STM32L442Vincent Palatin2017-03-131-5/+11
* 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