From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ashish Kumar Date: Tue, 20 Nov 2018 09:24:26 +0000 Subject: [U-Boot] [PATCH v3] fsl-lsch3: soc: Enable AHB read support for Flexspi controller In-Reply-To: References: <20181113072550.23620-1-Ashish.Kumar@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > -----Original Message----- > From: York Sun > Sent: Tuesday, November 20, 2018 2:13 AM > To: Ashish Kumar ; u-boot at lists.denx.de > Cc: Yogesh Narayan Gaur ; Rajat Srivastava > > Subject: Re: [PATCH v3] fsl-lsch3: soc: Enable AHB read support for Flexspi > controller > > On 11/12/18 11:26 PM, Ashish Kumar wrote: > > Enable AHB support for Flexspi controller interface meaning memory can > > be accessed via md command using absolute addresses > > > > Signed-off-by: Yogesh Gaur > > Signed-off-by: Rajat Srivastava > > Signed-off-by: Ashish Kumar > > --- > > v3: > > Depends upon http://patchwork.ozlabs.org/patch/975009/ Hi York, Sorry that was typo, it was meant to be http://patchwork.ozlabs.org/patch/974301/. But unfortunately after lot of delay in review on NXP-FlexSPI driver, it has been asked to re-write to a new frame-work. I think I should defer this http://patchwork.ozlabs.org/patch/975008/ and http://patchwork.ozlabs.org/patch/996846/ for the time being until 974301 is re-written. What do you suggest? Regards Ashish > > Your v3 patch depends on its v2 version. This doesn't make sense. > > York