Re: [U-Boot] [PATCH] SMDKV310: Fix build error for smdkv310 board

2011-07-27 Thread Minkyu Kang
   2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > applied to u-boot-samsung Thanks Minkyu Kang -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] SMDKV310: Fix undefined reference error

2011-07-27 Thread Minkyu Kang
t;  mmc_spl/board/samsung/smdkv310/u-boot.lds |    2 ++ >  2 files changed, 6 insertions(+), 0 deletions(-) > applied to u-boot-samsung Thanks Minkyu Kang -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH RESEND v2] armv7: Disable D cache for goni target (s5p)

2011-07-27 Thread Minkyu Kang
t; NAK:ed by Wolfgang. > Could you please give me the link of that thread? Thanks Minkyu Kang -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2] SMDKV310: MMC SPL: Remove unwanted dummy functions

2011-08-08 Thread Minkyu Kang
gt;        get_bad_stack >        bad_save_user_regs >        bl      do_undefined_instruction > > Signed-off-by: Chander Kashyap > --- >  mmc_spl/board/samsung/smdkv310/Makefile   |    1 + >  mmc_spl/board/samsung/smdkv310/mmc_boot.c |   30 >

[U-Boot] omap3: write to mmc

2009-03-26 Thread Minkyu Kang
Hi, I have question or request about omap3 mmc. I want to write the image to mmc. But, omap3_mmc has no function for it. Do you have some patches for omap3_mmc? or.. How about implementation generic mmc for omap3? Please check this issue. Thank you :) --- Minkyu Kang

[U-Boot] [PATCH] omap3: mmc: mmc2 support

2009-03-26 Thread Minkyu Kang
There are 3 MMC/SD/SDIO host controllers inside the device. This patch will support mmc2 and mmc3. Signed-off-by: Minkyu Kang --- drivers/mmc/omap3_mmc.c | 38 ++--- include/asm-arm/arch-omap3/mmc_host_def.h | 18 - include/asm-arm/arch

Re: [U-Boot] [PATCH] omap3: mmc: mmc2 support

2009-03-27 Thread Minkyu Kang
ou think? Surely possible. As you known, there is no interface for selecting device. Can I add new command for that? (E.g. mmcselect ) And I want to change the mmcinit command too. I.e. getting dev num by argument. like this mmcinit If that is not in, we must select mmc device before mmcinit.

[U-Boot] [PATCH] cmd_mmc: add support device command for selecting mmc device

2009-03-27 Thread Minkyu Kang
This patch improves device command for selecting mmc device Signed-off-by: Minkyu Kang --- common/cmd_mmc.c | 69 ++ 1 files changed, 64 insertions(+), 5 deletions(-) diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index 16c919b..2557892

[U-Boot] [PATCH] omap3: mmc: mmc2 support

2009-03-27 Thread Minkyu Kang
There are 3 MMC/SD/SDIO host controllers inside the device. This patch will support mmc2 and mmc3(mmc3 have not tested) Signed-off-by: Minkyu Kang --- drivers/mmc/omap3_mmc.c | 74 - include/asm-arm/arch-omap3/mmc_host_def.h | 10 +++- include

[U-Boot] [PATCH] cmd_mmc: add support device command for selecting mmc device (resend)

2009-03-29 Thread Minkyu Kang
This patch improves device command for selecting mmc device Signed-off-by: Minkyu Kang --- common/cmd_mmc.c | 61 + 1 files changed, 56 insertions(+), 5 deletions(-) diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index 16c919b..fb99899

Re: [U-Boot] [PATCH] omap3: mmc: mmc2 support

2009-04-02 Thread Minkyu Kang
0x480B4000 >> +#define OMAP_HSMMC_BASE_MMC30x480AD000 > it's really a shame that TI does not make it in order and at the same shift > so we could do this > #define OMAP_HSMMC_BASE(x) (0x4809C000 + (shift << x)) right but.. I can't find any patterns for OMAP's HSMMC register. also HSMMC register is defined separately at linux kernel code (please see arch/arm/plat-omap/include/mach/mmc.h) Many thanks Minkyu Kang ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] s3c64xx: support the soft reset at s3c6410

2009-04-02 Thread Minkyu Kang
This patch support the soft reset at s3c6410 Signed-off-by: Minkyu Kang --- cpu/arm1176/cpu.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/cpu/arm1176/cpu.c b/cpu/arm1176/cpu.c index 1e94f7d..cb13d9c 100644 --- a/cpu/arm1176/cpu.c +++ b/cpu/arm1176/cpu.c @@ -112,7

[U-Boot] [PATCH] s3c64xx: fix the wrong gpio offset

2009-04-02 Thread Minkyu Kang
This patch fix the wrong gpio offset Signed-off-by: Minkyu Kang --- include/s3c6400.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/s3c6400.h b/include/s3c6400.h index fd3e99b..1da85a1 100644 --- a/include/s3c6400.h +++ b/include/s3c6400.h @@ -215,9

[U-Boot] [PATCH] s3c64xx: move reset_cpu to soc and support the soft reset at s3c6410

2009-04-03 Thread Minkyu Kang
This patch support the soft reset at s3c6410 Signed-off-by: Minkyu Kang --- cpu/arm1176/cpu.c| 16 cpu/arm1176/s3c64xx/interrupts.c | 15 +++ include/s3c6400.h|5 + 3 files changed, 20 insertions(+), 16 deletions(-) diff

[U-Boot] [PATCH] s3c64xx: remove unnecessary definition

2009-04-06 Thread Minkyu Kang
CONFIG_S3C6400 is must defined at config header file That definition is unnecessary at this file Signed-off-by: Minkyu Kang --- include/s3c6400.h |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/include/s3c6400.h b/include/s3c6400.h index 87f3760..e527c08 100644 --- a

Re: [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p UNIVERSAL C210 target

2011-10-23 Thread Minkyu Kang
On 10/18/2011 02:14 AM, Anton Staaf wrote: > On Mon, Oct 17, 2011 at 4:42 AM, Lukasz Majewski > wrote: >> Define the D-cache line size for S5PC210 UNIVERSAL reference target. >> >> Signed-off-by: Lukasz Majewski >> Signed-off-by: Kyungmin Park > > Acked-by

Re: [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p GONI target

2011-10-23 Thread Minkyu Kang
On 10/18/2011 02:14 AM, Anton Staaf wrote: > On Mon, Oct 17, 2011 at 4:42 AM, Lukasz Majewski > wrote: >> Define the D-cache line size for S5PC110 GONI reference target. >> >> Signed-off-by: Lukasz Majewski >> Signed-off-by: Kyungmin Park > > Acked-by

Re: [U-Boot] [PATCH] arm:exynos4:samsung Support for NURI target

2011-10-28 Thread Minkyu Kang
Dear Lukasz Majewski, On 10/20/2011 05:07 PM, Lukasz Majewski wrote: > This patch adds support for Samsung's Exynos4 (C210) Nuri reference > board. > > New exynos4_nuri board has been added to boards.cfg > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungm

Re: [U-Boot] [PATCH] misc:pmic:samsung Enable PMIC driver at C210 Universal target

2011-10-28 Thread Minkyu Kang
Dear Lukasz Majewski, On 10/27/2011 05:33 PM, Lukasz Majewski wrote: > Enable support for PMIC driver at C210 Universal reference target. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > --- > Depend on: "New generic

[U-Boot] please pull u-boot-samsung/master

2011-10-28 Thread Minkyu Kang
Dear Albert, The following changes since commit 37fc0ed268dc5acacd3a83adafa26eb1a84e90af: ARM: Add Calxeda Highbank platform (2011-10-27 21:56:37 +0200) are available in the git repository at: git://git.denx.de/u-boot-samsung master Angus Ainslie (2): ORIGEN : enable device tree suppo

Re: [U-Boot] [PATCH] add a git mailrc file for maintainers

2011-11-07 Thread Minkyu Kang
gt; ah, the crappy patchwork interface made it hard to figure out what username > you > were utilizing > >> ga...@kernel.crashing.org > > i took this from: >        htp://www.denx.de/wiki/U-Boot/Custodians > you might want to update that ... > -mike > Please a

Re: [U-Boot] [PATCH v2] arm:exynos4:samsung:nuri Support for NURI target.

2011-11-16 Thread Minkyu Kang
Dear Lukasz Majewski, On 10 November 2011 17:39, Lukasz Majewski wrote: > This patch adds support for Samsung's Exynos4 Nuri reference > board. > > New exynos4_nuri board has been added to boards.cfg > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungm

[U-Boot] [PATCH] omap3: moved reset_cpu function to omap3

2009-06-17 Thread Minkyu Kang
Because this function is soc specific, it should be moved to omap3 Signed-off-by: Minkyu Kang --- cpu/arm_cortexa8/omap3/interrupts.c | 14 ++ cpu/arm_cortexa8/start.S| 14 -- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/cpu

Re: [U-Boot] [PATCH] omap3: moved reset_cpu function to omap3

2009-06-17 Thread Minkyu Kang
Dear Dirk, 2009/6/18 Minkyu Kang > Because this function is soc specific, it should be moved to omap3 > > Signed-off-by: Minkyu Kang > --- > cpu/arm_cortexa8/omap3/interrupts.c | 14 ++ > cpu/arm_cortexa8/start.S| 14 -- > 2 files c

[U-Boot] [PATCH] s3c64xx: move the reset_cpu function

2009-06-25 Thread Minkyu Kang
Because of the reset_cpu is soc specific, should be move to soc And read reset value from SYS_ID register instead of hard code this patch also supports s3c6410 Signed-off-by: Minkyu Kang --- cpu/arm1176/cpu.c| 16 cpu/arm1176/s3c64xx/Makefile |2 ++ cpu

Re: [U-Boot] [PATCH/RFC] Support HSMMC2 and 3 on OMAP3.

2009-06-27 Thread Minkyu Kang
Hi Hugo Vincent, 2009/6/27 Hugo Vincent : > Adds support for the second and third HSMMC controllers on OMAP3 SoCs. > > Tested working on Gumstix Overo with a custom base-board containing > external SD/MMC slots. > > Signed-off-by: Hugo Vincent > > diff --git a/board/omap3/overo/overo.h b/board/om

Re: [U-Boot] [PATCH] Exynos5: Add support for USB download boot mode

2013-04-16 Thread Minkyu Kang
nfig_branch_prediction(is_cr_z_set); >>>>> + break; >>>>> default: >>>>> break; >>>>> } >>>>> diff --git a/include/configs/exynos5250-dt.h >>>>> b/include/configs/exynos5250-dt.h >>>>> index cabd2f2..6728b0e 100644 >>>>> --- a/include/configs/exynos5250-dt.h >>>>> +++ b/include/configs/exynos5250-dt.h >>>>> @@ -123,6 +123,11 @@ >>>>> #define CONFIG_USB_EHCI_EXYNOS >>>>> #define CONFIG_USB_STORAGE >>>>> >>>>> +/* USB boot mode */ >>>>> +#define EXYNOS_COPY_USB_FNPTR_ADDR 0x02020070 >>>>> +#define EXYNOS_USB_SECONDARY_BOOT 0xfeed0002 >>>>> +#define EXYNOS_IRAM_SECONDARY_BASE 0x02020018 >>>> >>>> >>>> What happened to the function pointer table patch? >>>> >>> I think i missed that patch from Amar, :-( >>> will remove these #defines and use the function pointer table instead. >> >> I notice that this patch has not made it to mainline. It really should >> be there since without it it is not possible to USB boot on snow, >> which makes development awkward. >> >> Can we get this applied in time for the release? The comment made >> above can be dealt with later perhaps. > > Sorry for not responding to this patch for long, but was still waiting > for Amar's emmc booting patch > to get merged (which carries the funtion pointer table). > > Hi Minkyu, > Is it fine with you if we pull this in for now, and post a patch later > to make things aligned > with funtion-pointer table ? > > This patch cleanly applies on u-boot-samsung/master. > > applied to u-boot-samsung Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2] exynos: Correct use of 64-bit division

2013-04-16 Thread Minkyu Kang
lastinc = now; > > /* Divide by 1000 to convert from us to ms */ > - return gd->arch.timer_reset_value / 1000 - base; > + time_ms = gd->arch.timer_reset_value; > + do_div(time_ms, 1000); > + return time_ms - base; > } > > unsigned lon

Re: [U-Boot] [PATCH 2/2] exynos: fdt: Add TMU node for snow

2013-04-16 Thread Minkyu Kang
gt; + samsung,start-tripping = <105>; > + samsung,hw-tripping = <110>; > + samsung,efuse-min-value = <40>; > + samsung,efuse-value = <55>; > + samsung,efuse-max-value = <100>; > + samsung,slo

[U-Boot] please pull u-boot-samsung master

2013-04-16 Thread Minkyu Kang
(+), 3 deletions(-) -- Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [STATUS] v2013.04-rc3 released

2013-04-16 Thread Minkyu Kang
tchwork.ozlabs.org/patch/233094/ >> >> And at this point I plan to release Friday. >> >> -- >> Tom > > Regards, > Simon > applied those tree patches. Albert, please pull u-boot-samsung master Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/3 V5] EXYNOS5: Add gpio pin numbering feature

2013-04-18 Thread Minkyu Kang
Dear Rajeshwari, On 17/04/13 13:49, Rajeshwari Birje wrote: > Hi Minkyu Kang, > > Please do let me know if any comments on these patchset. > will progress after release. > Regards, > Rajeshwari Shinde > Thanks, Minkyu Kang. __

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

2013-04-28 Thread Minkyu Kang
a comat string for hsi2c to distingush the channels >>>> 6. Minor cosmotic changes >>>> >>>> Note: FIFOs will be implemented in subsequent patches >>>> >>>> drivers/i2c/s3c24x0_i2c.c | 494 >>>>

Re: [U-Boot] [PATCH 1/3 V5] EXYNOS5: Add gpio pin numbering feature

2013-05-15 Thread Minkyu Kang
to rebase them once the MMC patches get in, but will >> wait for comments from Minkyu Kang as well >> so that I can incorporate them and rebase the patch set once the MMC >> patches get in. > > I am looking forward to seeing the outstanding patches applied - will > this

Re: [U-Boot] [PATCH 0/2 V2] EXYNOS5: Enable Gigabyte device GD25LQ and GD25Q64B

2013-05-20 Thread Minkyu Kang
Dear Rajeshwari, On 28/03/13 01:42, Simon Glass wrote: > Hi Minkyu, > > > On Tue, Mar 26, 2013 at 11:38 PM, Minkyu Kang <mailto:mk7.k...@samsung.com>> wrote: > > Dear Rajeshwari and Simon, > > On 12/03/13 15:13, Rajeshwari Birje wrote: > &g

Re: [U-Boot] [PATCH 3/3 V5] EXYNOS5: GPIO: Enable GPIO Command for EXYNOS5

2013-05-21 Thread Minkyu Kang
} > + > + if (i == ARRAY_SIZE(exynos5_gpio_table)) > + return -1; > + return num; > +} > diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h > index cbd1c4e..46a4e75 100644 > --- a/include/configs/exynos5250-dt.h > +++ b/include/configs/exynos5250-dt.h > @@ -122,6 +122,7 @@ > #define CONFIG_CMD_FAT > #define CONFIG_CMD_NET > #define CONFIG_CMD_HASH > +#define CONFIG_CMD_GPIO > > #define CONFIG_BOOTDELAY 3 > #define CONFIG_ZERO_BOOTDELAY_CHECK > Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 0/12] Introduce Samsung's new board Trats2

2013-05-21 Thread Minkyu Kang
max77693.c > create mode 100644 include/configs/trats2.h > create mode 100644 include/power/max77693_fg.h > create mode 100644 include/power/max77693_muic.h > create mode 100644 include/power/max77693_pmic.h This patchset doesn't match with subject of patchset. Why this pat

Re: [U-Boot] [PATCH] Exynos5: clock: Update the equation to calculate PLL output frequency

2013-05-21 Thread Minkyu Kang
; (s - 1; > + /* FOUT = MDIV * FIN / (PDIV * 2^SDIV) */ > + fout = m * (freq / (p * (1 << s))); > } > > return fout; > applied to u-boot-samsung. Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] Exynos: uart: s5p: enabling the uart tx/rx fifo

2013-05-21 Thread Minkyu Kang
+), 4 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] EXYNOS: SPI: Support SPI_PREAMBLE mode

2013-05-21 Thread Minkyu Kang
> /* Stop the transaction, if necessary. */ > - if ((flags & SPI_XFER_END)) > + if ((flags & SPI_XFER_END) && !(spi_slave->mode & SPI_SLAVE)) { > spi_cs_deactivate(slave); > + if (spi_slave->skip_preamble) { >

Re: [U-Boot] [PATCH 0/3] Add Arndale board support

2013-05-21 Thread Minkyu Kang
on.c > create mode 100644 board/samsung/arndale/dmc_init_ddr3.c > create mode 100644 board/samsung/arndale/lowlevel_init.S > create mode 100644 board/samsung/arndale/setup.h > create mode 100644 board/samsung/dts/exynos5250-arndale.dts > create mode 100644 include/configs/arnda

Re: [U-Boot] [PATCH v3 00/10] USB: XHCI: Add xHCI host controller stack driver

2013-09-17 Thread Minkyu Kang
p in sync, but it might produce a merge > conflict. > Nonetheless, I'd like to apply this only for -next. > OK. Please take patchset to -usb. > > Thanks! > ___ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.

Re: [U-Boot] [PATCH V4 3/3] samsung: trats2: add support for new board Trats2

2013-09-17 Thread Minkyu Kang
Dear Piotr Wilczek, On 29 August 2013 17:49, Piotr Wilczek wrote: > This patch add support for a new Samsung board Trats2. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > --- > MAINTAINERS |4 + > board

Re: [U-Boot] [PATCH V4 1/3] power:battery: add battery support for Trats2 board

2013-09-17 Thread Minkyu Kang
On 11 September 2013 19:48, Lukasz Majewski wrote: > Hi Minkyu, > > > Dear Piotr Wilczek, > > > > On 30/08/13 15:00, Piotr Wilczek wrote: > > > Dear Minkyu Kang, > > > > > >> -Original Message- > > >> From: Minkyu Kang [m

Re: [U-Boot] [PATCH] drivers:power:max77693: add support for new multi function pmic max77693

2013-09-23 Thread Minkyu Kang
Dear Piotr Wilczek, On 21/05/13 22:00, Piotr Wilczek wrote: > This patch add support for new multi function pmic max77693. > The driver is split into three modules: pmic, muic and fuelgage. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang

Re: [U-Boot] [PATCH v3 1/3] arm:samsung:serial Extract common UART code

2013-09-24 Thread Minkyu Kang
deletions(-) delete mode 100644 >>> arch/arm/include/asm/arch-exynos/uart.h delete mode 100644 >>> arch/arm/include/asm/arch-s5pc1xx/uart.h create mode 100644 >>> arch/arm/include/asm/samsung-common/uart.h >>> >>> diff --git a/arch/arm/include/asm/ar

Re: [U-Boot] [PATCH v4] usb: new board-specific USB init interface

2013-09-24 Thread Minkyu Kang
the >> builds finish, I will apply for -next. > > I checked powerpc and "arches" "glacier" and "glacier_nand" don't build. Can > you > please check and fix ? You can get the ELDK 5.4 PPC toolchain from [1]. > > http://www.

Re: [U-Boot] [PATCH V2] drivers:power:max77693: add support for new multi function pmic max77693

2013-09-24 Thread Minkyu Kang
Dear Piotr Wilczek, On 24/09/13 23:31, Piotr Wilczek wrote: > This patch add support for new multi function pmic max77693. > The driver is split into three modules: pmic, muic and fuelgage. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang

Re: [U-Boot] [PATCH V6 0/3] Introduce Samsung's new board Trats2

2013-09-24 Thread Minkyu Kang
rs/power/battery/bat_trats2.c | 65 + > include/configs/trats2.h | 311 ++ > 7 files changed, 937 insertions(+) > create mode 100644 board/samsung/trats2/Makefile > create mode 100644 board/samsung/trats2/trats2.c > create m

Re: [U-Boot] About patch "S3C24XX: Add support to MINI2416 board"

2013-09-25 Thread Minkyu Kang
the patchset? Maybe it need some modification about license, maintainer entry,,, >>> >>> Best regards, >>> José Gonçalves >> CCing Minkyu and Albert. >> > Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] About patch "S3C24XX: Add support to MINI2416 board"

2013-09-25 Thread Minkyu Kang
On 25/09/13 18:18, José Miguel Gonçalves wrote: > Hi Minkyu, > > On 25-09-2013 09:55, Minkyu Kang wrote: >> Hello, >> >> On 25/09/13 17:06, José Miguel Gonçalves wrote: >>> On 21-09-2013 16:56, Marek Vasut wrote: >>>>> Hi, >>>>> &g

[U-Boot] please pull u-boot-samsung master

2013-10-09 Thread Minkyu Kang
/power/max77693_pmic.h -- Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 2/2] serial: s5p: Staticize local functions

2013-10-15 Thread Minkyu Kang
, 12 deletions(-) Acked-by: Minkyu Kang Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 07/12] exynos5: support tps65090 pmic

2014-05-28 Thread Minkyu Kang
Dear Simon Glass, On 27/05/14 09:01, Simon Glass wrote: > Hi Minkyu, > > On 25 May 2014 21:15, Minkyu Kang wrote: >> Dear Simon, >> >> On 23/05/14 02:27, Simon Glass wrote: >>> Hi Minkyu, >>> >>> On 21 May 2014 15:20, Minkyu Kang wrot

Re: [U-Boot] [PATCH v3 0/12] Enable LCD display on snow

2014-05-28 Thread Minkyu Kang
lete mode 100644 board/samsung/smdk5250/smdk5250.c > create mode 100644 doc/device-tree-bindings/power/tps65090.txt > create mode 100644 doc/device-tree-bindings/regulator/tps65090.txt > create mode 100644 drivers/power/pmic/pmic_tps65090.c > create mode 100644 include/power/tps65090_pmic.h > applied to u-boot-samsung Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] arm:board:exynos4: add CONFIG_SYS_GENERIC_BOARD

2014-05-28 Thread Minkyu Kang
On 22/05/14 15:45, Piotr Wilczek wrote: > Add CONFIG_SYS_GENERIC_BOARD for all Exynos4 boards. > > Signed-off-by: Piotr Wilczek > > Cc: Przemyslaw Marczak > Cc: Lukasz Majewski > Cc: Minkyu Kang > --- > include/configs/exynos4-dt.h | 1 + > 1 file changed, 1

Re: [U-Boot] [PATCH v2] Exynos: Make sure ps_hold gets set in the SPL

2014-05-28 Thread Minkyu Kang
default: > /* This is a normal boot (not a wake from sleep) */ > - actions = DO_CLOCKS | DO_MEM_RESET; > + actions = DO_CLOCKS | DO_MEM_RESET | DO_POWER; > } > > + if (actions & DO_POWER) > + power_init(

Re: [U-Boot] Please pick up the maintainership on orphan boards

2014-05-30 Thread Minkyu Kang
intain "arndale" board? Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3] Exynos: Make sure ps_hold gets set in the SPL

2014-05-30 Thread Minkyu Kang
os/lowlevel_init.c | 6 +- > arch/arm/cpu/armv7/exynos/power.c | 6 ++ > arch/arm/include/asm/arch-exynos/power.h | 1 + > 3 files changed, 12 insertions(+), 1 deletion(-) > applied to u-boot-samsung Thanks, Minkyu Kang. ___

[U-Boot] please pull u-boot-samsung master

2014-05-30 Thread Minkyu Kang
reate mode 100644 include/power/tps65090_pmic.h -- Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3] Exynos: Make sure ps_hold gets set in the SPL

2014-06-02 Thread Minkyu Kang
On 03/06/14 06:18, Simon Glass wrote: > Hi Minkyu, > > On 30 May 2014 23:24, Minkyu Kang wrote: >> On 30/05/14 01:10, Akshay Saraswat wrote: >>> From: Doug Anderson >>> >>> Setting ps_hold ought to be one of the first things we do when we >>> f

Re: [U-Boot] [PATCH v3 0/2] Introduction of new board Peach-Pit

2014-06-12 Thread Minkyu Kang
t;> 10 files changed, 367 insertions(+), 136 deletions(-) >> create mode 100644 arch/arm/dts/exynos5420-peach-pit.dts >> delete mode 100644 arch/arm/dts/exynos5420.dtsi >> create mode 100644 arch/arm/dts/exynos54xx.dtsi >> create mode 100644 include/configs/exy

Re: [U-Boot] [PATCH v3 5/5] Exynos: Split 5250 and 5420 memory bank configuration

2014-06-16 Thread Minkyu Kang
644 > --- a/include/configs/exynos5420.h > +++ b/include/configs/exynos5420.h > @@ -45,4 +45,8 @@ > */ > #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_IRAM_TOP - 0x800) > > +/* DRAM Memory Banks */ > +#define CONFIG_NR_DRAM_BANKS 7 > +#define SDRAM_BANK_SIZE (512U

Re: [U-Boot] [PATCH v2 03/11] board:samsung: check the mmc boot device and init the right mmc driver.

2014-06-17 Thread Minkyu Kang
_DEV > is usually set to "0" in the most config cases. > > Signed-off-by: Przemyslaw Marczak > Cc: Piotr Wilczek > Cc: Minkyu Kang > --- > board/samsung/common/board.c | 32 > include/samsung/misc.h | 5 + >

Re: [U-Boot] [PATCH v3 5/5] Exynos: Split 5250 and 5420 memory bank configuration

2014-06-17 Thread Minkyu Kang
On 18/06/14 11:11, Simon Glass wrote: > Hi Minkyu, > > On 16 June 2014 23:28, Minkyu Kang wrote: >> Dear Akshay Saraswat, >> >> On 04/06/14 01:17, Akshay Saraswat wrote: >>> From: Michael Pratt >>> >>> Since snow has a different memory

Re: [U-Boot] [PATCH v3 5/5] Exynos: Split 5250 and 5420 memory bank configuration

2014-06-18 Thread Minkyu Kang
Dear Simon Glass, On 18/06/14 15:47, Simon Glass wrote: > Hi Minkyu, > > On 17 June 2014 23:30, Minkyu Kang wrote: >> On 18/06/14 11:11, Simon Glass wrote: >>> Hi Minkyu, >>> >>> On 16 June 2014 23:28, Minkyu Kang wrote: >>>> Dear Akshay

Re: [U-Boot] [PATCH] Arndale: Enable preboot support

2014-06-18 Thread Minkyu Kang
FIG_PREBOOT > + > /* Ethernet Controllor Driver */ > #ifdef CONFIG_CMD_NET > #define CONFIG_SMC911X > applied to u-boot-samsung. Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 0/4] Exynos5: Update dmc init

2014-06-18 Thread Minkyu Kang
pu/armv7/exynos/exynos5_setup.h | 14 +- > arch/arm/include/asm/arch-exynos/dmc.h|3 + > arch/arm/include/asm/arch-exynos/power.h |4 +- > 5 files changed, 297 insertions(+), 95 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang. ___

Re: [U-Boot] [PATCH] FIX: config: goni: Change goni configuration to use Tizen's THOR downlodader

2014-06-18 Thread Minkyu Kang
NL_PRODUCT_NUM 0x6601 > +#define CONFIG_G_DNL_THOR_VENDOR_NUM CONFIG_G_DNL_VENDOR_NUM > +#define CONFIG_G_DNL_THOR_PRODUCT_NUM 0x685D > #define CONFIG_G_DNL_MANUFACTURER "Samsung" > > /* Actual modem binary size is 16MiB. Add 2MiB for bad block handling */ > applied to

Re: [U-Boot] [PATCH] FIX: config: goni: Change goni configuration to store envs at eMMC

2014-06-18 Thread Minkyu Kang
_OFFSET((32 - 4) << 10) /* 32KiB - 4KiB */ > +#define CONFIG_ENV_OVERWRITE > > #define CONFIG_USE_ONENAND_BOARD_INIT > #define CONFIG_SAMSUNG_ONENAND 1 > applied to u-boot-samsung. Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] trats/trats2: exynos_power_init: return 0 if no battery detected.

2014-06-18 Thread Minkyu Kang
or an external power supply then it can't boot > because function exynos_power_init returns an error. Now this function > returns 0 if battery is not connected. > > Signed-off-by: Przemyslaw Marczak > Cc: Lukasz Majewski > Cc: Piotr Wilczek > Cc: Minkyu Kang > --- >

Re: [U-Boot] [ANN] U-Boot v2014.07-rc3 released

2014-06-18 Thread Minkyu Kang
;> There is a problem with Trats2 board when we have switched to the >> generic board. >> >> Przemek has already prepared fix for this: >> "[U-Boot] trats/trats2: exynos_power_init: return 0 if no battery >> detected." >> http://patchwork.ozl

Re: [U-Boot] [PATCH v2 03/11] board:samsung: check the mmc boot device and init the right mmc driver.

2014-06-18 Thread Minkyu Kang
On 18/06/14 19:47, Przemyslaw Marczak wrote: > Hello Minkyu, > On 06/18/2014 08:30 AM, Minkyu Kang wrote: >> Dear Przemyslaw Marczak, >> >> On 12/06/14 18:46, Przemyslaw Marczak wrote: >>> It is possible to boot from a few media devices, especially using a mi

Re: [U-Boot] [PATCH] PMIC: MAX77686: fix invalid bus check

2014-06-23 Thread Minkyu Kang
Signed-off-by: Jeroen Hofstee > --- > drivers/power/pmic/pmic_max77686.c | 13 - > 1 file changed, 8 insertions(+), 5 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.d

Re: [U-Boot] [PATCH v4 0/6] Introduction of new board Peach-Pit

2014-06-23 Thread Minkyu Kang
de 100644 arch/arm/dts/exynos5420-peach-pit.dts > delete mode 100644 arch/arm/dts/exynos5420.dtsi > create mode 100644 arch/arm/dts/exynos54xx.dtsi > create mode 100644 include/configs/exynos5420.h > create mode 100644 include/configs/peach-pit.h > applied to u-boot-samsung. Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v4] Exynos: SPI: Fix reading data from SPI flash

2014-06-23 Thread Minkyu Kang
ded check for step. > > drivers/spi/exynos_spi.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > applied to u-boot-samsung. Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 03/10] arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420

2014-06-24 Thread Minkyu Kang
ne CLK_SRC_TOP2_VAL 0x11101000 > #define CLK_SRC_TOP3_VAL 0x > #define CLK_SRC_TOP4_VAL 0x0111 > -#define CLK_SRC_TOP5_VAL 0x1100 > +#define CLK_SRC_TOP5_VAL 0x1101 > #define CLK_SRC_TOP6_VAL 0x0111 > #define CLK_SRC_TOP7_VAL

Re: [U-Boot] [PATCH 03/10] arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420

2014-06-24 Thread Minkyu Kang
On 24/06/14 20:28, Ajay kumar wrote: > Hi Minkyu, > > On Tue, Jun 24, 2014 at 3:36 AM, Minkyu Kang wrote: >> On 17/06/14 18:06, Ajay Kumar wrote: >>> Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420 needed by >>> exynos video driver. >>> Also,

Re: [U-Boot] [PATCH 03/10] arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420

2014-06-25 Thread Minkyu Kang
On 24/06/14 20:41, Ajay kumar wrote: > On Tue, Jun 24, 2014 at 7:36 AM, Minkyu Kang wrote: >> On 24/06/14 20:28, Ajay kumar wrote: >>> Hi Minkyu, >>> >>> On Tue, Jun 24, 2014 at 3:36 AM, Minkyu Kang wrote: >>>> On 17/06/14 18:06, Ajay Kumar wrote:

Re: [U-Boot] [PATCH v3 06/11] arm:reset: call the reset_misc() before the cpu reset

2014-06-27 Thread Minkyu Kang
s to add a call to pre reset function. > This is done by the reset_misc() function, which is called before reset_cpu(). > The function reset_misc() is a weak function. > > Signed-off-by: Przemyslaw Marczak > Cc: Minkyu Kang > Cc: Jean-Christophe PLAGNIOL-VILLARD >

Re: [U-Boot] [PATCH v3 02/11] board:samsung: add function boot_device() for checking boot medium

2014-06-27 Thread Minkyu Kang
BOOT_DEVICE_SHIFT0x1 > +#define BOOT_DEVICE(x) (((x) >> BOOT_DEVICE_SHIFT) & > BOOT_DEVICE_MASK) > + > +unsigned int boot_device(void); Hm, do we need to make this function to non-static? If so, it should be placed in power.c - get_om_stat()? Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 03/11] board:samsung: check the boot device and init the right mmc driver.

2014-06-27 Thread Minkyu Kang
/* mmc initializattion for available channels */ > + ret = exynos_mmc_init(gd->fdt_blob); > +#endif > + } > + It looks little confused. Could you please re-arrange this code like this? #ifdef CONFIG_SDHCI if (boot) { } else { } #endi

Re: [U-Boot] [PATCH v3 07/11] samsung: board: enable support of multiple board types

2014-06-27 Thread Minkyu Kang
e > to display the current board model. This is what get_board_type() > should return. > > Signed-off-by: Przemyslaw Marczak > Cc: Piotr Wilczek > Cc: Minkyu Kang > > --- > Changes v3: > - change the commit order > - include/samsung/misc.h: add new functions dec

Re: [U-Boot] [PATCH] Samsung: Goni: change maintainer to Robert Baldyga

2014-06-29 Thread Minkyu Kang
On 27/06/14 19:32, Przemyslaw Marczak wrote: > Robert Baldyga will now take care of this board. > > Signed-off-by: Przemyslaw Marczak > Cc: Robert Baldyga > Cc: Minkyu Kang > --- > boards.cfg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > applied

[U-Boot] please pull u-boot-samsung master

2014-06-30 Thread Minkyu Kang
: Split 5250 and 5420 memory bank configuration Minkyu Kang (1): Revert "exynos: Enable PSHOLD in SPL" Przemyslaw Marczak (2): trats/trats2: exynos_power_init: return 0 if no battery detected. Samsung: Goni: change maintainer to Robert Baldyga Tushar Behera (1):

Re: [U-Boot] [PATCH v3 06/11] arm:reset: call the reset_misc() before the cpu reset

2014-07-02 Thread Minkyu Kang
On 01/07/14 23:36, Przemyslaw Marczak wrote: > Hello Minkyu, > > On 06/27/2014 01:34 PM, Przemyslaw Marczak wrote: >> On 06/27/2014 11:40 AM, Minkyu Kang wrote: >>> Dear Przemyslaw Marczak, >>> >>> On 26/06/14 23:15, Przemyslaw Marczak wrote: >>>

Re: [U-Boot] [PATCH 00/10 V6] EXYNOS5420: Add SMDK5420 board support

2013-11-06 Thread Minkyu Kang
Hi, On 06/11/13 20:42, Rajeshwari Birje wrote: > Hi Minkyu Kang, > > On Thu, Oct 31, 2013 at 2:12 PM, Rajeshwari Birje > wrote: >> Hi Minkyu Kang, >> >> Kindly do review the patch set and do let me know if any review comments. >> Pantelis Antoniou has

Re: [U-Boot] [PATCH 06/10 V6] Exynos5420: Add base patch for SMDK5420

2013-11-12 Thread Minkyu Kang
ewski > Active arm armv7 exynos samsung trats2 > trats2 - > > Piotr Wilczek > diff --git a/tools/Makefile b/tools/Makefile > index ca76f94..fcff6be 100644 > --- a/tools/Makefile > +++ b/

Re: [U-Boot] [PATCH 07/10 V6] DTS: Add dts support for SMDK5420

2013-11-12 Thread Minkyu Kang
samsung,start-tripping = <105>; > + samsung,hw-tripping = <110>; > + samsung,efuse-min-value = <40>; > + samsung,efuse-value = <55>; > + samsung,efuse-max-value = <100>; > +

Re: [U-Boot] [PATCH 04/10 V6] Exynos5420: Add DDR3 initialization for 5420

2013-11-12 Thread Minkyu Kang
Dear Rajeshwari S Shinde, On 29 October 2013 16:23, Rajeshwari S Shinde wrote: > This patch intends to add DDR3 initialization code for Exynos5420. > > Signed-off-by: Rajeshwari S Shinde > Signed-off-by: Akshay Saraswat > Acked-by: Simon Glass > --- > Changes in V2: > - Corrected a co

Re: [U-Boot] [PATCH 02/10 V6] Exynos5420: Add base addresses for 5420

2013-11-12 Thread Minkyu Kang
nos5()) { \ > + if (proid_is_exynos5420()) \ > + return EXYNOS5420_##base; \ > return EXYNOS5_##base; \ > } \ > return 0;

Re: [U-Boot] [PATCH 08/10 V6] Config: Add initial config for SMDK5420

2013-11-12 Thread Minkyu Kang
VERIFY > -#define CONFIG_SHA1 > -#define CONFIG_SHA256 > - > /* Display */ > #define CONFIG_LCD > #ifdef CONFIG_LCD > @@ -353,8 +54,4 @@ > #define LCD_YRES 1600 > #define LCD_BPPLCD_COLOR16 > #endif > - > -/* Enable Time Command */ > -#define CONFIG_CMD_TIME > - > -#endif /* __CONFIG_H */ > +#endif /* __CONFIG_5250_H */ > diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h > new file mode 100644 > index 000..e580049 > --- /dev/null > +++ b/include/configs/smdk5420.h > @@ -0,0 +1,49 @@ > +/* > + * Copyright (C) 2013 Samsung Electronics > + * > + * Configuration settings for the SAMSUNG EXYNOS5420 board. > + * > + * SPDX-License-Identifier:GPL-2.0+ > + */ > + > +#ifndef __CONFIG_5420_H > +#define __CONFIG_5420_H > + > +#include > + > +#define CONFIG_EXYNOS5420 /* which is in a Exynos5 Family */ > +#define CONFIG_SMDK5420/* which is in a SMDK5420 > */ > + > +#undef CONFIG_DEFAULT_DEVICE_TREE > +#define CONFIG_DEFAULT_DEVICE_TREE exynos5420-smdk5420 > + > +#define CONFIG_ARCH_DEVICE_TREEexynos5420 > + > +#define CONFIG_SYS_SDRAM_BASE 0x2000 > +#define CONFIG_SYS_TEXT_BASE 0x23E0 > + > +#define CONFIG_BOARD_REV_GPIO_COUNT2 > + > +/* MACH_TYPE_SMDK5420 macro will be removed once added to mach-types */ > +#define MACH_TYPE_SMDK5420 8002 /* Temporary number */ > +#define CONFIG_MACH_TYPE MACH_TYPE_SMDK5420 > + > +/* select serial console configuration */ > +#define CONFIG_SERIAL3 /* use SERIAL 3 */ > + > +#define CONFIG_SPL_TEXT_BASE 0x02024400 > +#define CONFIG_BOOTCOMMAND "mmc read 20007000 451 2000; bootm > 20007000" > + > +#define CONFIG_SYS_PROMPT "SMDK5420 # " > +#define CONFIG_IDENT_STRING" for SMDK5420" > + > +#define CONFIG_IRAM_TOP0x02074000 > +/* > + * Put the initial stack pointer 1KB below this to allow room for the > + * SPL marker. This value is arbitrary, but gd_t is placed starting here. > + */ > +#define CONFIG_SYS_INIT_SP_ADDR(CONFIG_IRAM_TOP - 0x800) > + > +#define CONFIG_MAX_I2C_NUM 11 > + > +#endif /* __CONFIG_5420_H */ > -- > 1.7.12.4 > > ___ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > Thanks, Minkyu Kang. -- from. prom. www.promsoft.net ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 05/10 V6] Exynos5420: Add support for 5420 in pinmux and gpio

2013-11-12 Thread Minkyu Kang
se if (nr < EXYNOS5_GPIO_PART2_MAX) > - return EXYNOS5_GPIO_PART1_MAX; > - else > - return EXYNOS5_GPIO_PART2_MAX; > - > + if (proid_is_exynos5420()) { > + if (nr < EXYNOS5420_GPIO_PART1_MAX) > +

Re: [U-Boot] [PATCH 03/10 V6] Exynos5420: Add clock initialization for 5420

2013-11-13 Thread Minkyu Kang
Dear Rajeshwari, On 13 November 2013 20:17, Rajeshwari Birje wrote: > Hi Minkyu Kang, > > Thank you for comments, > > On Wed, Nov 13, 2013 at 8:15 AM, Minkyu Kang wrote: > > Dear Rajeshwari S Shinde, > > > > > > On 29 October 2013 16:23, Rajeshwari S S

Re: [U-Boot] [PATCH 07/10 V6] DTS: Add dts support for SMDK5420

2013-11-13 Thread Minkyu Kang
Dear Rajeshwari, On 13 November 2013 13:26, Rajeshwari Birje wrote: > Hi Minkyu Kang, > > Thank you for comments. > > On Wed, Nov 13, 2013 at 8:47 AM, Minkyu Kang wrote: > > Dear Rajeshwari S Shinde, > > > > > > On 29 October 2013 16:23, Rajeshwari S S

Re: [U-Boot] [PATCH 05/10 V6] Exynos5420: Add support for 5420 in pinmux and gpio

2013-11-13 Thread Minkyu Kang
On 13 November 2013 15:04, Rajeshwari Birje wrote: > Hi Minkyu Kang, > > Thank you for comments. > > On Wed, Nov 13, 2013 at 8:31 AM, Minkyu Kang wrote: > > Dear Rajeshwari S Shinde, > > > > > > On 29 October 2013 16:23, Rajeshwari S Shinde >wr

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

2013-11-21 Thread Minkyu Kang
Dear Piotr, On 08/11/13 00:00, Piotr Wilczek wrote: > This patch add new defines for usb phy for Exynos4x12. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > --- > > Chnages for v3: > - removed unnecessary empty line > >

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

2013-11-21 Thread Minkyu Kang
Dear Piotr Wilczek, On 08/11/13 00:00, Piotr Wilczek wrote: > This patch adds support for USB and enables 'ums' command on Trats2 board. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > > Acked-by: Jaehoon Chung > --- &

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

2013-11-21 Thread Minkyu Kang
On 21/11/13 17:40, Piotr Wilczek wrote: > Dear Minkyu Kang, > >> -Original Message----- >> From: Minkyu Kang [mailto:mk7.k...@samsung.com] >> Sent: Thursday, November 21, 2013 9:10 AM >> To: Piotr Wilczek >> Cc: u-boot@lists.denx.de; Kyungmi

Re: [U-Boot] [PATCH 0/9 v8] EXYNOS5420: Add SMDK5420 board support

2013-11-26 Thread Minkyu Kang
On 26/11/13 13:24, Rajeshwari Birje wrote: > Hi Minkyu Kang. > > Please do let me know if any comments or can we get this merged? > > On Fri, Nov 15, 2013 at 10:29 AM, Rajeshwari S Shinde > wrote: >> This patch adds basic board support for SMDK5420 board. >> These

<    5   6   7   8   9   10   11   12   13   14   >