Re: [U-Boot] [PATCH v2 1/3] mips: spi: mscc: Add fast bitbang SPI driver

2019-01-08 Thread Lars.Povlsen
Hi again, Thank you for your input, I will submit a (hopefully) final v3 patch right away. Comments below, ---Lars > -Original Message- > From: Daniel Schwierzeck > Sent: Monday, January 7, 2019 18:32 > To: Lars Povlsen - M31675 ; u- > b...@lists.denx.de > Cc: gregory.clem...@bootlin.c

Re: [U-Boot] [PATCH v2 1/3] mips: spi: mscc: Add fast bitbang SPI driver

2019-01-07 Thread Daniel Schwierzeck
Am 07.01.19 um 14:28 schrieb Lars Povlsen: > This patch add a new SPI driver for MSCC SOCs that does not sport the > designware SPI hardware controller. > > Performance gain: 7.664 seconds vs. 17.633 for 1 Mbyte write. > > Signed-off-by: Lars Povlsen > --- > MAINTAINERS

[U-Boot] [PATCH v2 1/3] mips: spi: mscc: Add fast bitbang SPI driver

2019-01-07 Thread Lars Povlsen
This patch add a new SPI driver for MSCC SOCs that does not sport the designware SPI hardware controller. Performance gain: 7.664 seconds vs. 17.633 for 1 Mbyte write. Signed-off-by: Lars Povlsen --- MAINTAINERS | 1 + arch/mips/mach-mscc/include/mach/common.h |