mbox series

[PULL] u-boot-sh/master

Message ID b5196f9c-3adb-d515-a1eb-bbd60792e77d@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-sh/master | expand

Pull-request

git://git.denx.de/u-boot-sh.git master

Message

Marek Vasut Feb. 21, 2021, 12:15 a.m. UTC
The following changes since commit ea966d24ef3a9f7f32712a518a07374f9ae43905:

   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi 
(2021-02-19 21:06:16 -0500)

are available in the Git repository at:

   git://git.denx.de/u-boot-sh.git master

for you to fetch changes up to c98cc9b2e8754587770d33bbd0189fefec39965a:

   ARM: rmobile: Enable CONFIG_PCI_REGION_MULTI_ENTRY on RCar3 
(2021-02-20 22:38:28 +0100)

----------------------------------------------------------------
Marek Vasut (4):
       pci: renesas: Add root bus handling on Gen3
       pci: renesas: Make map address and mask power of two on Gen3
       pci: renesas: Fix BAR mapping on Gen3
       ARM: rmobile: Enable CONFIG_PCI_REGION_MULTI_ENTRY on RCar3

  configs/rcar3_salvator-x_defconfig |  1 +
  drivers/pci/pci-rcar-gen3.c        | 30 +++++++++++++++++++++++-------
  2 files changed, 24 insertions(+), 7 deletions(-)

Comments

Tom Rini Feb. 21, 2021, 7:46 p.m. UTC | #1
On Sun, Feb 21, 2021 at 01:15:56AM +0100, Marek Vasut wrote:

> The following changes since commit ea966d24ef3a9f7f32712a518a07374f9ae43905:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi (2021-02-19
> 21:06:16 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-sh.git master
> 
> for you to fetch changes up to c98cc9b2e8754587770d33bbd0189fefec39965a:
> 
>   ARM: rmobile: Enable CONFIG_PCI_REGION_MULTI_ENTRY on RCar3 (2021-02-20
> 22:38:28 +0100)
> 

Applied to u-boot/master, thanks!