Re: [PATCH resend 5/5] mpc8xxx_spi: implement real ->set_speed

2020-03-31 Thread Tom Rini
On Tue, Feb 11, 2020 at 03:20:25PM +, Rasmus Villemoes wrote: > Not all boards have the same CSB frequency, nor do every SPI slave > necessarily support running at 16.7 MHz. So implement ->set_speed; > that also allows using a smaller PM (i.e., 0) for slaves that do > support a higher speed.

[PATCH resend 5/5] mpc8xxx_spi: implement real ->set_speed

2020-02-11 Thread Rasmus Villemoes
Not all boards have the same CSB frequency, nor do every SPI slave necessarily support running at 16.7 MHz. So implement ->set_speed; that also allows using a smaller PM (i.e., 0) for slaves that do support a higher speed. Based on work by Klaus H. Sørensen. Cc: Klaus H. Sorensen Signed-off-by: