Re: [U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers

2014-01-14 Thread Nobuhiro Iwamatsu
2014/1/15 Jagan Teki : > 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..77

Re: [U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers

2014-01-14 Thread Jagan Teki
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/s

Re: [U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers

2014-01-14 Thread Nobuhiro Iwamatsu
Hi, Jagan. 2014/1/14 Jagan Teki : > Hi Nobuhiro, > > On Tue, Jan 14, 2014 at 5:42 AM, Nobuhiro Iwamatsu > wrote: >> Hi, >> >> 2014/1/14 Nobuhiro Iwamatsu : >>> Hi, Jagan. >>> >>> 2014/1/9 Jagan Teki : Hi Nobuhiro, On Thu, Jan 9, 2014 at 9:49 AM, Nobuhiro Iwamatsu wrote: >

Re: [U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers

2014-01-13 Thread Jagan Teki
Hi Nobuhiro, On Tue, Jan 14, 2014 at 5:42 AM, Nobuhiro Iwamatsu wrote: > Hi, > > 2014/1/14 Nobuhiro Iwamatsu : >> 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 pa

Re: [U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers

2014-01-13 Thread Nobuhiro Iwamatsu
Hi, 2014/1/14 Nobuhiro Iwamatsu : > 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 Alber

Re: [U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers

2014-01-13 Thread Nobuhiro Iwamatsu
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

Re: [U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers

2014-01-08 Thread 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 should have been CC to you this. > > Best regards, >

Re: [U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers

2014-01-08 Thread Nobuhiro Iwamatsu
Hi, This macro was changed by following patch. http://patchwork.ozlabs.org/patch/307934/ 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

Re: [U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers

2014-01-08 Thread 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 10064

[U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers

2014-01-07 Thread Nobuhiro Iwamatsu
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 #inclu