From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sourav Poddar Date: Thu, 19 Dec 2013 12:36:11 +0530 Subject: [U-Boot] [UBOOT][PATCH 0/2] misc fix for memory mapped support, dra config In-Reply-To: References: <1384443075-1427-1-git-send-email-sourav.poddar@ti.com> <52B27EF0.8030506@ti.com> <52B28FC4.5050607@ti.com> Message-ID: <52B29AE3.5050102@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday 19 December 2013 12:25 PM, Jagan Teki wrote: > On Thu, Dec 19, 2013 at 11:48 AM, Sourav Poddar wrote: >> On Thursday 19 December 2013 11:41 AM, Jagan Teki wrote: >>> On Thu, Dec 19, 2013 at 10:36 AM, Sourav Poddar >>> wrote: >>>> Jagan, >>>> On Thursday 14 November 2013 09:01 PM, Sourav Poddar wrote: >>>>> Hi Jagan, >>>>> Here are the miscellaneous fix and config update for dra7 qspi flash. >>>>> >>>>> Patch series adds: >>>>> Add BAR config in dra7 config file. >>>>> Set spi controller device control registers before >>>>> doing a memory mapped read. >>>>> >>>>> Patches available here: >>>>> git://gitorious.org/u-boot-shared/u-boot-qspi.git debug_dra_qspi >>>>> >>>>> Tested on dra7 evm with qspi boot. >>>>> >>>>> Sourav Poddar (2): >>>>> config: dra7_evm: Add Bank Address Register(BAR) config >>>>> driver: mtd: sf_ops: claim bus while doing memcpy >>>>> >>>>> drivers/mtd/spi/sf_ops.c | 6 ++++++ >>>>> include/configs/dra7xx_evm.h | 1 + >>>>> 2 files changed, 7 insertions(+), 0 deletions(-) >>>>> >>>> Ping on this. >>>> This are miscellaneous fixes for dra7 qspi uboot. >>>> Can you pick this up ? >>> What is this series - I couldn't find it on patchwork. >>> You sent a series with 0/5 and these two are part of that is it? >>> >> This is a differnet series for dra7 soc, it has miscellaneous cleanup >> and fixes. >> >> The other series (0/5) is for qspi on am43x soc > Applied to u-boot-spi/master > Thanks!