Re: [U-Boot] [PATCH V2] arm: omap3: Enable clocks for peripherals only if they are used

2013-12-01 Thread Igor Grinberg
On 11/30/13 08:59, Michael Trimarchi wrote: This patch change the per_clocks_enable() function used in OMAP3 code to enable peripherals clocks. Only required clock should be activated. So if the board use the uart(x) as a console we need to activate it. The Board's config should include define

Re: [U-Boot] [PATCH] serial: lpc32xx: send CR before LF

2013-12-01 Thread Marek Vasut
Dear Vladimir Zapolskiy, Dear Marek Vasut, On 12/01/13 01:06, Marek Vasut wrote: Dear Vladimir Zapolskiy, On 11/30/13 17:42, Marek Vasut wrote: Dear Vladimir Zapolskiy, For LPC32XX high-speed UART it is required to send a carriage return symbol along with line feed. Why ?

Re: [U-Boot] Pull request for u-boot-marvell.git

2013-12-01 Thread Luka Perkov
Hi Prafulla, On Thu, Nov 28, 2013 at 07:32:35PM -0800, Prafulla Wadaskar wrote: so we missed v2013.10. Any chance to pull them now for v2014.01? I am sorry about that. I will send new pull request for this. Can you please take this one too: http://patchwork.ozlabs.org/patch/287388/

[U-Boot] [RFC PATCH] kgdb: configs: remove obsolete CONFIG_KGDB_SER_INDEX

2013-12-01 Thread Vladimir Zapolskiy
The last users of CONFIG_KGDB_SER_INDEX were removed more than 3 years ago in commits 550650ddd0 and bf16500f79, either kgdb subsystem should care about this parameter or it should be gone completely. Signed-off-by: Vladimir Zapolskiy v...@mleia.com --- include/configs/B4860QDS.h |1

[U-Boot] [PATCH v2 4/4] sandbox: dumpimage: Test dumpimage

2013-12-01 Thread Simon Glass
From: Guilherme Maciel Ferreira guilherme.maciel.ferre...@gmail.com Add a test for dumpimage. Signed-off-by: Guilherme Maciel Ferreira guilherme.maciel.ferre...@gmail.com Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Tidy up shell script style a little - Updated test to

[U-Boot] [PATCH v2 2/4] tools: moved code common to all image tools to a separated module.

2013-12-01 Thread Simon Glass
From: Guilherme Maciel Ferreira guilherme.maciel.ferre...@gmail.com In order to avoid duplicating code and keep only one point of modification, the functions, structs and defines useful for dumpimage were moved from mkimage to a common module called imagetool. This modification also weakens the

[U-Boot] [PATCH v2 3/4] Add dumpimage, a tool to extract data from U-Boot images

2013-12-01 Thread Simon Glass
From: Guilherme Maciel Ferreira guilherme.maciel.ferre...@gmail.com Given a multi-file image created through the mkimage's -d option: $ mkimage -A x86 -O linux -T multi -n x86 -d vmlinuz:initrd.img:System.map \ multi.img Image Name: x86 Created: Thu Jul 25 10:29:13 2013 Image

[U-Boot] [PATCH v2 1/4] mkimage: added 'static' specifier to match function's prototype.

2013-12-01 Thread Simon Glass
From: Guilherme Maciel Ferreira guilherme.maciel.ferre...@gmail.com This function should be declared static. Signed-off-by: Guilherme Maciel Ferreira guilherme.maciel.ferre...@gmail.com Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Correct checkpatch problems

[U-Boot] [PATCH v2 0/4] Add dumpimage tool to extract files from U-Boot images

2013-12-01 Thread Simon Glass
This new dumpimage tool makes it easy to unpack images created by mkimage. The tool was written by: Guilherme Maciel Ferreira guilherme.maciel.ferre...@gmail.com I have tidied it up a little and resubmitted it, since no response was received to my earlier email. You can review this change

Re: [U-Boot] [U-Boot,v4,3/7] arm: atmel: sama5d3: correct the error define of DIV

2013-12-01 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: Correct the error define of DIV. Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v4: - None Changes in v3: - None Changes in v2: - None arch/arm/include/asm/arch-at91/at91_pmc.h |4 ++-- 1 file changed, 2 insertions(+), 2

Re: [U-Boot] [U-Boot,v4,1/7] arm: atmel: sama5d3: correct the ID for DBGU and PIT

2013-12-01 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: As the DBGU and PIT has its own ID on sama5d3 SoC, while not share with SYS ID. So, correct them. Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v4: - None Changes in v3: - None Changes in v2: - None

Re: [U-Boot] [U-Boot,v4,4/7] arm: atmel: sama5d3: the offset of MULA is 18

2013-12-01 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: The offset of MULA field in PLLA register in sama5d3 is 18, and the length only 7 bits. Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v4: - None Changes in v3: - None Changes in v2: - None

Re: [U-Boot] [U-Boot,v4,2/7] arm: at91: pm9261: remove undefined bit in mckr

2013-12-01 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: The PLLADIV2 bit is not defined in at91sam9261 SoC, so remove it. Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v4: - New Changes in v3: - None Changes in v2: - None include/configs/pm9261.h |6 ++ 1 file changed, 2

Re: [U-Boot] [U-Boot,v2] arm926ejs, at91: add common phy_reset function

2013-12-01 Thread Andreas Bießmann
Dear Heiko Schocher, Heiko Schocher h...@denx.de writes: add common phy reset code into a common function. Signed-off-by: Heiko Schocher h...@denx.de Cc: Andreas Bießmann andreas.de...@googlemail.com Cc: Bo Shen voice.s...@atmel.com Cc: Jens Scharsig e...@bus-elektronik.de Cc: Sergey Lapin

Re: [U-Boot] [U-Boot,v4,7/7] arm: atmel: sama5d3: spl boot from fat fs SD card

2013-12-01 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: Enable Atmel sama5d3xek boart spl boot support, which can load u-boot from SD card with FAT file system. Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v4: - Add comments to DDR refresh timing register. Changes in v3: - Move

Re: [U-Boot] [U-Boot,v4,5/7] arm: atmel: sama5d3: early enable PIO peripherals

2013-12-01 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: Enable the PIO peripherals early than other peripherals. Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v4: - None Changes in v3: - Correct the clock enable code, the ID can not OR Changes in v2: - None

Re: [U-Boot] arm: atmel: sam9m10g45ek: let CONFIG_SYS_NO_FLASH at proper position

2013-12-01 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: In config_cmd_default.h, it will use CONFIG_SYS_NO_FLASH to decide whether include CONFIG_CMD_FLASH and CONFIG_CMD_IMLS. So, if the CONFIG_SYS_NO_FLASH defined later than include/config_cmd_default.h, These two commands will be included always.

Re: [U-Boot] [U-Boot,v4,6/7] arm: atmel: add ddr2 initialization function

2013-12-01 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen voice.s...@atmel.com writes: The MPDDRC supports different type of SDRAM This patch add ddr2 initialization function Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes in v4: - Using blank replace table after defined - Align the register define with datasheet -

Re: [U-Boot] arm: atmel: eb_cpux9k2: config clean up

2013-12-01 Thread Andreas Bießmann
Dear e...@bus-elektronik.de, e...@bus-elektronik.de e...@bus-elektronik.de writes: From: Jens Scharsig (BuS Elektronik) e...@bus-elektronik.de * remove mature defines from board config Signed-off-by: Jens Scharsig (BuS Elektronik) e...@bus-elektronik.de --- include/configs/eb_cpux9k2.h | 4

[U-Boot] [PULL] u-boot-atmel/master - u-boot-arm/master

2013-12-01 Thread Andreas Bießmann
Dear Albert Aribaud, please pull u-boot-atmel/master into u-boot-arm/master. This PR supersedes http://patchwork.ozlabs.org/patch/291044/ The following changes since commit 56eb3da43fab5990a4b7bc118b76c7cae2ceb140: arm, am335x: update for the siemens boards (2013-11-12 09:53:59 -0500) are

Re: [U-Boot] [PATCH] alsa-lib: dlmisc: Add a fake dl lib head file when dl lib is not supported by the toolchain.

2013-12-01 Thread Sonic Zhang
PING On Mon, Nov 25, 2013 at 3:36 PM, Sonic Zhang sonic@gmail.com wrote: From: sonic sonic@htpc.(none) The FLAT GNU toolchain doesn't include the dlfcn.h header file. Signed-off-by: Sonic Zhang sonic@gmail.com --- include/dlmisc.h | 24

Re: [U-Boot] [PATCH] trats: usb: Add usb_cable_connected() function

2013-12-01 Thread Minkyu Kang
Dear Przemyslaw Marczak, On 13/11/13 19:54, Przemyslaw Marczak wrote: Changes: - define function usb_cable_connected() in trats board file which returns 1 if cable is connected and 0 otherwise - trats.h: add CONFIG_USB_CHECK_CABLE Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com

Re: [U-Boot] [PATCH V4 2/2] trats2: enable ums support on Trats2

2013-12-01 Thread Minkyu Kang
On 21/11/13 23:46, Piotr Wilczek wrote: This patch adds support for USB and enables 'ums' command on Trats2 board. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com Acked-by: Jaehoon Chung

Re: [U-Boot] [PATCH V4 1/2] driver:usb:s3c_udc: add support for Exynos4x12

2013-12-01 Thread Minkyu Kang
On 21/11/13 23:46, Piotr Wilczek wrote: This patch add new defines for usb phy for Exynos4x12. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- Chnages for v4: - no changes Chnages for

[U-Boot] [PATCH v3 0/4] i2c: fti2c010: bug fix new driver model

2013-12-01 Thread Kuo-Jung Su
From: Kuo-Jung Su dant...@faraday-tech.com This changeset adapts the fti2c010.c to the new i2c driver model. Changes for v3: 1. cmd_eeprom: Pass 'addr[0]' instead of 'dev_addr' into i2c r/w routines. 2. fti2c010: serial out r/w address in MSB order: coding style update Changes for v2:

[U-Boot] [PATCH v3 1/4] i2c: fti2c010: cosmetic: coding style cleanup

2013-12-01 Thread Kuo-Jung Su
From: Kuo-Jung Su dant...@faraday-tech.com Coding style cleanup Signed-off-by: Kuo-Jung Su dant...@faraday-tech.com Cc: Heiko Schocher h...@denx.de --- Changes for v2 v3: - Nothing updates drivers/i2c/fti2c010.c | 31 --- 1 file changed, 16 insertions(+), 15

[U-Boot] [PATCH] net/fman: add ft_fixup_xgec to support 3rd and 4th 10GEC

2013-12-01 Thread Shengzhou Liu
As mEMAC1 and mEMAC2 are dual-role MACs, which are used as 1G or 10G MAC. So we update dynamically 'cell-index' to '2' and '3' for 10GEC3 and 10GEC4. Also change 'fsl,fman-port-1g-rx' to 'fsl,fman-port-10g-rx', ditto for Tx. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- v2: rebase

[U-Boot] [PATCH 0/3] arm: atmel: sama5d3: add spi and nand spl boot support

2013-12-01 Thread Bo Shen
This patch enable spi and nand spl boot support on sama5d3xek Bo Shen (3): arm: atmel: sama5d3: add spi spl boot support mtd: nand: atmel: prepare for nand spl boot support arm: atmel: sama5d3: add nand spl boot support arch/arm/cpu/at91-common/spl.c |4 +

[U-Boot] [PATCH 2/3] mtd: nand: atmel: prepare for nand spl boot support

2013-12-01 Thread Bo Shen
Prepare for nand spl boot support. It supports nand software ECC and hardware PMECC. This patch is take drivers/mtd/nand/nand_spl_simple.c as reference. Signed-off-by: Bo Shen voice.s...@atmel.com --- drivers/mtd/nand/atmel_nand.c | 206 + include/nand.h

[U-Boot] [PATCH 3/3] arm: atmel: sama5d3: add nand spl boot support

2013-12-01 Thread Bo Shen
Add NAND SPL boot support with hardware PMECC. Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/cpu/at91-common/spl.c |2 ++ arch/arm/include/asm/arch-at91/spl.h |2 ++ board/atmel/sama5d3xek/sama5d3xek.c |2 ++ include/configs/sama5d3xek.h | 12

[U-Boot] [PATCH 1/3] arm: atmel: sama5d3: add spi spl boot support

2013-12-01 Thread Bo Shen
Add SPI SPL boot support for sama5d3xek board. Signed-off-by: Bo Shen voice.s...@atmel.com --- arch/arm/cpu/at91-common/spl.c |2 ++ arch/arm/include/asm/arch-at91/spl.h |2 ++ board/atmel/sama5d3xek/sama5d3xek.c |2 ++ include/configs/sama5d3xek.h | 11 +++

Re: [U-Boot] [PATCH V2 10/14] ARM: AM43xx: clocks: Update DPLL details for EPOS EVM

2013-12-01 Thread Lokesh Vutla
On Thursday 28 November 2013 04:18 AM, Vaibhav Bedia wrote: On Wed, Nov 27, 2013 at 1:58 AM, Lokesh Vutla lokeshvu...@ti.com wrote: On Wednesday 27 November 2013 05:36 AM, Vaibhav Bedia wrote: On Mon, Nov 25, 2013 at 12:08 AM, Lokesh Vutla lokeshvu...@ti.com wrote: On Friday 22 November 2013

Re: [U-Boot] [PATCH V2 13/14] ARM: AM43xx: GP_EVM: Add support for DDR3

2013-12-01 Thread Lokesh Vutla
On Thursday 28 November 2013 04:33 AM, Vaibhav Bedia wrote: On Wed, Nov 27, 2013 at 4:34 AM, Lokesh Vutla lokeshvu...@ti.com wrote: [...] Ideally the default value should be exported from e-fuse values. EMIF does some HW sequence according to the value exported here. This filed tells what

[U-Boot] [PATCH] powerpc/c29xpcie: 8k page size NAND boot support base on TPL/SPL

2013-12-01 Thread Po Liu
Using the TPL/SPL method to booting from 8k page NAND flash. - Add 4kB size tlb for minimal SPL image; - Add 256kB size SRAM tlb for second step booting; - Add spl.c for TPL image boot; - Add spl_minimal.c for minimal SPL image; - Add

Re: [U-Boot] [PATCH 1/2] blackfin: Do not generate unused header bootrom-asm-offsets.h

2013-12-01 Thread Sonic Zhang
Hi Masahiro, It seems this header is never used any more. Applied, thanks. Sonic On Fri, Nov 29, 2013 at 2:34 PM, Masahiro Yamada yamad...@jp.panasonic.com wrote: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Hello, Sonic Could you check this patch? It looks like

Re: [U-Boot] [PATCH 1/2] spi: bfin_spi: Remove unnecessary test for bus and pins[bus]

2013-12-01 Thread Scott Jiang
2013/11/30 Axel Lin axel@ingics.com: For invalid bus number, current code returns NULL in the default case of switch-case statements. In additional, pins[bus] is always not NULL because it is the address of specific row of the two-dimensional array. Thus this patch removes these

Re: [U-Boot] [PATCH 2/2] spi: bfin_spi6xx: Remove unnecessary test for bus and pins[bus]

2013-12-01 Thread Scott Jiang
2013/11/30 Axel Lin axel@ingics.com: For invalid bus number, current code returns NULL in the default case of switch-case statements. In additional, pins[bus] is always not NULL because it is the address of specific row of the two-dimensional array. Thus this patch removes these

[U-Boot] [PATCH] arm: exynos: fix set_mmc_clk for exynos4x12

2013-12-01 Thread Jaehoon Chung
Fix the set_mmc_clk() for exnos4x12. If board is exynos4x12, mmc clock should be set to wrong value. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com --- arch/arm/cpu/armv7/exynos/clock.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [U-Boot] [PATCH 1/4] at91: add new gpio pin definitions

2013-12-01 Thread Bo Shen
Hi Andreas, On 11/29/2013 07:13 PM, Andreas Bießmann wrote: This patch define new names for GPIO pins on at91 devices. Follow up patches will convert the whole infrastructure to use these new definitions. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com ---

Re: [U-Boot] [PATCH v2] dwmmc: make driver usable for non-exynos platforms

2013-12-01 Thread Rajeshwari Birje
Hi All, Iam a bit confused here. After Jaehoon Chung has submitted the following patch: https://www.mail-archive.com/u-boot@lists.denx.de/msg126921.html; Do we need to include this patch also? Regards, Rajeshwari Shinde. On Fri, Nov 29, 2013 at 5:46 PM, Alexey Brodkin

Re: [U-Boot] [PATCH v2] dwmmc: make driver usable for non-exynos platforms

2013-12-01 Thread Jaehoon Chung
Hi, Rajeshwari It didn't need to include this patch. Best Regards, Jaehoon Chung On 12/02/2013 02:39 PM, Rajeshwari Birje wrote: Hi All, Iam a bit confused here. After Jaehoon Chung has submitted the following patch: https://www.mail-archive.com/u-boot@lists.denx.de/msg126921.html; Do

[U-Boot] [PATCH v2] Makefile: Do not create empty autoconf.mk on error

2013-12-01 Thread Masahiro Yamada
The build rules of - include/autoconf.mk.dep - include/autoconf.mk - include/spl-autoconf.mk - include/tpl-autoconf.mk were not nice. They created empty files (which are never updated) if an error occurs during preprocessing. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com ---

[U-Boot] why u-boot relocate it self to RAM from flash?

2013-12-01 Thread tejas patel
Hi, I can not understand why u-boot relocate it self to RAM from flash? Why is it not executing from flash? Can anybody explain. -- Thanks and Regards Tejas Patel ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH] arm: exynos: fix the align for exynos4_power structure

2013-12-01 Thread Minkyu Kang
res3 should be 4 bytes Signed-off-by: Minkyu Kang mk7.k...@samsung.com Cc: Dominik Klein dominik.kl...@gmx.com --- arch/arm/include/asm/arch-exynos/power.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/arch-exynos/power.h

[U-Boot] [PATCH 2/3] esdhc: Detecting 8 bit width before mmc initialization

2013-12-01 Thread Haijun Zhang
The upper 4 data signals of esdhc are shared with spi flash. So detect if the upper 4 pins are assigned to esdhc before enable sdhc 8 bit width. Signed-off-by: Haijun Zhang haijun.zh...@freescale.com --- drivers/mmc/fsl_esdhc.c| 6 ++ include/configs/T4240QDS.h | 2 ++ 2 files changed, 8

[U-Boot] [PATCH 3/3] eSDHC: Calculate envaddr accroding to the address format

2013-12-01 Thread Haijun Zhang
On BSC9131 and BSC9132: For High Capacity SD Cards ( 2 GBytes), the 32-bit source address specifies the memory address in block address format. Block length is fixed to 512 bytes as per the SD High Capacity specification. So we need to convert the block address format to byte address format to

[U-Boot] [PATCH 1/3] esdhc: Workaround for card can't be detected on T4240QDS

2013-12-01 Thread Haijun Zhang
Card detection pin is ineffective on T4240QDS. This workaround force sdhc driver scan and initialize the card regardless of whether the card is inserted. if no card is in the slot, the error message card is not inserted will be prompted. Signed-off-by: Haijun Zhang haijun.zh...@freescale.com ---

Re: [U-Boot] [PATCH] Makefile: Do not create empty autoconf.mk on error

2013-12-01 Thread Masahiro Yamada
Hi. I noticed a trivial problem of this patch: include/{autoconf.mk.tmp,spl-autoconf.mk.tmp,tpl-autoconf.mk.tmp} remain on success. I posted v2 to fix this issue. Best Regards Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [U-Boot v2] [PATCH] rsa: add a more flexible way to support different hash algorithms (e.g. sha256)

2013-12-01 Thread Heiko Schocher
Hello Andreas, Am 27.11.2013 13:10, schrieb andr...@oetken.name: As proposed by Heiko I made some small changes and verified the patch with the checkpatch-script. From 169f40e72fceb222bb15dd59c1337f42371e97a5 Mon Sep 17 00:00:00 2001 From: Andreas Oetkenandreas.oet...@siemens.com Date: Wed,

[U-Boot] [PATCH v3 1/2] arm, at91: add Siemens board taurus and axm

2013-12-01 Thread Heiko Schocher
enable support for the siemens AT91SAM9G20 based boards taurus and axm. Signed-off-by: Roger Meier r.me...@siemens.com Reviewed-by: Heiko Schocher h...@denx.de Cc: Andreas Bießmann andreas.de...@googlemail.com Cc: Bo Shen voice.s...@atmel.com --- - changes for v2: - add comments from bo shen

[U-Boot] [PATCH v3 2/2] arm, at91: add siemens corvus board

2013-12-01 Thread Heiko Schocher
enable support for the siemens AT91SAM9G20 based board corvus. Signed-off-by: Boris Schmidt boris.schm...@siemens.com Reviewed-by: Heiko Schocher h...@denx.de Cc: Andreas Bießmann andreas.de...@googlemail.com Cc: Bo Shen voice.s...@atmel.com --- - changes for v2: - add comments from Bo Shen

[U-Boot] [PATCH v3 0/2] arm, at91: support for the taurus, axm and corvus board

2013-12-01 Thread Heiko Schocher
add support for the AT91SAM9G20 boards from siemens. The patches are checkpatch clean, and a ./MAKEALL -s at91 compiles clean. Resending this patchset now without switching to the 'ATMEL_LEGACY' PIO API (Are there some patches I missed?) I hope I find time for sending the patches for booting this

[U-Boot] Why u-boot relocate from flash to RAM

2013-12-01 Thread tvpatel12
Hi, I can't understand that why u-boot code relocate itself form flash to RAM? why it doesn't execute from flash? Can anybody explain. Plz Tejas -- View this message in context: http://u-boot.10912.n7.nabble.com/Why-u-boot-relocate-from-flash-to-RAM-tp168739.html Sent from the U-Boot mailing

Re: [U-Boot] [PATCH 3/4] at91: nand: switch atmel_nand to generic GPIO API

2013-12-01 Thread esw
Am 2013-11-29 12:13, schrieb Andreas Bießmann: Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- board/BuS/vl_ma2sc/vl_ma2sc.c |5 +++-- board/egnite/ethernut5/ethernut5.c |3 ++- board/esd/meesc/meesc.c|5 +++-- board/esd/otc570/otc570.c

Re: [U-Boot] [PATCH V2] arm: omap: i2c: don't zero cnt in i2c_write

2013-12-01 Thread Andreas Naumann
Hi, Am 28.11.2013 17:04, schrieb Nikita Kiryanov: Writing zero into I2Ci.I2C_CNT register causes random I2C failures in OMAP3 based devices. This seems to be related to the following advisory which apears in multiple erratas for OMAP3 SoCs (OMAP35xx, DM37xx), as well as OMAP4430 TRM: Advisory:

Re: [U-Boot] [PATCH v3 0/4] i2c: fti2c010: bug fix new driver model

2013-12-01 Thread Heiko Schocher
Hello Kuop-Jung, Am 02.12.2013 03:57, schrieb Kuo-Jung Su: From: Kuo-Jung Sudant...@faraday-tech.com This changeset adapts the fti2c010.c to the new i2c driver model. Changes for v3: 1. cmd_eeprom: Pass 'addr[0]' instead of 'dev_addr' into i2c r/w routines. 2. fti2c010: serial out

Re: [U-Boot] [PATCH V2] trats2: enable dfu and thor protocol for Tizen download

2013-12-01 Thread Minkyu Kang
Dear Piotr Wilczek, On 12/11/13 23:22, Piotr Wilczek wrote: Trats2 config is updated to support DFU mode. Malloc pool must be increased for DFU buffer allocation. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang