public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* please pull u-boot-samsung master
@ 2021-01-22  7:45 Minkyu Kang
  2021-01-23 17:45 ` Tom Rini
  0 siblings, 1 reply; 35+ messages in thread
From: Minkyu Kang @ 2021-01-22  7:45 UTC (permalink / raw)
  To: u-boot

Dear Tom,

The following changes since commit ee6726be4f0dccb612f0193c62ca149164c8a5af:

  Merge tag 'ti-v2021.04-rc1' of
https://gitlab.denx.de/u-boot/custodians/u-boot-ti (2021-01-12 09:32:48
-0500)

are available in the Git repository at:

  git at gitlab.denx.de:u-boot/custodians/u-boot-samsung.git

for you to fetch changes up to 0a80955fc6e03ebbe1f98c5fa3c89fb33f23c23e:

  mmc: exynos_dw_mmc: remove unused function (2021-01-13 13:49:38 +0900)

----------------------------------------------------------------
Jaehoon Chung (2):
      samsung: arndale: remove board_mmc_init function
      mmc: exynos_dw_mmc: remove unused function

 arch/arm/mach-exynos/include/mach/dwmmc.h |  2 --
 board/samsung/arndale/arndale.c           | 13 -------------
 drivers/mmc/exynos_dw_mmc.c               | 56
--------------------------------------------------------
 3 files changed, 71 deletions(-)

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 35+ messages in thread

* please pull u-boot-samsung master
  2021-01-22  7:45 please " Minkyu Kang
@ 2021-01-23 17:45 ` Tom Rini
  0 siblings, 0 replies; 35+ messages in thread
From: Tom Rini @ 2021-01-23 17:45 UTC (permalink / raw)
  To: u-boot

On Fri, Jan 22, 2021 at 04:45:30PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit ee6726be4f0dccb612f0193c62ca149164c8a5af:
> 
>   Merge tag 'ti-v2021.04-rc1' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-ti (2021-01-12 09:32:48
> -0500)
> 
> are available in the Git repository at:
> 
>   git at gitlab.denx.de:u-boot/custodians/u-boot-samsung.git
> 
> for you to fetch changes up to 0a80955fc6e03ebbe1f98c5fa3c89fb33f23c23e:
> 
>   mmc: exynos_dw_mmc: remove unused function (2021-01-13 13:49:38 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210123/4ff40f63/attachment-0001.sig>

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Please pull u-boot-samsung master
       [not found] <CGME20231128031606epcas1p4a03b83245075b91119b523dda9899537@epcas1p4.samsung.com>
@ 2023-11-28  3:16 ` Minkyu Kang
  2023-11-28 16:28   ` Tom Rini
  0 siblings, 1 reply; 35+ messages in thread
From: Minkyu Kang @ 2023-11-28  3:16 UTC (permalink / raw)
  To: trini, u-boot; +Cc: promsoft

Dear Tom,

The following changes since commit 17e9db18f17b6cad278694d4a61df95e96bdf4f5:

  Merge tag 'doc-2024-01-rc3' of
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-11-11 09:22:54
-0500)

are available in the git repository at:

  git@source.denx.de:u-boot/custodians/u-boot-samsung.git master

for you to fetch changes up to 470682ace1e03a6573d6eef9a00b524d608ddfa7:

  configs: Remove unneeded SYS_CONFIG_NAME from a*y17lte defconfigs
(2023-11-27 18:57:35 +0900)

----------------------------------------------------------------
Sam Protsenko (13):
      arm: exynos: Include missing CPU header in soc.c
      arm: exynos: Include missing CPU header in gpio.h
      watchdog: s5p_wdt: Include missing CPU header
      exynos: Avoid duplicate reset_cpu with SYSRESET enabled
      serial: s5p: Fix clk_get_by_index() error code check
      clk: exynos: Add header guard for clk-pll.h
      serial: s5p: Remove common.h inclusion
      serial: s5p: Use livetree API to get "id" property
      serial: s5p: Use named constants for register values
      serial: s5p: Improve coding style
      serial: s5p: Use dev_read_addr_ptr() to get base address
      board: samsung: Fix SYS_CONFIG_NAME configs in axy17lte Kconfig
      configs: Remove unneeded SYS_CONFIG_NAME from a*y17lte defconfigs

 arch/arm/mach-exynos/include/mach/gpio.h |  3 +++
 arch/arm/mach-exynos/soc.c               |  3 +++
 board/samsung/axy17lte/Kconfig           | 14 +++---------
 configs/a3y17lte_defconfig               |  1 -
 configs/a5y17lte_defconfig               |  1 -
 configs/a7y17lte_defconfig               |  1 -
 drivers/clk/exynos/clk-pll.h             |  5 +++++
 drivers/serial/serial_s5p.c              | 79
+++++++++++++++++++++++++++++++++++++-------------------------------
 drivers/watchdog/s5p_wdt.c               |  1 +

Thanks,
Minkyu Kang.




^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Please pull u-boot-samsung master
  2023-11-28  3:16 ` Minkyu Kang
@ 2023-11-28 16:28   ` Tom Rini
  0 siblings, 0 replies; 35+ messages in thread
From: Tom Rini @ 2023-11-28 16:28 UTC (permalink / raw)
  To: Minkyu Kang; +Cc: u-boot, promsoft

[-- Attachment #1: Type: text/plain, Size: 645 bytes --]

On Tue, Nov 28, 2023 at 12:16:06PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 17e9db18f17b6cad278694d4a61df95e96bdf4f5:
> 
>   Merge tag 'doc-2024-01-rc3' of
> https://source.denx.de/u-boot/custodians/u-boot-efi (2023-11-11 09:22:54
> -0500)
> 
> are available in the git repository at:
> 
>   git@source.denx.de:u-boot/custodians/u-boot-samsung.git master
> 
> for you to fetch changes up to 470682ace1e03a6573d6eef9a00b524d608ddfa7:
> 
>   configs: Remove unneeded SYS_CONFIG_NAME from a*y17lte defconfigs
> (2023-11-27 18:57:35 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Please pull u-boot-samsung master
       [not found] <CGME20240109015516epcas1p368e48c6d3e2433577bf7d0684966c45b@epcas1p3.samsung.com>
@ 2024-01-09  1:55 ` Minkyu Kang
  2024-01-09 15:59   ` Tom Rini
  2024-01-09 17:49   ` Tom Rini
  0 siblings, 2 replies; 35+ messages in thread
From: Minkyu Kang @ 2024-01-09  1:55 UTC (permalink / raw)
  To: trini, u-boot; +Cc: promsoft

Dear Tom,

The following changes since commit 2f0282922b2c458eea7f85c500a948a587437b63:

  Prepare v2024.01-rc4 (2023-12-04 13:46:56 -0500)

are available in the git repository at:

  git@source.denx.de:u-boot/custodians/u-boot-samsung.git master

for you to fetch changes up to 5631d20e2ef1008d55569790f79672ea8cc6894b:

  pinctrl: exynos: Convert to use livetree API for fdt access (2023-12-07
18:58:48 +0900)

----------------------------------------------------------------
Sam Protsenko (7):
      pinctrl: exynos: Improve coding style
      pinctrl: exynos: Extract pin parsing code into a separate function
      pinctrl: exynos: Rework pin_to_bank_base() to obtain data by name
      pinctrl: exynos: Support different register types in pin banks
      pinctrl: exynos: Refactor handling the pin related dt properties
      pinctrl: exynos: Reduce variables scope
      pinctrl: exynos: Convert to use livetree API for fdt access

Stefan Bosch (2):
      common: board_f: change calculation of gd->mon_len to fix s5p4418
reloc
      arm: s5p4418: fix relocation of vectors

 arch/arm/cpu/armv7/s5p4418/Makefile         |   3 ++
 arch/arm/cpu/armv7/s5p4418/relocate.S       |  24 +++++++++++++
 common/board_f.c                            |   2 +-
 drivers/pinctrl/exynos/pinctrl-exynos.c     | 125
+++++++++++++++++++++++++++++++++++++++---------------------------
 drivers/pinctrl/exynos/pinctrl-exynos.h     |  36 ++++++++++++++++---
 drivers/pinctrl/exynos/pinctrl-exynos7420.c |   2 ++
 6 files changed, 136 insertions(+), 56 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/s5p4418/relocate.S

Thanks,
Minkyu Kang.



^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Please pull u-boot-samsung master
  2024-01-09  1:55 ` Minkyu Kang
@ 2024-01-09 15:59   ` Tom Rini
       [not found]     ` <29757fea-207b-53c8-844f-e76829cf04b3@posteo.net>
  2024-01-09 17:49   ` Tom Rini
  1 sibling, 1 reply; 35+ messages in thread
From: Tom Rini @ 2024-01-09 15:59 UTC (permalink / raw)
  To: Minkyu Kang, Stefan Bosch; +Cc: u-boot, promsoft

[-- Attachment #1: Type: text/plain, Size: 797 bytes --]

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-04 13:46:56 -0500)
> 
> are available in the git repository at:
> 
>   git@source.denx.de:u-boot/custodians/u-boot-samsung.git master
> 
> for you to fetch changes up to 5631d20e2ef1008d55569790f79672ea8cc6894b:
> 
>   pinctrl: exynos: Convert to use livetree API for fdt access (2023-12-07
> 18:58:48 +0900)
> 

The change:
commit 411094b8afd9553eb34efed258c64bc39b578149
Author: Stefan Bosch <stefan_b@posteo.net>
Date:   Mon Nov 27 18:26:08 2023 +0000

    common: board_f: change calculation of gd->mon_len to fix s5p4418 reloc

No longer builds for microblaze.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Please pull u-boot-samsung master
  2024-01-09  1:55 ` Minkyu Kang
  2024-01-09 15:59   ` Tom Rini
@ 2024-01-09 17:49   ` Tom Rini
  2024-01-11  5:25     ` Minkyu Kang
  1 sibling, 1 reply; 35+ messages in thread
From: Tom Rini @ 2024-01-09 17:49 UTC (permalink / raw)
  To: Minkyu Kang; +Cc: u-boot, promsoft

[-- Attachment #1: Type: text/plain, Size: 1422 bytes --]

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-04 13:46:56 -0500)
> 
> are available in the git repository at:
> 
>   git@source.denx.de:u-boot/custodians/u-boot-samsung.git master
> 
> for you to fetch changes up to 5631d20e2ef1008d55569790f79672ea8cc6894b:
> 
>   pinctrl: exynos: Convert to use livetree API for fdt access (2023-12-07
> 18:58:48 +0900)
> 
> ----------------------------------------------------------------
> Sam Protsenko (7):
>       pinctrl: exynos: Improve coding style
>       pinctrl: exynos: Extract pin parsing code into a separate function
>       pinctrl: exynos: Rework pin_to_bank_base() to obtain data by name
>       pinctrl: exynos: Support different register types in pin banks
>       pinctrl: exynos: Refactor handling the pin related dt properties
>       pinctrl: exynos: Reduce variables scope
>       pinctrl: exynos: Convert to use livetree API for fdt access
> 
> Stefan Bosch (2):
>       common: board_f: change calculation of gd->mon_len to fix s5p4418
> reloc
>       arm: s5p4418: fix relocation of vectors

Taking just the pincttrl changes here (as I know this blocks other work)
I've taken that and I assume Stefan will fix microblaze shortly and then
his work can be picked up.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Please pull u-boot-samsung master
  2024-01-09 17:49   ` Tom Rini
@ 2024-01-11  5:25     ` Minkyu Kang
  0 siblings, 0 replies; 35+ messages in thread
From: Minkyu Kang @ 2024-01-11  5:25 UTC (permalink / raw)
  To: Tom Rini; +Cc: Minkyu Kang, u-boot

Hi.


2024년 1월 10일 (수) 02:49, Tom Rini <trini@konsulko.com>님이 작성:

> 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-04 13:46:56 -0500)
> >
> > are available in the git repository at:
> >
> >   git@source.denx.de:u-boot/custodians/u-boot-samsung.git master
> >
> > for you to fetch changes up to 5631d20e2ef1008d55569790f79672ea8cc6894b:
> >
> >   pinctrl: exynos: Convert to use livetree API for fdt access (2023-12-07
> > 18:58:48 +0900)
> >
> > ----------------------------------------------------------------
> > Sam Protsenko (7):
> >       pinctrl: exynos: Improve coding style
> >       pinctrl: exynos: Extract pin parsing code into a separate function
> >       pinctrl: exynos: Rework pin_to_bank_base() to obtain data by name
> >       pinctrl: exynos: Support different register types in pin banks
> >       pinctrl: exynos: Refactor handling the pin related dt properties
> >       pinctrl: exynos: Reduce variables scope
> >       pinctrl: exynos: Convert to use livetree API for fdt access
> >
> > Stefan Bosch (2):
> >       common: board_f: change calculation of gd->mon_len to fix s5p4418
> > reloc
> >       arm: s5p4418: fix relocation of vectors
>
> Taking just the pincttrl changes here (as I know this blocks other work)
> I've taken that and I assume Stefan will fix microblaze shortly and then
> his work can be picked up.


Ok, I'll rebase my branch.

Thanks.
Minkyu Kang

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Please pull u-boot-samsung master
       [not found]       ` <20240111175723.GK1610741@bill-the-cat>
@ 2024-01-12 18:52         ` Stefan Bosch
  2024-01-12 18:54           ` Tom Rini
  0 siblings, 1 reply; 35+ messages in thread
From: Stefan Bosch @ 2024-01-12 18:52 UTC (permalink / raw)
  To: Tom Rini; +Cc: mk7.kang, U-Boot

Hi Tom,

I have to apologize, unfortunately I haven't built it for microblaze. I 
will submit a new, fixed version of the patch-series, should I?

Regards
Stefan


On 11.01.24 18:57, Tom Rini wrote:
> On Thu, Jan 11, 2024 at 05:52:33PM +0000, Stefan Bosch wrote:
> 
>> Hi Tom,
>>
>> is there any action required by myself?
> 
> Yes, please rebase the patch and make sure that microblaze builds. Did
> it before with your patch?
> 
>>
>> Stefan
>>
>>
>> On 09.01.24 16:59, Tom Rini wrote:
>>> 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-04 13:46:56 -0500)
>>>>
>>>> are available in the git repository at:
>>>>
>>>>     git@source.denx.de:u-boot/custodians/u-boot-samsung.git master
>>>>
>>>> for you to fetch changes up to 5631d20e2ef1008d55569790f79672ea8cc6894b:
>>>>
>>>>     pinctrl: exynos: Convert to use livetree API for fdt access (2023-12-07
>>>> 18:58:48 +0900)
>>>>
>>>
>>> The change:
>>> commit 411094b8afd9553eb34efed258c64bc39b578149
>>> Author: Stefan Bosch <stefan_b@posteo.net>
>>> Date:   Mon Nov 27 18:26:08 2023 +0000
>>>
>>>       common: board_f: change calculation of gd->mon_len to fix s5p4418 reloc
>>>
>>> No longer builds for microblaze.
>>>
> 

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Please pull u-boot-samsung master
  2024-01-12 18:52         ` Stefan Bosch
@ 2024-01-12 18:54           ` Tom Rini
  0 siblings, 0 replies; 35+ messages in thread
From: Tom Rini @ 2024-01-12 18:54 UTC (permalink / raw)
  To: Stefan Bosch; +Cc: mk7.kang, U-Boot

[-- Attachment #1: Type: text/plain, Size: 1690 bytes --]

On Fri, Jan 12, 2024 at 06:52:54PM +0000, Stefan Bosch wrote:

> Hi Tom,
> 
> I have to apologize, unfortunately I haven't built it for microblaze. I will
> submit a new, fixed version of the patch-series, should I?

Yes please, thanks.

> 
> Regards
> Stefan
> 
> 
> On 11.01.24 18:57, Tom Rini wrote:
> > On Thu, Jan 11, 2024 at 05:52:33PM +0000, Stefan Bosch wrote:
> > 
> > > Hi Tom,
> > > 
> > > is there any action required by myself?
> > 
> > Yes, please rebase the patch and make sure that microblaze builds. Did
> > it before with your patch?
> > 
> > > 
> > > Stefan
> > > 
> > > 
> > > On 09.01.24 16:59, Tom Rini wrote:
> > > > 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-04 13:46:56 -0500)
> > > > > 
> > > > > are available in the git repository at:
> > > > > 
> > > > >     git@source.denx.de:u-boot/custodians/u-boot-samsung.git master
> > > > > 
> > > > > for you to fetch changes up to 5631d20e2ef1008d55569790f79672ea8cc6894b:
> > > > > 
> > > > >     pinctrl: exynos: Convert to use livetree API for fdt access (2023-12-07
> > > > > 18:58:48 +0900)
> > > > > 
> > > > 
> > > > The change:
> > > > commit 411094b8afd9553eb34efed258c64bc39b578149
> > > > Author: Stefan Bosch <stefan_b@posteo.net>
> > > > Date:   Mon Nov 27 18:26:08 2023 +0000
> > > > 
> > > >       common: board_f: change calculation of gd->mon_len to fix s5p4418 reloc
> > > > 
> > > > No longer builds for microblaze.
> > > > 
> > 

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Please pull u-boot-samsung master
       [not found] <CGME20240220042544epcas1p1814450956381663117a9e274d775a952@epcas1p1.samsung.com>
@ 2024-02-20  4:25 ` Minkyu Kang
  2024-02-20 18:15   ` Tom Rini
  0 siblings, 1 reply; 35+ messages in thread
From: Minkyu Kang @ 2024-02-20  4:25 UTC (permalink / raw)
  To: u-boot, trini

Dear Tom,

The following changes since commit 15e7927b5a2d33666af19879577bf0c30ab088fe:

  Merge patch series "omap3: Make SPL_OMAP3_ID_NAND depend on
NAND_OMAP_GPMC" (2024-01-22 14:18:55 -0500)

are available in the git repository at:

  git@source.denx.de:u-boot/custodians/u-boot-samsung.git master

for you to fetch changes up to 1e81d12e34e874319e041652198a4ba561d751ab:

  MAINTAINERS: Add new Samsung subsystems (2024-01-24 11:23:20 +0900)

----------------------------------------------------------------
Sam Protsenko (13):
      dt-bindings: soc: samsung: Add Exynos USI
      dt-bindings: soc: samsung: Add Exynos PMU
      dt-bindings: clock: Add Exynos850 clock controller
      soc: samsung: Add Exynos USI driver
      soc: samsung: Add Exynos PMU driver
      clk: exynos: Move pll code into clk-exynos7420
      clk: exynos: Add Samsung clock framework
      clk: exynos: Add Exynos850 clock driver
      pinctrl: exynos: Add pinctrl support for Exynos850
      serial: s5p: Add Exynos850 compatible
      arm: exynos: Add Exynos850 SoC support
      board: samsung: Add support for E850-96 board
      MAINTAINERS: Add new Samsung subsystems

 MAINTAINERS                                                 |   25 +
 arch/arm/dts/Makefile                                       |    1 +
 arch/arm/dts/exynos-pinctrl.h                               |   79 +++
 arch/arm/dts/exynos850-e850-96-u-boot.dtsi                  |   37 ++
 arch/arm/dts/exynos850-e850-96.dts                          |  273
+++++++++
 arch/arm/dts/exynos850-pinctrl.dtsi                         |  663
++++++++++++++++++++++
 arch/arm/dts/exynos850.dtsi                                 |  809
++++++++++++++++++++++++++
 arch/arm/mach-exynos/Kconfig                                |   28 +-
 arch/arm/mach-exynos/mmu-arm64.c                            |   34 ++
 board/samsung/e850-96/Kconfig                               |   16 +
 board/samsung/e850-96/MAINTAINERS                           |    9 +
 board/samsung/e850-96/Makefile                              |    6 +
 board/samsung/e850-96/e850-96.c                             |   22 +
 configs/e850-96_defconfig                                   |   21 +
 doc/board/samsung/e850-96.rst                               |   87 +++
 doc/board/samsung/img/exynos850-boot-architecture.svg       | 1283
++++++++++++++++++++++++++++++++++++++++++
 doc/board/samsung/index.rst                                 |    1 +
 doc/device-tree-bindings/clock/samsung,exynos850-clock.yaml |  307
++++++++++
 doc/device-tree-bindings/soc/samsung/exynos-pmu.yaml        |   85 +++
 doc/device-tree-bindings/soc/samsung/exynos-usi.yaml        |  162 ++++++
 drivers/clk/exynos/Kconfig                                  |    7 +
 drivers/clk/exynos/Makefile                                 |   11 +-
 drivers/clk/exynos/clk-exynos7420.c                         |   25 +-
 drivers/clk/exynos/clk-exynos850.c                          |  189 +++++++
 drivers/clk/exynos/clk-pll.c                                |  167 +++++-
 drivers/clk/exynos/clk-pll.h                                |   16 +-
 drivers/clk/exynos/clk.c                                    |  121 ++++
 drivers/clk/exynos/clk.h                                    |  228 ++++++++
 drivers/pinctrl/exynos/Kconfig                              |    8 +
 drivers/pinctrl/exynos/Makefile                             |    1 +
 drivers/pinctrl/exynos/pinctrl-exynos850.c                  |  125 ++++
 drivers/serial/serial_s5p.c                                 |    1 +
 drivers/soc/Kconfig                                         |    1 +
 drivers/soc/Makefile                                        |    1 +
 drivers/soc/samsung/Kconfig                                 |   33 ++
 drivers/soc/samsung/Makefile                                |    4 +
 drivers/soc/samsung/exynos-pmu.c                            |  102 ++++
 drivers/soc/samsung/exynos-usi.c                            |  208 +++++++
 include/configs/e850-96.h                                   |   12 +
 include/dt-bindings/clock/exynos850.h                       |  337
+++++++++++
 include/dt-bindings/soc/samsung,exynos-usi.h                |   17 +
 41 files changed, 5538 insertions(+), 24 deletions(-)
 create mode 100644 arch/arm/dts/exynos-pinctrl.h
 create mode 100644 arch/arm/dts/exynos850-e850-96-u-boot.dtsi
 create mode 100644 arch/arm/dts/exynos850-e850-96.dts
 create mode 100644 arch/arm/dts/exynos850-pinctrl.dtsi
 create mode 100644 arch/arm/dts/exynos850.dtsi
 create mode 100644 board/samsung/e850-96/Kconfig
 create mode 100644 board/samsung/e850-96/MAINTAINERS
 create mode 100644 board/samsung/e850-96/Makefile
 create mode 100644 board/samsung/e850-96/e850-96.c
 create mode 100644 configs/e850-96_defconfig
 create mode 100644 doc/board/samsung/e850-96.rst
 create mode 100644 doc/board/samsung/img/exynos850-boot-architecture.svg
 create mode 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

Thanks,
Minkyu Kang.



^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Please pull u-boot-samsung master
  2024-02-20  4:25 ` Minkyu Kang
@ 2024-02-20 18:15   ` Tom Rini
  0 siblings, 0 replies; 35+ messages in thread
From: Tom Rini @ 2024-02-20 18:15 UTC (permalink / raw)
  To: Minkyu Kang; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

On Tue, Feb 20, 2024 at 01:25:44PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 15e7927b5a2d33666af19879577bf0c30ab088fe:
> 
>   Merge patch series "omap3: Make SPL_OMAP3_ID_NAND depend on
> NAND_OMAP_GPMC" (2024-01-22 14:18:55 -0500)
> 
> are available in the git repository at:
> 
>   git@source.denx.de:u-boot/custodians/u-boot-samsung.git master
> 
> for you to fetch changes up to 1e81d12e34e874319e041652198a4ba561d751ab:
> 
>   MAINTAINERS: Add new Samsung subsystems (2024-01-24 11:23:20 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Please pull u-boot-samsung master
       [not found] <CGME20240404085411epcas1p3f10e648bd35670e090592cb4fbb97d58@epcas1p3.samsung.com>
@ 2024-04-04  8:54 ` Minkyu Kang
  2024-04-06  0:41   ` Tom Rini
  0 siblings, 1 reply; 35+ messages in thread
From: Minkyu Kang @ 2024-04-04  8:54 UTC (permalink / raw)
  To: u-boot, trini; +Cc: promsoft

Dear Tom,

The following changes since commit dde373bde392c38649c8c4420e0c98ef8d38d9dc:

  Prepare v2024.04-rc5 (2024-03-25 21:56:50 -0400)

are available in the git repository at:

  git@source.denx.de:u-boot/custodians/u-boot-samsung.git master

for you to fetch changes up to 1751ba9a3b79ea5083ff5c4de58fe3bd9588f32a:

  clk: exynos: Add CMU_CORE and CMU_HSI for Exynos850 (2024-03-26 18:56:55
+0900)

----------------------------------------------------------------
Sam Protsenko (4):
      clk: exynos: Re-arrange clocks in Exynos850 CMU_TOP
      clk: exynos: Don't expose prototypes for not used functions
      clk: exynos: Fix incorrect clock lookup for non-top CMUs
      clk: exynos: Add CMU_CORE and CMU_HSI for Exynos850

 drivers/clk/exynos/clk-exynos850.c | 326
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 drivers/clk/exynos/clk-pll.c       |   6 +-
 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.



^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Please pull u-boot-samsung master
  2024-04-04  8:54 ` Minkyu Kang
@ 2024-04-06  0:41   ` Tom Rini
  0 siblings, 0 replies; 35+ messages in thread
From: Tom Rini @ 2024-04-06  0:41 UTC (permalink / raw)
  To: Minkyu Kang; +Cc: u-boot, promsoft

[-- Attachment #1: Type: text/plain, Size: 563 bytes --]

On Thu, Apr 04, 2024 at 05:54:10PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit dde373bde392c38649c8c4420e0c98ef8d38d9dc:
> 
>   Prepare v2024.04-rc5 (2024-03-25 21:56:50 -0400)
> 
> are available in the git repository at:
> 
>   git@source.denx.de:u-boot/custodians/u-boot-samsung.git master
> 
> for you to fetch changes up to 1751ba9a3b79ea5083ff5c4de58fe3bd9588f32a:
> 
>   clk: exynos: Add CMU_CORE and CMU_HSI for Exynos850 (2024-03-26 18:56:55
> +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Please pull u-boot-samsung master
       [not found] <CGME20240603060854epcas1p207233f59828c47f31e941894634b9af7@epcas1p2.samsung.com>
@ 2024-06-03  6:08 ` Minkyu Kang
  2024-06-03 17:42   ` Tom Rini
  0 siblings, 1 reply; 35+ messages in thread
From: Minkyu Kang @ 2024-06-03  6:08 UTC (permalink / raw)
  To: trini, u-boot

Dear Tom,

The following changes since commit 46ff00bea5dd2dd247d5e2fdadbf5dcf8653cd9a:

  Merge tag 'tpm-master-27052024' of
https://source.denx.de/u-boot/custodians/u-boot-tpm (2024-05-27 08:56:02
-0600)

are available in the git repository at:

  46ff00bea5dd2dd247d5e2fdadbf5dcf8653cd9a 

for you to fetch changes up to 7045c4dd04648fd2ba1806b75e139d941db0d6c5:

  arm: exynos: Map iRAM APM area for Exynos850 SoC (2024-05-28 11:54:07
+0900)

----------------------------------------------------------------
Sam Protsenko (3):
      arm: exynos: Migrate E850-96 board to OF_UPSTREAM
      arm: dts: e850-96: Remove not needed bootph-all flags
      arm: exynos: Map iRAM APM area for Exynos850 SoC

 MAINTAINERS                                                 |   7 +-
 arch/arm/dts/Makefile                                       |   1 -
 arch/arm/dts/exynos850-e850-96-u-boot.dtsi                  |  28 --
 arch/arm/dts/exynos850-e850-96.dts                          | 273
-------------------
 arch/arm/dts/exynos850-pinctrl.dtsi                         | 663
----------------------------------------------
 arch/arm/dts/exynos850.dtsi                                 | 809
--------------------------------------------------------
 arch/arm/mach-exynos/Kconfig                                |   1 +
 arch/arm/mach-exynos/mmu-arm64.c                            |   8 +
 board/samsung/e850-96/MAINTAINERS                           |   1 -
 configs/e850-96_defconfig                                   |   2 +-
 doc/device-tree-bindings/clock/samsung,exynos850-clock.yaml | 307
---------------------
 doc/device-tree-bindings/soc/samsung/exynos-usi.yaml        | 162
------------
 include/dt-bindings/clock/exynos850.h                       | 337
-----------------------
 include/dt-bindings/soc/samsung,exynos-usi.h                |  17 --
 14 files changed, 11 insertions(+), 2605 deletions(-)
 delete mode 100644 arch/arm/dts/exynos850-e850-96.dts
 delete mode 100644 arch/arm/dts/exynos850-pinctrl.dtsi
 delete mode 100644 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

Thanks,
Minkyu Kang.



^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Please pull u-boot-samsung master
  2024-06-03  6:08 ` Minkyu Kang
@ 2024-06-03 17:42   ` Tom Rini
  0 siblings, 0 replies; 35+ messages in thread
From: Tom Rini @ 2024-06-03 17:42 UTC (permalink / raw)
  To: Minkyu Kang; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 611 bytes --]

On Mon, Jun 03, 2024 at 03:08:53PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 46ff00bea5dd2dd247d5e2fdadbf5dcf8653cd9a:
> 
>   Merge tag 'tpm-master-27052024' of
> https://source.denx.de/u-boot/custodians/u-boot-tpm (2024-05-27 08:56:02
> -0600)
> 
> are available in the git repository at:
> 
>   46ff00bea5dd2dd247d5e2fdadbf5dcf8653cd9a 
> 
> for you to fetch changes up to 7045c4dd04648fd2ba1806b75e139d941db0d6c5:
> 
>   arm: exynos: Map iRAM APM area for Exynos850 SoC (2024-05-28 11:54:07
> +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Please pull u-boot-samsung master
       [not found] <CGME20240822102010epcas1p434e5a447b002e8bdea5423a034c2e444@epcas1p4.samsung.com>
@ 2024-08-22 10:20 ` Minkyu Kang
  2024-08-22 21:54   ` Tom Rini
  0 siblings, 1 reply; 35+ messages in thread
From: Minkyu Kang @ 2024-08-22 10:20 UTC (permalink / raw)
  To: trini, u-boot

Dear Tom,

The following changes since commit d51764417dc37ead471a5597f7815ae455e84ea3:

  am335x_hs_evm_spi_defconfig: Add MAINTAINERS entry (2024-08-15 16:07:45
-0600)

are available in the git repository at:

  git@source.denx.de:u-boot/custodians/u-boot-samsung.git master

for you to fetch changes up to 25a972368cf926b4d70c22a2de65d959774d5cc5:

  doc: samsung: Mention enabled eMMC in E850-96 board doc (2024-08-19
16:09:06 +0900)

----------------------------------------------------------------
Sam Protsenko (38):
      mmc: dw_mmc: Remove unused version field from struct dwmci_host
      mmc: dw_mmc: Move struct idmac to dw_mmc.c
      mmc: dw_mmc: Extract waiting for data busy into a separate routine
      mmc: dw_mmc: Extract FIFO init into a separate routine
      mmc: dw_mmc: Extract divider update to a separate function
      mmc: dw_mmc: Extract FIFO data transfer into a separate routine
      mmc: dw_mmc: Extract DMA transfer handling code into a separate
routine
      mmc: dw_mmc: Extract setting the DMA descriptor into a separate
routine
      mmc: dw_mmc: Improve 32-bit IDMAC descriptor namings
      mmc: dw_mmc: Add support for 64-bit IDMAC
      mmc: dw_mmc: Replace fifoth_val property with fifo-depth
      mmc: dw_mmc: Fix kernel-doc comments in dwmmc.h
      mmc: dw_mmc: Improve coding style
      arm: dts: exynos: Add upstream DW MMC properties to all Exynos dts
      dt-bindings: exynos: Update bindings doc for DW MMC controller
      arm: exynos: Add header guard for dwmmc.h
      mmc: exynos_dw_mmc: Fix obtaining the base address of controller
      mmc: exynos_dw_mmc: Fix getting private data in
exynos_dwmci_board_init()
      mmc: exynos_dw_mmc: Don't call pinmux functions on ARM64 chips
      mmc: exynos_dw_mmc: Obtain and use CIU clock via CCF API
      mmc: exynos_dw_mmc: Use .of_to_plat for device tree parsing
      mmc: exynos_dw_mmc: Convert to use livetree API
      mmc: exynos_dw_mmc: Read upstream SDR timing properties
      mmc: exynos_dw_mmc: Abstract CLKSEL register
      mmc: exynos_dw_mmc: Refactor fixed CIU clock divider
      mmc: exynos_dw_mmc: Read common bus-width property
      mmc: exynos_dw_mmc: Read common clock-frequency property
      mmc: exynos_dw_mmc: Move quirks from struct dwmci_host to chip data
      mmc: exynos_dw_mmc: Read and use DDR timing when available
      mmc: exynos_dw_mmc: Set requested freq in get_mmc_clk() callback
      mmc: exynos_dw_mmc: Add support for ARM64 Exynos chips
      mmc: exynos_dw_mmc: Pull all init code into probe function
      mmc: exynos_dw_mmc: Don't call dwmci_setup_cfg() after add_dwmci()
      mmc: exynos_dw_mmc: Use dev->name as driver's displayed name
      mmc: exynos_dw_mmc: Improve coding style
      arm: dts: exynos: Remove outdated DW MMC properties in all Exynos dts
      configs: e850-96: Enable MMC
      doc: samsung: Mention enabled eMMC in E850-96 board doc

 arch/arm/dts/exynos4210-origen.dts         |   3 +-
 arch/arm/dts/exynos4210-trats.dts          |   6 +-
 arch/arm/dts/exynos4210-universal_c210.dts |   6 +-
 arch/arm/dts/exynos4412-odroid.dts         |  15 +-
 arch/arm/dts/exynos4412-trats2.dts         |  20 ++-
 arch/arm/dts/exynos5250-arndale.dts        |  10 +-
 arch/arm/dts/exynos5250-smdk5250.dts       |  13 +-
 arch/arm/dts/exynos5250-snow.dts           |  13 +-
 arch/arm/dts/exynos5250-spring.dts         |   7 +-
 arch/arm/dts/exynos5420-smdk5420.dts       |  13 +-
 arch/arm/dts/exynos5422-odroidxu3.dts      |   4 +-
 arch/arm/dts/exynos54xx.dtsi               |  13 +-
 arch/arm/mach-exynos/include/mach/dwmmc.h  |  40 ++++--
 configs/e850-96_defconfig                  |  10 +-
 doc/board/samsung/e850-96.rst              |   5 +-
 doc/device-tree-bindings/exynos/dwmmc.txt  |  46 ++++---
 drivers/mmc/ca_dw_mmc.c                    |   2 +-
 drivers/mmc/dw_mmc.c                       | 547
+++++++++++++++++++++++++++++++++++++++++++++++--------------------------
 drivers/mmc/exynos_dw_mmc.c                | 357
++++++++++++++++++++++++++++++++---------------
 drivers/mmc/ftsdc010_mci.h                 |   1 -
 drivers/mmc/hi6220_dw_mmc.c                |   7 +-
 drivers/mmc/nexell_dw_mmc.c                |   5 +-
 drivers/mmc/rockchip_dw_mmc.c              |   5 +-
 drivers/mmc/s5p_sdhci.c                    |   2 +-
 drivers/mmc/snps_dw_mmc.c                  |   6 +-
 drivers/mmc/socfpga_dw_mmc.c               |   4 +-
 include/dwmmc.h                            | 242
++++++++++++++++++--------------
 27 files changed, 869 insertions(+), 533 deletions(-)

Thanks,
Minkyu Kang.



^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Please pull u-boot-samsung master
  2024-08-22 10:20 ` Minkyu Kang
@ 2024-08-22 21:54   ` Tom Rini
  2024-08-23  7:50     ` Minkyu Kang
  0 siblings, 1 reply; 35+ messages in thread
From: Tom Rini @ 2024-08-22 21:54 UTC (permalink / raw)
  To: Minkyu Kang; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 650 bytes --]

On Thu, Aug 22, 2024 at 07:20:10PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit d51764417dc37ead471a5597f7815ae455e84ea3:
> 
>   am335x_hs_evm_spi_defconfig: Add MAINTAINERS entry (2024-08-15 16:07:45
> -0600)
> 
> are available in the git repository at:
> 
>   git@source.denx.de:u-boot/custodians/u-boot-samsung.git master
> 
> for you to fetch changes up to 25a972368cf926b4d70c22a2de65d959774d5cc5:
> 
>   doc: samsung: Mention enabled eMMC in E850-96 board doc (2024-08-19
> 16:09:06 +0900)
> 

Given the point in the release cycle, I've applied to u-boot/next
instead, thanks.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Please pull u-boot-samsung master
  2024-08-22 21:54   ` Tom Rini
@ 2024-08-23  7:50     ` Minkyu Kang
  0 siblings, 0 replies; 35+ messages in thread
From: Minkyu Kang @ 2024-08-23  7:50 UTC (permalink / raw)
  To: Tom Rini; +Cc: Minkyu Kang, u-boot

Hi,

On Fri, 23 Aug 2024 at 07:11, Tom Rini <trini@konsulko.com> wrote:

> On Thu, Aug 22, 2024 at 07:20:10PM +0900, Minkyu Kang wrote:
>
> > Dear Tom,
> >
> > The following changes since commit
> d51764417dc37ead471a5597f7815ae455e84ea3:
> >
> >   am335x_hs_evm_spi_defconfig: Add MAINTAINERS entry (2024-08-15 16:07:45
> > -0600)
> >
> > are available in the git repository at:
> >
> >   git@source.denx.de:u-boot/custodians/u-boot-samsung.git master
> >
> > for you to fetch changes up to 25a972368cf926b4d70c22a2de65d959774d5cc5:
> >
> >   doc: samsung: Mention enabled eMMC in E850-96 board doc (2024-08-19
> > 16:09:06 +0900)
> >
>
> Given the point in the release cycle, I've applied to u-boot/next
> instead, thanks.
>
> --
> Tom
>

All right,  thanks.

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Please pull u-boot-samsung master
       [not found] <CGME20241203063944epcas1p45e5c757403cd06ebd265a93e7fdbbeff@epcas1p4.samsung.com>
@ 2024-12-03  6:39 ` Minkyu Kang
  2024-12-03 19:57   ` Tom Rini
  0 siblings, 1 reply; 35+ messages in thread
From: Minkyu Kang @ 2024-12-03  6:39 UTC (permalink / raw)
  To: trini, u-boot

Dear Tom,

The following changes since commit 56accc56b9aab87ef4809ccc588e1257969cd271:

  bios_emulator: fix first argument of pci_{read,write}_config_* function
calls (2024-11-04 18:01:58 -0600)

are available in the git repository at:

  git@source.denx.de:u-boot/custodians/u-boot-samsung.git master

for you to fetch changes up to 0bbc17f06bf3ecee019090b76c8c20480516945e:

  configs: e850-96: Disable PSCI reset (2024-12-03 15:14:53 +0900)

----------------------------------------------------------------
Henrik Grimler (1):
      pinctrl: exynos: fix type of count integer

Sam Protsenko (2):
      arm: dts: e850-96: Remove TRNG node from appended dts
      configs: e850-96: Disable PSCI reset

 arch/arm/dts/exynos850-e850-96-u-boot.dtsi | 11 -----------
 configs/e850-96_defconfig                  |  2 ++
 drivers/pinctrl/exynos/pinctrl-exynos.c    |  4 ++--
 3 files changed, 4 insertions(+), 13 deletions(-)

Thanks,
Minkyu Kang.



^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Please pull u-boot-samsung master
  2024-12-03  6:39 ` Minkyu Kang
@ 2024-12-03 19:57   ` Tom Rini
  0 siblings, 0 replies; 35+ messages in thread
From: Tom Rini @ 2024-12-03 19:57 UTC (permalink / raw)
  To: Minkyu Kang; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 605 bytes --]

On Tue, Dec 03, 2024 at 03:39:43PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 56accc56b9aab87ef4809ccc588e1257969cd271:
> 
>   bios_emulator: fix first argument of pci_{read,write}_config_* function
> calls (2024-11-04 18:01:58 -0600)
> 
> are available in the git repository at:
> 
>   git@source.denx.de:u-boot/custodians/u-boot-samsung.git master
> 
> for you to fetch changes up to 0bbc17f06bf3ecee019090b76c8c20480516945e:
> 
>   configs: e850-96: Disable PSCI reset (2024-12-03 15:14:53 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Please pull u-boot-samsung master
       [not found] <CGME20250210043511epcas1p33ed93b581644b1a1a14a8710afeaaf97@epcas1p3.samsung.com>
@ 2025-02-10  4:35 ` Minkyu Kang
  2025-02-10 15:52   ` Tom Rini
  0 siblings, 1 reply; 35+ messages in thread
From: Minkyu Kang @ 2025-02-10  4:35 UTC (permalink / raw)
  To: u-boot, trini

Dear Tom,

The following changes since commit 97c125e6bb441a8062bdd28e82f17b1da1224416:

  Gitlab: Add results.xml to the list of artifacts as well. (2025-02-04
11:57:36 -0600)

are available in the Git repository at:

  git@source.denx.de:u-boot/custodians/u-boot-samsung.git master

for you to fetch changes up to 16218681a5407c1973b3009f21b010a1c09b212e:

  board: samsung: e850-96: Provide bootstd default env (2025-02-05 19:15:12
+0900)

----------------------------------------------------------------
Sam Protsenko (7):
      configs: e850-96: Enable options for updated env
      configs: e850-96: Enable U-Boot environment on eMMC
      configs: e850-96: Enable more EFI features
      configs: e850-96: Enable Standard Boot
      board: samsung: e850-96: Load LDFW from EFI partition
      board: samsung: e850-96: Report LDFW loading failures
      board: samsung: e850-96: Provide bootstd default env

 board/samsung/e850-96/e850-96.c   |  7 ++++++-
 board/samsung/e850-96/e850-96.env | 37
+++++++++++--------------------------
 board/samsung/e850-96/fw.c        | 45
++++++++++++++++++++++++++++++++++++++-------
 configs/e850-96_defconfig         | 23 ++++++++++++++++++++---
 4 files changed, 75 insertions(+), 37 deletions(-)

Thanks,
Minkyu Kang.



^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Please pull u-boot-samsung master
  2025-02-10  4:35 ` Please pull u-boot-samsung master Minkyu Kang
@ 2025-02-10 15:52   ` Tom Rini
  0 siblings, 0 replies; 35+ messages in thread
From: Tom Rini @ 2025-02-10 15:52 UTC (permalink / raw)
  To: Minkyu Kang; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 876 bytes --]

On Mon, Feb 10, 2025 at 01:35:11PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 97c125e6bb441a8062bdd28e82f17b1da1224416:
> 
>   Gitlab: Add results.xml to the list of artifacts as well. (2025-02-04
> 11:57:36 -0600)
> 
> are available in the Git repository at:
> 
>   git@source.denx.de:u-boot/custodians/u-boot-samsung.git master

Please note that if change your .git/config to something like:
        url = https://source.denx.de/u-boot/custodians/u-boot-samsung.git
        pushurl = git@source.denx.de:u-boot/custodians/u-boot-samsung.git

for this remote I can then use "b4 pr" to apply these.

> for you to fetch changes up to 16218681a5407c1973b3009f21b010a1c09b212e:
> 
>   board: samsung: e850-96: Provide bootstd default env (2025-02-05 19:15:12
> +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Please pull u-boot-samsung master
       [not found] <CGME20250725073112epcas1p364a18714ffddd807ea6c1fd1b8b373bd@epcas1p3.samsung.com>
@ 2025-07-25  7:31 ` Minkyu Kang
  2025-07-25 16:31   ` Tom Rini
  0 siblings, 1 reply; 35+ messages in thread
From: Minkyu Kang @ 2025-07-25  7:31 UTC (permalink / raw)
  To: trini, u-boot

Dear Tom,

The following changes since commit 3532f1f5edfc97c9dcea723cdeb732eda44bc669:

  block: Remove blk_find_first/next (2025-07-23 17:37:14 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-samsung.git master

for you to fetch changes up to f83f2397a1f3ebb3136618332e1549687eb8dd52:

  doc: samsung: Describe flashing process for E850-96 (2025-07-25 10:17:21
+0900)

----------------------------------------------------------------
Sam Protsenko (9):
      phy: samsung: Add Exynos USB DRD PHY driver
      usb: dwc3-generic: Add Exynos850 support
      board: samsung: e850-96: Setup serial# env var
      board: samsung: e850-96: Add dfu_alt_info
      board: samsung: e850-96: Add Android partitions
      configs: e850-96: Increase malloc() pool size
      configs: e850-96: Enable USB gadget and fastboot
      board: samsung: e850-96: Enable EFI Capsule Update mechanism
      doc: samsung: Describe flashing process for E850-96

 MAINTAINERS                       |   1 +
 board/samsung/e850-96/e850-96.c   |  77 ++++++++++++++++++++
 board/samsung/e850-96/e850-96.env |  44 ++++++++++++
 configs/e850-96_defconfig         |  25 ++++++-
 doc/board/samsung/e850-96.rst     |  85 +++++++++++++++++++---
 drivers/phy/Kconfig               |   9 +++
 drivers/phy/Makefile              |   1 +
 drivers/phy/phy-exynos-usbdrd.c   | 386
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++
 drivers/usb/dwc3/dwc3-generic.c   |   1 +
 include/configs/e850-96.h         |  21 ++++++
 10 files changed, 637 insertions(+), 13 deletions(-)
 create mode 100644 drivers/phy/phy-exynos-usbdrd.c

Thanks,
Minkyu Kang.



^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: Please pull u-boot-samsung master
  2025-07-25  7:31 ` Please " Minkyu Kang
@ 2025-07-25 16:31   ` Tom Rini
  0 siblings, 0 replies; 35+ messages in thread
From: Tom Rini @ 2025-07-25 16:31 UTC (permalink / raw)
  To: u-boot, Minkyu Kang

On Fri, 25 Jul 2025 16:31:11 +0900, Minkyu Kang wrote:

> The following changes since commit 3532f1f5edfc97c9dcea723cdeb732eda44bc669:
> 
>   block: Remove blk_find_first/next (2025-07-23 17:37:14 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-samsung.git master
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom



^ permalink raw reply	[flat|nested] 35+ messages in thread

* please pull u-boot-samsung master
@ 2025-09-05  6:39 Minkyu Kang
  2025-09-05 16:44 ` Tom Rini
  0 siblings, 1 reply; 35+ messages in thread
From: Minkyu Kang @ 2025-09-05  6:39 UTC (permalink / raw)
  To: Tom Rini, U-Boot Mailing List, Minkyu Kang

Dear Tom,

The following changes since commit 3dc5e9a0108bb114175b6362f9cb22367402f624:

  Merge tag 'u-boot-stm32-20250825' of
https://source.denx.de/u-boot/custodians/u-boot-stm (2025-08-26 08:33:10
-0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-samsung.git master

for you to fetch changes up to 93c3404de9b2320bfd07cd3ce4ab0660f0d39523:

  spi: exynos: Remove extra term from test (2025-09-03 19:32:38 +0900)

----------------------------------------------------------------
Andrew Goodbody (2):
      clk: exynos: Fix always true test
      spi: exynos: Remove extra term from test

Henrik Grimler (3):
      ARM: exynos: use correct exynos4210-origen SoC in Kconfig
      ARM: exynos: pinmux: fix parentheses alignments
      ARM: exynos: pinmux: add newlines to debug messages

Sam Protsenko (10):
      usb: host: dwc3-of-simple: Add exynos850 compatible
      board: samsung: e850-96: Set ethaddr
      board: samsung: e850-96: Add ACPM code
      board: samsung: e850-96: Add PMIC code
      board: samsung: e850-96: Configure PMIC regulators
      board: samsung: e850-96: Extract device info from fw loading code
      board: samsung: e850-96: Add bootdev var to choose boot device
      configs: e850-96: Disable CONFIG_DEFAULT_FDT_FILE
      configs: e850-96: Enable USB host support
      configs: e850-96: Enable Ethernet

 arch/arm/mach-exynos/Kconfig        |   2 +-
 arch/arm/mach-exynos/pinmux.c       |  32 +++----
 board/samsung/e850-96/Makefile      |   2 +-
 board/samsung/e850-96/acpm.c        | 169
++++++++++++++++++++++++++++++++++++
 board/samsung/e850-96/acpm.h        |  27 ++++++
 board/samsung/e850-96/e850-96.c     |  97 ++++++++++++++++++---
 board/samsung/e850-96/e850-96.env   |   2 +-
 board/samsung/e850-96/fw.c          |  45 ++++++----
 board/samsung/e850-96/fw.h          |   4 +-
 board/samsung/e850-96/pmic.c        | 144 ++++++++++++++++++++++++++++++
 board/samsung/e850-96/pmic.h        |  14 +++
 configs/e850-96_defconfig           |  10 ++-
 drivers/clk/exynos/clk-exynos7420.c |   2 +-
 drivers/spi/exynos_spi.c            |  10 +--
 drivers/usb/host/dwc3-of-simple.c   |   1 +
 15 files changed, 502 insertions(+), 59 deletions(-)
 create mode 100644 board/samsung/e850-96/acpm.c
 create mode 100644 board/samsung/e850-96/acpm.h
 create mode 100644 board/samsung/e850-96/pmic.c
 create mode 100644 board/samsung/e850-96/pmic.h

-- 
Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: please pull u-boot-samsung master
  2025-09-05  6:39 Minkyu Kang
@ 2025-09-05 16:44 ` Tom Rini
  0 siblings, 0 replies; 35+ messages in thread
From: Tom Rini @ 2025-09-05 16:44 UTC (permalink / raw)
  To: U-Boot Mailing List, Minkyu Kang, Minkyu Kang

On Fri, 05 Sep 2025 15:39:27 +0900, Minkyu Kang wrote:

> The following changes since commit 3dc5e9a0108bb114175b6362f9cb22367402f624:
> 
>   Merge tag 'u-boot-stm32-20250825' of
> https://source.denx.de/u-boot/custodians/u-boot-stm (2025-08-26 08:33:10
> -0600)
> 
> are available in the Git repository at:
> 
> [...]

Merged into u-boot/master, thanks!

-- 
Tom



^ permalink raw reply	[flat|nested] 35+ messages in thread

* please pull u-boot-samsung master
       [not found] <CGME20251202065932epcas1p317a2fa75a3b16a4984a0c0bdf0515b5a@epcas1p3.samsung.com>
@ 2025-12-02  6:59 ` Minkyu Kang
  2025-12-02 19:30   ` Tom Rini
  0 siblings, 1 reply; 35+ messages in thread
From: Minkyu Kang @ 2025-12-02  6:59 UTC (permalink / raw)
  To: 'Tom Rini', u-boot

Dear Tom,

The following changes since commit caa740df9cae5ddc74b18b88a4fea43e27b2fdf6:

  Gitlab: Optimize the job dependency list more (2025-11-11 11:55:16 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-samsung.git master

for you to fetch changes up to 422b15bb5b693376e345d3f32d7cec4588f3bfba:

  doc: samsung: exynos-mobile: add documentation for exynos7870 (2025-12-02
13:38:28 +0900)

----------------------------------------------------------------
Kaustabh Chakraborty (14):
      clk: exynos: provide device pointer to clk_register_* functions
      clk: exynos: add support for fixed rate and fixed factor clocks
      clk: exynos: add support for PLL1417X
      clk: exynos: add function for Samsung CMU ops->request
      clk: exynos: add support for Exynos7870 CMU
      clk: use private clk struct to access clock flags
      pinctrl: exynos: bind GPIO driver along with pinctrl
      pinctrl: exynos78x0: add proper support for exynos7870 pinctrl
      serial: s5p: add compatible for exynos8895
      soc: exynos-pmu: add support for Exynos7 PMU
      gpio: s5p: increment bank base address only if bank is initialized
      board: samsung: add support for Samsung Exynos mobile device boards
      board: samsung: exynos-mobile: add exynos7870 support and three
devices
      doc: samsung: exynos-mobile: add documentation for exynos7870

Sam Protsenko (6):
      board: samsung: e850-96: Keep public functions together
      board: samsung: e850-96: Add routines for checking boot dev
      board: samsung: e850-96: Split LDFW loading and init
      board: samsung: e850-96: Add routine for loading images over USB
      board: samsung: e850-96: Load firmwares over USB on USB boot
      board: samsung: e850-96: Enter DFU automatically on USB boot

Tom Rini (1):
      s5p4418_nanopi2: Stop disabling device tree relocation

 arch/arm/mach-exynos/Kconfig                        |  11 +-
 board/samsung/e850-96/Makefile                      |   2 +-
 board/samsung/e850-96/bootdev.c                     |  99 +++++++++
 board/samsung/e850-96/bootdev.h                     |  23 ++
 board/samsung/e850-96/e850-96.c                     |  71 +++++--
 board/samsung/e850-96/fw.c                          |  76 +++++--
 board/samsung/e850-96/fw.h                          |  10 +-
 board/samsung/exynos-mobile/Kconfig                 |  18 ++
 board/samsung/exynos-mobile/MAINTAINERS             |   6 +
 board/samsung/exynos-mobile/Makefile                |   5 +
 board/samsung/exynos-mobile/debug-exynos7870.config |   7 +
 board/samsung/exynos-mobile/exynos-mobile.c         | 403
+++++++++++++++++++++++++++++++++++
 board/samsung/exynos-mobile/exynos-mobile.env       |  18 ++
 configs/exynos-mobile_defconfig                     |  72 +++++++
 doc/board/samsung/exynos-mobile.rst                 |  45 ++++
 doc/board/samsung/exynos-mobile/exynos7870.rst      |  85 ++++++++
 doc/board/samsung/index.rst                         |   1 +
 drivers/clk/clk-uclass.c                            |   6 +-
 drivers/clk/exynos/Kconfig                          |   7 +
 drivers/clk/exynos/Makefile                         |   1 +
 drivers/clk/exynos/clk-exynos7870.c                 | 929
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++
 drivers/clk/exynos/clk-pll.c                        |   4 +-
 drivers/clk/exynos/clk-pll.h                        |   4 +-
 drivers/clk/exynos/clk.c                            |  99 +++++++--
 drivers/clk/exynos/clk.h                            |  53 +++++
 drivers/gpio/s5p_gpio.c                             |   5 +-
 drivers/pinctrl/exynos/pinctrl-exynos.c             |  11 +
 drivers/pinctrl/exynos/pinctrl-exynos.h             |   1 +
 drivers/pinctrl/exynos/pinctrl-exynos7420.c         |   1 +
 drivers/pinctrl/exynos/pinctrl-exynos78x0.c         |  60 ++++++
 drivers/pinctrl/exynos/pinctrl-exynos850.c          |   1 +
 drivers/serial/serial_s5p.c                         |   1 +
 drivers/soc/samsung/exynos-pmu.c                    |   3 +
 include/configs/exynos-mobile.h                     |  14 ++
 include/configs/s5p4418_nanopi2.h                   |   1 -
 35 files changed, 2089 insertions(+), 64 deletions(-)
 create mode 100644 board/samsung/e850-96/bootdev.c
 create mode 100644 board/samsung/e850-96/bootdev.h
 create mode 100644 board/samsung/exynos-mobile/Kconfig
 create mode 100644 board/samsung/exynos-mobile/MAINTAINERS
 create mode 100644 board/samsung/exynos-mobile/Makefile
 create mode 100644 board/samsung/exynos-mobile/debug-exynos7870.config
 create mode 100644 board/samsung/exynos-mobile/exynos-mobile.c
 create mode 100644 board/samsung/exynos-mobile/exynos-mobile.env
 create mode 100644 configs/exynos-mobile_defconfig
 create mode 100644 doc/board/samsung/exynos-mobile.rst
 create mode 100644 doc/board/samsung/exynos-mobile/exynos7870.rst
 create mode 100644 drivers/clk/exynos/clk-exynos7870.c
 create mode 100644 include/configs/exynos-mobile.h

Thanks,
Minkyu Kang.




^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: please pull u-boot-samsung master
  2025-12-02  6:59 ` Minkyu Kang
@ 2025-12-02 19:30   ` Tom Rini
  0 siblings, 0 replies; 35+ messages in thread
From: Tom Rini @ 2025-12-02 19:30 UTC (permalink / raw)
  To: Minkyu Kang; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 602 bytes --]

On Tue, Dec 02, 2025 at 03:59:32PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit caa740df9cae5ddc74b18b88a4fea43e27b2fdf6:
> 
>   Gitlab: Optimize the job dependency list more (2025-11-11 11:55:16 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-samsung.git master
> 
> for you to fetch changes up to 422b15bb5b693376e345d3f32d7cec4588f3bfba:
> 
>   doc: samsung: exynos-mobile: add documentation for exynos7870 (2025-12-02
> 13:38:28 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* please pull u-boot-samsung master
       [not found] <CGME20260223103749epcas1p2d9af2576eb9704b70a8572f7ccb8080f@epcas1p2.samsung.com>
@ 2026-02-23 10:37 ` Minkyu Kang
  2026-02-23 18:45   ` Tom Rini
  0 siblings, 1 reply; 35+ messages in thread
From: Minkyu Kang @ 2026-02-23 10:37 UTC (permalink / raw)
  To: 'Tom Rini'; +Cc: u-boot

Dear Tom,

The following changes since commit eed514b11d04a2f8a949521ad3bffba3ec98bd2f:

  video: correct label for cyclic video_idle (2026-01-29 10:00:59 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-samsung.git master

for you to fetch changes up to 11198fa347390eb449c2a0939f5f00cf510fe285:

  doc: board: samsung: exynos-mobile: remove requirement of stub device tree
(2026-02-23 15:35:33 +0900)

----------------------------------------------------------------
Andrew Goodbody (2):
      video: exynos: node variable should not be unsigned
      video: nexell: unsigned parameter cannot be negative

Kaustabh Chakraborty (14):
      ARM: dts: add dtsi for exynos7870-a2corelte (Samsung Galaxy A2 Core)
      ARM: dts: add dtsi for exynos7870-j6lte (Samsung Galaxy J6)
      ARM: dts: add dtsi for exynos7870-on7xelte (Samsung Galaxy J7 Prime)
      board: samsung: exynos-mobile: simplify parsing RAM banks from device
tree
      board: samsung: exynos-mobile: resolve env vars without board_info
data
      board: samsung: exynos-mobile: disable MULTI_DTB_FIT support
      board: samsung: exynos-mobile: enable OF_BOARD support
      configs: exynos-mobile: remove DEFAULT_DEVICE_TREE and add
OF_UPSTREAM_BUILD_VENDOR
      doc: board: samsung: exynos-mobile: add DEVICE_TREE make flag in build
      doc: board: samsung: exynos-mobile: use u-boot-nodtb.bin for packaging
process
      ARM: dts: exynos7870-a2corelte: add properties to make S-BOOT happy
      ARM: dts: exynos7870-j6lte: add properties to make S-BOOT happy
      ARM: dts: exynos7870-on7xelte: add properties to make S-BOOT happy
      doc: board: samsung: exynos-mobile: remove requirement of stub device
tree

 arch/arm/dts/exynos7870-a2corelte-u-boot.dtsi  |  26 ++++++++
 arch/arm/dts/exynos7870-j6lte-u-boot.dtsi      |  46 +++++++++++++++
 arch/arm/dts/exynos7870-on7xelte-u-boot.dtsi   |  41 +++++++++++++
 board/samsung/exynos-mobile/exynos-mobile.c    | 276
+++++++++++++++++++++++++++-------------------------------------------------
---------
 configs/exynos-mobile_defconfig                |   5 +-
 doc/board/samsung/exynos-mobile.rst            |   5 +-
 doc/board/samsung/exynos-mobile/exynos7870.rst |  42 ++-----------
 drivers/video/exynos/exynos_fb.c               |   2 +-
 drivers/video/nexell/soc/s5pxx18_soc_mlc.c     |   2 -
 9 files changed, 211 insertions(+), 234 deletions(-)
 create mode 100644 arch/arm/dts/exynos7870-a2corelte-u-boot.dtsi
 create mode 100644 arch/arm/dts/exynos7870-j6lte-u-boot.dtsi
 create mode 100644 arch/arm/dts/exynos7870-on7xelte-u-boot.dtsi

Thanks,
Minkyu Kang.




^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: please pull u-boot-samsung master
  2026-02-23 10:37 ` Minkyu Kang
@ 2026-02-23 18:45   ` Tom Rini
  2026-02-24  1:06     ` Minkyu Kang
  0 siblings, 1 reply; 35+ messages in thread
From: Tom Rini @ 2026-02-23 18:45 UTC (permalink / raw)
  To: Minkyu Kang; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 705 bytes --]

On Mon, Feb 23, 2026 at 07:37:49PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit eed514b11d04a2f8a949521ad3bffba3ec98bd2f:
> 
>   video: correct label for cyclic video_idle (2026-01-29 10:00:59 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-samsung.git master
> 
> for you to fetch changes up to 11198fa347390eb449c2a0939f5f00cf510fe285:
> 
>   doc: board: samsung: exynos-mobile: remove requirement of stub device tree
> (2026-02-23 15:35:33 +0900)
> 

Unfortunately the exynos-mobile does not build in CI with this PR:
https://source.denx.de/u-boot/u-boot/-/jobs/1383183/viewer

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: please pull u-boot-samsung master
  2026-02-23 18:45   ` Tom Rini
@ 2026-02-24  1:06     ` Minkyu Kang
  2026-02-24 15:45       ` Kaustabh Chakraborty
  0 siblings, 1 reply; 35+ messages in thread
From: Minkyu Kang @ 2026-02-24  1:06 UTC (permalink / raw)
  To: Tom Rini, Kaustabh Chakraborty; +Cc: Minkyu Kang, U-Boot Mailing List

Dear Charkraborty,

2026년 2월 24일 (화) 03:55, Tom Rini <trini@konsulko.com>님이 작성:

> On Mon, Feb 23, 2026 at 07:37:49PM +0900, Minkyu Kang wrote:
>
> > Dear Tom,
> >
> > The following changes since commit
> eed514b11d04a2f8a949521ad3bffba3ec98bd2f:
> >
> >   video: correct label for cyclic video_idle (2026-01-29 10:00:59 -0600)
> >
> > are available in the Git repository at:
> >
> >   https://source.denx.de/u-boot/custodians/u-boot-samsung.git master
> >
> > for you to fetch changes up to 11198fa347390eb449c2a0939f5f00cf510fe285:
> >
> >   doc: board: samsung: exynos-mobile: remove requirement of stub device
> tree
> > (2026-02-23 15:35:33 +0900)
> >
>
> Unfortunately the exynos-mobile does not build in CI with this PR:
> https://source.denx.de/u-boot/u-boot/-/jobs/1383183/viewer
>
> --
> Tom
>

Could you please fix this?
I think, it should define CONFIG_DEFAULT_DEVICE_TREE for exynos-mobile.

Thanks,
Minkyu Kang.

>

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: please pull u-boot-samsung master
  2026-02-24  1:06     ` Minkyu Kang
@ 2026-02-24 15:45       ` Kaustabh Chakraborty
  0 siblings, 0 replies; 35+ messages in thread
From: Kaustabh Chakraborty @ 2026-02-24 15:45 UTC (permalink / raw)
  To: Minkyu Kang, Tom Rini, Kaustabh Chakraborty
  Cc: Minkyu Kang, U-Boot Mailing List

On 2026-02-24 10:06 +09:00, Minkyu Kang wrote:
> Dear Charkraborty,
>
> 2026년 2월 24일 (화) 03:55, Tom Rini <trini@konsulko.com>님이 작성:
>
>> On Mon, Feb 23, 2026 at 07:37:49PM +0900, Minkyu Kang wrote:
>>
>> > Dear Tom,
>> >
>> > The following changes since commit
>> eed514b11d04a2f8a949521ad3bffba3ec98bd2f:
>> >
>> >   video: correct label for cyclic video_idle (2026-01-29 10:00:59 -0600)
>> >
>> > are available in the Git repository at:
>> >
>> >   https://source.denx.de/u-boot/custodians/u-boot-samsung.git master
>> >
>> > for you to fetch changes up to 11198fa347390eb449c2a0939f5f00cf510fe285:
>> >
>> >   doc: board: samsung: exynos-mobile: remove requirement of stub device
>> tree
>> > (2026-02-23 15:35:33 +0900)
>> >
>>
>> Unfortunately the exynos-mobile does not build in CI with this PR:
>> https://source.denx.de/u-boot/u-boot/-/jobs/1383183/viewer
>>
>> --
>> Tom
>>
>
> Could you please fix this?
> I think, it should define CONFIG_DEFAULT_DEVICE_TREE for exynos-mobile.

Please review and accept the following:

https://lore.kernel.org/r/20260224-exynos-blkmap-dfu-v2-3-742cb9f27842@disroot.org

>
> Thanks,
> Minkyu Kang.
>
>>


^ permalink raw reply	[flat|nested] 35+ messages in thread

* please pull u-boot-samsung master
       [not found] <CGME20260225075234epcas1p4b0561d04c012cbe3574755cc475c34fe@epcas1p4.samsung.com>
@ 2026-02-25  7:52 ` Minkyu Kang
  2026-02-25 17:26   ` Tom Rini
  0 siblings, 1 reply; 35+ messages in thread
From: Minkyu Kang @ 2026-02-25  7:52 UTC (permalink / raw)
  To: 'Tom Rini'; +Cc: u-boot

Dear Tom,

The following changes since commit eed514b11d04a2f8a949521ad3bffba3ec98bd2f:

  video: correct label for cyclic video_idle (2026-01-29 10:00:59 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-samsung.git master

for you to fetch changes up to 336dd39b956e5f7e078da1d2b689415a41484067:

  configs: exynos-mobile: add DEFAULT_DEVICE_TREE option (2026-02-25
10:47:03 +0900)

----------------------------------------------------------------
Andrew Goodbody (2):
      video: exynos: node variable should not be unsigned
      video: nexell: unsigned parameter cannot be negative

Kaustabh Chakraborty (19):
      ARM: dts: add dtsi for exynos7870-a2corelte (Samsung Galaxy A2 Core)
      ARM: dts: add dtsi for exynos7870-j6lte (Samsung Galaxy J6)
      ARM: dts: add dtsi for exynos7870-on7xelte (Samsung Galaxy J7 Prime)
      board: samsung: exynos-mobile: simplify parsing RAM banks from device
tree
      board: samsung: exynos-mobile: resolve env vars without board_info
data
      board: samsung: exynos-mobile: disable MULTI_DTB_FIT support
      board: samsung: exynos-mobile: enable OF_BOARD support
      configs: exynos-mobile: remove DEFAULT_DEVICE_TREE and add
OF_UPSTREAM_BUILD_VENDOR
      doc: board: samsung: exynos-mobile: add DEVICE_TREE make flag in build
      doc: board: samsung: exynos-mobile: use u-boot-nodtb.bin for packaging
process
      ARM: dts: exynos7870-a2corelte: add properties to make S-BOOT happy
      ARM: dts: exynos7870-j6lte: add properties to make S-BOOT happy
      ARM: dts: exynos7870-on7xelte: add properties to make S-BOOT happy
      doc: board: samsung: exynos-mobile: remove requirement of stub device
tree
      phy: samsung: add enum for variants based on SoCs
      phy: samsung: add support for exynos7870 USB PHY
      board: samsung: exynos-mobile: use blkmap for booting from userdata
subpartitions
      board: samsung: exynos-mobile: add EFI capsule update support
      configs: exynos-mobile: add DEFAULT_DEVICE_TREE option

 arch/arm/dts/exynos7870-a2corelte-u-boot.dtsi  |  26 +++++++
 arch/arm/dts/exynos7870-j6lte-u-boot.dtsi      |  46 ++++++++++++
 arch/arm/dts/exynos7870-on7xelte-u-boot.dtsi   |  41 +++++++++++
 board/samsung/exynos-mobile/exynos-mobile.c    | 335
+++++++++++++++++++++++++++++++++++++++-------------------------------------
---------
 board/samsung/exynos-mobile/exynos-mobile.env  |   5 ++
 configs/exynos-mobile_defconfig                |  12 +++-
 doc/board/samsung/exynos-mobile.rst            |   5 +-
 doc/board/samsung/exynos-mobile/exynos7870.rst |  42 ++---------
 drivers/phy/phy-exynos-usbdrd.c                | 271
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 drivers/video/exynos/exynos_fb.c               |   2 +-
 drivers/video/nexell/soc/s5pxx18_soc_mlc.c     |   2 -
 11 files changed, 549 insertions(+), 238 deletions(-)
 create mode 100644 arch/arm/dts/exynos7870-a2corelte-u-boot.dtsi
 create mode 100644 arch/arm/dts/exynos7870-j6lte-u-boot.dtsi
 create mode 100644 arch/arm/dts/exynos7870-on7xelte-u-boot.dtsi

Thanks,
Minkyu Kang.




^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: please pull u-boot-samsung master
  2026-02-25  7:52 ` please " Minkyu Kang
@ 2026-02-25 17:26   ` Tom Rini
  0 siblings, 0 replies; 35+ messages in thread
From: Tom Rini @ 2026-02-25 17:26 UTC (permalink / raw)
  To: Minkyu Kang; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 592 bytes --]

On Wed, Feb 25, 2026 at 04:52:34PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit eed514b11d04a2f8a949521ad3bffba3ec98bd2f:
> 
>   video: correct label for cyclic video_idle (2026-01-29 10:00:59 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-samsung.git master
> 
> for you to fetch changes up to 336dd39b956e5f7e078da1d2b689415a41484067:
> 
>   configs: exynos-mobile: add DEFAULT_DEVICE_TREE option (2026-02-25
> 10:47:03 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2026-02-25 17:26 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20250210043511epcas1p33ed93b581644b1a1a14a8710afeaaf97@epcas1p3.samsung.com>
2025-02-10  4:35 ` Please pull u-boot-samsung master Minkyu Kang
2025-02-10 15:52   ` Tom Rini
     [not found] <CGME20260225075234epcas1p4b0561d04c012cbe3574755cc475c34fe@epcas1p4.samsung.com>
2026-02-25  7:52 ` please " Minkyu Kang
2026-02-25 17:26   ` Tom Rini
     [not found] <CGME20260223103749epcas1p2d9af2576eb9704b70a8572f7ccb8080f@epcas1p2.samsung.com>
2026-02-23 10:37 ` Minkyu Kang
2026-02-23 18:45   ` Tom Rini
2026-02-24  1:06     ` Minkyu Kang
2026-02-24 15:45       ` Kaustabh Chakraborty
     [not found] <CGME20251202065932epcas1p317a2fa75a3b16a4984a0c0bdf0515b5a@epcas1p3.samsung.com>
2025-12-02  6:59 ` Minkyu Kang
2025-12-02 19:30   ` Tom Rini
2025-09-05  6:39 Minkyu Kang
2025-09-05 16:44 ` Tom Rini
     [not found] <CGME20250725073112epcas1p364a18714ffddd807ea6c1fd1b8b373bd@epcas1p3.samsung.com>
2025-07-25  7:31 ` Please " Minkyu Kang
2025-07-25 16:31   ` Tom Rini
     [not found] <CGME20241203063944epcas1p45e5c757403cd06ebd265a93e7fdbbeff@epcas1p4.samsung.com>
2024-12-03  6:39 ` Minkyu Kang
2024-12-03 19:57   ` Tom Rini
     [not found] <CGME20240822102010epcas1p434e5a447b002e8bdea5423a034c2e444@epcas1p4.samsung.com>
2024-08-22 10:20 ` Minkyu Kang
2024-08-22 21:54   ` Tom Rini
2024-08-23  7:50     ` Minkyu Kang
     [not found] <CGME20240603060854epcas1p207233f59828c47f31e941894634b9af7@epcas1p2.samsung.com>
2024-06-03  6:08 ` Minkyu Kang
2024-06-03 17:42   ` Tom Rini
     [not found] <CGME20240404085411epcas1p3f10e648bd35670e090592cb4fbb97d58@epcas1p3.samsung.com>
2024-04-04  8:54 ` Minkyu Kang
2024-04-06  0:41   ` Tom Rini
     [not found] <CGME20240220042544epcas1p1814450956381663117a9e274d775a952@epcas1p1.samsung.com>
2024-02-20  4:25 ` Minkyu Kang
2024-02-20 18:15   ` Tom Rini
     [not found] <CGME20240109015516epcas1p368e48c6d3e2433577bf7d0684966c45b@epcas1p3.samsung.com>
2024-01-09  1:55 ` Minkyu Kang
2024-01-09 15:59   ` Tom Rini
     [not found]     ` <29757fea-207b-53c8-844f-e76829cf04b3@posteo.net>
     [not found]       ` <20240111175723.GK1610741@bill-the-cat>
2024-01-12 18:52         ` Stefan Bosch
2024-01-12 18:54           ` Tom Rini
2024-01-09 17:49   ` Tom Rini
2024-01-11  5:25     ` Minkyu Kang
     [not found] <CGME20231128031606epcas1p4a03b83245075b91119b523dda9899537@epcas1p4.samsung.com>
2023-11-28  3:16 ` Minkyu Kang
2023-11-28 16:28   ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2021-01-22  7:45 please " Minkyu Kang
2021-01-23 17:45 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox