RE: [PATCH V1 04/26] spi: tegra114: use packed mode for 32 bits per word

2019-04-01 Thread Sowjanya Komatineni
> On Tue, Mar 26, 2019 at 10:56:25PM -0700, Sowjanya Komatineni wrote: > > Fixes: Use packed mode for 32 bits per word transfers to increase > > performance as each packet is a full 32-bit word. > > This is an optimization rather than a bug fix, ideally it should be later in > the series to

Re: [PATCH V1 04/26] spi: tegra114: use packed mode for 32 bits per word

2019-04-01 Thread Mark Brown
On Tue, Mar 26, 2019 at 10:56:25PM -0700, Sowjanya Komatineni wrote: > Fixes: Use packed mode for 32 bits per word transfers to increase > performance as each packet is a full 32-bit word. This is an optimization rather than a bug fix, ideally it should be later in the series to make things

[PATCH V1 04/26] spi: tegra114: use packed mode for 32 bits per word

2019-03-26 Thread Sowjanya Komatineni
Fixes: Use packed mode for 32 bits per word transfers to increase performance as each packet is a full 32-bit word. Signed-off-by: Sowjanya Komatineni --- drivers/spi/spi-tegra114.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/spi-tegra114.c