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)
- 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


No differences found