Re: [U-Boot] [T-Engine] UBoot configuration for T-Engine/SH7727 MS7727CP02 DevKit

2008-08-20 Thread Nobuhiro Iwamatsu
Hi, 2008/8/20 thaoth [EMAIL PROTECTED]: Hi Nobuhiro Iwamatsu, 1. Clock frequency of board. #define CONFIG_SYS_CLK_FREQ #define TMU_CLK_DIVIDER 4 /* 4 (default), 16, 64, 256 or 1024 */ #define CFG_HZ (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER) I

[U-Boot] [PATCH] sh: Renesas Solutions AP325RXA board support

2008-08-22 Thread Nobuhiro Iwamatsu
From 1f6ce000f4071e86bb6bfead6e7d30efa84f3824 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu [EMAIL PROTECTED] Date: Fri, 22 Aug 2008 17:39:09 +0900 Subject: [PATCH] sh: Renesas Solutions AP325RXA board support AP325RXA is SH7723's reference board. This has SCIF, NOR Flash, Ethernet, USB host

[U-Boot] [PATCH 1/2] net: smc911x: Add pkt_data_pull and pkt_data_push function

2008-08-27 Thread Nobuhiro Iwamatsu
functions necessary to solve this problem. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/net/smc911x.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c index 0fff820..648c94c 100644 --- a/drivers/net

[U-Boot] [PATCH] sh: Add support sh2 to MAKEALL

2008-08-27 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- MAKEALL |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAKEALL b/MAKEALL index 56cc38d..752ed68 100755 --- a/MAKEALL +++ b/MAKEALL @@ -803,7 +803,7 @@ do |mips|mips_el \ |nios|nios2 \ |ppc

[U-Boot] [PATCH] sh: Fix compile error sh7785lcr board

2008-08-27 Thread Nobuhiro Iwamatsu
This boards used old type preprocessor. This patch fix compile error. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/configs/sh7785lcr.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/sh7785lcr.h b/include/configs/sh7785lcr.h index

[U-Boot] [PATCH] sh: Remove CC line from board's Makefile

2008-08-31 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- board/rsk7203/Makefile |3 --- board/sh7785lcr/Makefile |3 --- 2 files changed, 0 insertions(+), 6 deletions(-) diff --git a/board/rsk7203/Makefile b/board/rsk7203/Makefile index a44f9ca..7365d19 100644 --- a/board/rsk7203

Re: [U-Boot] [T-Engine] UBoot configuration for T-Engine/SH7727 MS7727CP02 DevKit

2008-09-10 Thread Nobuhiro Iwamatsu
devices. -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] sh: Remove re-defined CONFIG_FLASH_CFI_DRIVER from config

2008-09-11 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/configs/ap325rxa.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/ap325rxa.h b/include/configs/ap325rxa.h index 3db609b..c961908 100644 --- a/include/configs/ap325rxa.h +++ b/include/configs

[U-Boot] [PATCH] sh: Fix compile error for r2dplus

2008-09-11 Thread Nobuhiro Iwamatsu
netdev.h was not include by r2dplus. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- board/r2dplus/r2dplus.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/r2dplus/r2dplus.c b/board/r2dplus/r2dplus.c index b962dd1..4e0c66a 100644 --- a/board/r2dplus

[U-Boot] [PATCH] sh: Add support any page size and empty_zero_page to SH Linux uImage

2008-09-16 Thread Nobuhiro Iwamatsu
Old U-Boot supported 4KB page size only. If this version, Linux kernel can not get command line from U-Boot. SH Linux kernel can change page size and empty_zero_page. This patch support this function and fix promlem. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- lib_sh/bootm.c | 44

[U-Boot] [PATCH] sh: Fix typo in SH console driver

2008-09-16 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/serial/serial_sh.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/serial/serial_sh.c b/drivers/serial/serial_sh.c index 61c2b82..f30532b 100644 --- a/drivers/serial/serial_sh.c +++ b/drivers/serial

[U-Boot] [PATCH] sh: Add support watchdog for SH4A core

2008-09-18 Thread Nobuhiro Iwamatsu
Add support watchdog for SH4A core (SH7763, SH7780 and SH7785). And fix some compile warning. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- cpu/sh4/watchdog.c | 48 lib_sh/board.c | 89 +++- 2 files

[U-Boot] [PATCH v2] sh: Add support watchdog for SH4A core

2008-09-18 Thread Nobuhiro Iwamatsu
Add support watchdog for SH4A core (SH7763, SH7780 and SH7785). And fix some compile warning. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- - Fix checkpatch warning cpu/sh4/watchdog.c | 53 +--- lib_sh/board.c | 115

[U-Boot] [PATCH] sh: Fix compile warning

2008-09-18 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- board/ms7722se/lowlevel_init.S | 56 + board/r7780mp/lowlevel_init.S |3 +- board/sh7785lcr/selfcheck.c|4 +- drivers/pci/pci_sh7751.c | 24 + drivers/pci/pci_sh7780.c | 15

[U-Boot] [PATCH] usb: Fix compile warning of r8a66597-hcd

2008-09-18 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- drivers/usb/r8a66597-hcd.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/r8a66597-hcd.c b/drivers/usb/r8a66597-hcd.c index 0d3931e..a2e1fff 100644 --- a/drivers/usb/r8a66597-hcd.c +++ b/drivers/usb

[U-Boot] [PATCH] ppc: Fix typo in include/mpc83xx.h

2008-09-23 Thread Nobuhiro Iwamatsu
Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/mpc83xx.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/mpc83xx.h b/include/mpc83xx.h index 5d82bb4..7f30d68 100644 --- a/include/mpc83xx.h +++ b

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-10-01 Thread Nobuhiro Iwamatsu
image! ... can you do a 'file uImage' and copy the result ? ... [EMAIL PROTECTED] boot]# file uImage uImage: PPCBoot image ... I tried and send you its log. What is the kernel version that you use? -- Nobuhiro Iwamatsu ___ U-Boot mailing list U

Re: [U-Boot] [UBoot] Hows to boot Linux Kernel from USB

2008-10-01 Thread Nobuhiro Iwamatsu
arch/sh/boot/Makefile to your kernel. Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] net: ne2000: Divided a function of NE2000 driver

2008-10-02 Thread Nobuhiro Iwamatsu
Hi, all 2008/10/3 Ben Warren [EMAIL PROTECTED]: Jean-Christophe PLAGNIOL-VILLARD wrote: On 23:07 Wed 01 Oct , Ben Warren wrote: Hi Nobuhiro-san, Nobuhiro Iwamatsu wrote: get_prom function was used __attriute__ , but it is not enable. ax88796.o does not do link besides ne2000.o. When

[U-Boot] [PATCH] sh: Fix cannot execute a stand-alone application

2008-10-08 Thread Nobuhiro Iwamatsu
Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- examples/stubs.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/stubs.c b/examples/stubs.c index ec53532..a8cb954 100644

Re: [U-Boot] Run hello world with Uboot !

2008-10-08 Thread Nobuhiro Iwamatsu
steps. This problem is SuperH specific. I fixed it and send patch. Thaoth , Please apply patch to your source code, and do test. Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

[U-Boot] [PATCH] sh: rsk7203: Add smc911x driver support to board config file

2008-10-13 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/configs/rsk7203.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/rsk7203.h b/include/configs/rsk7203.h index d99e4f3..1f20e57 100644 --- a/include/configs/rsk7203.h +++ b/include/configs

[U-Boot] [PATCH] net: sh_eth: Remove unnecessary return

2012-02-02 Thread Nobuhiro Iwamatsu
--- drivers/net/sh_eth.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c index 1bc44a8..8d3dac2 100644 --- a/drivers/net/sh_eth.c +++ b/drivers/net/sh_eth.c @@ -94,7 +94,6 @@ int sh_eth_send(struct eth_device *dev, volatile void

[U-Boot] [PATCH] net: sh_eth: Add support SH7734 Ethernet device

2012-02-02 Thread Nobuhiro Iwamatsu
SH7734 has one channel ethernet device. This support 10/100/1000Base, and RMII/MII/GMII. And this has the same structure as SH7763. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/net/sh_eth.c | 17 +- drivers/net/sh_eth.h | 85

[U-Boot] [PATCH] sh: Add support for r0p7734 board

2012-02-02 Thread Nobuhiro Iwamatsu
The r0p7734 board has SH7734, 128MB DDR2-SDRAM, USB, Ethernet, and more. This patch supports the following functions: - 128MB DDR2-SDRAM - 32MB NOR Flash memory - Serial console (SCIF) - Ethernet (SH-Ether/SMSC) Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- MAINTAINERS

[U-Boot] [PATCH] net: sh_eth: Fix build warnings and whitespace for sh_eth

2012-02-02 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/net/sh_eth.c | 27 +-- 1 files changed, 21 insertions(+), 6 deletions(-) diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c index c1abe7c..e29061c 100644 --- a/drivers/net/sh_eth.c +++ b

[U-Boot] [PATCH] sh: i2c: Add support I2C controller of SH7734

2012-02-02 Thread Nobuhiro Iwamatsu
Renesas SH7734 has two I2C interfaceis. This supports these I2C. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/i2c/Makefile|1 + drivers/i2c/sh_sh7734_i2c.c | 468 +++ 2 files changed, 469 insertions(+), 0

[U-Boot] [PATCH] sh: r0p7734: Add support I2C and set MAC address

2012-02-02 Thread Nobuhiro Iwamatsu
r0p7734 board stores away MAC address in EEPROM. This sets an MAC address to reading, environment variable from an EEPROM by supporting I2C. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- board/renesas/r0p7734/r0p7734.c | 19 ++- include/configs/r0p7734.h

Re: [U-Boot] [PATCH] sh: i2c: Add support I2C controller of SH7734

2012-02-14 Thread Nobuhiro Iwamatsu
Hi, Thanks for your comment. 2012/2/6 Heiko Schocher h...@denx.de: Hello Nobuhiro, Nobuhiro Iwamatsu wrote: Renesas SH7734 has two I2C interfaceis. This supports these I2C. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com ---  drivers/i2c/Makefile        |    1

[U-Boot] [PATCH v2] sh: i2c: Add support I2C controller of SH7734

2012-02-14 Thread Nobuhiro Iwamatsu
Renesas SH7734 has two I2C interfaceis. This supports these I2C. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- V2: - Changed bit control to use the clr|set|clrsetbits_* functions. - Fix wrong comment style. - Add new line before for loop in i2c_read. drivers

[U-Boot] [PATCH] sh: Add bit control functions

2012-02-14 Thread Nobuhiro Iwamatsu
This provide bit control functions as clrbits_*, setbits_* and clrsetbits_*. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/include/asm/io.h | 37 + 1 files changed, 37 insertions(+), 0 deletions(-) diff --git a/arch/sh

Re: [U-Boot] [PATCH] net: sh_eth: Fix build warnings and whitespace for sh_eth

2012-02-14 Thread Nobuhiro Iwamatsu
Hi, 2012/2/3 Mike Frysinger vap...@gentoo.org: On Friday 03 February 2012 02:30:48 Nobuhiro Iwamatsu wrote: @@ -564,8 +569,10 @@ static int sh_eth_bb_init(struct bb_miiphy_bus *bus)  static int sh_eth_bb_mdio_active(struct bb_miiphy_bus *bus)  { +     int port;       struct sh_eth_dev *eth

Re: [U-Boot] [PATCH] sh: Fix sh7264 clock speed and related serial setting

2012-02-14 Thread Nobuhiro Iwamatsu
CONFIG_SYS_HZ          (CONFIG_SYS_CLK_FREQ / CMT_CLK_DIVIDER) -- 1.7.0.4 -- Nobuhiro Iwamatsu    iwamatsu at {nigauri.org / debian.org}    GPG ID: 40AD1FA6 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 07/10] net: pcnet: use pci_virt_to_mem to obtain buffer addresses

2013-02-04 Thread Nobuhiro Iwamatsu
((pci_dev_t)d-priv, (u_long)(a)) +#define PCI_TO_MEM(d, a) pci_virt_to_mem((pci_dev_t)d-priv, (a)) #define PCI_TO_MEM_LE(d,a) (u32)(cpu_to_le32(PCI_TO_MEM(d,a))) static struct pci_device_id supported[] = { -- 1.7.10 -- Best regards, Daniel -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org

Re: [U-Boot] [PATCH v3] arm: rmobile: Add support Renesas SH73A0

2012-08-19 Thread Nobuhiro Iwamatsu
Hi, Thanks for your review. On Sat, Aug 11, 2012 at 12:52 AM, Mike Frysinger vap...@gentoo.org wrote: On Friday 10 August 2012 03:41:17 Nobuhiro Iwamatsu wrote: --- a/arch/arm/cpu/armv7/rmobile/Makefile +++ b/arch/arm/cpu/armv7/rmobile/Makefile +clean: + rm -f $(SOBJS) $(OBJS

[U-Boot] [PATCH v5] arm: rmobile: Add support Renesas SH73A0

2012-08-19 Thread Nobuhiro Iwamatsu
From: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Renesas SH73A0 is CPU with Cortex-A9. This supports the basic register definition and GPIO. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- V5: Remove dead code

Re: [U-Boot] [PATCH 25/37] arm: rmobile: Add support TMU base timer function

2012-08-19 Thread Nobuhiro Iwamatsu
, this is my mistake. On Fri, 10 Aug 2012 16:16:12 +0900 Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: Some rmobile SoC has TMU base timer function. This supports TMU. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- V2: Set COBJS one object per line, and sort

Re: [U-Boot] [PATCH 2/2] rmobile: Add README

2012-08-19 Thread Nobuhiro Iwamatsu
On Sat, Aug 11, 2012 at 12:07 AM, Tom Rini tr...@ti.com wrote: On 08/10/2012 12:19 AM, Nobuhiro Iwamatsu wrote: Hi, On Fri, Aug 10, 2012 at 2:03 AM, Tom Rini tr...@ti.com wrote: On Thu, Aug 09, 2012 at 11:30:24PM +0900, Nobuhiro Iwamatsu wrote: This add README of Renesas RMOBILE. Based doc

Re: [U-Boot] [PATCH 25/37] arm: rmobile: Add support TMU base timer function

2012-08-20 Thread Nobuhiro Iwamatsu
Hi, On Tue, Aug 21, 2012 at 9:18 AM, Kim Phillips kim.phill...@freescale.com wrote: On Mon, 20 Aug 2012 00:21:10 +0900 Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: On Tue, Aug 14, 2012 at 8:26 AM, Kim Phillips kim.phill...@freescale.com wrote: On Fri, 10 Aug 2012 16:16:12

Re: [U-Boot] [PATCH v5] arm: rmobile: Add support Renesas SH73A0

2012-08-21 Thread Nobuhiro Iwamatsu
Hi, Thanks for your review. On Mon, Aug 20, 2012 at 12:00 PM, Mike Frysinger vap...@gentoo.org wrote: On Sunday 19 August 2012 10:40:05 Nobuhiro Iwamatsu wrote: --- /dev/null +++ b/arch/arm/cpu/armv7/rmobile/board.c +#ifdef CONFIG_DISPLAY_BOARDINFO +int checkboard(void) +{ + printf

[U-Boot] [PATCH 1/5] sh: tmu: Changed TMU driver using array of structures

2012-08-21 Thread Nobuhiro Iwamatsu
This changed into access using array of structure from access to the register using the definition of the register by macro. And removed white space. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/include/asm/clk.h|5 --- arch/sh/include/asm/cpu_sh7706

[U-Boot] [PATCH 3/5] sh: tmu: Removed arch/sh/include/asm/clk.h

2012-08-21 Thread Nobuhiro Iwamatsu
asm/clk.h was included get_peripheral_clk_rate function. But this is not used from anywhere. This removed asm/clk.h, and deleted include line from arch/sh/lib/time.c Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/include/asm/clk.h | 30

[U-Boot] [PATCH 2/5] sh: tmu: Changed switch statement to shift operation

2012-08-21 Thread Nobuhiro Iwamatsu
Calculation of the bit position using switch statement can substitute shift operation using ffs. And removed unsed macro and variable. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/lib/time.c | 48 ++-- 1 file changed

[U-Boot] [PATCH v3] arm: rmobile: Add support TMU base timer function

2012-08-21 Thread Nobuhiro Iwamatsu
Some rmobile SoC has TMU base timer function. This supports TMU. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- V3: Merged arch/sh/lib/time.c Need patches * sh: tmu: Removed arch/sh/include/asm/clk.h

[U-Boot] [PATCH v6] arm: rmobile: Add support Renesas SH73A0

2012-08-21 Thread Nobuhiro Iwamatsu
Renesas SH73A0 is CPU with Cortex-A9. This supports the basic register definition and GPIO. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- V6: Changed Makefile that using config. Removed unnecessary ifdefs. V5

[U-Boot] [PATCH v2] rmobile: Add README

2012-08-21 Thread Nobuhiro Iwamatsu
From: Nobuhiro Iwamatsu iwama...@nigauri.org This add README of Renesas RMOBILE. Based doc/README.omap3. Signed-off-by: Nobuhiro Iwamatsu iwama...@nigauri.org --- V2: Added more compiler infomation. doc/README.rmobile | 65 1 file changed

[U-Boot] Request pull: u-boot-sh

2012-08-27 Thread Nobuhiro Iwamatsu
-sh.git master for you to fetch changes up to 31d4fe8d405c4b9e27f7eca6c6710092ba14b49d: sh: tmu: Removed arch/sh/include/asm/clk.h (2012-08-21 15:00:34 +0900) Nobuhiro Iwamatsu (3): sh: tmu: Changed TMU driver using array

[U-Boot] How to manage RMOBILE patches?

2012-09-02 Thread Nobuhiro Iwamatsu
for ATMARK-TECHNO Armadillo-800EVA board Nobuhiro Iwamatsu (20): ARMv7: Add register definition of global timer arm: rmobile: Add basic support for Renesas R-Mobile arm: rmobile: Add support Renesas SH73A0 arm: rmobile: Add support PFC of Renesas SH73A0 arm: rmobile: Add

Re: [U-Boot] How to manage RMOBILE patches?

2012-09-04 Thread Nobuhiro Iwamatsu
Hi, On Tue, Sep 4, 2012 at 4:15 AM, Wolfgang Denk w...@denx.de wrote: Dear Nobuhiro Iwamatsu, In message CABMQnVLBEEjcEtfTzdeThHfTLp=b24qsognfjbzr-8ywytj...@mail.gmail.com you wrote: I am working supporting Renesas RMOBILE to U-Boot. Renesas's RMOBILE SoC family contains an ARM Cortex

Re: [U-Boot] How to manage RMOBILE patches?

2012-09-04 Thread Nobuhiro Iwamatsu
Hi, On Wed, Sep 5, 2012 at 2:36 AM, Tom Rini tr...@ti.com wrote: On Mon, Sep 03, 2012 at 09:15:56PM +0200, Wolfgang Denk wrote: Dear Nobuhiro Iwamatsu, In message CABMQnVLBEEjcEtfTzdeThHfTLp=b24qsognfjbzr-8ywytj...@mail.gmail.com you wrote: I am working supporting Renesas RMOBILE

Re: [U-Boot] How to manage RMOBILE patches?

2012-09-05 Thread Nobuhiro Iwamatsu
Hi, Tom. On Wed, Sep 5, 2012 at 11:17 PM, Tom Rini tr...@ti.com wrote: On 09/05/2012 04:18 AM, Albert ARIBAUD wrote: Hi Nobuhiro, On Wed, 5 Sep 2012 11:26:37 +0900, Nobuhiro Iwamatsu iwama...@nigauri.org wrote: Hi, On Wed, Sep 5, 2012 at 2:36 AM, Tom Rini tr...@ti.com wrote: On Mon, Sep

[U-Boot] [PATCH] sh: ap_sh4a_4a: Fixed initialization value of DDR memory

2012-09-05 Thread Nobuhiro Iwamatsu
The wrong value was set as value of column of DDR memory for ap_sh4a_4a. 10 is the right value. This fixed this problem. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- board/alphaproject/ap_sh4a_4a/lowlevel_init.S |2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [U-Boot] How to manage RMOBILE patches?

2012-09-09 Thread Nobuhiro Iwamatsu
HI, Albert. On Fri, Sep 7, 2012 at 4:28 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Nobuhiro, On Thu, 6 Sep 2012 08:20:59 +0900, Nobuhiro Iwamatsu iwama...@nigauri.org wrote: Hi, Tom. On Wed, Sep 5, 2012 at 11:17 PM, Tom Rini tr...@ti.com wrote: On 09/05/2012 04:18 AM, Albert

Re: [U-Boot] How to manage RMOBILE patches?

2012-09-09 Thread Nobuhiro Iwamatsu
Hi, On Sat, Sep 8, 2012 at 2:09 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Tom, On Thu, 6 Sep 2012 13:58:57 -0700, Tom Rini tr...@ti.com wrote: On 09/06/2012 12:28 PM, Albert ARIBAUD wrote: Hi Nobuhiro, On Thu, 6 Sep 2012 08:20:59 +0900, Nobuhiro Iwamatsu iwama

Re: [U-Boot] [PATCH 2/3] i2c: sh_i2c.c: correct BUSY bit define in ICSR

2012-09-11 Thread Nobuhiro Iwamatsu
this was mistake. But I don't have technical document other than SH73A0. Could you verify? Yes, this is typo. 3 is AL bit. Thanks! Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com drivers/i2c/sh_i2c.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c

Re: [U-Boot] [PATCH 1/3] i2c: sh_i2c.c: support iccl and icch extension

2012-09-11 Thread Nobuhiro Iwamatsu
/ denom; if (tmp % 10 = 5) - icch = (u8)((num/denom) + 1); + icch = (u16)((num/denom) + 1); else - icch = (u8)(num/denom); + icch = (u16)(num/denom); } /* -- 1.7.9.5 Best regards, Nobuhiro -- Nobuhiro

Re: [U-Boot] [PATCH 3/3] i2c: sh_i2c.c: adjust for SH73A0

2012-09-11 Thread Nobuhiro Iwamatsu
. Signed-off-by: Tetsuyuki Kobayashi k...@kmckk.co.jp Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/i2c/sh_i2c.c|4 include/configs/kzm9g.h |2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/i2c/sh_i2c.c b/drivers/i2c

Re: [U-Boot] [PATCH v2 4/9] i2c: sh_i2c.c: support I2C2, I2C3 and I2C4

2012-09-12 Thread Nobuhiro Iwamatsu
(0xE6824000) +#define CONFIG_SH_I2C_BASE3 (0xE6826000) +#define CONFIG_SH_I2C_BASE4 (0xE6828000) #endif /* __KZM9G_H */ -- 1.7.9.5 Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Best regards, Nobuhiro -- Nobuhiro Iwamatsu

Re: [U-Boot] [PATCH v2 5/9] i2c: sh_i2c: enable i2c_probe

2012-09-12 Thread Nobuhiro Iwamatsu
, chip, 0, 1); } -- 1.7.9.5 Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 1/9] i2c: sh_i2c.c: support iccl and icch extension

2012-09-12 Thread Nobuhiro Iwamatsu
CONFIG_SYS_MAX_I2C_BUS (2) -- 1.7.9.5 Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 6/9] i2c: sh_i2c.c: check error in i2c_read and i2c_write

2012-09-12 Thread Nobuhiro Iwamatsu
; } -- 1.7.9.5 Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 7/9] i2c: sh_i2c.c: remove unused function

2012-09-12 Thread Nobuhiro Iwamatsu
irq_dte(struct sh_i2c *base) { int i; -- 1.7.9.5 Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u

Re: [U-Boot] [PATCH v2 8/9] arm: rmobile: kzm9g: enable I2C1

2012-09-12 Thread Nobuhiro Iwamatsu
/ workaround */ -- 1.7.9.5 Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [RESEND PATCH v2 0/9] i2c for R-mobile

2012-09-12 Thread Nobuhiro Iwamatsu
-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 9/9] arm: rmobile: kzm9g: enable I2C2

2012-09-12 Thread Nobuhiro Iwamatsu
); + gpio_request(GPIO_FN_PORT236_I2C_SDA2, NULL); gpio_request(GPIO_FN_PORT27_I2C_SCL3, NULL); gpio_request(GPIO_FN_PORT28_I2C_SDA3, NULL); -- 1.7.9.5 Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Best regards, Nobuhiro -- Nobuhiro Iwamatsu

Re: [U-Boot] [PATCH v3 10/10] i2c: sh_i2c: use setbits/clrbits macro

2012-09-17 Thread Nobuhiro Iwamatsu
-iccr) ~SH_I2C_ICCR_ICE, base-iccr); + clrbits_8(base-iccr, SH_I2C_ICCR_ICE); } static int i2c_raw_write(struct sh_i2c *base, u8 id, u8 reg, u8 val) -- 1.7.9.5 Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Thanks! Nobuhiro -- Nobuhiro Iwamatsu

Re: [U-Boot] [PATCH 61/71] serial: sh: Implement CONFIG_SERIAL_MULTI into sh serial driver

2012-09-17 Thread Nobuhiro Iwamatsu
driver. Also, add a weak implementation of default_serial_console() returning this driver. Signed-off-by: Marek Vasut ma...@denx.de Cc: Marek Vasut marek.va...@gmail.com Cc: Tom Rini tr...@ti.com Cc: Phil Edworthy phil.edwor...@renesas.com Cc: Nobuhiro Iwamatsu iwama...@nigauri.org Acked

Re: [U-Boot] [PATCH] sh: ap_sh4a_4a: Fixed initialization value of DDR memory

2012-09-17 Thread Nobuhiro Iwamatsu
Appled, thanks. Best regards, NObuhiro On Thu, Sep 6, 2012 at 9:36 AM, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: The wrong value was set as value of column of DDR memory for ap_sh4a_4a. 10 is the right value. This fixed this problem. Signed-off-by: Nobuhiro Iwamatsu

Re: [U-Boot] [PATCH] net: sh_eth: Add support R8A7740 of rmobile (arm core)

2012-09-17 Thread Nobuhiro Iwamatsu
Hi, Joe. Could you pick this patch to your repository? Best regards, Nobuhiro On Fri, Aug 3, 2012 at 5:08 PM, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: R8A7740 of rmobile has ethernet device, and this is same IP of sh-ether. This support R8A7740 of rmobile. Signed-off

[U-Boot] [PATCH] spi: Add support SH Queued SPI driver

2013-07-31 Thread Nobuhiro Iwamatsu
This patch adds a driver for Renesas SoC's Queued SPI bus. This supports with 8 bits per transfer to use with SPI flash. Signed-off-by: Kouei Abe kouei.abe...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/spi/Makefile | 1 + drivers/spi/sh_qspi.c

[U-Boot] [PATCH] sf: spansion: Add support for S25FL512S_256K

2013-07-31 Thread Nobuhiro Iwamatsu
Add support for Spansion S25FL512S_256K SPI flash. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/mtd/spi/spansion.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/mtd/spi/spansion.c b/drivers/mtd/spi/spansion.c index 47a4897..a7dc096 100644

Re: [U-Boot] [PATCH] sf: spansion: Add support for S25FL512S_256K

2013-07-31 Thread Nobuhiro Iwamatsu
Hi, Thank you for your review. 2013/7/31 Michal Simek mon...@monstr.eu: On 07/31/2013 09:43 AM, Nobuhiro Iwamatsu wrote: Add support for Spansion S25FL512S_256K SPI flash. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/mtd/spi/spansion.c | 8 1

[U-Boot] [PATCH v2] spi: Add support SH Queued SPI driver

2013-08-08 Thread Nobuhiro Iwamatsu
This patch adds a driver for Renesas SoC's Queued SPI bus. This supports with 8 bits per transfer to use with SPI flash. Signed-off-by: Kouei Abe kouei.abe...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- v2: Change SH QSPI to SH QSPI (Queued SPI). Remove

Re: [U-Boot] [PATCH v2] spi: Add support SH Queued SPI driver

2013-08-19 Thread Nobuhiro Iwamatsu
Hi, Thanks for your comment. 2013/8/9 Jagan Teki jagannadh.t...@gmail.com: Hi, On 08-08-2013 15:02, Nobuhiro Iwamatsu wrote: This patch adds a driver for Renesas SoC's Queued SPI bus. This supports with 8 bits per transfer to use with SPI flash. Signed-off-by: Kouei Abe kouei.abe

[U-Boot] [PATCH v3] spi: Add support SH Quad SPI driver

2013-08-21 Thread Nobuhiro Iwamatsu
This patch adds a driver for Renesas SoC's Quad SPI bus. This supports with 8 bits per transfer to use with SPI flash. Signed-off-by: Kouei Abe kouei.abe...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- v3: Change Queued to Quad. Remove path of file from

[U-Boot] [PATCH 6/6] sh: boards: Change clock definition of SCIF and TMU

2013-08-21 Thread Nobuhiro Iwamatsu
This changes clock definition of SCIF from CONFIG_SYS_CLK_FREQ to CONFIG_SH_SCIF_CLK_FREQ, and clock definition of TMU from CONFIG_SYS_CLK_FREQ to CONFIG_SH_TMU_CLK_FREQ for boards. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- include/configs/MigoR.h | 2 ++ include

[U-Boot] [PATCH 2/6] sh: timer: Remove static global variable

2013-08-21 Thread Nobuhiro Iwamatsu
static u16 bit is not necessary to use this as static global variable. This patch fixes this. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/lib/time.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/sh/lib/time.c b/arch/sh/lib

[U-Boot] [PATCH 5/6] serial: sh: Change The definition of clock of SCIF

2013-08-21 Thread Nobuhiro Iwamatsu
The former SH/SCIF driver had calculated baudrate based on CONFIG_SYS_CLK_FREQ. The newest SH/SCIF needs calculation of the clock for SCIF. This patch defines clock CONFIG_SH_SCIF_CLK_FREQ for SCIF and changes it to CONFIG_SH_SCIF_CLK_FREQ from CONFIG_SYS_CLK_FREQ. Signed-off-by: Nobuhiro

[U-Boot] [PATCH 3/6] sh: cache: Change cache API to defines as U-Boot

2013-08-21 Thread Nobuhiro Iwamatsu
A chache API of SH is developped by reference in linux kernel. And API was the same as the linux kernel. This patch change cache API to defines as U-Boot. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/cpu/sh4/cache.c | 4 ++-- arch/sh/cpu/sh4/cpu.c | 2

[U-Boot] [PATCH 1/6] sh: timer: Mask bit of timer prescaler

2013-08-21 Thread Nobuhiro Iwamatsu
timer_init function sets timer prescaler bit. The previous code so did not mask this bit, this function was to overwrite the bit. This will fix this problem. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/lib/time.c | 4 +++- 1 file changed, 3 insertions(+), 1

[U-Boot] [PATCH 4/6] sh: timer: Change The definition of clock of TMU

2013-08-21 Thread Nobuhiro Iwamatsu
The former SH/TMU driver had calculated timer based on CONFIG_SYS_CLK_FREQ. The newest SH/TMU newly needs calculation of the clock for TMU. This patch defines clock CONFIG_SH_TMU_CLK_FREQ for TMU and changes it to CONFIG_SH_TMU_CLK_FREQ from CONFIG_SYS_CLK_FREQ. Signed-off-by: Nobuhiro Iwamatsu

[U-Boot] [PATCH 1/2] arm: rmobile: kzm9g: Change clock definition of SCIF from CONFIG_SYS_CLK_FREQ to CONFIG_SH_SCIF_CLK_FREQ

2013-08-21 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- include/configs/kzm9g.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index 222725c..6323050 100644 --- a/include/configs/kzm9g.h +++ b/include/configs/kzm9g.h @@ -125,6

[U-Boot] [PATCH 2/2] arm: rmobile: armadillo-800eva: Change clock definition of SCIF and TMU

2013-08-21 Thread Nobuhiro Iwamatsu
This changes clock definition of SCIF from CONFIG_SYS_CLK_FREQ to CONFIG_SH_SCIF_CLK_FREQ, and clock definition of TMU from CONFIG_SYS_CLK_FREQ to CONFIG_SH_TMU_CLK_FREQ, Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- include/configs/armadillo-800eva.h | 2 ++ 1 file

[U-Boot] [PATCH 2/4] net: sh-eth: Add control for padding size of packet descriptor

2013-08-21 Thread Nobuhiro Iwamatsu
sh-eth can change the alignment size of a packet descriptor according to BUS size. This patch adds this function. Signed-off-by: Hisashi Nakamura hisashi.nakamura...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/net/sh_eth.c | 13 - drivers

[U-Boot] [PATCH 4/4] net: sh-eth: Add support R8A7790

2013-08-21 Thread Nobuhiro Iwamatsu
R8A7790 has the same sh-ether IP core as other SH/rmobile. This patch adds support of R8A7790. Signed-off-by: Hisashi Nakamura hisashi.nakamura...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/net/sh_eth.c | 5 - drivers/net/sh_eth.h | 7 +++ 2

[U-Boot] [PATCH 3/4] net: sh-eth: Add invalidate cache control for rmobile (ARM SoC)

2013-08-21 Thread Nobuhiro Iwamatsu
The sh-eth of rmobile needs to use invalidate_cache* function. This patch adds invalidate_cache* function. Signed-off-by: Hisashi Nakamura hisashi.nakamura...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/net/sh_eth.c | 31

[U-Boot] [PATCH 1/4] net: sh-eth: Change cache API of SH

2013-08-21 Thread Nobuhiro Iwamatsu
The cache API of SH was changed from dcache_wback_range to flush_dcache_range. sh-eth uses dcache_wback_range. This patch changes to flush_dcache_range. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/net/sh_eth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion

[U-Boot] [PATCH 1/3] serial: sh: Add support R8A7790

2013-08-21 Thread Nobuhiro Iwamatsu
This adds the preset value to register, and setup of baudrate. Signed-off-by: Kouei Abe kouei.abe...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/serial/serial_sh.c | 1 + drivers/serial/serial_sh.h | 13 + 2 files changed, 14 insertions

[U-Boot] [PATCH] arm: omap5: echi: Add GPL-2.0+ SPDX-License-Identifier

2013-09-17 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/arm/include/asm/arch-omap5/ehci.h | 15 +-- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/arch/arm/include/asm/arch-omap5/ehci.h b/arch/arm/include/asm/arch-omap5/ehci.h index 3921e4a..63aaa02

Re: [U-Boot] [PATCH 3/3] arm: rmobile: Add support lager board

2013-09-19 Thread Nobuhiro Iwamatsu
Hi, Albert. (2013/09/19 18:04), Albert ARIBAUD wrote: Hi Nobuhiro, On Thu, 22 Aug 2013 13:23:28 +0900, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: diff --git a/arch/arm/include/asm/mach-types.h b/arch/arm/include/asm/mach-types.h index 440b041..67b88ad 100644 --- a/arch/arm

Re: [U-Boot] [PATCH 1/2] arm: rmobile: kzm9g: Change clock definition of SCIF from CONFIG_SYS_CLK_FREQ to CONFIG_SH_SCIF_CLK_FREQ

2013-09-19 Thread Nobuhiro Iwamatsu
Hi, Albert. (2013/09/19 18:09), Albert ARIBAUD wrote: Hi Nobuhiro, On Thu, 22 Aug 2013 13:05:49 +0900, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: Signed-off-by: Nobuhiro Iwamatsunobuhiro.iwamatsu...@renesas.com --- include/configs/kzm9g.h | 1 + 1 file changed, 1 insertion

[U-Boot] [PATCH v2 1/3] serial: sh: Add support R8A7790

2013-09-19 Thread Nobuhiro Iwamatsu
This adds the preset value to register, and setup of baudrate. Signed-off-by: Kouei Abe kouei.abe...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- v2: no changes drivers/serial/serial_sh.c | 1 + drivers/serial/serial_sh.h | 13 + 2 files

Re: [U-Boot] [UBOOT][PATCHv3 5/7] spi: add TI QSPI driver

2013-09-19 Thread Nobuhiro Iwamatsu
you change to 'SPDX-License-Identifier:GPL-2.0+', please? Best regards, Nobuhiro -- Nobuhiro Iwamatsu ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 4/4] arm: rmobile: Add support Koelsch board

2013-09-24 Thread Nobuhiro Iwamatsu
The koelsch board has R8A7791, 2GB DDR3-SDRAM, USB, Quad SPI, Ethernet, and more. This patch supports the following functions: - DDR3-SDRAM - SCIF - Quad SPI - Ether Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Hisashi Nakamura hisashi.nakamura

[U-Boot] [PATCH 1/4] serial: sh: Add support R8A7791

2013-09-24 Thread Nobuhiro Iwamatsu
This adds the preset value to register for R8A7791. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com CC: Nobuhiro Iwamatsu iwama...@nigauri.org --- drivers/serial/serial_sh.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/serial/serial_sh.h b

[U-Boot] [PATCH 2/4] net: sh-eth: Add support R8A7791

2013-09-24 Thread Nobuhiro Iwamatsu
R8A7791 has the same sh-ether IP core as other SH/rmobile. This patch adds support of R8A7791. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com CC: Nobuhiro Iwamatsu iwama...@nigauri.org CC: Joe Hershberger joe.hershber...@gmail.com --- drivers/net/sh_eth.c | 5 +++-- drivers

[U-Boot] [PATCH] i2c: Add support for Renesas rcar

2013-09-26 Thread Nobuhiro Iwamatsu
This supports i2c controller for Renesas rcar. Signed-off-by: Hisashi Nakamura hisashi.nakamura...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/i2c/Makefile | 1 + drivers/i2c/rcar_i2c.c | 289 + 2

Re: [U-Boot] [PATCH] i2c: Add support for Renesas rcar

2013-09-26 Thread Nobuhiro Iwamatsu
Hi, Heiko. Thank you for your review. (2013/09/27 12:37), Heiko Schocher wrote: Hello Nobuhiro, Am 27.09.2013 01:21, schrieb Nobuhiro Iwamatsu: This supports i2c controller for Renesas rcar. Signed-off-by: Hisashi Nakamurahisashi.nakamura...@renesas.com Signed-off-by: Nobuhiro

[U-Boot] [PATCH v2] i2c: Add support for Renesas rcar

2013-09-27 Thread Nobuhiro Iwamatsu
This supports i2c controller for Renesas rcar. Signed-off-by: Hisashi Nakamura hisashi.nakamura...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- v2: - Add infomation about rcar_i2c to README. - Remove empty line. - Fix space. - Keep list sorted

[U-Boot] [PATCH v2 4/4] arm: rmobile: armadillo-800eva: Change clock definition of SCIF and TMU

2013-09-29 Thread Nobuhiro Iwamatsu
This changes clock definition of SCIF from CONFIG_SYS_CLK_FREQ to CONFIG_SH_SCIF_CLK_FREQ, and clock definition of TMU from CONFIG_SYS_CLK_FREQ to CONFIG_SH_TMU_CLK_FREQ, Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com CC: Nobuhiro Iwamatsu iwama...@nigauri.org CC: Albert

  1   2   3   4   5   6   7   8   9   10   >