Re: [U-Boot] [PATCH 1/1] mtd/spi: Support of non-jedec MRAM devices

2017-08-25 Thread Jagan Teki
On Mon, Jul 10, 2017 at 10:01 PM, Matt Weber wrote: > This patch adds support of non-jedec MRAM devices mr25hx from Everspin. > This flash devices do not have jedec device ID and hence support for > name matching is also added as part of this series. > > This

[U-Boot] [PATCH 1/1] mtd/spi: Support of non-jedec MRAM devices

2017-07-10 Thread Matt Weber
This patch adds support of non-jedec MRAM devices mr25hx from Everspin. This flash devices do not have jedec device ID and hence support for name matching is also added as part of this series. This patch streamlined the update of SPI flash probing function API changes and included the following