Re: [U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board

2013-07-31 Thread Heiko Schocher
Hello Marek, Am 30.07.2013 23:37, schrieb Marek Vasut: Add STMP3780-based XFi3 board. This board is a small PMP device sporting a CPU which was later rebranded to i.MX233 . Currently supported is USB gadget mode and both external SD and internal Phison SD-NAND bridge . Signed-off-by: Marek

Re: [U-Boot] [PATCH] video: add L5F31188 TFT-LCD panel driver

2013-07-31 Thread Heiko Schocher
Hello Hyungwon Am 31.07.2013 03:38, schrieb Hyungwon Hwang: This is u-boot driver for L5F31188 panel. I've tested it in the board based on MIPI DSI with EXYNOS4 series, and it worked well. Thanks, Hyungwon Hwang Signed-off-by: Hyungwon Hwanghuman.hw...@samsung.com Signed-off-by: Donghwa

Re: [U-Boot] [PATCH v3 1/4] arm, am33xx: add defines for gmii_sel_register bits

2013-07-31 Thread Heiko Schocher
Hello Mugunthan, Am 30.07.2013 10:40, schrieb Mugunthan V N: On 7/30/2013 1:23 PM, Heiko Schocher wrote: Signed-off-by: Heiko Schocherh...@denx.de --- - changes for v2: defined all bits used in the gmii_sel register as Tom Rini suggested - changes for v3: rebased against u-boot-ti

Re: [U-Boot] [PATCHv2 5/8] drivers: mtd: spi: Modify read/write command for sfl256s flash.

2013-07-31 Thread Sourav Poddar
Hi Jagan, On Tuesday 23 July 2013 07:53 PM, Sourav Poddar wrote: + jagan, On Tuesday 23 July 2013 02:29 PM, Sourav Poddar wrote: Reading using the already supported read command is causing regression after 4k bytes, as a result doing a page by page read. Its happening, because ti qpsi

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Albert ARIBAUD
Hi Wolfgang, On Wed, 31 Jul 2013 07:18:21 +0200, Wolfgang Denk w...@denx.de wrote: Dear Albert ARIBAUD, In message 20130731000921.724f5c71@lilith you wrote: board_init_f() is supposed to initialize just enough of the system to allow relocation. Is initializing i2c necessary in this

Re: [U-Boot] [PATCH] config.mk: Add -Wundef to CFLAGS

2013-07-31 Thread Albert ARIBAUD
Hi Masahiro, On Wed, 31 Jul 2013 11:45:18 +0900, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hello Albert Will the patch cause some targets to break? I don't think so because -Wundef option just prints warnings. GCC manual says: -Wundef Warn if an undefined identifier is

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Heiko Schocher
Hello Albert, Am 31.07.2013 09:06, schrieb Albert ARIBAUD: Hi Wolfgang, On Wed, 31 Jul 2013 07:18:21 +0200, Wolfgang Denkw...@denx.de wrote: Dear Albert ARIBAUD, In message20130731000921.724f5c71@lilith you wrote: board_init_f() is supposed to initialize just enough of the system to

[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] Change of NDS32 Custodian

2013-07-31 Thread Macpaul Lin
Hi, Here is a short announcement about a change in the U-boot NDS32 custodian. I have no longer working in Andes Technology Corporation and cannot provide the community the best support on NDS32 architecture. Kuan-Yu Kuo (a.k.a. Ken Kuo) will be the next custodian of u-boot-nds32 branch. Thanks

[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 v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Albert ARIBAUD
Hi Heiko, On Wed, 31 Jul 2013 09:36:19 +0200, Heiko Schocher h...@denx.de wrote: On the other hand, it may be hard to immediately know what functions throughout U-boot are safe to call from within board_init_f(); maybe we should start thinking about checking and marking these, the simplest

Re: [U-Boot] [PATCH] video: add L5F31188 TFT-LCD panel driver

2013-07-31 Thread Hyungwon Hwang
Hello, Heiko. I think that function l5f31188_display_enable() is needed to wrap up function l5f31188_display_on(). Function l5f31188_display_enable() is used as an interface to external side, especially to MIPI DSI driver. But function l5f31188_display_on() is used as an internal function in

[U-Boot] [PATCH v2] video: add L5F31188 TFT-LCD panel driver

2013-07-31 Thread Hyungwon Hwang
This is u-boot driver for L5F31188 panel. I tested it in the board based on MIPI DSI with EXYNOS4 series, and it worked well. Changes in V2: - Replaced license header by SPDX-License-Identifier. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com Signed-off-by: Donghwa Lee

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Heiko Schocher
Hello Albert, Am 31.07.2013 10:16, schrieb Albert ARIBAUD: Hi Heiko, On Wed, 31 Jul 2013 09:36:19 +0200, Heiko Schocherh...@denx.de wrote: On the other hand, it may be hard to immediately know what functions throughout U-boot are safe to call from within board_init_f(); maybe we should

[U-Boot] Pull request: u-boot-blackfin

2013-07-31 Thread Sonic Zhang
Hi Tom, Please pull the following patches from u-boot-blackfin into your tree. Thanks The following changes since commit 6a19cc9df0ff76273cecd3cd72323a73ff44e8de: cfi_flash: Add prototypes of overridable functions (2013-07-30 09:11:54 +0200) are available in the git repository at:

Re: [U-Boot] KVM on ARM Chromebook

2013-07-31 Thread Marc Zyngier
On 2013-07-30 18:07, Alexander Spyridakis wrote: Hi Alexander, Since there was much interest, as of late, to see KVM/ARM running on Samsung's Exynos5250 Chromebook, and given the fact that we are not aware of any current work done on this, we take the opportunity to inform you that you can

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Albert ARIBAUD
Hi Heiko, On Wed, 31 Jul 2013 10:31:12 +0200, Heiko Schocher h...@denx.de wrote: Hello Albert, Am 31.07.2013 10:16, schrieb Albert ARIBAUD: Hi Heiko, On Wed, 31 Jul 2013 09:36:19 +0200, Heiko Schocherh...@denx.de wrote: On the other hand, it may be hard to immediately know what

Re: [U-Boot] [PATCH v7 2/2] console: usb: kbd: To improve TFTP booting performance

2013-07-31 Thread Jim Lin
On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote: Dear Jim Lin, In message 1374226576-13401-2-git-send-email-ji...@nvidia.com you wrote: TFTP booting is slow when a USB keyboard is installed and stdin has usbkbd added. This fix is to change Ctrl-C polling for USB keyboard to every

Re: [U-Boot] [PATCH] video: add L5F31188 TFT-LCD panel driver

2013-07-31 Thread Minkyu Kang
Dear Hyungwon Hwang. On 31/07/13 17:25, Hyungwon Hwang wrote: Hello, Heiko. I think that function l5f31188_display_enable() is needed to wrap up function l5f31188_display_on(). Function l5f31188_display_enable() is used as an interface to external side, especially to MIPI DSI driver.

Re: [U-Boot] KVM on ARM Chromebook

2013-07-31 Thread Alexander Spyridakis
On 31 July 2013 09:27, Marc Zyngier marc.zyng...@arm.com wrote: Thanks for putting this together. One remark though: I don't see any code in u-boot to handle errata specific to the A15 revision used by the Exynos5250. The original Chromebook kernel takes care of this (it runs in secure

Re: [U-Boot] [PATCH v7 2/2] console: usb: kbd: To improve TFTP booting performance

2013-07-31 Thread Jim Lin
On Fri, 2013-07-19 at 21:53 +0800, Marek Vasut wrote: Dear Jim Lin, On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote: Dear Jim Lin, In message 1374226576-13401-2-git-send-email-ji...@nvidia.com you wrote: TFTP booting is slow when a USB keyboard is installed and stdin

Re: [U-Boot] [PATCH v7 2/2] console: usb: kbd: To improve TFTP booting performance

2013-07-31 Thread Jim Lin
On Fri, 2013-07-19 at 21:53 +0800, Marek Vasut wrote: Dear Jim Lin, On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote: Dear Jim Lin, In message 1374226576-13401-2-git-send-email-ji...@nvidia.com you wrote: TFTP booting is slow when a USB keyboard is installed and stdin

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

2013-07-31 Thread Michal Simek
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 file changed, 8 insertions(+) diff --git a/drivers/mtd/spi/spansion.c

Re: [U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board

2013-07-31 Thread Marek Vasut
Dear Heiko Schocher, Hello Marek, Am 30.07.2013 23:37, schrieb Marek Vasut: Add STMP3780-based XFi3 board. This board is a small PMP device sporting a CPU which was later rebranded to i.MX233 . Currently supported is USB gadget mode and both external SD and internal Phison SD-NAND

Re: [U-Boot] [PATCH v7 2/2] console: usb: kbd: To improve TFTP booting performance

2013-07-31 Thread Marek Vasut
Dear Jim Lin, On Fri, 2013-07-19 at 21:53 +0800, Marek Vasut wrote: Dear Jim Lin, On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote: Dear Jim Lin, In message 1374226576-13401-2-git-send-email-ji...@nvidia.com you wrote: TFTP booting is slow when a USB keyboard is

Re: [U-Boot] Change of NDS32 Custodian

2013-07-31 Thread Marek Vasut
Dear Macpaul Lin, Hi, Here is a short announcement about a change in the U-boot NDS32 custodian. I have no longer working in Andes Technology Corporation and cannot provide the community the best support on NDS32 architecture. Kuan-Yu Kuo (a.k.a. Ken Kuo) will be the next custodian of

[U-Boot] [PATCH] i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEED

2013-07-31 Thread Marek Vasut
In case only the CONFIG_SYS_I2C_SPEED is set in configuration file, the CONFIG_SYS_I2C_SOFT_SPEED is defined as CONFIG_SYS_I2C_SPEED. The CONFIG_SYS_I2C_SOFT_SPEED is then used throughout the driver. Unfortunatelly, due to a typo in the driver, instead of defining CONFIG_SYS_I2C_SOFT_SPEED, an

[U-Boot] [PATCH] powerpc/mpc85xx:Avoid hardcoded init for serdes block 1 2

2013-07-31 Thread Prabhakar Kushwaha
It is not necessary for all processor to have serdes block 1 2. They may have only one serdes block. So, put serdes block 1 2 related code under defines Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com --- arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c | 16

Re: [U-Boot] [PATCH v2] sandbox: block driver using host file/device as backing store

2013-07-31 Thread Simon Glass
Hi Henrik, On Sun, Jun 16, 2013 at 7:39 PM, Henrik Nordström hen...@henriknordstrom.net wrote: sön 2013-06-16 klockan 07:50 -0700 skrev Simon Glass: Did you send a new version? I might have missed it. Not yet. Work got in a bit of a panic mode and then been ill for a while. Not

Re: [U-Boot] [PATCH 2/5] SPDX-License-Identifier: fixing some problematic GPL-2.0 files

2013-07-31 Thread Tom Rini
On Sun, Jul 28, 2013 at 10:12:44PM +0200, Wolfgang Denk wrote: Unlike the other patches in this series so far, this commit fixes a ambiguity in the license terms for some OMAP files: the code was originally derived from the Linux kernel sources, where it was clearly marked as GPL-2.0 (i. e.

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

2013-07-31 Thread Tom Rini
On Wed, Jul 31, 2013 at 04:50:58PM +0900, 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...@renesas.com Signed-off-by: Nobuhiro Iwamatsu

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Simon Glass
Hi, On Wed, Jul 31, 2013 at 3:38 AM, Albert ARIBAUD albert.u.b...@aribaud.netwrote: Hi Heiko, On Wed, 31 Jul 2013 10:31:12 +0200, Heiko Schocher h...@denx.de wrote: Hello Albert, Am 31.07.2013 10:16, schrieb Albert ARIBAUD: Hi Heiko, On Wed, 31 Jul 2013 09:36:19 +0200, Heiko

Re: [U-Boot] Change of NDS32 Custodian

2013-07-31 Thread Tom Rini
On Wed, Jul 31, 2013 at 04:04:42PM +0800, Macpaul Lin wrote: Hi, Here is a short announcement about a change in the U-boot NDS32 custodian. I have no longer working in Andes Technology Corporation and cannot provide the community the best support on NDS32 architecture. Kuan-Yu Kuo

Re: [U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board

2013-07-31 Thread Otavio Salvador
On Tue, Jul 30, 2013 at 8:36 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, On Tue, Jul 30, 2013 at 7:46 PM, Marek Vasut ma...@denx.de wrote: Dear Otavio Salvador, [...] + mxsfb_write_register(0x36, 0xaf); + mxsfb_write_register(0x37, 0); +

Re: [U-Boot] [PATCH 0/7] USB: XHCI: Add xHCI host controller stack driver

2013-07-31 Thread Dan Murphy
Vivek On 07/02/2013 07:59 AM, Vivek Gautam wrote: This change adds necessary xHCI host controller stack layer. This stack will eventually interact with SoC specific USB 3.0 controller drivers to enable USB 3.0 support on different boards. Based on 'master' branch of u-boot-usb tree. The

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Heiko Schocher
Hello Simon, Am 31.07.2013 14:30, schrieb Simon Glass: Hi, On Wed, Jul 31, 2013 at 3:38 AM, Albert ARIBAUD albert.u.b...@aribaud.netwrote: Hi Heiko, On Wed, 31 Jul 2013 10:31:12 +0200, Heiko Schocherh...@denx.de wrote: Hello Albert, Am 31.07.2013 10:16, schrieb Albert ARIBAUD: Hi

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-31 Thread Stefano Babic
Hi Marek, On 30/07/2013 23:37, Marek Vasut wrote: Add hook that allow configuring SmartLCD attached the MXS LCDIF controller operating in System-Mode. This hook can be overriden by a platform-specific SmartLCD programming routine, which writes the SmartLCD specific values into it's registers.

Re: [U-Boot] [PATCH v2 3/3] arm, am335x: add support for 3 siemens boards

2013-07-31 Thread Tom Rini
On Tue, Jul 30, 2013 at 09:13:26AM +0200, Heiko Schocher wrote: Hello Lokesh, Am 30.07.2013 07:39, schrieb Lokesh Vutla: Hi Heiko, On Tuesday 30 July 2013 10:39 AM, Heiko Schocher wrote: add support for the am335x based boards from siemens: [...] - [U-Boot] net, phy, cpsw: fix gigabit

[U-Boot] fw_printenv (uboot2011.12) 'Warning: Bad CRC, using default environment'

2013-07-31 Thread Andy Neubi
hi, i'm using the uboot-tools (fw_printenv) to readout the env-settings of my beagleboard-XM uboot. unfortunately i always getthe 'Warning: Bad CRC, using default environment' msg [root@buildroot ~]# cat /proc/mtd dev:size erasesize namemtd0: 0008 0002 X-Loadermtd1: 001e

Re: [U-Boot] [PATCH 0/7] USB: XHCI: Add xHCI host controller stack driver

2013-07-31 Thread Vivek Gautam
Hi Dan, On Wed, Jul 31, 2013 at 6:31 PM, Dan Murphy dmur...@ti.com wrote: Vivek On 07/02/2013 07:59 AM, Vivek Gautam wrote: This change adds necessary xHCI host controller stack layer. This stack will eventually interact with SoC specific USB 3.0 controller drivers to enable USB 3.0 support

Re: [U-Boot] [PATCH 0/7] USB: XHCI: Add xHCI host controller stack driver

2013-07-31 Thread Dan Murphy
Vivek On 07/31/2013 08:55 AM, Vivek Gautam wrote: snip Did you have an updated patch set for the xHCI code? At this point of time, we would have one or two fixes on top of this version of patches for xHCI. I can post those patches patches based on this series, so that you can just pick up

Re: [U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board

2013-07-31 Thread Stefano Babic
Hi Marek, On 30/07/2013 23:37, Marek Vasut wrote: Add STMP3780-based XFi3 board. This board is a small PMP device sporting a CPU which was later rebranded to i.MX233 . Currently supported is USB gadget mode and both external SD and internal Phison SD-NAND bridge . Signed-off-by: Marek

Re: [U-Boot] [PATCH 10/11] ARM: mxs: Enable 4x6 font for X-Fi3

2013-07-31 Thread Stefano Babic
On 30/07/2013 23:38, Marek Vasut wrote: This device has a very small screen and thus can benefit from using smaller font. Enable it. Signed-off-by: Marek Vasut ma...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Otavio Salvador ota...@ossystems.com.br Cc: Stefano Babic

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-31 Thread Stefano Babic
Hi Marek, On 31/07/2013 15:22, Marek Vasut wrote: Question: is there anything wrong to move it into mxsfb_system_setup() ? I would prefer to avoid adding a new not documented CONFIG_ only to set a bit... Yes, the order in which the LCD is configured must be preserved as-is. Ok,

Re: [U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board

2013-07-31 Thread Marek Vasut
Dear Stefano Babic, [...] @@ -0,0 +1,47 @@ +# +# (C) Copyright 2000-2006 +# Wolfgang Denk, DENX Software Engineering, w...@denx.de. +# +# See file CREDITS for list of people who contributed to this +# project. +# +# This program is free software; you can redistribute it and/or

Re: [U-Boot] [PATCH 03/11] video: Add System-Mode configuration hook into mxsfb

2013-07-31 Thread Marek Vasut
Dear Stefano Babic, Hi Marek, On 31/07/2013 15:22, Marek Vasut wrote: Question: is there anything wrong to move it into mxsfb_system_setup() ? I would prefer to avoid adding a new not documented CONFIG_ only to set a bit... Yes, the order in which the LCD is configured must be

Re: [U-Boot] fw_printenv (uboot2011.12) 'Warning: Bad CRC, using default environment'

2013-07-31 Thread Andreas Bießmann
Dear Andy Neubi, On 31.07.13 15:26, Andy Neubi wrote: hi, i'm using the uboot-tools (fw_printenv) to readout the env-settings of my beagleboard-XM uboot. unfortunately i always getthe 'Warning: Bad CRC, using default environment' msg please configure your MUA to wrap at about 78 chars

[U-Boot] [PATCH 1/2] powerpc: Use print_size() where appropriate

2013-07-31 Thread Shruti Kanetkar
Makes the startup output more consistent Signed-off-by: Shruti Kanetkar shr...@freescale.com Acked-by: Andy Fleming aflem...@freescale.com --- arch/powerpc/cpu/mpc824x/cpu.c | 8 +++- arch/powerpc/cpu/mpc85xx/cpu_init.c | 8 +--- arch/powerpc/cpu/mpc8xx/cpu.c | 24

Re: [U-Boot] [PATCH 06/11] ARM: mxs: Add SanDisk Sansa Fuze+ board

2013-07-31 Thread Wolfgang Denk
Dear Marek Vasut, In message 1375220281-11132-7-git-send-email-ma...@denx.de you wrote: diff --git a/board/sandisk/sansa_fuze_plus/Makefile b/board/sandisk/sansa_fuze_plus/Makefile new file mode 100644 index 000..5e46e4c --- /dev/null +++ b/board/sandisk/sansa_fuze_plus/Makefile @@

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Stephen Warren
On 07/30/2013 11:46 PM, Heiko Schocher wrote: ... Hmm.. each i2c adapter has its own init function ... why the tegra driver do not use it? And do the necessary inits in it? So we initialize an adapater only if we use it, which is also a rule for u-boot ... I have no hw, but it should be

Re: [U-Boot] [PATCH 06/11] ARM: mxs: Add SanDisk Sansa Fuze+ board

2013-07-31 Thread Marek Vasut
Dear Wolfgang Denk, Dear Marek Vasut, In message 1375220281-11132-7-git-send-email-ma...@denx.de you wrote: diff --git a/board/sandisk/sansa_fuze_plus/Makefile b/board/sandisk/sansa_fuze_plus/Makefile new file mode 100644 index 000..5e46e4c --- /dev/null +++

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Stephen Warren
On 07/31/2013 02:31 AM, Heiko Schocher wrote: Am 31.07.2013 10:16, schrieb Albert ARIBAUD: On Wed, 31 Jul 2013 09:36:19 +0200, Heiko Schocherh...@denx.de wrote: ... In the present instance, I'd rather we either: - removed dependency on DT etc. by using hard-coded low level I2C reads for

Re: [U-Boot] [PATCH v3 7/7] ARM: OMAP5-uevm: Add usb device reset API

2013-07-31 Thread Dan Murphy
Marek On 07/17/2013 11:30 PM, Marek Vasut wrote: Dear Dan Murphy, Add the call back to reset the LAN9730 after the FEAT_POWER has been called. Signed-off-by: Dan Murphy dmur...@ti.com --- v3 - Added this patch to separate the patch series - http://patchwork.ozlabs.org/patch/258229/

Re: [U-Boot] [PATCH 05/11] ARM: mxs: Add Creative ZEN XFi3 board

2013-07-31 Thread Marek Vasut
Dear Wolfgang Denk, Dear Marek, In message 1375220281-11132-6-git-send-email-ma...@denx.de you wrote: ... + /* Program the SmartLCD controller */ + writel(LCDIF_CTRL1_RECOVER_ON_UNDERFLOW, regs-hw_lcdif_ctrl1_set); + + writel(0x03030202, regs-hw_lcdif_timing); Please

Re: [U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-07-31 Thread Rob Herring
Dennis, On Thu, Jul 25, 2013 at 4:13 PM, dgilm...@fedoraproject.org wrote: From: Dennis Gilmore den...@ausil.us Signed-off-by: Dennis Gilmore den...@ausil.us --- include/configs/wandboard.h | 42 +++--- 1 file changed, 39 insertions(+), 3 deletions(-)

Re: [U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-07-31 Thread Robert Nelson
On Wed, Jul 31, 2013 at 6:01 PM, Rob Herring robherri...@gmail.com wrote: Dennis, On Thu, Jul 25, 2013 at 4:13 PM, dgilm...@fedoraproject.org wrote: From: Dennis Gilmore den...@ausil.us Signed-off-by: Dennis Gilmore den...@ausil.us --- include/configs/wandboard.h | 42

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

Re: [U-Boot] [PATCH] video: add L5F31188 TFT-LCD panel driver

2013-07-31 Thread Hyungwon Hwang
To heiko and minkyu, I'm very sorry. It was my first time to contribute my code to open-source community, and it was my mistake not to be familiar with the convention in this community. I read the article in the link which minkyu sent me. It was very helpful. Thank you. I'll be more careful

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Heiko Schocher
Hello Stephen, Am 31.07.2013 21:31, schrieb Stephen Warren: On 07/30/2013 11:46 PM, Heiko Schocher wrote: ... Hmm.. each i2c adapter has its own init function ... why the tegra driver do not use it? And do the necessary inits in it? So we initialize an adapater only if we use it, which is also

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Heiko Schocher
Hello Stephen, Am 31.07.2013 21:41, schrieb Stephen Warren: On 07/31/2013 02:31 AM, Heiko Schocher wrote: Am 31.07.2013 10:16, schrieb Albert ARIBAUD: On Wed, 31 Jul 2013 09:36:19 +0200, Heiko Schocherh...@denx.de wrote: ... In the present instance, I'd rather we either: - removed

Re: [U-Boot] [PATCH] i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEED

2013-07-31 Thread Heiko Schocher
Hello Marek, Am 31.07.2013 13:03, schrieb Marek Vasut: In case only the CONFIG_SYS_I2C_SPEED is set in configuration file, the CONFIG_SYS_I2C_SOFT_SPEED is defined as CONFIG_SYS_I2C_SPEED. The CONFIG_SYS_I2C_SOFT_SPEED is then used throughout the driver. Unfortunatelly, due to a typo in the

Re: [U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-07-31 Thread Stephen Warren
On 07/31/2013 10:32 PM, Heiko Schocher wrote: Hello Stephen, Am 31.07.2013 21:31, schrieb Stephen Warren: On 07/30/2013 11:46 PM, Heiko Schocher wrote: ... Hmm.. each i2c adapter has its own init function ... why the tegra driver do not use it? And do the necessary inits in it? So we