Re: [PATCH v2 0/5] arm: exynos: Enable TRNG for E850-96 board

2024-07-22 Thread Minkyu Kang
ers/rng/exynos-trng.c | 291 + > > 12 files changed, 504 insertions(+), 4 deletions(-) > > create mode 100644 board/samsung/e850-96/e850-96.env > > create mode 100644 board/samsung/e850-96/fw.c > > create mode 100644 board/samsung/e850-96/fw.h > > create mode 100644 drivers/rng/exynos-trng.c > > > > -- > > 2.39.2 > > Your patch was failed to apply to u-boot-samsung due to the e850-96_defconfig. please rebase the patch. and about mmc patches, those have delegated to mmc maintainers. Thanks, Minkyu Kang.

Re: [PATCH v1 2/2] odroid: Fix target platform compilation issue on Odroid-XU3

2024-07-16 Thread Minkyu Kang
gt; # Copyright (c) 2014 Samsung Electronics Co., Ltd. All rights reserved. > # Przemyslaw Marczak > > -obj-y := odroid.o > +obj-$(CONFIG_TARGET_ODROID) := odroid.o > -- > 2.44.0 > applied to u-boot-samsung. Thanks. Minkyu Kang.

Re: [PATCH v1 1/2] dm: exynos: Correct CONFIG_SYS_BOARD setting for Odroid XU3 boards

2024-07-16 Thread Minkyu Kang
0xu4.dtb' > > > SCRIPT FAILED: continuing... > > > No EFI system partition > > > No EFI system partition > > > Failed to persist EFI variables > > > No EFI system partition > > > Failed to persist EFI variables > > > No EFI system partition > > > Failed to persist EFI variables > > > Loading Boot 'mmc 2' failed > > > EFI boot manager: Cannot load any image > > > MMC Device 1 not found > > > no mmc device at slot 1 > > > --- > > > > Reviewed-by: Sam Protsenko > > > Thanks > > Gentle ping? > > Thanks > -Anand applied to u-boot-samsung. Thanks. Minkyu Kang.

Please pull u-boot-samsung master

2024-06-03 Thread Minkyu Kang
-bindings/clock/samsung,exynos850-clock.yaml delete mode 100644 doc/device-tree-bindings/soc/samsung/exynos-usi.yaml delete mode 100644 include/dt-bindings/clock/exynos850.h delete mode 100644 include/dt-bindings/soc/samsung,exynos-usi.h Thanks, Minkyu Kang.

Re: [PATCH] arm: exynos: Map iRAM APM area for Exynos850 SoC

2024-05-31 Thread Minkyu Kang
.size = SZ_2M, > + .attrs = PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRE) | > +PTE_BLOCK_NON_SHARE | > +PTE_BLOCK_PXN | PTE_BLOCK_UXN > + }, { > /* Peripheral block */ > .virt = 0x1000UL, >

Re: [PATCH] arm: dts: e850-96: Remove not needed bootph-all flags

2024-05-31 Thread Minkyu Kang
_alive { > - bootph-all; > -}; > - > _system_controller { > bootph-all; > samsung,uart-debug-1; > }; > - > -_0 { > - bootph-all; > -}; > - > -_pins { > - bootph-all; > -}; > - > -_uart { > - bootph-all; > -}; > -- > 2.39.2 > > applied to u-boot-samsung. -- Thanks, Minkyu Kang.

Re: [PATCH v2] arm: exynos: Migrate E850-96 board to OF_UPSTREAM

2024-05-31 Thread Minkyu Kang
44 arch/arm/dts/exynos850.dtsi > delete mode 100644 > doc/device-tree-bindings/clock/samsung,exynos850-clock.yaml > delete mode 100644 doc/device-tree-bindings/soc/samsung/exynos-usi.yaml > delete mode 100644 include/dt-bindings/clock/exynos850.h > delete mode 100644 include/dt-bindings/soc/samsung,exynos-usi.h > > > applied to u-boot-samsung. Thanks, Minkyu Kang.

Please pull u-boot-samsung master

2024-04-04 Thread Minkyu Kang
+- drivers/clk/exynos/clk-pll.h | 6 ++ drivers/clk/exynos/clk.c | 47 ++ drivers/clk/exynos/clk.h | 70 ++- 5 files changed, 384 insertions(+), 71 deletions(-) Thanks, Minkyu Kang.

Re: [PATCH 0/4] clk: exynos: Prepare clocks for eMMC enablement

2024-03-26 Thread Minkyu Kang
-pll.h | 6 + > > drivers/clk/exynos/clk.c | 47 +++-- > > drivers/clk/exynos/clk.h | 70 +-- > > 5 files changed, 384 insertions(+), 71 deletions(-) > > > > -- > > 2.39.2 > > applied to u-boot-samsung. Thanks. Minkyu Kang.

Please pull u-boot-samsung master

2024-02-19 Thread Minkyu Kang
oc/samsung,exynos-usi.h Thanks, Minkyu Kang.

Re: [PATCH v3 2/2] arm: s5p4418: fix relocation of vectors

2024-02-05 Thread Minkyu Kang
to > relocate > +* the exception vectors. > +*/ > + ldr r0, [r9, #GD_RELOCADDR] /* r0 = gd->relocaddr */ > + add r0, #0x400 /* vectors are after NSIH > + 0x200 */ > + mcr p15, 0, r0, c12, c0, 0 /* Set VBAR */ > + ret lr > + > +ENDPROC(relocate_vectors) > -- > 2.17.1 > Reviewed-by: Minkyu Kang Thanks. Minkyu Kang.

Re: [PATCH v3 0/2] arm: s5p4418: fix relocation

2024-02-05 Thread Minkyu Kang
/board_f.c | 4 +++- > 3 files changed, 30 insertions(+), 1 deletion(-) > create mode 100644 arch/arm/cpu/armv7/s5p4418/relocate.S > > -- > 2.17.1 > Thanks. Minkyu Kang.

Re: [PATCH v2 00/13] arm: exynos: Add E850-96 board

2024-01-25 Thread Minkyu Kang
100644 > doc/device-tree-bindings/clock/samsung,exynos850-clock.yaml > > create mode 100644 doc/device-tree-bindings/soc/samsung/exynos-pmu.yaml > > create mode 100644 doc/device-tree-bindings/soc/samsung/exynos-usi.yaml > > create mode 100644 drivers/clk/exynos/clk-exynos850.c > > create mode 100644 drivers/clk/exynos/clk.c > > create mode 100644 drivers/clk/exynos/clk.h > > create mode 100644 drivers/pinctrl/exynos/pinctrl-exynos850.c > > create mode 100644 drivers/soc/samsung/Kconfig > > create mode 100644 drivers/soc/samsung/Makefile > > create mode 100644 drivers/soc/samsung/exynos-pmu.c > > create mode 100644 drivers/soc/samsung/exynos-usi.c > > create mode 100644 include/configs/e850-96.h > > create mode 100644 include/dt-bindings/clock/exynos850.h > > create mode 100644 include/dt-bindings/soc/samsung,exynos-usi.h > > > > -- > > 2.39.2 > > > applied to u-boot-samsung -- Thanks, Minkyu Kang.

Re: Please pull u-boot-samsung master

2024-01-10 Thread Minkyu Kang
Hi. 2024년 1월 10일 (수) 02:49, Tom Rini 님이 작성: > On Tue, Jan 09, 2024 at 10:55:16AM +0900, Minkyu Kang wrote: > > > Dear Tom, > > > > The following changes since commit > 2f0282922b2c458eea7f85c500a948a587437b63: > > > > Prepare v2024.01-rc4 (2023-12-0

Please pull u-boot-samsung master

2024-01-08 Thread Minkyu Kang
2 ++ 6 files changed, 136 insertions(+), 56 deletions(-) create mode 100644 arch/arm/cpu/armv7/s5p4418/relocate.S Thanks, Minkyu Kang.

Re: [PATCH 07/13] clk: exynos: Add Samsung clock framework

2023-12-27 Thread Minkyu Kang
const struct samsung_gate_clock *clk_list, > + unsigned int nr_clk); > +void samsung_clk_register_pll(void __iomem *base, > + const struct samsung_pll_clock *clk_list, > + unsigned int nr_clk); > + > +void samsung_cmu_register_clocks(void __iomem *base, > +const struct samsung_clk_group > *clk_groups, > +unsigned int nr_groups); > +int samsung_cmu_register_one(struct udevice *dev, > +const struct samsung_clk_group *clk_groups, > +unsigned int nr_groups); > + > +/** > + * samsung_register_cmu - Register CMU clocks ensuring parent CMU is > present > + * @dev: CMU device > + * @clk_groups: list of CMU clock groups > + * @parent_drv: name of parent CMU driver > + * > + * Register provided CMU clocks, but make sure CMU_TOP driver is > instantiated > + * first. > + * > + * Return: 0 on success or negative value on error. > + */ > +#define samsung_register_cmu(dev, clk_groups, parent_drv) \ > +({ \ > + struct udevice *__parent; \ > + int __ret; \ > + \ > + __ret = uclass_get_device_by_driver(UCLASS_CLK, \ > + DM_DRIVER_GET(parent_drv), &__parent); \ > + if (__ret || !__parent) \ > + __ret = -ENOENT;\ > + else\ > + __ret = samsung_cmu_register_one(dev, clk_groups, \ > + ARRAY_SIZE(clk_groups));\ > + __ret; \ > +}) > + > +#endif /* __EXYNOS_CLK_H */ > -- > 2.39.2 > Thanks. Minkyu Kang.

Re: [PATCH 04/13] soc: samsung: Add Exynos USI driver

2023-12-27 Thread Minkyu Kang
t;sysreg)) > + return PTR_ERR(usi->sysreg); > + > + ret = ofnode_read_u32_index(node, "samsung,sysreg", 1, > >sw_conf); > + if (ret) > + return ret; > + > + usi->clkreq_on = ofnode_read_bool(node, "samsung,clkreq-on"); > + > + return 0; > +} > + > +static int exynos_usi_probe(struct udevice *dev) > +{ > + struct exynos_usi *usi; > + int ret; > + > + usi = dev_get_priv(dev); > + usi->dev = dev; > + usi->data = (struct exynos_usi_variant *)dev_get_driver_data(dev); > + > + ret = exynos_usi_parse_dt(usi); > + if (ret) > + return ret; > + > + if (usi->data->ver == USI_VER2) { > + usi->regs = dev_read_addr_ptr(dev); > + if (!usi->regs) > + return -ENODEV; > + } > + > + return exynos_usi_configure(usi); > +} > + > +U_BOOT_DRIVER(exynos_usi) = { > + .name = "exynos-usi", > + .id = UCLASS_MISC, > + .of_match = exynos_usi_ids, > + .probe = exynos_usi_probe, > + .priv_auto = sizeof(struct exynos_usi), > +}; > -- > 2.39.2 > Thanks. Minkyu Kang.

Re: [PATCH 00/13] arm: exynos: Add E850-96 board

2023-12-21 Thread Minkyu Kang
> create mode 100644 doc/device-tree-bindings/soc/samsung/exynos-pmu.yaml > > create mode 100644 doc/device-tree-bindings/soc/samsung/exynos-usi.yaml > > create mode 100644 drivers/clk/exynos/clk-exynos850.c > > create mode 100644 drivers/clk/exynos/clk.c > > create mode 100644 drivers/clk/exynos/clk.h > > create mode 100644 drivers/pinctrl/exynos/pinctrl-exynos850.c > > create mode 100644 drivers/soc/samsung/Kconfig > > create mode 100644 drivers/soc/samsung/Makefile > > create mode 100644 drivers/soc/samsung/exynos-pmu.c > > create mode 100644 drivers/soc/samsung/exynos-usi.c > > create mode 100644 include/configs/e850-96.h > > create mode 100644 include/dt-bindings/clock/exynos850.h > > create mode 100644 include/dt-bindings/soc/samsung,exynos-usi.h > > > > -- > > Hi Tom, Minkyu, > > Would really appreciate a review for this series. It's not only adding > a new board, but also a bunch of stuff that I think can be useful for > other modern Exynos platforms (CCF Samsung clock framework, USI > driver, etc). > > Thanks! I'm in middle of holiday recently, so it is difficult to review actually. I'll check soon. Merry christmas. Thanks. Minkyu Kang.

Re: [PATCH v2 0/2] arm: s5p4418: fix relocation

2023-12-13 Thread Minkyu Kang
relocate.S | 24 > common/board_f.c | 2 +- > 3 files changed, 28 insertions(+), 1 deletion(-) > create mode 100644 arch/arm/cpu/armv7/s5p4418/relocate.S > > -- > 2.17.1 > applied to u-boot-samsung. Thanks, Minkyu Kang.

Re: [PATCH 0/7] pinctrl: exynos: Prepare for other SoCs support

2023-12-13 Thread Minkyu Kang
fdt access > > drivers/pinctrl/exynos/pinctrl-exynos.c | 125 > drivers/pinctrl/exynos/pinctrl-exynos.h | 36 +- > drivers/pinctrl/exynos/pinctrl-exynos7420.c | 2 + > 3 files changed, 108 insertions(+), 55 deletions(-) > > -- > 2.39.2 > applied to u-boot-samsung. Thanks, Minkyu Kang.

Please pull u-boot-samsung master

2023-11-27 Thread Minkyu Kang
- drivers/watchdog/s5p_wdt.c | 1 + Thanks, Minkyu Kang.

Re: [PATCH v2 2/2] configs: Remove unneeded SYS_CONFIG_NAME from a*y17lte defconfigs

2023-11-27 Thread Minkyu Kang
/a7y17lte_defconfig b/configs/a7y17lte_defconfig > index 9390e35057eb..ccb0bf2e8059 100644 > --- a/configs/a7y17lte_defconfig > +++ b/configs/a7y17lte_defconfig > @@ -1,5 +1,4 @@ > CONFIG_ARM=y > -CONFIG_SYS_CONFIG_NAME="exynos78x0-common" > CONFIG_SKIP_LOWLEVEL_INIT=y > CONFIG_COUNTER_FREQUENCY=2600 > CONFIG_ARCH_EXYNOS=y > -- > 2.39.2 > applied to u-boot-samsung. Thanks. Minkyu Kang.

Re: [PATCH v2 1/2] board: samsung: Fix SYS_CONFIG_NAME configs in axy17lte Kconfig

2023-11-27 Thread Minkyu Kang
@ -16,7 +8,7 @@ config SYS_VENDOR > > default "samsung" > > > > config SYS_CONFIG_NAME > > - default "a5y17lte" > > + default "exynos78x0-common" > > > > config EXYNOS7880 > > bool "Exynos 7880 SOC support" > > @@ -33,7 +25,7 @@ config SYS_VENDOR > > default "samsung" > > > > config SYS_CONFIG_NAME > > - default "a5y17lte" > > + default "exynos78x0-common" > > > > config EXYNOS7880 > > bool "Exynos 7880 SOC support" > > @@ -50,7 +42,7 @@ config SYS_VENDOR > > default "samsung" > > > > config SYS_CONFIG_NAME > > - default "a3y17lte" > > + default "exynos78x0-common" > > > > config EXYNOS7870 > > bool "Exynos 7870 SOC support" > > -- > > 2.39.2 > > applied to u-boot-samsung. Thanks. Minkyu Kang.

Re: [PATCH] serial: s5p: Use dev_read_addr_ptr() to get base address

2023-11-27 Thread Minkyu Kang
etions(-) > > Reviewed-by: Simon Glass applied to u-boot-samsung. Thanks. Minkyu Kang.

Re: [PATCH 0/4] serial: s5p: Cleanups

2023-11-27 Thread Minkyu Kang
++ > > 1 file changed, 40 insertions(+), 31 deletions(-) > > > > -- > > + Minkyu > > Just a kind reminder to review this series. > > Thanks! > > > 2.39.2 > > applied to u-boot-samsung. Thanks. Minkyu Kang.

Re: [PATCH] clk: exynos: Add header guard for clk-pll.h

2023-11-14 Thread Minkyu Kang
t; > + > > unsigned long pll145x_get_rate(unsigned int *con1, unsigned long > fin_freq); > > + > > +#endif /* __EXYNOS_CLK_PLL_H */ > > Reviewed-by: Sean Anderson applied to u-boot-samsung. Thanks. Minkyu Kang.

Re: [PATCH] serial: s5p: Fix clk_get_by_index() error code check

2023-11-14 Thread Minkyu Kang
drate) > > #if IS_ENABLED(CONFIG_CLK_EXYNOS) || IS_ENABLED(CONFIG_ARCH_APPLE) > struct clk clk; > - u32 ret; > + int ret; > > ret = clk_get_by_index(dev, 1, ); > if (ret < 0) > -- > 2.39.2 > applied to u-boot-samsung. Thanks. Minkyu Kang.

Re: [PATCH] exynos: Avoid duplicate reset_cpu with SYSRESET enabled

2023-11-14 Thread Minkyu Kang
Signed-off-by: Sam Protsenko > > Reviewed-by: Tom Rini > > -- > Tom applied to u-boot-samsung. Thanks. Minkyu Kang.

Re: [PATCH 0/3] exynos: Include missing CPU headers

2023-11-14 Thread Minkyu Kang
1 + > 3 files changed, 5 insertions(+) > > -- > 2.39.2 > applied to u-boot-samsung. Thanks. Minkyu Kang.

Re: [PATCH] board: samsung: Remove incorrect SYS_CONFIG_NAME in axy17lte Kconfig

2023-11-09 Thread Minkyu Kang
t; > - help > - This option contains information about board configuration name. > - Based on this option include/configs/.h > header > - will be used for board configuration. > - > if TARGET_A5Y17LTE > config SYS_BOARD > default "axy17lte" > -- > 2.39.2 > This patch makes a build error since axy17lte.h was not exist. Am I miss something? And.. actually I can't catch what you exactly fix with this patch. Thanks. Minkyu Kang.

Re: [PATCH] clk: starfive: pll: Fix to use postdiv1_mask

2023-06-30 Thread Minkyu Kang
iv1, pll->offset->postdiv1_mask, 0); > PLLX_SET(pll->offset->pd, pll->offset->pd_mask, PLL_PD_ON); > > if (set) { > -- > 2.17.1 > Reviewed-by: Minkyu Kang Thanks. > -- Thanks. Minkyu Kang.

Re: [RESEND PATCH v2 1/2] Revert "mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B"

2023-05-12 Thread Minkyu Kang
AGE | > - SDHCI_QUIRK_32BIT_DMA_ADDR | > + SDHCI_QUIRK_BROKEN_R1B | SDHCI_QUIRK_32BIT_DMA_ADDR | > SDHCI_QUIRK_WAIT_SEND_CMD | SDHCI_QUIRK_USE_WIDE8; > host->max_clk = 52000000; > host->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; > -- > 2.30.2 > > Could you please review? -- Thanks, Minkyu Kang.

Re: [PATCH 09/13] s5p: Remove empty arch_misc_init

2023-02-24 Thread Minkyu Kang
m Rini > > --- > > arch/arm/cpu/armv7/s5p4418/cpu.c | 7 --- > > configs/s5p4418_nanopi2_defconfig | 1 - > > 2 files changed, 8 deletions(-) > > > > Reviewed-by: Simon Glass > Reviewed-by: Minkyu Kang -- Thanks, Minkyu Kang.

Re: [PATCH v2 2/2] samsung: common: do not reset if cros-ec uclass is missing

2023-02-24 Thread Minkyu Kang
init cros-ec device > > resetting ... > > > > Issue started after commit e44d7e73fe0d ("dm: core: Switch > > uclass_*_device_err to use uclass_*_device_check"). > > > > Signed-off-by: Henrik Grimler > > --- > > board/samsung/common/board.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Reviewed-by: Simon Glass > Reviewed-by: Minkyu Kang -- Thanks, Minkyu Kang.

Re: [PATCH v3 20/76] samsung: Drop CONFIG_EXYNOS_PWM_BL

2023-02-02 Thread Minkyu Kang
+= exynos_fb.o > obj-$(CONFIG_EXYNOS_MIPI_DSIM) += exynos_mipi_dsi.o > exynos_mipi_dsi_common.o \ > exynos_mipi_dsi_lowlevel.o > -obj-$(CONFIG_EXYNOS_PWM_BL) += exynos_pwm_bl.o > -- > 2.39.1.456.gfc5497dd1b-goog > > Reviewed-by: Minkyu Kang -- Thanks, Minkyu Kang.

Re: [PATCH v3 46/76] samsung: Rename PINCTRL_EXYNOS78x0

2023-02-02 Thread Minkyu Kang
PINCTRL_EXYNOS7420) += pinctrl-exynos7420.o > -obj-$(CONFIG_PINCTRL_EXYNOS78x0) += pinctrl-exynos78x0.o > +obj-$(CONFIG_PINCTRL_EXYNOS78X0) += pinctrl-exynos78x0.o > -- > 2.39.1.456.gfc5497dd1b-goog > > Reviewed-by: Minkyu Kang -- Thanks, Minkyu Kang.

Re: [PATCH 19/38] arm: samsung: Move CONFIG_MISC_COMMON to Kconfig

2022-11-24 Thread Minkyu Kang
| 3 --- > > 10 files changed, 9 insertions(+), 18 deletions(-) > > create mode 100644 board/samsung/common/Kconfig > > Reviewed-by: Simon Glass > Reviewed-by: Minkyu Kang -- Thanks, Minkyu Kang.

Re: Wolfgang Denk

2022-11-02 Thread Minkyu Kang
ich, Office: Kirchenstr.5, 82194 Groebenzell, Germany > > Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de > > = > Very sad news.. He will be sadly missed. Rest in peace, Wolfgang Denk. Minkyu Kang. -- Thanks. Minkyu Kang.

Re: [PATCH 20/21] smdkc100: Remove legacy non-DM_ETH code

2022-08-03 Thread Minkyu Kang
Hi, On Tue, 2 Aug 2022 at 20:39, Tom Rini wrote: > Now that we are about to enable DM_ETH by default, remove legacy code. > > Cc: Minkyu Kang > Signed-off-by: Tom Rini > --- > board/samsung/smdkc100/smdkc100.c | 9 - > 1 file changed, 9 deletions(-) > >

Re: [PATCH 08/15] arm: samsung: Remove dead LCD code

2022-06-13 Thread Minkyu Kang
| 647 -- > 14 files changed, 9060 deletions(-) > delete mode 100644 drivers/video/s6e8ax0.c > delete mode 100644 lib/tizen/Makefile > delete mode 100644 lib/tizen/tizen.c > delete mode 100644 lib/tizen/tizen_logo_16bpp.h > delete mode 100644 lib/tizen/tizen_logo_16bpp_gzip.h > > Reviewed-by: Minkyu Kang -- Thanks, Minkyu Kang.

Re: [PATCH 11/15] video: Migrate exynos display options to Kconfig

2022-06-13 Thread Minkyu Kang
Dear Tom, On Sat, 11 Jun 2022 at 12:01, Tom Rini wrote: > Following how it's done for the majority of drivers, add a new > VIDEO_EXYNOS option and Kconfig file under drivers/video/exynos and list > the current options there. > > Cc: Anatolij Gustschin > Cc: Jaehoon Chung

Re: [PATCH 09/15] arm: exynos: Remove old pwm backlight driver

2022-06-13 Thread Minkyu Kang
--- > 2 files changed, 64 deletions(-) > delete mode 100644 arch/arm/mach-exynos/include/mach/pwm_backlight.h > delete mode 100644 drivers/video/exynos/exynos_pwm_bl.c > > Reviewed-by: Minkyu Kang -- Thanks, Minkyu Kang.

Re: [PATCH 07/18] Convert CONFIG_USB_XHCI_EXYNOS et al to Kconfig

2022-06-08 Thread Minkyu Kang
OS > - > /* DFU */ > #define DFU_DEFAULT_POLL_TIMEOUT 300 > #define DFU_MANIFEST_POLL_TIMEOUT 25000 > diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h > index f8d2fafd2788..48f6e27006f0 100644 > --- a/include/configs/smdk5420.h > +++ b/include/configs/smdk5420.h > @@ -20,7 +20,6 @@ > #define CONFIG_SYS_SDRAM_BASE 0x2000 > > /* USB */ Why don't you delete this line too? > -#define CONFIG_USB_XHCI_EXYNOS > > /* DRAM Memory Banks */ > #define SDRAM_BANK_SIZE(512UL << 20UL) /* 512 MB */ > -- > 2.25.1 > Thanks. -- Thanks. Minkyu Kang.

Re: [PATCH 1/1] cmd: mmc: don't assign unused values

2022-05-03 Thread Minkyu Kang
else if (argc == 4) { > + enum bus_mode speed_mode; > + > dev = (int)dectoul(argv[1], NULL); > part = (int)dectoul(argv[2], NULL); > if (part > PART_ACCESS_MASK) { > -- > 2.34.1 > Reviewed-by: Minkyu Kang Thanks, -- Thanks. Minkyu Kang.

Re: [PATCH 06/25] s5p_goni, smdkc100: Move some environment settings out of CONFIG

2022-04-03 Thread Minkyu Kang
2022년 3월 31일 (목) 07:09, Tom Rini 님이 작성: > A number of CONFIG options are used on these platforms as part of the > default environment. Set some of these more directly and in other > cases, just reference them directly. > > Cc: Jaehoon Chung > Cc: Minkyu Kang > Si

Re: [PATCH 04/11] exynos: Drop CONFIG_DEVICE_TREE_LIST

2022-03-24 Thread Minkyu Kang
Dear Tom, On Fri, 25 Mar 2022 at 09:22, Jaehoon Chung wrote: > > On 3/25/22 06:17, Tom Rini wrote: > > This value isn't used anywhere, drop it. > > > > Signed-off-by: Tom Rini > > Reviewed-by : Jaehoon Chung > > > Reviewed-by: Minkyu Kang -- Thanks, Minkyu Kang.

Re: [PATCH 19/22] exynos: Drop CONFIG_CLK_*

2022-03-24 Thread Minkyu Kang
Dear Tom, On Thu, 24 Mar 2022 at 06:23, Tom Rini wrote: > We only set one of these values ever at this point, so remove dead code. > > Cc: Minkyu Kang > Cc: Jaehoon Chung > Signed-off-by: Tom Rini > --- > arch/arm/mach-exynos/exynos4_setup.h | 20 --

Re: [PATCH 3/4] arm: exynos: Move BL1/2 SPI flash defines to their user, drop CONFIG

2022-02-23 Thread Minkyu Kang
namespace. > > > > Cc: Minkyu Kang > > Cc: Jaehoon Chung > > Signed-off-by: Tom Rini > > Reviewed-by: Jaehoon Chung > > Best Regards, > Jaehoon Chung > Reviewed-by: Minkyu Kang Thanks. -- Thanks. Minkyu Kang.

Pull request: u-boot-samsung master

2022-01-19 Thread Minkyu Kang
arch/arm/mach-exynos/Kconfig | 6 +++--- board/samsung/axy17lte/Kconfig | 4 ++-- doc/board/samsung/axy17lte.rst | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) -- Thanks, Minkyu Kang.

Re: [RFC 0/6] Exynos5: Update devicetree files from linux kernel

2022-01-17 Thread Minkyu Kang
ngs/clock/exynos-audss-clk.h > create mode 100644 include/dt-bindings/clock/exynos5250.h > create mode 100644 include/dt-bindings/clock/exynos5420.h > create mode 100644 include/dt-bindings/clock/maxim,max77686.h > create mode 100644 include/dt-bindings/clock/samsung,s2mps11.h > create mode 100644 include/dt-bindings/pinctrl/samsung.h > create mode 100644 include/dt-bindings/sound/samsung-i2s.h > > -- > 2.29.0 > > -- Thanks, Minkyu Kang. -- Thanks. Minkyu Kang.

Re: [PATCH v4 03/13] mmc: fsl: Use brackets around if()

2022-01-17 Thread Minkyu Kang
dd the missing brackets. > > > > Signed-off-by: Simon Glass > > Reviewed-by: Jaehoon Chung > > Best Regards, > Jaehoon Chung Reviewed-by: Minkyu Kang > > > --- > > > > (no changes since v1) > > > > drivers/mmc/fsl_esdhc_imx.c | 2 +- &g

Re: [PATCH v2 2/2] doc: board: avoid ambiguous names for axy17lte

2022-01-12 Thread Minkyu Kang
lte for SM-A720. > > > > Fixes: 3e2095e960b4 ("board: samsung: add support for Galaxy A series > > of 2017 (a5y17lte)") > > Signed-off-by: Henrik Grimler > > Reviewed-by: Dzmitry Sankouski > > Reviewed-by: Jaehoon Chung > > Best Regards, > Jaehoon Chung > > applied to u-boot-samsung. -- Thanks, Minkyu Kang. -- Thanks. Minkyu Kang.

Re: [PATCH v2 1/2] board: samsung: fix menu entries for a{3,7}y17lte

2022-01-12 Thread Minkyu Kang
; > Best Regards, > Jaehoon Chung > > > --- > > Changes since v1: none, added Dzmitry's reviewed-by tag. > > --- > > arch/arm/mach-exynos/Kconfig | 6 +++--- > > board/samsung/axy17lte/Kconfig | 4 ++-- > > 2 files changed, 5 insertions(+), 5 deletions(-) > > > applied to u-boot-samsung. -- Thanks, Minkyu Kang. -- Thanks. Minkyu Kang.

Re: [RESEND PATCH v3 01/12] mmc: fsl_esdhc_imx: make BLK as hard requirement of DM_MMC

2022-01-11 Thread Minkyu Kang
ng > --- > drivers/mmc/fsl_esdhc_imx.c | 33 + > 1 file changed, 1 insertion(+), 32 deletions(-) > > Reviewed-by: Minkyu Kang -- Thanks, Minkyu Kang.

Re: Pull request: u-boot-samsung master

2021-11-09 Thread Minkyu Kang
Hi, 2021년 11월 10일 (수) 05:09, Tom Rini 님이 작성: > On Tue, Nov 09, 2021 at 07:02:34PM +0900, Minkyu Kang wrote: > > > 2021년 11월 9일 (화) 18:59, Minkyu Kang 님이 작성: > > > > > Dear Tom, > > > > > > The following changes since commit > > > f8ed9059001

Re: Pull request: u-boot-samsung master

2021-11-09 Thread Minkyu Kang
Dear Tom, resend. 2021년 11월 9일 (화) 18:59, Minkyu Kang 님이 작성: > Dear Tom, > > The following changes since commit > f8ed9059001d803b0eae4b49178789aa0e29edec: > > Merge tag 'efi-2022-01-rc2' of > https://source.denx.de/u-boot/custodians/u-boot-efi (2021-11-07 23:00:29 >

Pull request: u-boot-samsung master

2021-11-09 Thread Minkyu Kang
-samsung.git master for you to fetch changes up to a80f582688fb3c961f521a978d428092f5bab483: exynos: mmu: use CONFIG_IS_ENABLED (2021-11-09 14:07:46 +0900) Minkyu Kang (2): exynos78x0: pinctrl: set const to structs exynos

Re: [PATCH 1/2] exynos78x0: pinctrl: set const to structs

2021-11-09 Thread Minkyu Kang
2021년 11월 4일 (목) 16:20, Minkyu Kang 님이 작성: > to fix following checkpatch warings. > WARNING: struct should normally be const > > Signed-off-by: Minkyu Kang > Cc: Dzmitry Sankouski > --- > drivers/pinctrl/exynos/pinctrl-exynos78x0.c | 14 +++--- > 1 file cha

Re: [PATCH 2/2] exynos: mmu: use CONFIG_IS_ENABLED

2021-11-09 Thread Minkyu Kang
2021년 11월 4일 (목) 16:20, Minkyu Kang 님이 작성: > to fix following checkpatch warnings. > Use 'if (IS_ENABLED(CONFIG...))' instead of '#if or #ifdef' where > possible > > Signed-off-by: Minkyu Kang > Cc: Dzmitry Sankouski > --- > arch/arm/mach-exynos/mmu-arm64.c | 11 +

Re: [PATCH] exynos: pwm: Deal with a PWM at 100%

2021-11-09 Thread Minkyu Kang
writel(tcmp, >tcmpb0 + offset); > -- > 2.34.0.rc0.344.g81b53c2807-goog > applied to u-boot-samsung. Thanks. -- Thanks. Minkyu Kang.

[PATCH 1/2] exynos78x0: pinctrl: set const to structs

2021-11-04 Thread Minkyu Kang
to fix following checkpatch warings. WARNING: struct should normally be const Signed-off-by: Minkyu Kang Cc: Dzmitry Sankouski --- drivers/pinctrl/exynos/pinctrl-exynos78x0.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/pinctrl/exynos/pinctrl

[PATCH 2/2] exynos: mmu: use CONFIG_IS_ENABLED

2021-11-04 Thread Minkyu Kang
to fix following checkpatch warnings. Use 'if (IS_ENABLED(CONFIG...))' instead of '#if or #ifdef' where possible Signed-off-by: Minkyu Kang Cc: Dzmitry Sankouski --- arch/arm/mach-exynos/mmu-arm64.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach

Re: [PATCH 1/4] serial: samsung: add support for skip debug init in s5p

2021-10-14 Thread Minkyu Kang
Dear Dzmitry Sankouski, On Wed, 13 Oct 2021 at 00:42, Dzmitry Sankouski wrote: > Signed-off-by: Dzmitry Sankouski > Cc: Minkyu Kang > --- > drivers/serial/serial_s5p.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/drivers/serial/s

Re: Subject: [PATCH 1/6 v2] serial: qcom: add support for GENI serial driver

2021-08-31 Thread Minkyu Kang
44 drivers/serial/serial_msm_geni.c > > Please check the coding style first. It will help you: CodingStyle < U-Boot < DENX <https://www.denx.de/wiki/U-Boot/CodingStyle> -- Thanks, Minkyu Kang.

Re: [PATCH 15/16] README: Remove some old i2c related text

2021-08-24 Thread Minkyu Kang
> - additional defines: > - > CONFIG_SYS_NUM_I2C_BUSES > Hold the number of i2c buses you want to use. > > -- > 2.17.1 > > Reviewed-by: Minkyu Kang -- Thanks, Minkyu Kang.

Re: [PATCH 07/13] i2c: S3C24X0: Finish Kconfig migration

2021-08-24 Thread Minkyu Kang
e/configs/exynos5-common.h | 5 - > 11 files changed, 11 insertions(+), 12 deletions(-) > > Reviewed-by: Minkyu Kang -- Thanks, Minkyu Kang.

Pull request: u-boot-samsung master

2021-08-02 Thread Minkyu Kang
mode 100644 board/samsung/common/sromc.c -- Thanks, Minkyu Kang.

Re: [PATCH v2 3/3] snow: Enable unit tests

2021-07-29 Thread Minkyu Kang
config > +++ b/configs/snow_defconfig > @@ -92,3 +92,5 @@ CONFIG_VIDEO_BRIDGE_NXP_PTN3460=y > CONFIG_LCD=y > CONFIG_TPM=y > CONFIG_ERRNO_STR=y > +CONFIG_UNIT_TEST=y > +# CONFIG_UT_LIB_ASN1 is not set > -- > 2.32.0.402.g57bb445576-goog > > applied to u-boot-samsung. -- Thanks, Minkyu Kang.

Re: [PATCH v2 2/3] test: Fix size_t formats in strlcat test

2021-07-29 Thread Minkyu Kang
Dear Simon Glass, On Mon, 19 Jul 2021 at 10:02, Simon Glass wrote: > Some of the printf() formats do not match their types. Fix this. > > Reported-by: Minkyu Kang > I modified email address to mk7.k...@samsung.com : ) Signed-off-by: Simon Glass > --- > > Changes in v2

Re: [PATCH v2 1/3] samsung: exynos: Convert SROMC interface to a driver

2021-07-29 Thread Minkyu Kang
| 1 - > configs/snow_defconfig| 1 - > configs/spring_defconfig | 1 - > include/fdtdec.h | 2 - > lib/fdtdec.c | 2 - > 18 files changed, 79 insertions(+), 119 deletions(-) > creat

Re: [PATCH 3/3] snow: Enable unit tests

2021-04-23 Thread Minkyu Kang
| long unsigned int |%#x 52 | expected, expected, actual, actual); | | | | size_t {aka unsigned int} -- Thanks, Minkyu Kang.

Pull request: u-boot-samsung master

2021-02-25 Thread Minkyu Kang
about power_key_pressed power: pmic: remove pmic_max8997/8 files Mark Kettenis (1): serial: s5p: Allow independent selection Minkyu Kang (6): samsung: goni: change maintainer samsung: smdk5250: change maintainer samsung: smdk5420: change maintainer samsung

Re: [PATCH 1/6] samsung: goni: change maintainer

2021-02-25 Thread Minkyu Kang
Hi, On Fri, 19 Feb 2021 at 18:02, Minkyu Kang wrote: > change maintainer to Jaehoon > > Signed-off-by: Minkyu Kang > Signed-off-by: Jaehoon Chung > --- > board/samsung/goni/MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/board/s

Re: [PATCH V2 0/2] power: remove non-DM max8997/8 files

2021-02-25 Thread Minkyu Kang
s(-) > delete mode 100644 drivers/power/pmic/pmic_max8997.c > delete mode 100644 drivers/power/pmic/pmic_max8998.c > > -- > 2.29.0 > > applied to u-boot-samsung. -- Thanks, Minkyu Kang.

Re: [PATCH v2] serial: s5p: Allow independent selection

2021-02-25 Thread Minkyu Kang
= lpc32xx_hsuart.o > > obj-$(CONFIG_MCFUART) += serial_mcf.o > > obj-$(CONFIG_SYS_NS16550) += ns16550.o > > -obj-$(CONFIG_S5P) += serial_s5p.o > > +obj-$(CONFIG_S5P_SERIAL) += serial_s5p.o > > obj-$(CONFIG_MXC_UART) += serial_mxc.o > > obj-$(CONFIG_PXA_SERIAL) += serial_pxa.o > > obj-$(CONFIG_MESON_SERIAL) += serial_meson.o > > -- > > 2.30.0 > > > Applied to u-boot-samsung. -- Thanks, Minkyu Kang.

[PATCH 6/6] samsung: origen: change maintainer

2021-02-19 Thread Minkyu Kang
Signed-off-by: Minkyu Kang --- board/samsung/origen/MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/samsung/origen/MAINTAINERS b/board/samsung/origen/MAINTAINERS index 8bf373e..8fb8f81 100644 --- a/board/samsung/origen/MAINTAINERS +++ b/board/samsung/origen

[PATCH 5/6] samsung: espresso7420: change maintainer

2021-02-19 Thread Minkyu Kang
Signed-off-by: Minkyu Kang --- board/samsung/espresso7420/MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/samsung/espresso7420/MAINTAINERS b/board/samsung/espresso7420/MAINTAINERS index e3b2394..9145ad4 100644 --- a/board/samsung/espresso7420/MAINTAINERS

[PATCH 4/6] samsung: smdkv310: change maintainer

2021-02-19 Thread Minkyu Kang
change maintainer to Jaehoon Signed-off-by: Minkyu Kang Signed-off-by: Jaehoon Chung --- board/samsung/smdkv310/MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/samsung/smdkv310/MAINTAINERS b/board/samsung/smdkv310/MAINTAINERS index 1e058cb..4fa1531 100644

[PATCH 3/6] samsung: smdk5420: change maintainer

2021-02-19 Thread Minkyu Kang
change maintainer to Jaehoon Signed-off-by: Minkyu Kang Signed-off-by: Jaehoon Chung --- board/samsung/smdk5420/MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/samsung/smdk5420/MAINTAINERS b/board/samsung/smdk5420/MAINTAINERS index 31c0036..217ff71 100644

[PATCH 1/6] samsung: goni: change maintainer

2021-02-19 Thread Minkyu Kang
change maintainer to Jaehoon Signed-off-by: Minkyu Kang Signed-off-by: Jaehoon Chung --- board/samsung/goni/MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/samsung/goni/MAINTAINERS b/board/samsung/goni/MAINTAINERS index 248ec3c..7643f9c 100644 --- a/board

[PATCH 2/6] samsung: smdk5250: change maintainer

2021-02-19 Thread Minkyu Kang
change maintainer to Jaehoon Signed-off-by: Minkyu Kang Signed-off-by: Jaehoon Chung --- board/samsung/smdk5250/MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/samsung/smdk5250/MAINTAINERS b/board/samsung/smdk5250/MAINTAINERS index cde966f..c60b6f8

please pull u-boot-samsung master

2021-01-21 Thread Minkyu Kang
(-) -- Thanks, Minkyu Kang.

Re: [PATCH 2/2] mmc: exynos_dw_mmc: remove unused function

2021-01-15 Thread Minkyu Kang
> > - COMPAT_SAMSUNG_EXYNOS_DWMMC, node_list, > > - DWMMC_MAX_CH_NUM); > > - > > - /* For DWMMC always set boot device as mmc 0 */ > > - if (count >= 3 && get_boot_mode() == BOOT_MODE_SD) { > > - boot_dev_node = node_list[2]; > > - node_list[2] = node_list[0]; > > - node_list[0] = boot_dev_node; > > - } > > - > > - err = exynos_dwmci_process_node(blob, node_list, count); > > - > > - return err; > > -} > > - > > #ifdef CONFIG_DM_MMC > > static int exynos_dwmmc_probe(struct udevice *dev) { > > -- > > 2.17.1 > > applied to u-boot-samsung. -- Thanks, Minkyu Kang.

Re: [PATCH 1/2] samsung: arndale: remove board_mmc_init function

2021-01-15 Thread Minkyu Kang
ch/arm/mach-exynos/include/mach/dwmmc.h | 2 -- > > board/samsung/arndale/arndale.c | 13 - > > 2 files changed, 15 deletions(-) > > > > Acked-by: Krzysztof Kozlowski > > Best regards, > Krzysztof > applied to u-boot-samsung. -- Thanks, Minkyu Kang.

Re: [PATCH] dfu: add DFU_SKIP layout concept

2020-11-03 Thread Minkyu Kang
S_FAT; > } else if (!strcmp(entity_type, "ext4")) { > dfu->layout = DFU_FS_EXT4; > + } else if (!strcmp(entity_type, "skip")) { > + dfu->layout = DFU_SKIP; > } else { > pr_err("Memory layout (%s) not supported!\n", entity_type); > return -ENODEV; > diff --git a/include/dfu.h b/include/dfu.h > index 84abdc79acd1..2e8276c69c9f 100644 > --- a/include/dfu.h > +++ b/include/dfu.h > @@ -33,6 +33,7 @@ enum dfu_layout { > DFU_FS_EXT3, > DFU_FS_EXT4, > DFU_RAM_ADDR, > + DFU_SKIP, > }; > > enum dfu_op { > -- > 2.29.0 > > just left one minor comment. Reviewed-by: Minkyu Kang

Pull request: u-boot-samsung master

2020-10-23 Thread Minkyu Kang
| 2 -- include/configs/spring.h| 2 -- include/configs/trats.h | 5 + include/configs/trats2.h| 7 +-- scripts/config_whitelist.txt| 1 - 18 files changed, 6 insertions(+), 68 deletions(-) -- Thanks, Minkyu Kang.

Re: [PATCH] samsung: common: remove the duplicated stdio print message

2020-10-23 Thread Minkyu Kang
o_print_current_devices(); > ret = uclass_first_device_err(UCLASS_CROS_EC, ); > if (ret && ret != -ENODEV) { > /* Force console on */ > -- > 2.28.0 > > applied to u-boot-samsung. -- Thanks, Minkyu Kang.

Re: [PATCH 1/1] espresso7420: remove unused symbol CONFIG_DEFAULT_CONSOLE

2020-10-14 Thread Minkyu Kang
Dear Heinrich Schuchardt, On Mon, 7 Sep 2020 at 14:13, Minkyu Kang wrote: > Dear Heinrich Schuchardt, > > On 07/09/2020 04:33, Heinrich Schuchardt wrote: > > On 9/6/20 9:00 PM, Andre Heider wrote: > >> On 05/09/2020 12:02, Heinrich Schuchardt wrote: > >&g

Re: [PATCH 1/4] treewide: configs: get rid of unused CONFIG_DEFAULT_CONSOLE

2020-10-14 Thread Minkyu Kang
Dear Andre Heider, On Wed, 23 Sep 2020 at 03:59, Simon Glass wrote: > On Thu, 17 Sep 2020 at 00:52, Andre Heider wrote: > > > > These are all unused. > > > > Signed-off-by: Andre Heider > > --- > > This sets completely removes CONFIG_DEFAULT_CONSOLE from the tree. > > Only compile time

Re: [PATCH 1/1] espresso7420: remove unused symbol CONFIG_DEFAULT_CONSOLE

2020-09-06 Thread Minkyu Kang
ntainers we should > treat them in separate patches. > Because those are all Samsung boards, I can approve them. If you want please send changes to patch-set or single patch with adding maintainers as a CC. thomas.ab seems to exited from company. I will find new maintainer soon. Thanks, Minkyu Kang.

Re: [PATCH v2 2/3] mmc: sdhci: not return error when SDMA is not supported

2020-02-20 Thread Minkyu Kang
) { seems to redundant braces > + host->flags |= USE_SDMA; > + } else { > printf("%s: Your controller doesn't support SDMA!!\n", > __func__); > - return -EINVAL; > } > - > - host->flags |= USE_SDMA; >

Re: [PATCH v2 3/3] configs: rpi_4_32b_defconfig: enable SDHCI_SDMA config

2020-02-20 Thread Minkyu Kang
> +CONFIG_MMC_SDHCI_SDMA=y > CONFIG_MMC_SDHCI_BCM2835=y > CONFIG_DM_ETH=y > CONFIG_BCMGENET=y > Reviewed-by: Minkyu Kang Thanks, Minkyu Kang.

Re: [PATCH v2 1/3] mmc: sdhci: use phys2bus macro when dma address is accessed

2020-02-20 Thread Minkyu Kang
> + sdhci_writel(host, > phys_to_bus((ulong)start_addr), >SDHCI_DMA_ADDRESS); > } > } > Reviewed-by: Minkyu Kang Thanks, Minkyu Kang.

Pull request: u-boot-samsung master

2020-01-28 Thread Minkyu Kang
/configs/odroid.h| 10 +- 10 files changed, 51 insertions(+), 14 deletions(-) -- Thanks, Minkyu Kang.

Re: [PATCH] arm: dts: exynos: Extend board description

2020-01-28 Thread Minkyu Kang
/exynos5422-odroidxu3.dts > @@ -10,7 +10,7 @@ > #include "exynos54xx.dtsi" > > / { > - model = "Odroid XU3 based on EXYNOS5422"; > + model = "Odroid XU3/XU4/HC1/HC2 based on Exynos5422"; > compatible = "samsung,odroidxu3", "samsung,exynos5"; > > aliases { > applied to u-boot-samsung. Thanks, Minkyu Kang.

Re: [PATCH] arm: exynos: Use proper ADC device name

2020-01-28 Thread Minkyu Kang
;, > + CONFIG_ODROID_REV_AIN, adcval); > if (ret) > return ret; > > applied to u-boot-samsung. Thanks, Minkyu Kang.

Re: [PATCH] arm: exynos: odroid: Change autoboot script to use ${mmcbootdev}

2020-01-28 Thread Minkyu Kang
; \ > - "elif test -e mmc 0 zImage; then; " \ > + "elif test -e mmc ${mmcbootdev} zImage; then; " \ > "run boot_zimg;" \ > - "elif test -e mmc 0 uImage; then; " \ > + "elif test -e mmc ${mmcbootdev} uImage; then; " \ > "run boot_uimg;" \ > "fi;\0" \ > "console=" CONFIG_DEFAULT_CONSOLE \ > applied to u-boot-samsung. Thanks, Minkyu Kang.

Re: [PATCH v2] arm: exynos: Read default MMC device from XOM[7:5] pins

2020-01-28 Thread Minkyu Kang
On 23/01/2020 16:39, Marek Szyprowski wrote: > Hi > > On 23.01.2020 08:33, Minkyu Kang wrote: >> On 23/01/2020 16:20, Marek Szyprowski wrote: >>> On 23.01.2020 08:09, Minkyu Kang wrote: >>>> On 17/01/2020 22:02, Marek Szyprowski wrote: >>>>> XOM

Re: [PATCH v3] arm: exynos: Use proper PMIC device names

2020-01-28 Thread Minkyu Kang
/exynos5-dt.c | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.

Re: [PATCH 0/3] Fix Odroid U3/X2 SD-card boot

2020-01-28 Thread Minkyu Kang
for SD card on Odroid U3/X2 > arm: dts: exynos: Use common alias for Odroid U3/X2 MMC2 (SD-card) > > arch/arm/dts/exynos4412-odroid.dts | 3 ++- > drivers/mmc/s5p_sdhci.c| 5 + > include/configs/odroid.h | 2 +- > 3 files changed, 8 insertions(+), 2 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.

  1   2   3   4   5   6   7   8   9   10   >