On Wed, Mar 12, 2014 at 04:20:33PM +0100, Michael Grzeschik wrote: > 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 Got the linux-arm-kernel list wrong. Will resend. -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- 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