Re: Arndale 5250 crash when unplugging CPU1

2014-04-14 Thread Chander Kashyap
Hi Daniel, Please try following changes, On 14 April 2014 15:37, Daniel Lezcano wrote: > On 04/14/2014 08:29 AM, Chander Kashyap wrote: >> >> Hi Daniel, >> >> I am using ML u-boot and ML kernel with ramdisk as rootfs for my testing. > > > Hi Chander, >

Re: Arndale 5250 crash when unplugging CPU1

2014-04-14 Thread Chander Kashyap
Hi daniel, Can we talk on irc? On 14 April 2014 15:37, Daniel Lezcano wrote: > On 04/14/2014 08:29 AM, Chander Kashyap wrote: >> >> Hi Daniel, >> >> I am using ML u-boot and ML kernel with ramdisk as rootfs for my testing. > > > Hi Chander, > > I tr

Re: Arndale 5250 crash when unplugging CPU1

2014-04-13 Thread Chander Kashyap
naro: <http://www.facebook.com/pages/Linaro> Facebook | >> <http://twitter.com/#!/linaroorg> Twitter | >> <http://www.linaro.org/linaro-blog/> Blog >> >> >> ___ >> linaro-dev mailing list >> linaro-dev@lists.linaro.org >> http://lists.linaro.org/mailman/listinfo/linaro-dev -- with warm regards, Chander Kashyap ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

[PATCH] ARM: EXYNOS: update secondary startup code to use 24 bits of MPIDR

2013-02-11 Thread Chander Kashyap
Commit a0ae0240507... "ARM: kernel: add device tree init map function" started using 24 LSBs of MPIDR to calculate the cpu_logical_map. Hence update the same in exynos_secondary_startup code. Signed-off-by: Chander Kashyap Signed-off-by: Inderpal Singh --- arch/arm/mach-exynos/headsm

Re: [U-Boot] [PATCH v3 1/3] EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses

2012-12-26 Thread Chander Kashyap
Thanks for applying. On 26 December 2012 15:37, Minkyu Kang wrote: > On 26/12/12 15:13, Minkyu Kang wrote: >> From: Chander Kashyap >> >> This patch populates base addresses of Exynos4x12 registers. >> >> Signed-off-by: Chander Kashyap >> Signed-off-by:

[PATCH v2] Powertop: Fix script for android

2012-12-20 Thread Chander Kashyap
Following issues fixed: 1. Name of generated rcport file is powertop*.csv not PowerTop*.csv 2. sudo not available in android so dropped it. 3. "ls -1" not supported in android "ls" command so changed it to plain "ls". Signed-off-by: Chander Kashyap --- Cha

Re: [PATCH] Powertop: Fix script for android

2012-12-20 Thread Chander Kashyap
Thanks Fathi, On 19 December 2012 20:13, Fathi Boudra wrote: > On 19 December 2012 16:03, Chander Kashyap wrote: >> Following issues fixed: >> 1. Name of generated rcport file is powertop*.csv not PowerTop*.csv >> 2. sudo not available in android so dropped it. >>

[PATCH] Powertop: Fix script for android

2012-12-19 Thread Chander Kashyap
Following issues fixed: 1. Name of generated rcport file is powertop*.csv not PowerTop*.csv 2. sudo not available in android so dropped it. 3. ls -1 not supported in android ls command so changed it to plain ls. Signed-off-by: Chander Kashyap --- powertop/powertop_01.sh |8 1 file

[Resend Patch v2 0/3] EXYNOS: Add support for Exynos4x12

2012-12-07 Thread Chander Kashyap
This patch series popultes Register addresses, clock structure and gpio structure for Exynos4x12. Rebase to latest u-boot-samsung tree. Chander Kashyap (3): EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12 EXYNOS: EXYNOS4X12

[Resend Patch v2 3/3] EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12

2012-12-07 Thread Chander Kashyap
This patch adds gpio structure for Exynos4x12. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/gpio.h | 85 +++ 1 file changed, 85 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/gpio.h b/arch/arm/include/asm/arch-exynos/gpio.h

[Resend Patch v2 2/3] EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12

2012-12-07 Thread Chander Kashyap
This patch adds clock structure for Exynos4x12. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/clock.h | 276 ++ 1 file changed, 276 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/clock.h b/arch/arm/include/asm/arch-exynos/clock.h

[Resend Patch v2 1/3] EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses

2012-12-07 Thread Chander Kashyap
This patch populates base addresses of Exynos4x12 registers. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/cpu.h | 48 +++- 1 file changed, 41 insertions(+), 7 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm

Re: [PATCH v2 0/3] EXYNOS: Add support for Exynos4x12

2012-12-06 Thread Chander Kashyap
Dear Minkyu, On 7 December 2012 13:19, Minkyu Kang wrote: > Dear Chander, > > On 02/11/12 19:51, Chander Kashyap wrote: >> ping >> >> On 2 October 2012 15:16, Chander Kashyap wrote: >>> This patch series popultes Register addresses, clock structure a

Re: [PATCH v2 0/3] EXYNOS: Add support for Exynos4x12

2012-11-02 Thread Chander Kashyap
ping On 2 October 2012 15:16, Chander Kashyap wrote: > This patch series popultes Register addresses, clock structure and > gpio structure for Exynos4x12. > > Changes in v2: > - Fixed the GPIO base address macro for exynos4x12_gpio_part3_get_nr > in arch/ar

[PATCH v3] ARCH: EXYNOS: add support to match product id

2012-10-15 Thread Chander Kashyap
From: Minkyu Kang Based upon single SoC there can be multiple variants. This patch add support to match the complete product ID. Signed-off-by: Chander Kashyap --- Changes from v1: - Author name changed Changes from v2: - Fixed typo arch/arm/include/asm/arch-exynos/cpu.h

Re: [U-Boot] [PATCH v2] ARCH: EXYNOS: add support to match product id

2012-10-15 Thread Chander Kashyap
Hi Albert, Thanks. On 15 October 2012 17:58, Albert ARIBAUD wrote: > Hi Chander, > > On Mon, 15 Oct 2012 17:28:23 +0530, Chander Kashyap > wrote: > >> From: Minkyu Kang >> >> Based upon single SoC there can be multiple varients. > > Typo here (varients =&g

[PATCH v2] EXYNOS: Clock: Add common function for pll rate calculation

2012-10-15 Thread Chander Kashyap
From: Minkyu Kang Moved the common code to calculate pll clock rate to new function exynos_get_pll_clk(). Signed-off-by: Chander Kashyap --- Changes from v1: - Author name changed arch/arm/cpu/armv7/exynos/clock.c | 102 ++--- 1 file changed, 38

[PATCH v2] ARCH: EXYNOS: add support to match product id

2012-10-15 Thread Chander Kashyap
From: Minkyu Kang Based upon single SoC there can be multiple varients. This patch add support to match the complete product ID. Signed-off-by: Chander Kashyap --- Changes from v1: - Author name changed arch/arm/include/asm/arch-exynos/cpu.h |9 + 1 file changed, 9

Re: [U-Boot] [PATCH v2 0/3] EXYNOS: Add support for Exynos4x12

2012-10-02 Thread Chander Kashyap
Dear Marek, thanks. On 3 October 2012 05:46, Marek Vasut wrote: > Dear Chander Kashyap, > >> This patch series popultes Register addresses, clock structure and >> gpio structure for Exynos4x12. >> >> Changes in v2: >> - Fixed the GPIO base address ma

[PATCH v2 3/3] EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12

2012-10-02 Thread Chander Kashyap
This patch adds gpio structure for Exynos4x12. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/gpio.h | 85 +++ 1 file changed, 85 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/gpio.h b/arch/arm/include/asm/arch-exynos/gpio.h

[PATCH v2 2/3] EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12

2012-10-02 Thread Chander Kashyap
This patch adds clock structure for Exynos4x12. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/clock.h | 276 ++ 1 file changed, 276 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/clock.h b/arch/arm/include/asm/arch-exynos/clock.h

[PATCH v2 0/3] EXYNOS: Add support for Exynos4x12

2012-10-02 Thread Chander Kashyap
This patch series popultes Register addresses, clock structure and gpio structure for Exynos4x12. Changes in v2: - Fixed the GPIO base address macro for exynos4x12_gpio_part3_get_nr in arch/arm/include/asm/arch-exynos/gpio.h Chander Kashyap (3): EXYNOS: EXYNOS4X12: Populate

[PATCH v2 1/3] EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses

2012-10-02 Thread Chander Kashyap
This patch populates base addresses of Exynos4x12 registers. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/cpu.h | 48 +++- 1 file changed, 41 insertions(+), 7 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm

[PATCH 3/3] EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12

2012-10-02 Thread Chander Kashyap
This patch adds gpio structure for Exynos4x12. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/gpio.h | 85 +++ 1 file changed, 85 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/gpio.h b/arch/arm/include/asm/arch-exynos/gpio.h

[PATCH 2/3] EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12

2012-10-02 Thread Chander Kashyap
This patch adds clock structure for Exynos4x12. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/clock.h | 276 ++ 1 file changed, 276 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/clock.h b/arch/arm/include/asm/arch-exynos/clock.h

[PATCH 1/3] EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses

2012-10-02 Thread Chander Kashyap
This patch populates base addresses of Exynos4x12 registers. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/cpu.h | 48 +++- 1 file changed, 41 insertions(+), 7 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm

[PATCH 0/3] EXYNOS: Add support for Exynos4x12

2012-10-02 Thread Chander Kashyap
This patch series popultes Register addresses, clock structure and gpio structure for Exynos4x12. Chander Kashyap (3): EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12 EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12

[PATCH] EXYNOS: Clock: Add common function for pll rate calculation

2012-10-02 Thread Chander Kashyap
Moved the common code to calculate pll clock rate to new funtion exynos_get_pll_clk(). Signed-off-by: Chander Kashyap --- arch/arm/cpu/armv7/exynos/clock.c | 102 ++--- 1 file changed, 38 insertions(+), 64 deletions(-) diff --git a/arch/arm/cpu/armv7/exynos

[PATCH] ARCH: EXYNOS: add support to match product id

2012-10-02 Thread Chander Kashyap
From: Chander Kashyap Based upon single SoC there can be multiple varients. This patch add support to match the complete product ID. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/cpu.h |9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/include/asm

[PATCH v2] EXYNOS: Rename exynos5_tzpc structure to exynos_tzpc

2012-03-14 Thread Chander Kashyap
TZPC IP is common across Exynos based SoC'c. Renaming exynos5_tzpc in arch/arm/include/asm/arch-exynos/tzpc.h to exynos_tzpc will allow generic usase of tzpc. Also modify board/samsung/smdk5250/tzpc_init.c to use exynos_tzpc. Signed-off-by: Chander Kashyap --- Changes in V2: - Ren

Re: [U-Boot] [PATCH] EXYNOS: Rename exynos5_tzpc structure to s5p_tzpc

2012-03-14 Thread Chander Kashyap
Dear Minkyu, On 15 March 2012 06:53, Minkyu Kang wrote: > Dear Chander Kashyap, > > On 14 March 2012 22:38, Chander Kashyap wrote: >> Hi Kyungmin Park, >> >> On 14 March 2012 19:02, Kyungmin Park wrote: >>> Hi Chander, >>> >>> On Wed

Re: [PATCH] EXYNOS: Rename exynos5_tzpc structure to s5p_tzpc

2012-03-14 Thread Chander Kashyap
Hi Kyungmin Park, On 14 March 2012 19:02, Kyungmin Park wrote: > Hi Chander, > > On Wed, Mar 14, 2012 at 10:14 PM, Chander Kashyap > wrote: >> TZPC IP is common across S5P and Exynos based SoC'c. Renaming exynos5_tzpc >> in arch/arm/include/asm/arch-exynos/tzpc.h t

[PATCH] EXYNOS: Rename exynos5_tzpc structure to s5p_tzpc

2012-03-14 Thread Chander Kashyap
TZPC IP is common across S5P and Exynos based SoC'c. Renaming exynos5_tzpc in arch/arm/include/asm/arch-exynos/tzpc.h to s5p_tzpc will allow generic usase of tzpc. Also modify board/samsung/smdk5250/tzpc_init.c to use s5p_tzpc. Signed-off-by: Chander Kashyap --- arch/arm/include/asm

[PATCH] EXYNOS: Detect cpuid based on Exynos product codes

2012-03-13 Thread Chander Kashyap
Exynos based SoC's have two different naming conventions. One is S5PC_ and other is EXXX_. This patch adds generic code to handle EXXX_ connvention. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/cpu.h |5 - 1 files changed, 4 insertions(+), 1 dele

[PATCH] EXYNOS: Add structure for Exynos4 DMC

2012-03-02 Thread Chander Kashyap
Add exynos4_dmc structure in dmc.h for exynos4 dram controllor(DMC). Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/dmc.h | 109 1 files changed, 109 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos/dmc.h b/arch

[PATCH v2] SMDK5250: Add ethernet support

2012-02-09 Thread Chander Kashyap
This patch enable support for SMC911X based ethernet device. Signed-off-by: Chander Kashyap --- Changes in v2: - As Simon pointed smc9115_pre_init() is moved inside in board_eth_init() in smc911x_initialize - Removed CONFIG_ETHADDR and CONFIG_NET_MULTI defines. board

Re: [U-Boot] [PATCH] SMDK5250: Add ethernet support

2012-02-09 Thread Chander Kashyap
Hi Mike, On 24 January 2012 23:39, Mike Frysinger wrote: > On Tuesday 24 January 2012 08:03:20 Chander Kashyap wrote: >> --- a/include/configs/smdk5250.h >> +++ b/include/configs/smdk5250.h >> >> +#define CONFIG_NET_MULTI > > dead define -> delete thank

Re: [U-Boot] [PATCH] SMDK5250: Add ethernet support

2012-02-09 Thread Chander Kashyap
Hi Simon, On 24 January 2012 21:49, Simon Glass wrote: > Hi Chander, > > On Tue, Jan 24, 2012 at 5:03 AM, Chander Kashyap > wrote: >> This patch enable support for SMC911X based ethernet device. >> >> Signed-off-by: Chander Kashyap >> --- >>

Re: [Samsung] [U-Boot] [PATCH v7 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-02-08 Thread Chander Kashyap
On 9 February 2012 09:21, Mike Frysinger wrote: > On Wednesday 08 February 2012 18:35:28 Doug Anderson wrote: >> On Thu, Feb 2, 2012 at 1:21 PM, Mike Frysinger wrote: >> > On Thursday 02 February 2012 04:11:27 Chander Kashyap wrote: >> > > +

[PATCH v9 3/4] EXYNOS: Add SMDK5250 board support

2012-02-06 Thread Chander Kashyap
SMDK5250 board is based on Samsungs EXYNOS5250 SoC. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch is bifurcated into borad support and SoC support - Fixed typo: s/EEYNOS/EXYNOS - Squashed patch "SMDK5250: enable device tree support" in this. C

[PATCH v9 2/4] ARM: EXYNOS: Add support for Exynos5 based SoCs

2012-02-06 Thread Chander Kashyap
Samsung's ARM Cortex-A15 based SoCs are known as Exynos5 series of SoCs. This patch adds the support for Exynos5. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch was part of "EXYNOS: Add SMDK5250 board support" - Now it is seprated as SoC support.

[PATCH v9 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-02-06 Thread Chander Kashyap
This patch adds support for MMC SPL booting. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None Changes for v4: - None Changes for v5: - None Changes for v6: - None Changes for v7: - None Changes for v8

[PATCH v9 0/4] Add SMDK5250 board support

2012-02-06 Thread Chander Kashyap
s are dropped in this version: Exynos: Add CONFIG_EXYNOS4 Macro to EXYNOS4 based boards Exynos: Clock.c: Replace exynos4 prefix with exynos SMDK5250: enable device tree support is squashed with EXYNOS: Add SMDK5250 board support Chander Kashyap (4): Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ

[PATCH v9 1/4] Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro

2012-02-06 Thread Chander Kashyap
CONFIG_SYS_CLK_FREQ_C210 macro giving notion of S5PC2XX (Exynos4) architecture. Replace CONFIG_SYS_CLK_FREQ_C210 with CONFIG_SYS_CLK_FREQ to make it generic for exynos architecture. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None Changes for V4

Re: [U-Boot] [PATCH v8 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-02-05 Thread Chander Kashyap
Hi, As there are no changes in other patches. So is it fine to only send this patch. On 4 February 2012 01:01, Mike Frysinger wrote: > On Friday 03 February 2012 11:05:57 Chander Kashyap wrote: >>  board/samsung/smdk5250/tools/mkexynos_image.c |  117 >>  create mode 100644 tools/

[PATCH v8 3/4] EXYNOS: Add SMDK5250 board support

2012-02-03 Thread Chander Kashyap
SMDK5250 board is based on Samsungs EXYNOS5250 SoC. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch is bifurcated into borad support and SoC support - Fixed typo: s/EEYNOS/EXYNOS - Squashed patch "SMDK5250: enable device tree support" in this. C

[PATCH v8 2/4] ARM: EXYNOS: Add support for Exynos5 based SoCs

2012-02-03 Thread Chander Kashyap
Samsung's ARM Cortex-A15 based SoCs are known as Exynos5 series of SoCs. This patch adds the support for Exynos5. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch was part of "EXYNOS: Add SMDK5250 board support" - Now it is seprated as SoC support.

[PATCH v8 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-02-03 Thread Chander Kashyap
This patch adds support for MMC SPL booting. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None Changes for v4: - None Changes for v5: - None Changes for v6: - None Changes for v7: - None Changes for v8

[PATCH v8 0/4] Add SMDK5250 board support

2012-02-03 Thread Chander Kashyap
s are dropped in this version: Exynos: Add CONFIG_EXYNOS4 Macro to EXYNOS4 based boards Exynos: Clock.c: Replace exynos4 prefix with exynos SMDK5250: enable device tree support is squashed with EXYNOS: Add SMDK5250 board support Chander Kashyap (4): Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ

[PATCH v8 1/4] Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro

2012-02-03 Thread Chander Kashyap
CONFIG_SYS_CLK_FREQ_C210 macro giving notion of S5PC2XX (Exynos4) architecture. Replace CONFIG_SYS_CLK_FREQ_C210 with CONFIG_SYS_CLK_FREQ to make it generic for exynos architecture. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None Changes for V4

Re: [U-Boot] [PATCH v7 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-02-03 Thread Chander Kashyap
Hi Mike, On 3 February 2012 02:51, Mike Frysinger wrote: > On Thursday 02 February 2012 04:11:27 Chander Kashyap wrote: >> --- /dev/null >> +++ b/board/samsung/smdk5250/tools/mkexynos_image.c > > tools should be in tools/.  there are already plenty of examples in there (see

[PATCH v7 3/4] EXYNOS: Add SMDK5250 board support

2012-02-02 Thread Chander Kashyap
SMDK5250 board is based on Samsungs EXYNOS5250 SoC. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch is bifurcated into borad support and SoC support - Fixed typo: s/EEYNOS/EXYNOS - Squashed patch "SMDK5250: enable device tree support" in this. C

[PATCH v7 2/4] ARM: EXYNOS: Add support for Exynos5 based SoCs

2012-02-02 Thread Chander Kashyap
Samsung's ARM Cortex-A15 based SoCs are known as Exynos5 series of SoCs. This patch adds the support for Exynos5. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch was part of "EXYNOS: Add SMDK5250 board support" - Now it is seprated as SoC support.

[PATCH v7 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-02-02 Thread Chander Kashyap
This patch adds support for MMC SPL booting. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None Changes for v4: - None Changes for v5: - None Changes for v6: - None Changes for v7: - None board/samsung/smdk5250

[PATCH v7 1/4] Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro

2012-02-02 Thread Chander Kashyap
CONFIG_SYS_CLK_FREQ_C210 macro giving notion of S5PC2XX (Exynos4) architecture. Replace CONFIG_SYS_CLK_FREQ_C210 with CONFIG_SYS_CLK_FREQ to make it generic for exynos architecture. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None Changes for V4

[PATCH v7 0/4] Add SMDK5250 board support

2012-02-02 Thread Chander Kashyap
s are dropped in this version: Exynos: Add CONFIG_EXYNOS4 Macro to EXYNOS4 based boards Exynos: Clock.c: Replace exynos4 prefix with exynos SMDK5250: enable device tree support is squashed with EXYNOS: Add SMDK5250 board support Chander Kashyap (4): Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ

Re: [U-Boot] [PATCH v6 3/4] EXYNOS: Add SMDK5250 board support

2012-02-01 Thread Chander Kashyap
Hi Igor, On 25 January 2012 12:26, Igor Grinberg wrote: > Hi Chander, > > On 01/25/12 07:19, Chander Kashyap wrote: >> SMDK5250 board is based on Samsungs EXYNOS5250 SoC. >> >> Signed-off-by: Chander Kashyap >> --- > > [...] > >> diff --git

[PATCH] TRATS: Fix uart gpio config

2012-01-24 Thread Chander Kashyap
It updates the missing gpio configuration of UART port. Signed-off-by: Chander Kashyap Cc: HeungJun, Kim --- board/samsung/trats/trats.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c index f795ff0..4c9773d

[PATCH v6 3/4] EXYNOS: Add SMDK5250 board support

2012-01-24 Thread Chander Kashyap
SMDK5250 board is based on Samsungs EXYNOS5250 SoC. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch is bifurcated into borad support and SoC support - Fixed typo: s/EEYNOS/EXYNOS - Squashed patch "SMDK5250: enable device tree support" in this. C

[PATCH v6 2/4] ARM: EXYNOS: Add support for Exynos5 based SoCs

2012-01-24 Thread Chander Kashyap
Samsung's ARM Cortex-A15 based SoCs are known as Exynos5 series of SoCs. This patch adds the support for Exynos5. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch was part of "EXYNOS: Add SMDK5250 board support" - Now it is seprated as SoC support.

[PATCH v6 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-01-24 Thread Chander Kashyap
This patch adds support for MMC SPL booting. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None Changes for v4: - None Changes for v5: - None Changes for v5: - None board/samsung/smdk5250/Makefile | 16

[PATCH v6 1/4] Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro

2012-01-24 Thread Chander Kashyap
CONFIG_SYS_CLK_FREQ_C210 macro giving notion of S5PC2XX (Exynos4) architecture. Replace CONFIG_SYS_CLK_FREQ_C210 with CONFIG_SYS_CLK_FREQ to make it generic for exynos architecture. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None Changes for V4

[PATCH v6 0/4] Add SMDK5250 board support

2012-01-24 Thread Chander Kashyap
s are dropped in this version: Exynos: Add CONFIG_EXYNOS4 Macro to EXYNOS4 based boards Exynos: Clock.c: Replace exynos4 prefix with exynos SMDK5250: enable device tree support is squashed with EXYNOS: Add SMDK5250 board support Chander Kashyap (4): Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ

Re: [PATCH v5 0/4] Add SMDK5250 board support

2012-01-24 Thread Chander Kashyap
Hi, Please ignore this patch set i will resend it. On 25 January 2012 10:12, Chander Kashyap wrote: > This patchset add support for Samsung's SMDK5250 board based on > EXYNOS5250 based SoC. It also adds support for MMC SPL booting. > > The porting is done by Samsung engineers at

[PATCH v5 3/4] EXYNOS: Add SMDK5250 board support

2012-01-24 Thread Chander Kashyap
SMDK5250 board is based on Samsungs EXYNOS5250 SoC. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch is bifurcated into borad support and SoC support - Fixed typo: s/EEYNOS/EXYNOS - Squashed patch "SMDK5250: enable device tree support" in this. C

[PATCH v5 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-01-24 Thread Chander Kashyap
This patch adds support for MMC SPL booting. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None Changes for v4: - None Changes for v5: - None board/samsung/smdk5250/Makefile | 16 board/samsung/smdk5250

[PATCH v5 1/4] Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro

2012-01-24 Thread Chander Kashyap
CONFIG_SYS_CLK_FREQ_C210 macro giving notion of S5PC2XX (Exynos4) architecture. Replace CONFIG_SYS_CLK_FREQ_C210 with CONFIG_SYS_CLK_FREQ to make it generic for exynos architecture. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None Changes for V4

[PATCH v5 2/4] ARM: EXYNOS: Add support for Exynos5 based SoCs

2012-01-24 Thread Chander Kashyap
Samsung's ARM Cortex-A15 based SoCs are known as Exynos5 series of SoCs. This patch adds the support for Exynos5. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch was part of "EXYNOS: Add SMDK5250 board support" - Now it is seprated as SoC support.

[PATCH v5 0/4] Add SMDK5250 board support

2012-01-24 Thread Chander Kashyap
s are dropped in this version: Exynos: Add CONFIG_EXYNOS4 Macro to EXYNOS4 based boards Exynos: Clock.c: Replace exynos4 prefix with exynos SMDK5250: enable device tree support is squashed with EXYNOS: Add SMDK5250 board support Chander Kashyap (4): Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ

Re: [PATCH v4 3/4] EXYNOS: Add SMDK5250 board support

2012-01-24 Thread Chander Kashyap
x */ > +       for (i = 0; i < 7; i++) { loop should go to i<8 > +               s5p_gpio_set_pull(&gpio1->a0, i, GPIO_PULL_NONE); > +               s5p_gpio_cfg_pin(&gpio1->a0, i, GPIO_FUNC(0x2)); > +       } > + > +       /* UART2-UART3 GPIOs (part2) : 0x00223322 */ > +       for (i = 0; i < 5; i++) { loop should go to i<6 > +               s5p_gpio_set_pull(&gpio1->a1, i, GPIO_PULL_NONE); > +               s5p_gpio_cfg_pin(&gpio1->a1, i, GPIO_FUNC(0x2)); > +       } > +} > + > +#ifdef CONFIG_BOARD_EARLY_INIT_F > +int board_early_init_f(void) > +{ > +       board_uart_init(); > +       return 0; > +} > +#endif I will resubmit the patch set. -- with warm regards, Chander Kashyap ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

[PATCH] SMDK5250: Add ethernet support

2012-01-24 Thread Chander Kashyap
This patch enable support for SMC911X based ethernet device. Signed-off-by: Chander Kashyap --- board/samsung/smdk5250/smdk5250.c | 89 + include/configs/smdk5250.h| 13 +- 2 files changed, 100 insertions(+), 2 deletions(-) diff --git a/board

[PATCH v4 3/4] EXYNOS: Add SMDK5250 board support

2012-01-23 Thread Chander Kashyap
SMDK5250 board is based on Samsungs EXYNOS5250 SoC. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch is bifurcated into borad support and SoC support - Fixed typo: s/EEYNOS/EXYNOS - Squashed patch "SMDK5250: enable device tree support" in this. C

[PATCH v4 2/4] ARM: EXYNOS: Add support for Exynos5 based SoCs

2012-01-23 Thread Chander Kashyap
Samsung's ARM Cortex-A15 based SoCs are known as Exynos5 series of SoCs. This patch adds the support for Exynos5. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch was part of "EXYNOS: Add SMDK5250 board support" - Now it is seprated as SoC support.

[PATCH v4 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-01-23 Thread Chander Kashyap
This patch adds support for MMC SPL booting. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None Changes for v4: None board/samsung/smdk5250/Makefile | 16 board/samsung/smdk5250/mmc_boot.c | 58

[PATCH v4 0/4] Add SMDK5250 board support

2012-01-23 Thread Chander Kashyap
s are dropped in this version: Exynos: Add CONFIG_EXYNOS4 Macro to EXYNOS4 based boards Exynos: Clock.c: Replace exynos4 prefix with exynos SMDK5250: enable device tree support is squashed with EXYNOS: Add SMDK5250 board support Chander Kashyap (4): Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ

[PATCH v4 1/4] Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro

2012-01-23 Thread Chander Kashyap
CONFIG_SYS_CLK_FREQ_C210 macro giving notion of S5PC2XX (Exynos4) architecture. Replace CONFIG_SYS_CLK_FREQ_C210 with CONFIG_SYS_CLK_FREQ to make it generic for exynos architecture. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None Changes for V4

Re: [U-Boot] [PATCH v3 3/4] EXYNOS: Add SMDK5250 board support

2012-01-12 Thread Chander Kashyap
Dear Minkyu kang, On 12 January 2012 14:06, Minkyu Kang wrote: > Dear Chander Kashyap, > > On 11 January 2012 22:55, Chander Kashyap wrote: >> SMDK5250 board is based on Samsungs EXYNOS5250 SoC. >> >> Signed-off-by: Chander Kashyap >> --- >> Changes for v

[PATCH v3 3/4] EXYNOS: Add SMDK5250 board support

2012-01-11 Thread Chander Kashyap
SMDK5250 board is based on Samsungs EXYNOS5250 SoC. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch is bifurcated into borad support and SoC support - Fixed typo: s/EEYNOS/EXYNOS - Squashed patch "SMDK5250: enable device tree support" in this. C

[PATCH v3 2/4] ARM: EXYNOS: Add support for Exynos5 based SoCs

2012-01-11 Thread Chander Kashyap
Samsung's ARM Cortex-A15 based SoCs are known as Exynos5 series of SoCs. This patch adds the support for Exynos5. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch was part of "EXYNOS: Add SMDK5250 board support" - Now it is seprated as SoC support. C

[PATCH v3 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-01-11 Thread Chander Kashyap
This patch adds support for mmc spl booting. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None board/samsung/smdk5250/Makefile | 16 board/samsung/smdk5250/mmc_boot.c | 58 board/samsung/smdk5250

[PATCH v3 1/4] Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro

2012-01-11 Thread Chander Kashyap
CONFIG_SYS_CLK_FREQ_C210 macro giving notion of S5PC2XX (Exynos4) architecture. Replace CONFIG_SYS_CLK_FREQ_C210 with CONFIG_SYS_CLK_FREQ to make it generic for exynos architecture. Signed-off-by: Chander Kashyap --- Changes for v2: - None Changes for v3: - None arch/arm/cpu

[PATCH v3 0/4] Add SMDK5250 board support

2012-01-11 Thread Chander Kashyap
s are dropped in this version: Exynos: Add CONFIG_EXYNOS4 Macro to EXYNOS4 based boards Exynos: Clock.c: Replace exynos4 prefix with exynos SMDK5250: enable device tree support is squashed with EXYNOS: Add SMDK5250 board support Chander Kashyap (4): Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ

Re: [U-Boot] [PATCH v2 2/4] ARM: EXYNOS: Add support for Exynos5 based SoCs

2012-01-11 Thread Chander Kashyap
Dear Minkyu Kang, On 11 January 2012 15:41, Minkyu Kang wrote: > Dear Chander Kashyap, > > On 9 January 2012 15:40, Chander Kashyap wrote: >> Samsung's ARM Cortex-A15 based SoCs are known as Exynos5 series of >> SoCs. This patch adds the support for Exynos5. >> &

Re: [U-Boot] [PATCH v2 0/4] Add SMDK5250 board support

2012-01-10 Thread Chander Kashyap
Hi HeungJun, On 10 January 2012 14:50, HeungJun, Kim wrote: > Hi Chander Kashyap, > > I'm going to share the status of size. > > The case of assemble code: > text    data     bss     dec     hex filename >   1929      20      12    1961     7a9 board/samsung/trats/l

Re: [U-Boot] [PATCH v2 0/4] Add SMDK5250 board support

2012-01-10 Thread Chander Kashyap
Dear Wolfgang Denk, On 10 January 2012 11:05, Wolfgang Denk wrote: > Dear Chander Kashyap, > > In message > you > wrote: >> >> > Are you planning to reimplement most of these two files in C as per >> > Wolfgang's comments on the TRATS board, or is

Re: [U-Boot] [PATCH v2 0/4] Add SMDK5250 board support

2012-01-10 Thread Chander Kashyap
Hi Kyungmin Park, On 10 January 2012 10:42, Kyungmin Park wrote: > On 1/10/12, Chander Kashyap wrote: >> Dear Simon, >> >> On 9 January 2012 23:25, Simon Glass wrote: >>> Hi Chander, >>> >>> On Sun, Jan 8, 2012 at 10:40 PM, Chander Kashya

Re: [U-Boot] [PATCH v2 0/4] Add SMDK5250 board support

2012-01-09 Thread Chander Kashyap
Dear Simon, On 9 January 2012 23:25, Simon Glass wrote: > Hi Chander, > > On Sun, Jan 8, 2012 at 10:40 PM, Chander Kashyap > wrote: >> This patchset add support for Samsung's SMDK5250 board based on >> EXYNOS5250 based SoC. It also adds support for MMC SPL booting.

[PATCH v2 2/4] ARM: EXYNOS: Add support for Exynos5 based SoCs

2012-01-08 Thread Chander Kashyap
Samsung's ARM Cortex-A15 based SoCs are known as Exynos5 series of SoCs. This patch adds the support for Exynos5. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch was part of "EXYNOS: Add SMDK5250 board support" - Now it is seprated as SoC support.

[PATCH v2 3/4] EXYNOS: Add SMDK5250 board support

2012-01-08 Thread Chander Kashyap
SMDK5250 board is based on Samsungs EXYNOS5250 SoC. Signed-off-by: Chander Kashyap --- Changes for v2: - This patch is bifurcated into borad support and SoC support - Fixed typo: s/EEYNOS/EXYNOS - Squashed patch "SMDK5250: enable device tree support&quo

[PATCH v2 1/4] Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro

2012-01-08 Thread Chander Kashyap
CONFIG_SYS_CLK_FREQ_C210 macro giving notion of S5PC2XX (Exynos4) architecture. Replace CONFIG_SYS_CLK_FREQ_C210 with CONFIG_SYS_CLK_FREQ to make it generic for exynos architecture. Signed-off-by: Chander Kashyap --- Changes for v2: - None arch/arm/cpu/armv7/exynos/clock.c |6

[PATCH v2 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-01-08 Thread Chander Kashyap
This patch adds support for mmc spl booting. Signed-off-by: Chander Kashyap --- Changes for v2: - None board/samsung/smdk5250/Makefile | 16 board/samsung/smdk5250/mmc_boot.c | 58 board/samsung/smdk5250/tools/mkexynos_image.c | 117

[PATCH v2 0/4] Add SMDK5250 board support

2012-01-08 Thread Chander Kashyap
s are dropped in this version: Exynos: Add CONFIG_EXYNOS4 Macro to EXYNOS4 based boards Exynos: Clock.c: Replace exynos4 prefix with exynos SMDK5250: enable device tree support is squashed with EXYNOS: Add SMDK5250 board support Chander Kashyap (4): Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ

Re: [U-Boot] [PATCH 4/6] EEYNOS: Add SMDK5250 board support

2012-01-06 Thread Chander Kashyap
Dear Minkyu Kang, On 6 January 2012 07:10, Minkyu Kang wrote: > Dear Chander Kashyap, > > On 5 January 2012 19:31, Chander Kashyap wrote: >> Hi Minkyu Kang, >> >> On 5 January 2012 12:13, Minkyu Kang wrote: >>> Dear Chander Kashyap, >>> &

Re: [U-Boot] [PATCH 4/6] EEYNOS: Add SMDK5250 board support

2012-01-06 Thread Chander Kashyap
Dear Wolfgang Denk, On 5 January 2012 17:02, Wolfgang Denk wrote: > Dear Chander Kashyap, > > In message > you > wrote: >> >> > No need to reuse the code, if SoCs are different. >> > If need, please separate the functions. >> >> Yes, though S

Re: [U-Boot] [PATCH 4/6] EEYNOS: Add SMDK5250 board support

2012-01-05 Thread Chander Kashyap
Hi Minkyu Kang, On 5 January 2012 12:13, Minkyu Kang wrote: > Dear Chander Kashyap, > > On 27 December 2011 17:48, Chander Kashyap wrote: >>>> >  Torsten Koschorrek >>>> >        scb9328         ARM920T (i.MXL) >>>> > diff --git a/arch/arm

Re: [U-Boot] [PATCH 4/6] EEYNOS: Add SMDK5250 board support

2012-01-04 Thread Chander Kashyap
Dear Minkyu Kang, On 27 December 2011 14:18, Chander Kashyap wrote: > Dear minkyu Kang > > On 23 December 2011 11:21, Chander Kashyap wrote: >> Dear Minkyu Kang, >> >> On 23 December 2011 09:51, Minkyu Kang wrote: >>> >>> Dear Chander Kashyap, >&

Re: [U-Boot] [PATCH 4/6] EEYNOS: Add SMDK5250 board support

2011-12-27 Thread Chander Kashyap
Dear minkyu Kang On 23 December 2011 11:21, Chander Kashyap wrote: > Dear Minkyu Kang, > > On 23 December 2011 09:51, Minkyu Kang wrote: >> >> Dear Chander Kashyap, >> >> On 22 December 2011 19:52, Chander Kashyap >> wrote: >> > SM

Re: [U-Boot] [PATCH 1/6] Exynos: Add CONFIG_EXYNOS4 Macro to EXYNOS4 based boards

2011-12-22 Thread Chander Kashyap
Dear Minkyu Kang, On 23 December 2011 09:52, Minkyu Kang wrote: > Dear Chander Kashyap, > > On 22 December 2011 19:52, Chander Kashyap wrote: >> Exynos architecture has varients like exynos4 and exynos5. In order to >> identify the exynos4 architecture, add CONFIG_EXY

Re: [U-Boot] [PATCH 6/6] SMDK5250: enable device tree support

2011-12-22 Thread Chander Kashyap
Dear Minkyu Kang, On 23 December 2011 09:52, Minkyu Kang wrote: > Dear Chander Kashyap, > > On 22 December 2011 19:52, Chander Kashyap wrote: >> Enable passing a flattened device tree to the kernel. >> >> Signed-off-by: Chander Kashyap >> --- >>  incl

Re: [U-Boot] [PATCH 4/6] EEYNOS: Add SMDK5250 board support

2011-12-22 Thread Chander Kashyap
Dear Minkyu Kang, On 23 December 2011 09:51, Minkyu Kang wrote: > > Dear Chander Kashyap, > > On 22 December 2011 19:52, Chander Kashyap wrote: > > SMDK5250 board is based on Samsungs EXYNOS5250 SoC. > > > > Signed-off-by: Chander Kas

  1   2   >