All of lore.kernel.org
 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; 14+ 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] 14+ messages in thread

* please pull u-boot-samsung master
  2021-01-22  7:45 please pull u-boot-samsung master Minkyu Kang
@ 2021-01-23 17:45 ` Tom Rini
  0 siblings, 0 replies; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ 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; 14+ 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] 14+ messages in thread

* Re: Please pull u-boot-samsung master
  2023-11-28  3:16 ` Please " Minkyu Kang
@ 2023-11-28 16:28   ` Tom Rini
  0 siblings, 0 replies; 14+ 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] 14+ 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; 14+ 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] 14+ messages in thread

end of thread, other threads:[~2024-04-06  0:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-22  7:45 please pull u-boot-samsung master Minkyu Kang
2021-01-23 17:45 ` Tom Rini
     [not found] <CGME20231128031606epcas1p4a03b83245075b91119b523dda9899537@epcas1p4.samsung.com>
2023-11-28  3:16 ` Please " Minkyu Kang
2023-11-28 16:28   ` 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] <CGME20240220042544epcas1p1814450956381663117a9e274d775a952@epcas1p1.samsung.com>
2024-02-20  4:25 ` Minkyu Kang
2024-02-20 18:15   ` Tom Rini
     [not found] <CGME20240404085411epcas1p3f10e648bd35670e090592cb4fbb97d58@epcas1p3.samsung.com>
2024-04-04  8:54 ` Minkyu Kang
2024-04-06  0:41   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.