mbox series

Please pull u-boot-samsung master

Message ID 0a3d01da429e$e4427ec0$acc77c40$@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-samsung master | expand

Pull-request

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

Message

Minkyu Kang Jan. 9, 2024, 1:55 a.m. UTC
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.

Comments

Tom Rini Jan. 9, 2024, 3:59 p.m. UTC | #1
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 Rini Jan. 9, 2024, 5:49 p.m. UTC | #2
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.
Minkyu Kang Jan. 11, 2024, 5:25 a.m. UTC | #3
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
Stefan Bosch Jan. 12, 2024, 6:52 p.m. UTC | #4
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.
>>>
>
Tom Rini Jan. 12, 2024, 6:54 p.m. UTC | #5
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.
> > > > 
> >