Re: [PATCH v2 2/3] mtd: spi-nor: Altera ASMI Parallel II IP Core

2017-10-13 Thread matthew . gerlach
On Wed, 11 Oct 2017, Marek Vasut wrote: On 10/11/2017 07:00 PM, matthew.gerl...@linux.intel.com wrote: On Tue, 10 Oct 2017, Marek Vasut wrote: On 09/20/2017 08:28 PM, matthew.gerl...@linux.intel.com wrote: From: Matthew Gerlach This patch adds support

Re: [PATCH v2 2/3] mtd: spi-nor: Altera ASMI Parallel II IP Core

2017-10-13 Thread matthew . gerlach
On Wed, 11 Oct 2017, Marek Vasut wrote: On 10/11/2017 07:00 PM, matthew.gerl...@linux.intel.com wrote: On Tue, 10 Oct 2017, Marek Vasut wrote: On 09/20/2017 08:28 PM, matthew.gerl...@linux.intel.com wrote: From: Matthew Gerlach This patch adds support for a spi-nor, platform driver

Re: [PATCH v2 2/3] mtd: spi-nor: Altera ASMI Parallel II IP Core

2017-10-11 Thread Marek Vasut
On 10/11/2017 07:00 PM, matthew.gerl...@linux.intel.com wrote: > > > On Tue, 10 Oct 2017, Marek Vasut wrote: > >> On 09/20/2017 08:28 PM, matthew.gerl...@linux.intel.com wrote: >>> From: Matthew Gerlach >>> >>> This patch adds support for a spi-nor, platform

Re: [PATCH v2 2/3] mtd: spi-nor: Altera ASMI Parallel II IP Core

2017-10-11 Thread Marek Vasut
On 10/11/2017 07:00 PM, matthew.gerl...@linux.intel.com wrote: > > > On Tue, 10 Oct 2017, Marek Vasut wrote: > >> On 09/20/2017 08:28 PM, matthew.gerl...@linux.intel.com wrote: >>> From: Matthew Gerlach >>> >>> This patch adds support for a spi-nor, platform driver for the >>> Altera ASMI

Re: [PATCH v2 2/3] mtd: spi-nor: Altera ASMI Parallel II IP Core

2017-10-11 Thread matthew . gerlach
On Tue, 10 Oct 2017, Marek Vasut wrote: On 09/20/2017 08:28 PM, matthew.gerl...@linux.intel.com wrote: From: Matthew Gerlach This patch adds support for a spi-nor, platform driver for the Altera ASMI Parallel II IP Core. The intended use case is to be able

Re: [PATCH v2 2/3] mtd: spi-nor: Altera ASMI Parallel II IP Core

2017-10-11 Thread matthew . gerlach
On Tue, 10 Oct 2017, Marek Vasut wrote: On 09/20/2017 08:28 PM, matthew.gerl...@linux.intel.com wrote: From: Matthew Gerlach This patch adds support for a spi-nor, platform driver for the Altera ASMI Parallel II IP Core. The intended use case is to be able to update the flash used to load

Re: [PATCH v2 2/3] mtd: spi-nor: Altera ASMI Parallel II IP Core

2017-10-10 Thread Marek Vasut
On 09/20/2017 08:28 PM, matthew.gerl...@linux.intel.com wrote: > From: Matthew Gerlach > > This patch adds support for a spi-nor, platform driver for the > Altera ASMI Parallel II IP Core. The intended use case is to be able > to update the flash used to load a

Re: [PATCH v2 2/3] mtd: spi-nor: Altera ASMI Parallel II IP Core

2017-10-10 Thread Marek Vasut
On 09/20/2017 08:28 PM, matthew.gerl...@linux.intel.com wrote: > From: Matthew Gerlach > > This patch adds support for a spi-nor, platform driver for the > Altera ASMI Parallel II IP Core. The intended use case is to be able > to update the flash used to load a FPGA at power up with mtd-utils.

[PATCH v2 2/3] mtd: spi-nor: Altera ASMI Parallel II IP Core

2017-09-20 Thread matthew . gerlach
From: Matthew Gerlach This patch adds support for a spi-nor, platform driver for the Altera ASMI Parallel II IP Core. The intended use case is to be able to update the flash used to load a FPGA at power up with mtd-utils. Signed-off-by: Matthew Gerlach

[PATCH v2 2/3] mtd: spi-nor: Altera ASMI Parallel II IP Core

2017-09-20 Thread matthew . gerlach
From: Matthew Gerlach This patch adds support for a spi-nor, platform driver for the Altera ASMI Parallel II IP Core. The intended use case is to be able to update the flash used to load a FPGA at power up with mtd-utils. Signed-off-by: Matthew Gerlach --- v2: minor checkpatch fixing by