mbox series

Please pull u-boot-marvell/master

Message ID ab6d2617-fbad-0c8a-eb85-b957f96e71ab@mailbox.org
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-marvell/master | expand

Pull-request

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

Message

Stefan Roese Sept. 27, 2021, 10:58 a.m. UTC
Hi Tom,

please pull these 2 Marvell MVEBU related fixes:

----------------------------------------------------------------
- turris_omnia: fix leaked mtd device (Marek)
- phy: marvell: cp110: Fix SATA invert polarity (Denis)
----------------------------------------------------------------

Here the Azure build, without any issues:

https://dev.azure.com/sr0718/u-boot/_build/results?buildId=116&view=results

Thanks,
Stefan

The following changes since commit 8284d6f838684cfa6e3303a447deb38027c5d7f0:

   Merge branch '2021-09-24-assorted-minor-updates' (2021-09-24 14:28:54 
-0400)

are available in the Git repository at:

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

for you to fetch changes up to ccee8ea1dd90f0ccb31ed9662e064eaa814e6254:

   phy: marvell: cp110: Support SATA invert polarity (2021-09-27 
07:46:13 +0200)

----------------------------------------------------------------
Denis Odintsov (1):
       phy: marvell: cp110: Support SATA invert polarity

Marek BehĂșn (1):
       arm: mvebu: turris_omnia: fix leaked mtd device

  board/CZ.NIC/turris_omnia/turris_omnia.c | 3 +++
  drivers/phy/marvell/comphy_cp110.c       | 7 ++++++-
  2 files changed, 9 insertions(+), 1 deletion(-)

Comments

Tom Rini Sept. 27, 2021, 12:52 p.m. UTC | #1
On Mon, Sep 27, 2021 at 12:58:43PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull these 2 Marvell MVEBU related fixes:
> 

Applied to u-boot/master, thanks!