spi-parport bugfixes for multiple device support
authorPeter Henn <Peter.Henn@web.de>
Sun, 4 Jan 2009 20:42:24 +0000 (21:42 +0100)
committerPeter Henn <Peter.Henn@web.de>
Sun, 4 Jan 2009 20:42:24 +0000 (21:42 +0100)
commit2f47f01754ecb24b9d3755bc35697971f43627d3
treea22dd7c123cf3d1860248c075c3e007003f9ac97
parent8df0b447721e57a81115a8ada4ed39bc6490c418
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
spi_parport.c