aboutsummaryrefslogtreecommitdiffstats
path: root/notes.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-03-19 15:25:38 -0700
committerJunio C Hamano <gitster@pobox.com>2021-03-19 15:25:38 -0700
commita8a0ac3234317e47b2510f054a3a5b3d02564c98 (patch)
tree0bc05d67abac6ce0d19b979d76fb4cffd6d6aabc /notes.c
parentMerge branch 'km/config-doc-typofix' (diff)
parentmem-pool: drop trailing semicolon from macro definition (diff)
downloadgit-a8a0ac3234317e47b2510f054a3a5b3d02564c98.tar.gz
git-a8a0ac3234317e47b2510f054a3a5b3d02564c98.zip
Merge branch 'rs/avoid-null-statement-after-macro-call'
Fix macros that can silently inject unintended null-statements. * rs/avoid-null-statement-after-macro-call: mem-pool: drop trailing semicolon from macro definition block-sha1: drop trailing semicolon from macro definition
Diffstat (limited to 'notes.c')
0 files changed, 0 insertions, 0 deletions
data. Similarly, on Slave RX side there may be RX FIFO overflow Fix this by setting FIFO watermark for DMA trigger to word length. This means DMA is triggered as soon as FIFO has space for word length bytes and DMA would make sure FIFO is almost always full therefore improving FIFO occupancy in both master and slave mode. Signed-off-by: Vignesh R <vigneshr@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org> 2018-10-19spi: omap2-mcspi: Switch to readl_poll_timeout()Vignesh R1-13/+4 Use standard readl_poll_timeout() macro for polling on status bits. Signed-off-by: Vignesh R <vigneshr@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org> 2018-10-19spi: spi-mem: add stm32 qspi controllerLudovic Barre3-0/+522 The qspi controller is a specialized communication interface targeting single, dual or quad SPI Flash memories (NOR/NAND). It can operate in any of the following modes: -indirect mode: all the operations are performed using the quadspi registers -read memory-mapped mode: the external Flash memory is mapped to the microcontroller address space and is seen by the system as if it was an internal memory tested on: -NOR: mx66l51235l -NAND: MT29F2G01ABAGD Signed-off-by: Ludovic Barre <ludovic.barre@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>