mbox series

[PULL] rpi patch queue 2018-04-06

Message ID 20180406091650.6019-1-agraf@suse.de
State New
Headers show
Series [PULL] rpi patch queue 2018-04-06 | expand

Pull-request

git://github.com/agraf/u-boot.git tags/signed-rpi-next

Message

Alexander Graf April 6, 2018, 9:16 a.m. UTC
Hi Tom,

This is my current patch queue for rpi.  Please pull.

Alex


The following changes since commit 645b5afbb8215b3386cd6fc2dc3119bd68e4c760:

  Prepare v2018.05-rc1 (2018-04-02 20:31:36 -0400)

are available in the git repository at:

  git://github.com/agraf/u-boot.git tags/signed-rpi-next

for you to fetch changes up to 91e1bc53c4b61cd7b871d485f4c136084245e9a2:

  rpi: Complete table of models with new revision code scheme (2018-04-06 11:04:29 +0200)

----------------------------------------------------------------
Patch queue for rpi - 2018-04-06

Highlights this time around:

  - Support for new RPi3 B+ model
  - Fix for some SD cards on newer RPi firmware

----------------------------------------------------------------
Alexander Graf (3):
      rpi: Allow to boot without serial
      rpi3: Enable lan78xx driver
      rpi: Add identifier for the new RPi3 B+

Jonathan Gray (2):
      mmc: use core clock frequency in bcm2835 sdhost
      rpi: Complete table of models with new revision code scheme

Peter Robinson (1):
      rpi3_32b: Enable lan78xx driver

 arch/arm/mach-bcm283x/include/mach/msg.h |  3 ++-
 arch/arm/mach-bcm283x/msg.c              |  4 ++--
 board/raspberrypi/rpi/rpi.c              | 35 ++++++++++++++++++++++++++++++++
 configs/rpi_0_w_defconfig                |  1 +
 configs/rpi_2_defconfig                  |  1 +
 configs/rpi_3_32b_defconfig              |  2 ++
 configs/rpi_3_defconfig                  |  2 ++
 configs/rpi_defconfig                    |  1 +
 drivers/mmc/bcm2835_sdhci.c              |  2 +-
 drivers/mmc/bcm2835_sdhost.c             |  3 ++-
 10 files changed, 49 insertions(+), 5 deletions(-)

Comments

Tom Rini April 6, 2018, 7:36 p.m. UTC | #1
On Fri, Apr 06, 2018 at 11:16:50AM +0200, Alexander Graf wrote:

> Hi Tom,

> 

> This is my current patch queue for rpi.  Please pull.

> 

> Alex

> 

> 

> The following changes since commit 645b5afbb8215b3386cd6fc2dc3119bd68e4c760:

> 

>   Prepare v2018.05-rc1 (2018-04-02 20:31:36 -0400)

> 

> are available in the git repository at:

> 

>   git://github.com/agraf/u-boot.git tags/signed-rpi-next

> 

> for you to fetch changes up to 91e1bc53c4b61cd7b871d485f4c136084245e9a2:

> 

>   rpi: Complete table of models with new revision code scheme (2018-04-06 11:04:29 +0200)

> 


Applied to u-boot/master, thanks!

-- 
Tom