mbox series

[GIT,PULL] Please pull u-boot-amlogic-20221122

Message ID 816cc05d-fdac-3b03-ce68-e57f45f62ffe@linaro.org
State New
Headers show
Series [GIT,PULL] Please pull u-boot-amlogic-20221122 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20221122

Message

Neil Armstrong Nov. 23, 2022, 2:08 p.m. UTC
Hi Tom,

Here's changes for next release:
- Implement setbrg op to meson serial device
- Re-add the old PHY reset binding for nanopi-k2

The CI job is at https://source.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/14199

Thanks,
Neil

The following changes since commit 536c642ffef545b4b5b02d065a0c1de9785549d7:

   Merge tag 'efi-2023-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-11-22 08:30:53 -0500)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20221122

for you to fetch changes up to e0638f1d09b9e9caead4e3909e7dc8aaa41febe1:

   arm64: dts: meson: nanopi-k2: readd PHY reset properties (2022-11-22 18:53:21 +0100)

----------------------------------------------------------------
- Implement setbrg op to meson serial device
- Re-add the old PHY reset binding for nanopi-k2

----------------------------------------------------------------
Christian Hewitt (1):
       arm64: dts: meson: nanopi-k2: readd PHY reset properties

Edoardo Tomelleri (1):
       arm: amlogic: add setbrg op to serial device

  arch/arm/dts/meson-gxbb-nanopi-k2-u-boot.dtsi |  7 +++
  drivers/serial/serial_meson.c                 | 70 +++++++++++++++++++++++++++
  include/configs/meson64.h                     |  7 +++
  3 files changed, 84 insertions(+)

Comments

Tom Rini Nov. 23, 2022, 5:32 p.m. UTC | #1
On Wed, Nov 23, 2022 at 03:08:23PM +0100, Neil Armstrong wrote:

> 
> Hi Tom,
> 
> Here's changes for next release:
> - Implement setbrg op to meson serial device
> - Re-add the old PHY reset binding for nanopi-k2
> 
> The CI job is at https://source.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/14199
> 
> Thanks,
> Neil
> 
> The following changes since commit 536c642ffef545b4b5b02d065a0c1de9785549d7:
> 
>   Merge tag 'efi-2023-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-11-22 08:30:53 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20221122
> 
> for you to fetch changes up to e0638f1d09b9e9caead4e3909e7dc8aaa41febe1:
> 
>   arm64: dts: meson: nanopi-k2: readd PHY reset properties (2022-11-22 18:53:21 +0100)
> 

Applied to u-boot/master, thanks!