Re: [U-Boot] [PATCH] MAINTAINERS: update the maintainer of Arndale board

2014-09-04 Thread Minkyu Kang
87338 > > > 2014-08-04 10:13 GMT+09:00 Masahiro Yamada : >> Inderpal's email address is not working any more. >> Chander will be a new maintainer. >> >> Signed-off-by: Masahiro Yamada >> Cc: Chander Kashyap >> Cc: Minkyu Kang >> --- >&g

Re: [U-Boot] [PATCH] odroid: set MPLL clock to 880MHz

2014-09-04 Thread Minkyu Kang
ions(+), 30 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 V4 0/9] peach_pit: Add support for FIMD, DP and parade chip

2014-09-05 Thread Minkyu Kang
: Use 'else if' clause instead of 'if'. >> >> Is this series ready to be merged? I have several series dependent on it. > I have addressed all the comments from Minkyu. > Hopefully, it should get in this time! > > Ajay > Could you please rebase & resend this patch? Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V5 0/9] peach_pit: Add support for FIMD, DP and parade chip

2014-09-05 Thread Minkyu Kang
lude/configs/trats.h|3 - > include/configs/trats2.h |3 - > include/fdtdec.h |2 + > lib/fdtdec.c |2 + > 23 files changed, 494 insertions(+), 111 deletions(-) > create mode 100644 drivers/video/parade.c > 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

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

2014-09-05 Thread Minkyu Kang
/Makefile create mode 100644 board/samsung/odroid/odroid.c create mode 100644 board/samsung/odroid/setup.h create mode 100644 configs/odroid_defconfig create mode 100644 doc/README.odroid create mode 100644 drivers/video/parade.c create mode 100644 include/configs/odroid.h -- Thanks, Minkyu Kang

Re: [U-Boot] [PATCH] odroid: set MPLL clock to 880MHz

2014-09-10 Thread Minkyu Kang
On 05/09/14 19:50, Przemyslaw Marczak wrote: > Hello Minkyu, > > On 09/05/2014 08:55 AM, Minkyu Kang wrote: >> On 24/07/14 19:42, Przemyslaw Marczak wrote: >>> This patch changes MPLL from 800MHz to 880MHz on Odroid. >>> >>> Signed-off-by: Przemyslaw M

Re: [U-Boot] [PATCH 5/8] config: Move arndale to use common exynos5250 file

2014-09-11 Thread Minkyu Kang
-#define CONFIG_SYS_I2C_INIT_BOARD > -#define CONFIG_SYS_I2C > -#define CONFIG_CMD_I2C > -#define CONFIG_SYS_I2C_S3C24X0_SPEED 10 /* 100 Kbps */ > -#define CONFIG_SYS_I2C_S3C24X0 > -#define CONFIG_MAX_I2C_NUM 8 > -#define CONFIG_SYS_I2C_S3C24X0_SLAVE0x0 > -#define

Re: [U-Boot] [PATCH 3/8] exynos: Move common smdk5420 things to common file

2014-09-11 Thread Minkyu Kang
; +#include > > #define CONFIG_SMDK5420 /* which is in a SMDK5420 */ > > #undef CONFIG_DEFAULT_DEVICE_TREE > #define CONFIG_DEFAULT_DEVICE_TREE exynos5420-smdk5420 > > -/* select serial console configuration */ > -#define CONFIG_SERIAL3 /* use SERIAL 3 */ > - > #define CONFIG_SYS_PROMPT"SMDK5420 # " > #define CONFIG_IDENT_STRING " for SMDK5420" > > 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/15] cros_ec: power: Add a tunnelled version of the tps65090 driver

2014-09-28 Thread Minkyu Kang
> +int tps65090_init(void) > +{ > + puts("TPS65090 PMIC EC init\n"); > + > + config.dev = board_get_cros_ec_dev(); > + if (!config.dev) { > + debug("%s: no cros_ec device: cannot init tps65090\n", > + __func__); > +

Re: [U-Boot] [PATCH v4 0/15] samsung: Use common config files with Samsung boards

2014-09-30 Thread Minkyu Kang
5-common.h} (64%) > create mode 100644 include/configs/exynos5-dt-common.h > rename include/configs/{exynos5250-dt.h => exynos5250-common.h} (88%) > rename include/configs/{exynos5420.h => exynos5420-common.h} (71%) > patch failed at latest u-boot-samsung tree. error: patch

Re: [U-Boot] [PATCH v4 0/15] samsung: Use common config files with Samsung boards

2014-10-01 Thread Minkyu Kang
Hi, On 01/10/14 11:12, Simon Glass wrote: > Hi Minkyu, > > On 30 September 2014 07:47, Minkyu Kang wrote: >> Dear Simon Glass, >> >>> >> >> patch failed at latest u-boot-samsung tree. >> >> error: patch failed: include/configs/smdk5250.h:

Re: [U-Boot] [PATCH] bug fix and cleanup for s3c44b0 serial driver

2010-08-09 Thread Minkyu Kang
    divisor = 40; > -#else > -# error CONFIG_S3C44B0_CLOCK_SPEED undefined > -#endif /* break; */ > -       } > +       u32 divisor = BRD(gd->baudrate); > >        serial_flush_output(); >        serial_flush_input(); > -- > 1.6.0.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] S5P: mmc: use the standard debug macro

2010-08-09 Thread Minkyu Kang
On 5 August 2010 10:14, Minkyu Kang wrote: > Use the standard debug macro instead of the costom macro > > Signed-off-by: Minkyu Kang > Cc: Wolfgang Denk > --- >  drivers/mmc/s5p_mmc.c |   30 -- >  1 files changed, 12 insertions(+), 18 deletions(-

Re: [U-Boot] [PATCH] bug fix and cleanup for s3c44b0 serial driver

2010-08-10 Thread Minkyu Kang
Dear Reinhard Meyer, On 10 August 2010 15:10, Reinhard Meyer wrote: > Dear Minkyu Kang, > > my five cents: > >>>  #define REGL(addr)     (*(volatile unsigned int *)(REGBASE+addr)) >>>  #define REGW(addr)     (*(volatile unsigned short *)(REGBASE+addr)) >>&

[U-Boot] [PATCH] S5P: Use accessor functions instead of SoC specific defines to access the base address

2010-08-13 Thread Minkyu Kang
This patch is intended to prepare the other S5P SoC. (s5pc210) If use SoC specific defines then can't share with other SoC. So, make the accessor functions for access the base address by common way. Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- arch/arm/cpu/armv7/s5pc1xx/cl

Re: [U-Boot] [PATCH] S5P: Use accessor functions instead of SoC specific defines to access the base address

2010-08-16 Thread Minkyu Kang
On 13 August 2010 16:45, Minkyu Kang wrote: > This patch is intended to prepare the other S5P SoC. (s5pc210) > If use SoC specific defines then can't share with other SoC. > So, make the accessor functions for access the base address by common way. > > Signed-off-by: Minkyu K

[U-Boot] [PATCH 2/2] ARMV7: S5P: rename from s5pc1xx to s5p

2010-08-18 Thread Minkyu Kang
Because of these are common files around s5p Socs, rename from s5pc1xx to s5p. And getting cpu_id is SoC specific, so move to SoC's header file. Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- arch/arm/cpu/armv7/s5p-common/cpu_info.c | 11 +-- arch/arm/cpu/armv

[U-Boot] [PATCH 1/2] ARMV7: S5P: make s5p-common for sharing the code between s5pc1xx and s5pc2xx

2010-08-18 Thread Minkyu Kang
This patch adds basic support for s5pc210. s5p-common will be used by all of s5p SoCs. Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- Makefile |7 + arch/arm/cpu/armv7/s5p-common/Makefile | 46 +++ arch/arm/cpu/armv7/s5p-common

[U-Boot] [PATCH 1/2 v2] ARMV7: S5P: make s5p-common for sharing the code between s5pc1xx and s5pc2xx

2010-08-19 Thread Minkyu Kang
This patch adds basic support for s5pc210. s5p-common will be used by all of s5p SoCs. Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- v2: no change Makefile |7 + arch/arm/cpu/armv7/s5p-common/Makefile | 46 +++ arch/arm/cpu/armv7/s5p

[U-Boot] [PATCH 2/2 v2] ARMV7: S5P: rename from s5pc1xx to s5p

2010-08-19 Thread Minkyu Kang
Because of these are common files around s5p Socs, rename from s5pc1xx to s5p. And getting cpu_id is SoC specific, so move to SoC's header file. Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- v2: moves read funcion also to s5p_set_cpu_id(). arch/arm/cpu/armv7/s5p-c

[U-Boot] [PATCH] S5P: mmc: fix the mmc offset

2010-08-20 Thread Minkyu Kang
This patch fixed the size of mmc structure. Signed-off-by: Minkyu Kang --- arch/arm/include/asm/arch-s5pc1xx/mmc.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/arch-s5pc1xx/mmc.h b/arch/arm/include/asm/arch-s5pc1xx/mmc.h index ac560c2..68c59d1

Re: [U-Boot] samsung s3c2440 support

2010-08-22 Thread Minkyu Kang
in was working on it. But, Kevin didn't send next patch. 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 v2] ARMV7: S5P: make s5p-common for sharing the code between s5pc1xx and s5pc2xx

2010-08-22 Thread Minkyu Kang
On 20 August 2010 14:11, Minkyu Kang wrote: > This patch adds basic support for s5pc210. > s5p-common will be used by all of s5p SoCs. > > Signed-off-by: Minkyu Kang > Signed-off-by: Kyungmin Park > --- > v2: no change > >  Makefile                                 |  

Re: [U-Boot] [PATCH 2/2 v2] ARMV7: S5P: rename from s5pc1xx to s5p

2010-08-22 Thread Minkyu Kang
On 20 August 2010 14:11, Minkyu Kang wrote: > Because of these are common files around s5p Socs, rename from s5pc1xx to s5p. > And getting cpu_id is SoC specific, so move to SoC's header file. > > Signed-off-by: Minkyu Kang > Signed-off-by: Kyungmin Park > --- > v2:

Re: [U-Boot] [PATCH] S5P: mmc: fix the mmc offset

2010-08-22 Thread Minkyu Kang
On 20 August 2010 18:12, Minkyu Kang wrote: > This patch fixed the size of mmc structure. > > Signed-off-by: Minkyu Kang > --- >  arch/arm/include/asm/arch-s5pc1xx/mmc.h |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > applied to u-boot-samsung -- from. p

[U-Boot] [PATCH] ARMV7: S5P: rename from CONFIG_S5PC1XX to CONFIG_S5P

2010-08-23 Thread Minkyu Kang
Use the same configuration around S5P SoCs. (s5pc100, s5pc110, s5pc210 and so on) Signed-off-by: Minkyu Kang --- common/serial.c |4 ++-- drivers/gpio/Makefile |2 +- drivers/mtd/onenand/samsung.c |6 +++--- drivers/serial/Makefile |2 +- include

[U-Boot] [PATCH] ARMV7: S5P: fix the macro at samsung_get_base function

2010-08-24 Thread Minkyu Kang
New line is unnecessary at last line of macro. Signed-off-by: Minkyu Kang --- arch/arm/include/asm/arch-s5pc1xx/cpu.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/arch-s5pc1xx/cpu.h b/arch/arm/include/asm/arch-s5pc1xx/cpu.h index 0e80ba3

[U-Boot] [PATCH] ARMV7: S5P: separate the peripheral clocks

2010-08-24 Thread Minkyu Kang
Because of peripheral devices can select clock sources, separate the peripheral clocks. (pwm, uart and so on) It just return the pclk at s5pc1xx SoC, but s5pc210 SoC must be calculated by own clock register setting. Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- arch/arm/cpu/armv7

Re: [U-Boot] [PATCH] Add generic support for samsung s3c2440

2010-08-24 Thread Minkyu Kang
> +       u32     INTSUBMSK; > +#endif >  }; We don't allow upper case structure members. That is reason for why kevin sent clean-up patches. Please fix it globally. 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

[U-Boot] [PATCH] ARMV7: S5P: rename the member of gpio structure

2010-08-24 Thread Minkyu Kang
Typically we declare the name of gpio structure to "gpio", so it was duplicated around the name. (e.g: gpio->gpio_a) This patch modified the naming that is removing "gpio_". Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- arch/arm/include/asm/arc

Re: [U-Boot] [PATCH v2] Add generic support for samsung s3c2440

2010-08-26 Thread Minkyu Kang
/serial/serial_s3c24x0.c                 |   26 +- > 22 files changed, 993 insertions(+), 723 deletions(-) > create mode 100644 arch/arm/include/asm/arch-s3c24x0/s3c2440.h Your patch have many style problems. (total: 178 errors, 805 warnings, 2928 lines checked) Please run checkpatch.pl. I

Re: [U-Boot] [PATCH] ARMV7: S5P: rename from CONFIG_S5PC1XX to CONFIG_S5P

2010-08-26 Thread Minkyu Kang
On 23 August 2010 20:01, Minkyu Kang wrote: > Use the same configuration around S5P SoCs. > (s5pc100, s5pc110, s5pc210 and so on) > > Signed-off-by: Minkyu Kang > --- >  common/serial.c               |    4 ++-- >  drivers/gpio/Makefile         |    2 +- >  drivers/mtd/

Re: [U-Boot] [PATCH] ARMV7: S5P: fix the macro at samsung_get_base function

2010-08-26 Thread Minkyu Kang
On 24 August 2010 16:50, Minkyu Kang wrote: > New line is unnecessary at last line of macro. > > Signed-off-by: Minkyu Kang > --- >  arch/arm/include/asm/arch-s5pc1xx/cpu.h |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > applied to u-boot-samsung Minky

Re: [U-Boot] [PATCH] ARMV7: S5P: separate the peripheral clocks

2010-08-29 Thread Minkyu Kang
On 24 August 2010 16:51, Minkyu Kang wrote: > Because of peripheral devices can select clock sources, > separate the peripheral clocks. (pwm, uart and so on) > It just return the pclk at s5pc1xx SoC, > but s5pc210 SoC must be calculated by own clock register setting. > > Sig

Re: [U-Boot] [PATCH] ARMV7: S5P: rename the member of gpio structure

2010-08-29 Thread Minkyu Kang
On 25 August 2010 14:05, Minkyu Kang wrote: > Typically we declare the name of gpio structure to "gpio", > so it was duplicated around the name. (e.g: gpio->gpio_a) > This patch modified the naming that is removing "gpio_". > > Signed-off-by: Minky

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

2010-08-31 Thread Minkyu Kang
Please pull u-boot-samsung/master Thanks The following changes since commit 9efac4a1eb99d9c5539aa6992025eeacab7980c6: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-samsung are available in the git repository at: git://git.denx.de/u-boot-samsung mast

Re: [U-Boot] [PATCH] support spi gpio driver by control gpio bitbang

2010-09-01 Thread Minkyu Kang
_gpio_bank *so_bank; Is it S5P SoC specific? It will be occur compiler errors at other SoCs. > + > + unsigned int cs_num; > + unsigned int clk_num; > + unsigned int si_num; > + unsigned int so_num; > + > + unsigned int mode; > + unsigned int cs_active; > + unsigned int word_len; > + > + unsigned int set_rev; > +}; > + > +void spi_gpio_write(struct spi_platform_data *spi, > + unsigned int address, unsigned int command); > + > /*--- > * Initialization, must be called once on start up. > * > -- > 1.6.0.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

[U-Boot] [PATCH] ARMV7: S5P: serial: support the s5pc210

2010-09-27 Thread Minkyu Kang
This patch is for s5pc210 support. Due to the resigter of baudrate is changed from slot to value, add both of them to uart structure. Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- arch/arm/include/asm/arch-s5pc1xx/uart.h | 14 +++--- drivers/serial/serial_s5p.c

Re: [U-Boot] [PATCH 2/4] OneNAND: Fixup command table on reloc

2010-10-02 Thread Minkyu Kang
onenand_sub, ARRAY_SIZE(cmd_onenand_sub)); > +} > +#endif > + >  static int do_onenand(cmd_tbl_t * cmdtp, int flag, int argc, char * const > argv[]) >  { >        cmd_tbl_t *c; > -- > 1.7.1 > I've prepared same patch. :) Acked-by: Minkyu Kang 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 2/4] OneNAND: Fixup command table on reloc

2010-10-02 Thread Minkyu Kang
Dear Marek Vasut, On 3 October 2010 03:59, Marek Vasut wrote: > Dne So 2. října 2010 20:28:19 Minkyu Kang napsal(a): >> Dear Vasut, >> >> On 3 October 2010 02:33, Marek Vasut wrote: >> > Signed-off-by: Marek Vasut >> > --- >> >  arch/arm/lib/

Re: [U-Boot] [PATCH v5 0/15] samsung: Use common config files with Samsung boards

2014-10-07 Thread Minkyu Kang
file Applying: exynos: config: Move cros_ec and tps65090 out of smdk boards Applying: config: Move arndale to use common exynos5250 file Applying: config: Move smdkv310 to use common exynos4 file Applying: samsung: Enable device tree for s5p_goni error: patch failed: arch/arm/Kconfig:547 error: arch/arm/Kconfig: patch does not apply Patch failed at 0013 samsung: Enable device tree for s5p_goni Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 0/15] samsung: Use common config files with Samsung boards

2014-10-07 Thread Minkyu Kang
On 08/10/14 00:14, Simon Glass wrote: > Hi Minkyu, > > On 7 October 2014 05:24, Minkyu Kang wrote: >> Dear Simon Glass, >> >> On 06/10/14 03:39, Simon Glass wrote: >>> Hi Minkyu, >>> >>> On 1 October 2014 21:44, Simon Glass wrote: >>

Re: [U-Boot] [PATCH v6 0/15] samsung: Use common config files with Samsung boards

2014-10-08 Thread Minkyu Kang
100.dts > create mode 100644 arch/arm/include/asm/arch-s5pc1xx/periph.h > create mode 100644 arch/arm/include/asm/arch-s5pc1xx/pinmux.h > create mode 100644 drivers/power/pmic/pmic_tps65090_ec.c > rename include/configs/{exynos4-dt.h => exynos-common.h} (51%) &

Re: [U-Boot] [PATCH] armv7: s5pc1xx: improve cache handling

2014-10-08 Thread Minkyu Kang
/s5pc1xx/cache.c | 47 > ++ > 2 files changed, 47 insertions(+), 30 deletions(-) > delete mode 100644 arch/arm/cpu/armv7/s5pc1xx/cache.S > create mode 100644 arch/arm/cpu/armv7/s5pc1xx/cache.c > applied to

Re: [U-Boot] [PATCH v2] exynos: update maintainer of Snow and SMDK5420 board

2014-10-08 Thread Minkyu Kang
On 26/09/14 18:54, Masahiro Yamada wrote: > The email address of Rajeshwari Shinde > is not working. > > This commit gives Akshay the maintainership of Snow and > SMDK5420 boards. > > Signed-off-by: Masahiro Yamada > Cc: Akshay Saraswat > Cc: Minkyu Kang > ---

Re: [U-Boot] [PATCH] odroid: clock: set aclk_cores to 200MHz

2014-10-08 Thread Minkyu Kang
On 23/09/14 19:46, Przemyslaw Marczak wrote: > This change fixes suspend/resume issue in the kernel caused > by the wrong 'aclk_cores' clock value expected by the kernel. > > Signed-off-by: Przemyslaw Marczak > Cc: Minkyu Kang > --- > board/samsung/odroid/odroid.

Re: [U-Boot] [PATCH] ORIGEN: Enhance origen config to be more flexible on boot.

2014-10-08 Thread Minkyu Kang
eps the previous mmc load command if boot script fails. >> >> Signed-off-by: Guillaume GARDET >> Cc: Minkyu Kang >> >> --- >> include/configs/origen.h | 35 ++- >> 1 file changed, 34 insertions(+), 1 deletion(-) &g

Re: [U-Boot] [PATCH v8 08/12] dm: exynos: Move s5p_goni to generic board

2014-10-08 Thread Minkyu Kang
FIG_OF_SEPARATE >> #define CONFIG_OF_LIBFDT >> >> +#define CONFIG_SYS_GENERIC_BOARD >> + >> #endif /* __CONFIG_H */ >> > > Acked-by: Robert Baldyga > Then how's your patch? http://patchwork.ozlabs.org/patch/390306/ Thanks, Minkyu Kang. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2014-10-08 Thread Minkyu Kang
b219773957d2ee8fedb56f0fcb19288eb72d4867: odroid: clock: set aclk_cores to 200MHz (2014-10-08 19:48:43 +0900) Masahiro Yamada (1): exynos: update maintainer of Snow and SMDK5420 board Minkyu Kang (3): Revert "odroid: set

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

2014-10-09 Thread Minkyu Kang
Hi, On 09/10/14 04:13, Albert ARIBAUD wrote: > Hi Minkyu, > > On Wed, 08 Oct 2014 20:36:34 +0900, Minkyu Kang > wrote: > >> Dear Albert, >> >> The following changes since commit 6dd0e7c00bfa5ce861a72b8e4a3ef9e787306125: >> >> git-mailrc: add me

Re: [U-Boot] [PATCH v2 3/3] arm: odroid: usb: add support for usb host including ethernet

2014-10-26 Thread Minkyu Kang
> + PHYPWR_NORMAL_MASK_HSIC1 | PHYPWR_NORMAL_MASK_PHY1 | > + PHYPWR_NORMAL_MASK_PHY0)); > +} > + > +/* Reset the EHCI host controller. */ > +static void reset_usb_phy(struct exynos_usb_phy *usb) > +{ > + if (cpu_is_exynos5()) > +

Re: [U-Boot] [PATCH 1/2] exynos5250/arndale: Enable SATA/AHCI support.

2014-10-26 Thread Minkyu Kang
2 reg, u32 checkbit, u32 > Status) > Please do not use uppercase. > +{ > + if ((__raw_readl(base + reg) & checkbit) == Status) > Please define registers as structure and access via structure. Please fix it globally. > +

Re: [U-Boot] [PATCH v2 3/3] arm: odroid: usb: add support for usb host including ethernet

2014-10-27 Thread Minkyu Kang
Dear Suriyan Ramasami, On 25/10/14 01:08, Suriyan Ramasami wrote: > Hello Minkyu Kang, > > > On Thu, Oct 23, 2014 at 9:58 PM, Minkyu Kang wrote: >> Dear Suriyan Ramasami, >> >> On 21/10/14 02:52, Suriyan Ramasami wrote: >>> This change adds support fo

Re: [U-Boot] [PATCH 1/2] exynos5250/arndale: Enable SATA/AHCI support.

2014-10-29 Thread Minkyu Kang
Dear Ian Campbell, On 29/10/14 19:34, Ian Campbell wrote: > On Sun, 2014-10-26 at 16:27 +0900, Minkyu Kang wrote: >> Dear Ian Campbell, >> >> On 7 October 2014 22:56, Ian Campbell wrote: >> From: Ian Campbell >> >> This is base

Re: [U-Boot] [PATCH v2 1/2] exynos: Enable config_distro_defaults.h

2014-10-30 Thread Minkyu Kang
arndale.h patching file include/configs/exynos-common.h Hunk #1 succeeded at 30 (offset 7 lines). Hunk #2 succeeded at 39 (offset 7 lines). Hunk #3 succeeded at 57 (offset 7 lines). Hunk #4 FAILED at 59. Hunk #5 succeeded at 91 (offset 8 lines). Thanks, Minkyu Kang. __

Re: [U-Boot] [PATCH v2 2/2] exynos5: Use config_distro_bootcmd.h

2014-10-30 Thread Minkyu Kang
figs/exynos5-common.h| 45 > ++--- > include/configs/exynos5-dt-common.h | 17 ++ > include/configs/exynos5250-common.h | 2 -- > include/configs/exynos5420-common.h | 2 -- > 5 files changed, 47 insertions(+), 22 deletions(-) > ple

Re: [U-Boot] [PATCH 2/3] exynos4/4x12: gpio: use gpio extra base addresses

2014-10-30 Thread Minkyu Kang
ch-exynos/gpio.h | 59 > ++--- > 1 file changed, 39 insertions(+), 20 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 1/3] exynos4/4x12: cpu: add extra gpio base addresses

2014-10-30 Thread Minkyu Kang
rtions(+) > 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 3/3] odroid: adjust gpio calls to dm gpio api

2014-10-30 Thread Minkyu Kang
for those gpios. > > Signed-off-by: Przemyslaw Marczak > --- > board/samsung/odroid/odroid.c | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion(-) > applied to u-boot-samsung. Thanks, Minkyu Kang. ___ U-Boot maili

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

2012-01-04 Thread Minkyu Kang
s_s5pcXXX check. >> Is it a acceptable solution? Or is it necessary to write SoC specific >> function >> in clock.c as done in case of s5pc1xx/clock.c. >> >> Please Advice > Removing CONFIG_EXYNOS5 and following s5pc1xx case will not allow to > reuse t

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

2012-01-05 Thread Minkyu Kang
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, >> >> On 27 December 2011 17:48, Chander Kashyap >> wrote: >>>>> >  Torsten

Re: [U-Boot] [PATCH V2] ARMV7: Add support for TRATS board

2012-01-08 Thread Minkyu Kang
= s5p_mmc_init(2, 4); > +       } > + > +       return err; > + Please remove this space. > +} > +#endif > + > +#ifdef CONFIG_USB_GADGET > +static int s5pc210_phy_control(int on) > +{ > +       int ret = 0; > +       struct pmic *p = get_pmic(); > + > +      

Re: [U-Boot] [PATCH v3 3/3] ARMV7: Exynos4: Add support for TRATS board

2012-01-10 Thread Minkyu Kang
                    | (RX_LEVEL_INTERRUPT << 8) \ > +                                       | (RX_TIME_OUT << 7) \ > +                                       | (RX_ERROR_STATE_INT_ENB << 6) \ > +                                       | (LOOP_BACK << 5) \ > +

Re: [U-Boot] [PATCH v3 3/3] ARMV7: Exynos4: Add support for TRATS board

2012-01-11 Thread Minkyu Kang
On 11 January 2012 13:00, Kim, Heungjun wrote: > Hi Minkyu Kang, > > > On 2012년 01월 11일 11:35, Minkyu Kang wrote: >> >> Dear HeungJun, Kim, >> >> On 10 January 2012 18:00, HeungJun, Kim  wrote: >>> >>> This patch adds support for Samsung TRATS

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

2012-01-11 Thread Minkyu Kang
> > +#define exynos5_gpio_part1_get_nr(bank, pin) \ If it support just one part then remove part1. (exynos5_gpio_get_nr) > +       ((unsigned int) &(((struct exynos5_gpio_part1 *) \ > +                              EXYNOS5_GPIO_PART1_BASE)->bank)) \ > +           - EXYNOS5_GPIO_PART1_BAS

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

2012-01-12 Thread Minkyu Kang
efile >  create mode 100644 board/samsung/smdk5250/lowlevel_init.S >  create mode 100644 board/samsung/smdk5250/mem_setup.S >  create mode 100644 board/samsung/smdk5250/smdk5250.c >  create mode 100644 board/samsung/smdk5250/smdk5250_setup.h >  create mo

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

2012-01-12 Thread Minkyu Kang
; +       } else if (cpu_is_exynos4()) { > +               if (nr < EXYNOS4_GPIO_PART1_MAX) > +                       return EXYNOS4_GPIO_PART1_BASE; > +               else > +                       return EXYNOS4_GPIO_PART2_BASE; > +       } >        else > -               return EXYNOS4_GPIO_PART2_BASE; > - > -       return 0; > +               return 0; Please remove "else", and do return. 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 v5 0/3] ARMV7: Exynos4: Add support for TRATS board

2012-01-17 Thread Minkyu Kang
/Makefile >  create mode 100644 board/samsung/trats/setup.h >  create mode 100644 board/samsung/trats/trats.c >  create mode 100644 include/configs/trats.h > applied to u-boot-samsung. Chander Kashyap, Please refer to this patch for converting C codes. Thanks. Minkyu Kang. -- from. pro

[U-Boot] [PATCH 1/2] S5P: support generic watchdog timer

2012-01-18 Thread Minkyu Kang
This patch adds support the generic watchdog timer for s5pc1xx and exynos4 Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park Cc: HeungJun, Kim --- arch/arm/cpu/armv7/s5p-common/Makefile |1 + arch/arm/cpu/armv7/s5p-common/wdt.c | 59 ++ arch

[U-Boot] [PATCH 2/2] TRATS: use the generic watchdog timer

2012-01-18 Thread Minkyu Kang
Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park Cc: HeungJun, Kim --- board/samsung/trats/trats.c | 11 +-- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c index 2925cff..f795ff0 100644 --- a/board

[U-Boot] [PATCH] ORIGEN: remove duplicated MACH_TYPE define

2012-01-18 Thread Minkyu Kang
Since MACH_TYPE_ORIGEN is updated on mach-types, remove the MACH_TYPE_ORIGEN on config file. Signed-off-by: Minkyu Kang Cc: Chander Kashyap --- include/configs/origen.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/include/configs/origen.h b/include/configs/origen.h

Re: [U-Boot] [PATCH 1/2] S5P: support generic watchdog timer

2012-01-24 Thread Minkyu Kang
On 18 January 2012 16:21, Minkyu Kang wrote: > This patch adds support the generic watchdog timer for s5pc1xx and exynos4 > > Signed-off-by: Minkyu Kang > Signed-off-by: Kyungmin Park > Cc: HeungJun, Kim > --- >  arch/arm/cpu/armv7/s5p-common/Makefile       |    1 + >

Re: [U-Boot] [PATCH 2/2] TRATS: use the generic watchdog timer

2012-01-24 Thread Minkyu Kang
On 18 January 2012 16:21, Minkyu Kang wrote: > Signed-off-by: Minkyu Kang > Signed-off-by: Kyungmin Park > Cc: HeungJun, Kim > --- >  board/samsung/trats/trats.c |   11 +-- >  1 files changed, 1 insertions(+), 10 deletions(-) > applied to u-boot-samsung. Minkyu

Re: [U-Boot] [PATCH] ORIGEN: remove duplicated MACH_TYPE define

2012-01-24 Thread Minkyu Kang
On 18 January 2012 17:42, Minkyu Kang wrote: > Since MACH_TYPE_ORIGEN is updated on mach-types, > remove the MACH_TYPE_ORIGEN on config file. > > Signed-off-by: Minkyu Kang > Cc: Chander Kashyap > --- >  include/configs/origen.h |    2 -- >  1 files changed, 0 in

Re: [U-Boot] [PATCH] TRATS: Fix uart gpio config

2012-01-26 Thread Minkyu Kang
GPIO_PULL_NONE); >                s5p_gpio_cfg_pin(&gpio1->a1, i, >                                GPIO_FUNC((i == 2 || i == 3) ? 0x3 : 0x2)); > -- Actually we don't have to set all of UARTs. Because, we only use UART2 for serial. I will post new patch for it. Thanks M

[U-Boot] [PATCH] TRATS: set gpio of UART correctly

2012-01-26 Thread Minkyu Kang
Signed-off-by: Minkyu Kang Signed-off-by: HeungJun, Kim Cc: Chander Kashyap --- board/samsung/trats/trats.c | 18 +++--- 1 files changed, 7 insertions(+), 11 deletions(-) diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c index f795ff0..aa4291d 100644 --- a

Re: [U-Boot] [PING] Re: [PATCH] ARM: activate DISPLAY_CPUINFO for VCMA9 + SMDK2410 board

2012-02-05 Thread Minkyu Kang
On 4 February 2012 04:43, Albert ARIBAUD wrote: > Hi David, > > Le 09/01/2012 08:23, "David Müller (ELSOFT AG)" a écrit : >> >> Hello >> >> Any news? > > > Adding Minkyu. > > Amicalement, > -- > Albert. > Acked-by:

Re: [U-Boot] [PATCH] TRATS: set gpio of UART correctly

2012-02-05 Thread Minkyu Kang
On 26 January 2012 20:21, Minkyu Kang wrote: > Signed-off-by: Minkyu Kang > Signed-off-by: HeungJun, Kim > Cc: Chander Kashyap > --- >  board/samsung/trats/trats.c |   18 +++--- >  1 files changed, 7 insertions(+), 11 deletions(-) > applied to u-boot-sa

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

2012-02-08 Thread Minkyu Kang
k5250/lowlevel_init.S >  create mode 100644 board/samsung/smdk5250/mmc_boot.c >  create mode 100644 board/samsung/smdk5250/setup.h >  create mode 100644 board/samsung/smdk5250/smdk5250.c >  create mode 100644 board/samsung/smdk5250/tzpc_init.c >  create mo

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

2012-02-09 Thread Minkyu Kang
++ >>  include/configs/smdk5250.h        |   11 - >>  2 files changed, 103 insertions(+), 2 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

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

2012-02-09 Thread Minkyu Kang
EXYNOS: SMDK5250: Add MMC SPL support SMDK5250: Add ethernet support HeungJun, Kim (3): ARMV7: Exynos4: Add watchdog.h for Exynos4 ARMV7: Exynos4: Add supoort power for Exynos4 ARMV7: Exynos4: Add support for TRATS board Minkyu Kang (4): ORIGEN: remove duplicated

Re: [U-Boot] [PATCH V3] ARM: fix s3c2410 timer code

2012-02-20 Thread Minkyu Kang
wait few days, cuz I have network problem in the office. David, Are there other pending patches? If so, please let me know. 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] S5PC2XX: Rename S5pc2XX to exynos4

2011-11-23 Thread Minkyu Kang
xx/cpu.h:89: if (cpu_is_s5pc210()) \ arch-s5pc2xx/gpio.h:35:struct s5pc210_gpio_part1 { arch-s5pc2xx/gpio.h:54:struct s5pc210_gpio_part2 { arch-s5pc2xx/gpio.h:78:struct s5pc210_gpio_part3 { arch-s5pc2xx/gpio.h:95:#define s5pc210_gpio_part1_get_nr(bank, pin) \ arch-s5pc2xx/gpio.h:96: ((unsigned int) &(((struct s5pc210_gpio_part1 *) \ arch-s5pc2xx/gpio.h:101:#define GPIO_PART1_MAX ((sizeof(struct s5pc210_gpio_part1) \ arch-s5pc2xx/gpio.h:104:#define s5pc210_gpio_part2_get_nr(bank, pin) \ arch-s5pc2xx/gpio.h:105:(((unsigned int) &(((struct s5pc210_gpio_part2 *) \ Similarly, you can found such things in board files and config files. Please modify them also. 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 v2] S5PC2XX: Rename S5pc2XX to exynos4

2011-11-24 Thread Minkyu Kang
t;  rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos4}/uart.h (100%) > Applying: S5PC2XX: Rename S5pc2XX to exynos4 error: patch failed: boards.cfg:195 error: boards.cfg: patch does not apply Patch failed at 0001 S5PC2XX: Rename S5pc2XX to exynos4 I couldn't test your patch. Please remake the patch. 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 v2 3/3] usb:gadget:s5p Support for USB Mass Storage Gadget at GONI

2011-11-27 Thread Minkyu Kang
by: Kyungmin Park >> Cc: Remy Bohmer >> Cc: Minkyu Kang >> --- >> Changes for v2: >>        - #include added for fixing build warning > > Patch does not apply (anymore?) on u-boot-usb. Furthermore, the board > maintainer should

Re: [U-Boot] [PATCH V3] 5PC2XX: Rename S5pc2XX to exynos

2011-12-09 Thread Minkyu Kang
rch-s5pc2xx => arch-exynos}/gpio.h (84%) >  rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos}/mmc.h (100%) >  rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos}/pwm.h (100%) >  rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos}/sromc.h (100%) >  rename arch/arm/in

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

2011-12-09 Thread Minkyu Kang
Dear Albert, The following changes since commit 15422043c4a213dc5d7d59a337be1ab34c9b2e7f: davinci: Remove unwanted memsize.c from hawkboard's nand spl build (2011-12-06 23:59:41 +0100) are available in the git repository at: git://git.denx.de/u-boot-samsung master Chander Kashyap (1):

Re: [U-Boot] [PATCH RESEND v2 3/3] usb:gadget:s5p Enable the USB Gadget framework at Exynos4210 (C210 Universal)

2011-12-14 Thread Minkyu Kang
Dear Lukasz Majewski, On 15 December 2011 01:41, Lukasz Majewski wrote: > This commit enables support for USB Gadgets on the Exynos4210 (C210 Universal) > reference target. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > CC: Remy Bo

Re: [U-Boot] [PATCH 2/2] Exynos: Fix ARM Clock frequency calculation

2011-12-19 Thread Minkyu Kang
PLL) / (core_ratio + 1); This output is not dout_apll. Please fix it. > +       dout_apll /= (core2_ratio + 1); > >        return dout_apll; 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] board/samsung/universal_c210/universal.c: Fix build warning

2011-12-19 Thread Minkyu Kang
Gustschin > Cc: Lukasz Majewski > Cc: Minkyu Kang > --- >  board/samsung/universal_c210/universal.c |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/board/samsung/universal_c210/universal.c > b/board/samsung/universal_c210/universal.c > i

Re: [U-Boot] [PATCH v3 3/3] usb:gadget:s5p Enable the USB Gadget framework at Exynos4210 (C210 Universal)

2011-12-19 Thread Minkyu Kang
Dear Lukasz Majewski, On 15 December 2011 18:32, Lukasz Majewski wrote: > This commit enables support for USB Gadgets on the Exynos4210 (C210 Universal) > reference target. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > CC: Remy Bo

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

2011-12-22 Thread Minkyu Kang
L [27:24] >                 */ > +#ifdef CONFIG_EXYNOS5 > +               sel = readl(&clk->src_peric0); > +#else >                sel = readl(&clk->src_peril0); > +#endif NAK. We don't allow to using ifdef for separating SoCs. Please refer s5pc1xx case for solve

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

2011-12-22 Thread Minkyu Kang
Options */ >  #define CONFIG_SAMSUNG                 1       /* in a SAMSUNG core */ >  #define CONFIG_S5P                     1       /* S5P Family */ > +#define CONFIG_EXYNOS4                 1       /* EXYNOS4 Family */ >  #define CONFIG_EXYNOS4210              1       /* which is a EXYNOS

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

2011-12-22 Thread Minkyu Kang
AX_CHANNEL                5 > > +/* Enable devicetree support */ > +#define CONFIG_OF_LIBFDT > + Why you separate this patch? 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 V2 1/2] Exynos: PWM: Add TCMPB3 field in pwm structure

2012-01-03 Thread Minkyu Kang
-) > 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 V2 2/2] Exynos: Fix ARM Clock frequency calculation

2012-01-03 Thread Minkyu Kang
nos/clock.c |   15 +-- >  1 files changed, 9 insertions(+), 6 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] Origen: Select SCLKMPLL as FIMD0 parent clock

2012-01-03 Thread Minkyu Kang
> 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 6/8 V4] I2C: Modify the I2C driver for EXYNOS5

2012-06-20 Thread Minkyu Kang
EVT0 base codes, >> but i know the kernel supports only Exynos5250 EVT1. >> >> So, let's remove Exynos5250 EVT0 codes and add EVT1 codes at the u-boot also. >> Could you follow up it? >> > -- Yes currently we are working on that So.. do you need to support EVT0?

Re: [U-Boot] [PATCH 4/9 V2] EXYNOS5: CLOCK: define additional clock registers for Exynos5250 Rev 1.0

2012-06-25 Thread Minkyu Kang
_con0; >        unsigned int    bpll_con1; > @@ -574,8 +588,10 @@ struct exynos5_clock { >        unsigned int    clkout_cmu_cdrex_div_stat; >        unsigned char   res108[0x8]; >        unsigned int    lpddr3phy_ctrl; > -       unsigned char   res109[0xf5f8]; > +       unsigned char

Re: [U-Boot] [PATCH 7/9 V2] EXYNOS5: CLOCK: Modify MPLL clock out for Exynos5250 Rev 1.0

2012-06-26 Thread Minkyu Kang
comment style. > +       if (pllreg == MPLL) { > +               pll_div2_sel = readl(&clk->pll_div2_sel); > +               mpll_fout_sel = (pll_div2_sel >> MPLL_FOUT_SEL_SHIFT) > +                               & MPLL_FOUT_SEL_MASK; > +               if (mpll_fout_sel == 0)

<    1   2   3   4   5   6   7   8   9   10   >