[U-Boot] [PATCH 4/5] spi: designware_spi: Some fixes / changes

2014-11-16 Thread Stefan Roese
As suggested by Pavel, here some fixes to the designware SPI driver: - Spelling fixes - Comment for timeout added - Removed n_bytes completely (bits_per_word is enough for this) - Unput clock now not defined via macro. The function to get the clock value is now called directly from within the

Re: [U-Boot] [PATCH 4/5] spi: designware_spi: Some fixes / changes

2014-11-16 Thread Pavel Machek
On Sun 2014-11-16 12:47:01, Stefan Roese wrote: As suggested by Pavel, here some fixes to the designware SPI driver: - Spelling fixes - Comment for timeout added - Removed n_bytes completely (bits_per_word is enough for this) - Unput clock now not defined via macro. The function to get