summaryrefslogtreecommitdiff
path: root/curvetun.zsh
AgeCommit message (Collapse)AuthorFilesLines
2013-05-13zsh: add netsniff-ng zsh auto completion supportDaniel Borkmann1-0/+36
Hideo Hattori wrote a set of auto completion scripts for zsh that support netsniff-ng tools. Big thanks for that! Follow-up commits still need to address updated command-line options. Signed-off-by: Hideo Hattori <hhatto.jp@gmail.com> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
2016-11-11 16:00:00 +0000 commitaca75157d9beb7b171a178446ecdb4d047b9f934 (patch) tree240a396efb0bdf4606d7c0f8d7c84b71cc6e877b parent8f3086d2a9c1104f42d2d0247ef52b01c6d898d8 (diff)
spi: fsl-espi: add support for ESPI RXSKIP mode
This patch adds support for ESPI RXSKIP mode. This mode is optimized for flash reads: - sends a number of bytes and then reads a number of bytes - shifts out zeros automatically when reading Supporting RXSKIP mode is a prerequisite for supporting dual output read mode. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat
2c6af0bb55ca558a2674e&id2=1001354ca34179f3db924eb66672442a173147dc'>diff)
spi: fsl-espi: replace of_get_property with of_property_read_u32
of_property_read_u32 is better here than generic of_get_property: - implicit endianness conversion if needed - implicit checking of size of property Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/i2c')