This series includes a bugfix and adds LSB mode for the bitbang driver. It also includes a new character device driver to passively clock a firmware into an FPGA. Michael Grzeschik (3): spi: bitbang: fix shift for getmosi spi: bitbang: add lsb first support spi: psdev: add passive serial driver drivers/spi/Kconfig | 9 + drivers/spi/Makefile | 1 + drivers/spi/spi-bitbang-txrx.h | 98 +++++--- drivers/spi/spi-bitbang.c | 3 +- drivers/spi/spipsdev.c | 520 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 601 insertions(+), 30 deletions(-) create mode 100644 drivers/spi/spipsdev.c -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html