Re: [U-Boot] i2c: samsung: register i2c busses for Exynso5420 and Exynos5250

2013-12-05 Thread Naveen Krishna Ch
Hello Heiko, On 5 December 2013 18:17, Heiko Schocher wrote: > Hello Naveen, > > Am 05.12.2013 13:21, schrieb Naveen Krishna Ch: > >> Hello Heiko, >> >> On 5 December 2013 16:56, Heiko Schocher wrote: >>> >>> Hello Naveen, >>> >

Re: [U-Boot] i2c: samsung: register i2c busses for Exynso5420 and Exynos5250

2013-12-05 Thread Naveen Krishna Ch
Hello Heiko, On 5 December 2013 16:56, Heiko Schocher wrote: > Hello Naveen, > > Sorry for the late reply ... > > Am 25.11.2013 12:28, schrieb Naveen Krishna Ch: > >> This patch adds the U_BOOT_I2C_ADAP_COMPLETE defines for channels >> on Exynos5420 and Exynos5250

Re: [U-Boot] [PATCH] drivers:power:exynos-tmu: add support for Exynos5260

2013-12-04 Thread Naveen Krishna Ch
Hello Minkyu, On 3 December 2013 07:41, Minkyu Kang wrote: > Dear Naveen Krishna Chatradhi, > > On 26/11/13 20:56, Naveen Krishna Chatradhi wrote: >> This patch adds support for TMU on Exynos5260 >> Register bit fields are little different from the previous >> versions. >> >> Change-Id: Ibe835abe

Re: [U-Boot] [PATCH] i2c: samsung: register i2c busses for Exynso5420 and Exynos5250

2013-11-25 Thread Naveen Krishna Ch
Hello All, On 25 November 2013 16:58, Naveen Krishna Chatradhi wrote: > This patch adds the U_BOOT_I2C_ADAP_COMPLETE defines for channels > on Exynos5420 and Exynos5250 and also adds support for init function > for hsi2c channels > > Signed-off-by: Naveen Krishna Chatradhi > --- > README

Re: [U-Boot] [PATCH] driver: i2c:s3c24x0: init each channel during probe

2013-11-22 Thread Naveen Krishna Ch
Hello All, On 22 November 2013 14:18, Naveen Krishna Chatradhi wrote: > Each I2C channel must be inited during the probe and then set "active" > instead of initing the channel for every time we select the bus > using "i2c dev bus" > > Signed-off-by: Naveen Krishna Chatradhi > --- > drivers/i2c/

Re: [U-Boot] [PATCH V2 1/2] driver:i2c:s3c24x0: adapt driver to new i2c

2013-11-20 Thread Naveen Krishna Ch
Hello All, On 20 November 2013 15:13, Piotr Wilczek wrote: > This patch adapts the s3c24x0 driver to the new i2c framework. > Config file is modified for all the boards that use the driver. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > CC: Heiko Schocher

Re: [U-Boot] [PATCH 1/2] exynos5-dt: enable new CONFIG_SYS_I2C symbols

2013-11-20 Thread Naveen Krishna Ch
Hello Heiko, On 20 November 2013 16:23, Heiko Schocher wrote: > Hello Naveen, > > Am 20.11.2013 11:47, schrieb Naveen Krishna Chatradhi: > >> This patch enables the new I2C framework for Exynos5-dt, >> Also removes HARD_I2C. >> >> Signed-off-by: Naveen Krishna Chatradhi >> --- >> These patches we

Re: [U-Boot] [PATCH V2 1/2] driver:i2c:s3c24x0: adapt driver to new i2c

2013-11-20 Thread Naveen Krishna Ch
Hello All, On 20 November 2013 15:13, Piotr Wilczek wrote: > This patch adapts the s3c24x0 driver to the new i2c framework. > Config file is modified for all the boards that use the driver. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > CC: Heiko Schocher

Re: [U-Boot] [PATCH] RFC: samsung: i2c: Enable new CONFIG_SYS_I2C framework

2013-11-08 Thread Naveen Krishna Ch
Hello Piotr, On 8 November 2013 13:15, Piotr Wilczek wrote: > Dear Naveen, > > > On 10/14/2013 08:06 AM, Heiko Schocher wrote: >> >> Hello Naveen, >> >> Am 30.09.2013 08:58, schrieb Naveen Krishna Chatradhi: >>> >>> This enables CONFIG_SYS_I2C on Samsung, updating existing s3c24x0 >>> i2c driver

Re: [U-Boot] [PATCH 3/3 v6] i2c: s3c24xx: add hsi2c controller support

2013-10-15 Thread Naveen Krishna Ch
On 15 October 2013 15:09, Heiko Schocher wrote: > Hello Naveen, > > Am 15.10.2013 11:34, schrieb Naveen Krishna Ch: > >> On 15 October 2013 12:10, Heiko Schocher wrote: >>> >>> Hello Naveen, >>> >>> Am 15.10.2013 08:07, schrieb Naveen Krishn

Re: [U-Boot] [PATCH 3/3 v6] i2c: s3c24xx: add hsi2c controller support

2013-10-15 Thread Naveen Krishna Ch
On 15 October 2013 12:10, Heiko Schocher wrote: > Hello Naveen, > > Am 15.10.2013 08:07, schrieb Naveen Krishna Chatradhi: > >> Add support for hsi2c controller available on exynos5420. >> >> Note: driver currently supports only fast speed mode 100kbps >> >> Change-Id: I02555b1dc8f4ac21c50aa515817

Re: [U-Boot] [PATCH 1/3 v2] exynos: i2c: Fix i2c driver to handle NACKs properly

2013-10-14 Thread Naveen Krishna Ch
On 14 October 2013 11:59, Heiko Schocher wrote: > Hello Naveen, > > Am 03.10.2013 13:22, schrieb Naveen Krishna Chatradhi: > >> The Exynos5 i2c driver does not handle NACKs properly. This change: >> >> - fixes the NACK processing problem (do not continue transaction if >>address cycle was NACK

Re: [U-Boot] [PATCH 0/3] i2c: improve s3c24x0 with High-speed and new SYS_I2C framework support

2013-09-30 Thread Naveen Krishna Ch
Hello Heiko, On 1 October 2013 11:35, Heiko Schocher wrote: > Hello Naveen, > > Am 30.09.2013 12:03, schrieb Naveen Krishna Ch: > >> Helo Heiko, >> >> Thanks for timely reply. >> >> On 30 September 2013 13:35, Heiko Schocher wrote: >>> >

Re: [U-Boot] [PATCH 0/3] i2c: improve s3c24x0 with High-speed and new SYS_I2C framework support

2013-09-30 Thread Naveen Krishna Ch
Helo Heiko, Thanks for timely reply. On 30 September 2013 13:35, Heiko Schocher wrote: > Hello Naveen, > > Am 30.09.2013 08:58, schrieb Naveen Krishna Chatradhi: > >> This patchset fixes few bugs in the existing s3c24x0.c code (standard i2c) >> and add support for High-speed i2c bus controller a

Re: [U-Boot] [PATCH 1/2] power: exynos-tmu: fix warnings and clean up code

2013-06-06 Thread Naveen Krishna Ch
On 23 April 2013 08:08, Simon Glass wrote: > On Fri, Apr 12, 2013 at 9:43 PM, Naveen Krishna Ch > wrote: > > On 6 April 2013 03:51, Naveen Krishna Chatradhi > > wrote: > >> From: Naveen Krishna Chatradhi > >> > >> This patch does the folowing &

Re: [U-Boot] [PATCH 1/2] power: exynos-tmu: fix warnings and clean up code

2013-05-14 Thread Naveen Krishna Ch
Hello Minkyu, On 23 April 2013 08:08, Simon Glass wrote: > On Fri, Apr 12, 2013 at 9:43 PM, Naveen Krishna Ch > wrote: > > On 6 April 2013 03:51, Naveen Krishna Chatradhi > > wrote: > >> From: Naveen Krishna Chatradhi > >> > >> This patch does t

Re: [U-Boot] [PATCH v4] i2c: s3c24xx: add hsi2c controller support

2013-05-02 Thread Naveen Krishna Ch
Hello Heiko, On 2 May 2013 03:06, Heiko Schocher wrote: > Hello Naveen, > > On 01.05.2013 21:04, Naveen Krishna Ch wrote: >> Hello Heiko, >> >> On 29 April 2013 21:14, Heiko Schocher wrote: >>> Hello Naveen, >>> >>> On 26.04.2013 05:08

Re: [U-Boot] [PATCH v4] i2c: s3c24xx: add hsi2c controller support

2013-05-01 Thread Naveen Krishna Ch
Hello Heiko, On 29 April 2013 21:14, Heiko Schocher wrote: > Hello Naveen, > > On 26.04.2013 05:08, Naveen Krishna Ch wrote: >> On 14 April 2013 22:48, Heiko Schocher wrote: >>> Hello Naveen Krishna, >>> >>> >>> On 13.04.2013 06:42, Navee

Re: [U-Boot] [PATCH v4] i2c: s3c24xx: add hsi2c controller support

2013-04-25 Thread Naveen Krishna Ch
On 14 April 2013 22:48, Heiko Schocher wrote: > Hello Naveen Krishna, > > > On 13.04.2013 06:42, Naveen Krishna Ch wrote: >> >> On 6 April 2013 07:07, Naveen Krishna Chatradhi >> wrote: >>> >>> Add support for hsi2c controller available on exy

Re: [U-Boot] [PATCH 1/2] power: exynos-tmu: fix warnings and clean up code

2013-04-12 Thread Naveen Krishna Ch
On 6 April 2013 03:51, Naveen Krishna Chatradhi wrote: > From: Naveen Krishna Chatradhi > > This patch does the folowing > 1. change the data types for unsigned int variable to unsigned > 2. change the tmu_base type to struct exynos5_tmu_reg * > 3. Add timer functionality for get_cur_temp() > 4.

Re: [U-Boot] [PATCH v4] i2c: s3c24xx: add hsi2c controller support

2013-04-12 Thread Naveen Krishna Ch
On 6 April 2013 07:07, Naveen Krishna Chatradhi wrote: > Add support for hsi2c controller available on exynos5420. > > Note: driver currently supports only fast speed mode 100kbps > > Change-Id: I02555b1dc8f4ac21c50aa5158179768563c92f43 > Signed-off-by: Naveen Krishna Chatradhi > Signed-off-by: R

Re: [U-Boot] [PATCH] i2c: s3c24xx: add hsi2c controller support

2013-03-12 Thread Naveen Krishna Ch
On 12 March 2013 22:11, Simon Glass wrote: > Hi Naveen, > > On Tue, Mar 12, 2013 at 3:58 AM, Naveen Krishna Chatradhi < > ch.nav...@samsung.com> wrote: > >> Add support for hsi2c controller available on exynos5420. >> >> Note: driver currently supports only fast speed mode 100kbps >> >> Signed-off

Re: [U-Boot] I need the link : U-Boot for OMAP3530 Mistral EVM

2010-07-18 Thread Naveen Krishna Ch
ailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > > -- Shine bright, (: Naveen Krishna Ch :) ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Same U-Boot for smdk6400 and smdk6410...?

2010-05-06 Thread Naveen Krishna Ch
de/mailman/listinfo/u-boot > -- Shine bright, (: Naveen Krishna Ch :) ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 3/3 v6] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-28 Thread Naveen Krishna Ch
Hi kang, On 26 February 2010 21:21, Minkyu Kang wrote: > Dear Naveen Krishna CH, > > On 26 February 2010 20:47, wrote: > > From: Naveen Krishna CH > > > > Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be > > loaded over tftp. > > >

Re: [U-Boot] [PATCH 3/3 v5] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-25 Thread Naveen Krishna Ch
HI Kang, On 26 February 2010 08:12, Minkyu Kang wrote: > Dear Naveen Krishna CH, > > On 25 February 2010 21:28, wrote: > > From: Naveen Krishna CH > > > > Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be > > loaded over tftp. > > >

Re: [U-Boot] [PATCH 1/3 v4] S5PC100: Memory SubSystem Header file, register description(SROMC).

2010-02-25 Thread Naveen Krishna Ch
Sure sure, Do i need to send as v5 or can i send this patch alone On 25 February 2010 17:03, Minkyu Kang wrote: > Dear Naveen Krishna CH, > > On 23 February 2010 18:21, wrote: > > From: Naveen Krishna CH > > > > Memory subsystem of S5PC100 handles SROM, SRAM, OneDR

Re: [U-Boot] [PATCH 2/3 v3] S5PC100: Function to configure the SROMC registers.

2010-02-23 Thread Naveen Krishna Ch
Hi Kang, Thanks for your comments. Let me know in case of other comments. I will incorporate them in v4 patch set and send this evening. On 23 February 2010 14:02, Minkyu Kang wrote: > Dear Naveen Krishna CH, > > On 19 February 2010 19:23, wrote: > > From: Naveen Krishna C

Re: [U-Boot] [PATCH v2 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-12 Thread Naveen Krishna Ch
HI Kang, Thanks for your comments. On 12 February 2010 13:50, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 11 February 2010 11:48, Naveen Krishna Ch > wrote: > > From: Naveen Krishna CH > > > > Nand Flash, Ethernet, other features might need to con

Re: [U-Boot] [PATCH V2 1/3] S5PC100: Memory SubSystem Header file, register description(SROMC).

2010-02-12 Thread Naveen Krishna Ch
HI Kang, Thanks for your comments, On 12 February 2010 13:48, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 10 February 2010 21:42, Naveen Krishna Ch > wrote: > > From: Naveen Krishna CH > > > > Memory subsystem of S5PC100 handles SROM, SRAM, OneDRAM,

Re: [U-Boot] [PATCH V2 1/3] S5PC100: Memory SubSystem Header file, register description(SROMC).

2010-02-11 Thread Naveen Krishna Ch
Hi kang, On 11 February 2010 14:12, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 10 February 2010 21:42, Naveen Krishna Ch > wrote: > > From: Naveen Krishna CH > > > > Memory subsystem of S5PC100 handles SROM, SRAM, OneDRAM, OneNand, > > NAND Flas

Re: [U-Boot] [PATCH 1/3] S5PC100: Memory SubSystem Header file, register description(SROMC).

2010-02-11 Thread Naveen Krishna Ch
HI Kang, On 10 February 2010 16:04, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 10 February 2010 15:16, Naveen Krishna Ch > wrote: > > Hi Kang, > > > > On 10 February 2010 11:18, Minkyu Kang wrote: > >> > >> Dear Naveen Krishna Ch, >

[U-Boot] [PATCH v2 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-10 Thread Naveen Krishna Ch
From: Naveen Krishna CH Nand Flash, Ethernet, other features might need to configure the SROMC registers accordingly. The config_sromc() functions helps with this. Signed-off-by: Naveen Krishna Ch --- Changes since V1: 1. Funtion config_sromc() is renamed to s5pc1xx_config_sromc(). Comments

[U-Boot] [PATCH v2 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-10 Thread Naveen Krishna Ch
From: Naveen Krishna CH Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be loaded over tftp. The preinit function will configure GPIO (GPK0CON) & SROMC to look for environment in SROM Bank 3. Signed-off-by: Naveen Krishna Ch --- Changes since V1: 1. The CONFIG_BOOTP* and

[U-Boot] [PATCH 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-10 Thread Naveen Krishna Ch
From: Naveen Krishna CH Nand Flash, Ethernet, other features might need to configure the SROMC registers accordingly. The config_sromc() functions helps with this. Signed-off-by: Naveen Krishna Ch --- Changes since V1: 1. Funtion config_sromc() is renamed to s5pc1xx_config_sromc(). Comments

[U-Boot] [PATCH 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-10 Thread Naveen Krishna Ch
From: Naveen Krishna CH Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be loaded over tftp. The preinit function will configure GPIO (GPK0CON) & SROMC to look for environment in SROM Bank 3. Signed-off-by: Naveen Krishna Ch --- Changes since V1: 1. The CONFIG_BOOTP* and

[U-Boot] [PATCH V2 1/3] S5PC100: Memory SubSystem Header file, register description(SROMC).

2010-02-10 Thread Naveen Krishna Ch
From: Naveen Krishna CH Memory subsystem of S5PC100 handles SROM, SRAM, OneDRAM, OneNand, NAND Flash, DDRs. mem.h is a common place for the register description of Memory subsystem of S5PC100. Note: Only SROM related registers are descibed now. Signed-off-by: Naveen Krishna Ch --- Changes

Re: [U-Boot] [PATCH 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-10 Thread Naveen Krishna Ch
Hi Kang, On 10 February 2010 16:06, Minkyu Kang wrote: > Naveen Krishna Ch, > > On 10 February 2010 15:52, Minkyu Kang wrote: > > Dear > > > > On 10 February 2010 15:31, Naveen Krishna Ch > wrote: > >> Hi Kang, > >> > >> On 10 Februar

Re: [U-Boot] [PATCH V2 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-10 Thread Naveen Krishna Ch
Hi Kang, On 10 February 2010 12:26, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 10 February 2010 14:10, Naveen Krishna Ch > wrote: > > From: Naveen Krishna CH > > > > Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be > > loaded ove

Re: [U-Boot] [PATCH V2 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-10 Thread Naveen Krishna Ch
Hi kang, On 10 February 2010 15:46, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 10 February 2010 15:56, Minkyu Kang wrote: > > Dear Naveen Krishna Ch, > > > > On 10 February 2010 14:10, Naveen Krishna Ch > wrote: > >> From: Naveen Krishna

Re: [U-Boot] [PATCH 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-09 Thread Naveen Krishna Ch
Hi Kang, On 10 February 2010 11:43, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 9 February 2010 18:38, Naveen Krishna Ch wrote: > > From: Naveen Krishna CH > > > > Nand Flash, Ethernet, other features might need to configure the > > SROMC registers

Re: [U-Boot] [PATCH 1/3] S5PC100: Memory SubSystem Header file, register description(SROMC).

2010-02-09 Thread Naveen Krishna Ch
Hi Kang, On 10 February 2010 11:18, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 9 February 2010 18:34, Naveen Krishna Ch wrote: > > From: Naveen Krishna CH > > > > Memory subsystem of S5PC100 handles SROM, SRAM, OneDRAM, OneNand, > > NAND Flash, DDRs

[U-Boot] [PATCH V2 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-09 Thread Naveen Krishna Ch
From: Naveen Krishna CH Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be loaded over tftp. The preinit function will configure GPIO (GPK0CON) & SROMC to look for environment in SROM Bank 3. Changes since v1: 1. Removed the CONFIG_BOOTP_* and Net config macros from b

Re: [U-Boot] [PATCH 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-09 Thread Naveen Krishna Ch
, 2010 at 1:38 AM, Naveen Krishna Ch >wrote: > > > From: Naveen Krishna CH > > > > Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be > > loaded over tftp. > > > > The preinit function will configure GPIO (GPK0CON) & SROMC to look &g

Re: [U-Boot] [PATCH 0/3] SAMSUNG: SMDKC100: Add Ethernet support.

2010-02-09 Thread Naveen Krishna Ch
Hi Kang, On 10 February 2010 08:46, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 9 February 2010 18:22, Naveen Krishna Ch wrote: > > From: Naveen Krishna CH > > > > This patch set Adds > > A. A header file which contains the register description f

[U-Boot] [PATCH 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-09 Thread Naveen Krishna Ch
From: Naveen Krishna CH Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be loaded over tftp. The preinit function will configure GPIO (GPK0CON) & SROMC to look for environment in SROM Bank 3. Signed-off-by: Naveen Krishna Ch samsung.com> --- board/samsung/smdkc100/smd

[U-Boot] [PATCH 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-09 Thread Naveen Krishna Ch
From: Naveen Krishna CH Nand Flash, Ethernet, other features might need to configure the SROMC registers accordingly. The config_sromc() functions helps with this. Signed-off-by: Naveen Krishna Ch samsung.com> --- cpu/arm_cortexa8/s5pc1xx/Makefile |1 + cpu/arm_cortexa8/s5pc1xx/srom

[U-Boot] [PATCH 1/3] S5PC100: Memory SubSystem Header file, register description(SROMC).

2010-02-09 Thread Naveen Krishna Ch
From: Naveen Krishna CH Memory subsystem of S5PC100 handles SROM, SRAM, OneDRAM, OneNand, NAND Flash, DDRs. mem.h is a common place for the register description of Memory subsystem of S5PC100. Note: Only SROM related registers are descibed now. Signed-off-by: Naveen Krishna Ch samsung.com

[U-Boot] [PATCH 0/3] SAMSUNG: SMDKC100: Add Ethernet support.

2010-02-09 Thread Naveen Krishna Ch
From: Naveen Krishna CH This patch set Adds A. A header file which contains the register description for memory subsystem in S5PC1XX based baords. B. A function to configure SROMC registers A. Net support for SMDKC100 board. This patch set consists of the following patches. [PATCH 1/3

[U-Boot] [PATCH 0/2] SAMSUNG: SMDKC100: Add Ethernet support.

2010-02-09 Thread Naveen Krishna Ch
From: Naveen Krishna CH This patch set Adds A. A header file which contains the register description for memory subsystem in S5PC1XX based baords. B. A function to configure SROMC registers A. Net support for SMDKC100 board. This patch set consists of the following patches. [PATCH 1/3

[U-Boot] [PATCH 2/2] S5PC100: Prints the PLL clock frequencies

2010-02-03 Thread Naveen Krishna Ch
From: Naveen Krishna CH Prints the frequencies of the 4 PLLs along with CPU Info Signed-off-by: Naveen Krishna Ch --- cpu/arm_cortexa8/s5pc1xx/cpu_info.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/cpu/arm_cortexa8/s5pc1xx/cpu_info.c b/cpu/arm_cortexa8

[U-Boot] [PATCH 0/2] S5PC100: Print PLL info along with CPU info

2010-02-03 Thread Naveen Krishna Ch
From: Naveen Krishna CH This patch set moves the Macros defined in clock.c to a common header file and prints the frequencies of PLLs along with CPU info. This patch set consists of the following patches. [PATCH 1/2] S5PC100: Moves the Macros to a common header file [PATCH 2/2] S5PC100

[U-Boot] [PATCH 1/2] S5PC100: Moves the Macros to a common header file

2010-02-03 Thread Naveen Krishna Ch
From: Naveen Krishna CH The get_pll_clk(int) API returns the PLL frequency based on the (int) argument which is defined locally in clock.c Moving that #define to common header file (clk.h) would be helpful when using the API from other files. Signed-off-by: Naveen Krishna Ch --- cpu

Re: [U-Boot] Which all boards does C100 support in Mainline works with.

2010-02-01 Thread Naveen Krishna Ch
Hi Kang, On 1 February 2010 20:02, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 1 February 2010 15:34, Naveen Krishna Ch > wrote: > > Hi Folks, > > > > I would like to know Which all boards > > are tested with the C100 support in the Mainline. >

[U-Boot] Which all boards does C100 support in Mainline works with.

2010-01-31 Thread Naveen Krishna Ch
kinda help is greatly appreciated. -- Shine bright, (: Naveen Krishna Ch :) ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] uboot.bin for smdkc100_config fails to boot from NAND

2010-01-13 Thread Naveen Krishna Ch
ning" But, nothing comes up on the UART0 What could be the problem, Any pointers.. -- Shine bright, (: Naveen Krishna Ch :) ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] onenand write fail with on smdkc100

2010-01-12 Thread Naveen Krishna Ch
Sorry My Bad. Does not belong here. 2010/1/12 Naveen Krishna Ch > Hi All, > > das-u-boot $make smdc100_config > das-u-boot $make > > Brought u-boot prompt on minicom using Trace32 > > SMDKC100 # tftp c0008000 uboot.bin > > SMDKC100 # onenand erase 0 4 > >

[U-Boot] onenand write fail with on smdkc100

2010-01-12 Thread Naveen Krishna Ch
: ERROR SMDKC100 # onenand write c0008000 0 4 OneNAND write: device 0 offset 0, size 4 addr c0008000... What could be the problem, Am i missing anything ? -- Shine bright, (: Naveen Krishna Ch :) ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] Custodian for SMDK 6410, 6400, C100 and C110 boards

2010-01-11 Thread Naveen Krishna Ch
Hi Liakhovetski, I learnt you maintained for SMDK6400 board. Can you give me some pointers of how can i submit patches that would add support for SMDK 6410. 2010/1/11 Wolfgang Denk > Dear Naveen Krishna Ch, > > In message > you wrote: > > > > I need some inform

[U-Boot] Custodian for SMDK 6410, 6400, C100 and C110 boards

2010-01-11 Thread Naveen Krishna Ch
patches & test (Can't make it before 18th Jan 2010) So, Should i have to wait till the next Merge window is opened Or can i send them so that some one for review & fix bugs. -- Shine bright, (: Naveen Krishna Ch :) ___ U-Boot mailing list U-Boot@