Re: [PATCH] xilinx_spips: Correct the number of dummy cycles for the FAST_READ_4 cmd

2020-02-20 Thread Peter Maydell
On Wed, 19 Feb 2020 at 01:12, Edgar E. Iglesias wrote: > > On Tue, Feb 18, 2020 at 12:33:50PM +0100, Francisco Iglesias wrote: > > From: Francisco Iglesias > > > > Correct the number of dummy cycles required by the FAST_READ_4 command (to > > be eight, one dummy byte). > > > > Fixes: ef06ca3946 (

Re: [PATCH] xilinx_spips: Correct the number of dummy cycles for the FAST_READ_4 cmd

2020-02-18 Thread Edgar E. Iglesias
On Tue, Feb 18, 2020 at 12:33:50PM +0100, Francisco Iglesias wrote: > From: Francisco Iglesias > > Correct the number of dummy cycles required by the FAST_READ_4 command (to > be eight, one dummy byte). > > Fixes: ef06ca3946 ("xilinx_spips: Add support for RX discard and RX drain") > Suggested-b