mbox series

Pull request: u-boot-samsung master

Message ID 4404bcec-3c31-b4fb-763f-9f609d0f1edd@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: u-boot-samsung master | expand

Pull-request

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

Message

Minkyu Kang Nov. 9, 2021, 9:52 a.m. UTC
Dear Tom,

The following changes since commit f8ed9059001d803b0eae4b49178789aa0e29edec:

  Merge tag 'efi-2022-01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2021-11-07 23:00:29 -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 a80f582688fb3c961f521a978d428092f5bab483:

  exynos: mmu: use CONFIG_IS_ENABLED (2021-11-09 14:07:46 +0900)

----------------------------------------------------------------
Minkyu Kang (2):
      exynos78x0: pinctrl: set const to structs
      exynos: mmu: use CONFIG_IS_ENABLED

Simon Glass (1):
      exynos: pwm: Deal with a PWM at 100%

 arch/arm/mach-exynos/mmu-arm64.c            | 11 ++++++-----
 drivers/pinctrl/exynos/pinctrl-exynos78x0.c | 14 +++++++-------
 drivers/pwm/exynos_pwm.c                    |  4 ++++
 3 files changed, 17 insertions(+), 12 deletions(-)

Comments

Minkyu Kang Nov. 9, 2021, 10:02 a.m. UTC | #1
Dear Tom,

resend.

2021년 11월 9일 (화) 18:59, Minkyu Kang <mk7.kang@samsung.com>님이 작성:

> Dear Tom,
>
> The following changes since commit
> f8ed9059001d803b0eae4b49178789aa0e29edec:
>
>   Merge tag 'efi-2022-01-rc2' of
> https://source.denx.de/u-boot/custodians/u-boot-efi (2021-11-07 23:00:29
> -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 a80f582688fb3c961f521a978d428092f5bab483:
>
>   exynos: mmu: use CONFIG_IS_ENABLED (2021-11-09 14:07:46 +0900)
>
> ----------------------------------------------------------------
> Minkyu Kang (2):
>       exynos78x0: pinctrl: set const to structs
>       exynos: mmu: use CONFIG_IS_ENABLED
>
> Simon Glass (1):
>       exynos: pwm: Deal with a PWM at 100%
>
>  arch/arm/mach-exynos/mmu-arm64.c            | 11 ++++++-----
>  drivers/pinctrl/exynos/pinctrl-exynos78x0.c | 14 +++++++-------
>  drivers/pwm/exynos_pwm.c                    |  4 ++++
>  3 files changed, 17 insertions(+), 12 deletions(-)
>
> --
> Thanks,
> Minkyu Kang.
>
Tom Rini Nov. 9, 2021, 8:09 p.m. UTC | #2
On Tue, Nov 09, 2021 at 07:02:34PM +0900, Minkyu Kang wrote:

> 2021년 11월 9일 (화) 18:59, Minkyu Kang <mk7.kang@samsung.com>님이 작성:
> 
> > Dear Tom,
> >
> > The following changes since commit
> > f8ed9059001d803b0eae4b49178789aa0e29edec:
> >
> >   Merge tag 'efi-2022-01-rc2' of
> > https://source.denx.de/u-boot/custodians/u-boot-efi (2021-11-07 23:00:29
> > -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 a80f582688fb3c961f521a978d428092f5bab483:
> >
> >   exynos: mmu: use CONFIG_IS_ENABLED (2021-11-09 14:07:46 +0900)
> >
> > ----------------------------------------------------------------
> > Minkyu Kang (2):
> >       exynos78x0: pinctrl: set const to structs
> >       exynos: mmu: use CONFIG_IS_ENABLED
> >
> > Simon Glass (1):
> >       exynos: pwm: Deal with a PWM at 100%
> >
> >  arch/arm/mach-exynos/mmu-arm64.c            | 11 ++++++-----
> >  drivers/pinctrl/exynos/pinctrl-exynos78x0.c | 14 +++++++-------
> >  drivers/pwm/exynos_pwm.c                    |  4 ++++
> >  3 files changed, 17 insertions(+), 12 deletions(-)

After a quick migration of CONFIG_EXYNOS7420, applied to u-boot/master, thanks!
Minkyu Kang Nov. 10, 2021, 7:16 a.m. UTC | #3
Hi,

2021년 11월 10일 (수) 05:09, Tom Rini <trini@konsulko.com>님이 작성:

> On Tue, Nov 09, 2021 at 07:02:34PM +0900, Minkyu Kang wrote:
>
> > 2021년 11월 9일 (화) 18:59, Minkyu Kang <mk7.kang@samsung.com>님이 작성:
> >
> > > Dear Tom,
> > >
> > > The following changes since commit
> > > f8ed9059001d803b0eae4b49178789aa0e29edec:
> > >
> > >   Merge tag 'efi-2022-01-rc2' of
> > > https://source.denx.de/u-boot/custodians/u-boot-efi (2021-11-07
> 23:00:29
> > > -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
> a80f582688fb3c961f521a978d428092f5bab483:
> > >
> > >   exynos: mmu: use CONFIG_IS_ENABLED (2021-11-09 14:07:46 +0900)
> > >
> > > ----------------------------------------------------------------
> > > Minkyu Kang (2):
> > >       exynos78x0: pinctrl: set const to structs
> > >       exynos: mmu: use CONFIG_IS_ENABLED
> > >
> > > Simon Glass (1):
> > >       exynos: pwm: Deal with a PWM at 100%
> > >
> > >  arch/arm/mach-exynos/mmu-arm64.c            | 11 ++++++-----
> > >  drivers/pinctrl/exynos/pinctrl-exynos78x0.c | 14 +++++++-------
> > >  drivers/pwm/exynos_pwm.c                    |  4 ++++
> > >  3 files changed, 17 insertions(+), 12 deletions(-)
>
> After a quick migration of CONFIG_EXYNOS7420, applied to u-boot/master,
> thanks!


Oh, my bad.
Thank you! Tom.


>
> --
> Tom
>