From: Peter Henn Date: Sun, 4 Jan 2009 20:42:24 +0000 (+0100) Subject: spi-parport bugfixes for multiple device support X-Git-Url: http://git.linex4red.de/pub/spi-gpio-pp.git/commitdiff_plain/2f47f01754ecb24b9d3755bc35697971f43627d3?hp=2f47f01754ecb24b9d3755bc35697971f43627d3 spi-parport bugfixes for multiple device support - Initialize first all chip selects before SPI device probing may use a SPI device on the bus. - Proper support of bit_per_word setting for SPI protocol drivers, which do not setup this value, but may use it during the SPI device probing. - Add more warings for unused module parameters. - correct some typos ---