From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nobuhiro Iwamatsu Date: Tue, 14 Jan 2014 09:01:06 +0900 Subject: [U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers In-Reply-To: References: <1389143785-5756-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.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 Hi, Jagan. 2014/1/9 Jagan Teki : > Hi Nobuhiro, > > On Thu, Jan 9, 2014 at 9:49 AM, Nobuhiro Iwamatsu > wrote: >> Hi, >> >> This macro was changed by following patch. >> http://patchwork.ozlabs.org/patch/307934/ > OK. > I will pick this once Albert pop your PR. > > Any more spi patches? > I dont have SPI patches. Thank you. Best regards, Nobuhiro >> >> I should have been CC to you this. >> >> Best regards, >> Nobuhiro >> >> 2014/1/9 Jagan Teki : >>> Hi Nobuhiro Iwamatsu, >>> >>> On Wed, Jan 8, 2014 at 6:46 AM, Nobuhiro Iwamatsu >>> wrote: >>>> Signed-off-by: Nobuhiro Iwamatsu >>>> --- >>>> drivers/spi/sh_qspi.c | 3 ++- >>>> 1 file changed, 2 insertions(+), 1 deletion(-) >>>> >>>> diff --git a/drivers/spi/sh_qspi.c b/drivers/spi/sh_qspi.c >>>> index edeb42d..77ede6b 100644 >>>> --- a/drivers/spi/sh_qspi.c >>>> +++ b/drivers/spi/sh_qspi.c >>>> @@ -10,6 +10,7 @@ >>>> #include >>>> #include >>>> #include >>>> +#include >>>> #include >>>> >>>> /* SH QSPI register bit masks _ */ >>>> @@ -170,7 +171,7 @@ struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs, >>>> return NULL; >>>> } >>>> >>>> - ss->regs = (struct sh_qspi_regs *)CONFIG_SH_QSPI_BASE; >>>> + ss->regs = (struct sh_qspi_regs *)SH_QSPI_BASE; >>> >>> I really don't understand where you define this macro. >>> > > -- > Thanks, > Jagan. > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot -- Nobuhiro Iwamatsu