Re: [U-Boot] [PATCH v2 1/5] spi: Add SiFive SPI driver

2019-07-05 Thread Anup Patel
On Fri, Jul 5, 2019 at 11:58 AM Bin Meng wrote: > > On Sat, Jun 29, 2019 at 2:56 PM Anup Patel wrote: > > > > From: Bhargav Shah > > > > This patch adds SiFive SPI driver. The driver is 100% DM driver > > and it determines input clock using clk framework. > > > > The SiFive SPI block is found

Re: [U-Boot] [PATCH v2 1/5] spi: Add SiFive SPI driver

2019-07-05 Thread Bin Meng
On Sat, Jun 29, 2019 at 2:56 PM Anup Patel wrote: > > From: Bhargav Shah > > This patch adds SiFive SPI driver. The driver is 100% DM driver > and it determines input clock using clk framework. > > The SiFive SPI block is found on SiFive FU540 SOC and is used to > access flash and MMC devices on

[U-Boot] [PATCH v2 1/5] spi: Add SiFive SPI driver

2019-06-29 Thread Anup Patel
From: Bhargav Shah This patch adds SiFive SPI driver. The driver is 100% DM driver and it determines input clock using clk framework. The SiFive SPI block is found on SiFive FU540 SOC and is used to access flash and MMC devices on SiFive Unleashed board. This driver implementation is inspired