All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias Brugger <mbrugger@suse.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] pull request: raspberry pi updates
Date: Wed, 12 Jun 2019 14:57:06 +0200	[thread overview]
Message-ID: <d5c22114-5324-a6bf-7746-1c587239c2af@suse.com> (raw)

Hi Tom,

Please have a look on the following patches.

Regards,
Matthias

---
The following changes since commit fc6c0e29a28f6b71dfb728b7f78e9e770f2cd218:

  Prepare v2019.07-rc4 (2019-06-10 21:27:46 -0400)

are available in the Git repository at:

  https://github.com/mbgg/u-boot.git tags/rpi-next-2019.07

for you to fetch changes up to 38e58ff2b785b45e8c8ade8e23f916a1984016c6:

  ARM: bcm283x: Fix definition of MBOX_TAG_TEST_PIXEL_ORDER (2019-06-12 12:23:46
+0200)

----------------------------------------------------------------
- fix complation error for CONFIG_USB
- update RPi3 DTBs to v5.1-rc6 state
- add defconfig for RPi3 B+
- Fix BCM2835_MBOX_TAG_TEST_PIXEL_ORDER define

----------------------------------------------------------------
Berkus Decker (1):
      ARM: bcm283x: Fix definition of MBOX_TAG_TEST_PIXEL_ORDER

Heinrich Schuchardt (2):
      fdt: update bcm283x device tree sources to Linux 5.1-rc6 state
      ARM: defconfig: add Raspberry Pi 3 Model B+

akaher (1):
      Fix compilation error if CONFIG_USB is disabled

 arch/arm/dts/Makefile                       |  13 +-
 arch/arm/dts/bcm2835-rpi-a-plus.dts         |  15 ++-
 arch/arm/dts/bcm2835-rpi-a.dts              |   9 +-
 arch/arm/dts/bcm2835-rpi-b-plus.dts         |  15 ++-
 arch/arm/dts/bcm2835-rpi-b-rev2.dts         |  11 +-
 arch/arm/dts/bcm2835-rpi-b.dts              |   9 +-
 arch/arm/dts/bcm2835-rpi-cm1-io1.dts        |  88 ++++++++++++++
 arch/arm/dts/bcm2835-rpi-cm1.dtsi           |  34 ++++++
 arch/arm/dts/bcm2835-rpi-zero-w.dts         | 123 +++++++++++++++++--
 arch/arm/dts/bcm2835-rpi-zero.dts           | 105 ++++++++++++++++
 arch/arm/dts/bcm2835-rpi.dtsi               |  22 ++--
 arch/arm/dts/bcm2835.dtsi                   |   7 +-
 arch/arm/dts/bcm2836-rpi-2-b.dts            |  81 ++++++++++++-
 arch/arm/dts/bcm2836-rpi.dtsi               |   6 +
 arch/arm/dts/bcm2836.dtsi                   |  25 ++--
 arch/arm/dts/bcm2837-rpi-3-a-plus.dts       | 175 +++++++++++++++++++++++++++
 arch/arm/dts/bcm2837-rpi-3-b-plus.dts       | 178 ++++++++++++++++++++++++++++
 arch/arm/dts/bcm2837-rpi-3-b.dts            | 128 +++++++++++++++++++-
 arch/arm/dts/bcm2837-rpi-cm3-io3.dts        |  87 ++++++++++++++
 arch/arm/dts/bcm2837-rpi-cm3.dtsi           |  52 ++++++++
 arch/arm/dts/bcm2837.dtsi                   |  20 ++--
 arch/arm/dts/bcm283x-rpi-lan7515.dtsi       |  41 +++++++
 arch/arm/dts/bcm283x-rpi-smsc9512.dtsi      |   1 +
 arch/arm/dts/bcm283x-rpi-usb-otg.dtsi       |  11 ++
 arch/arm/dts/bcm283x.dtsi                   |  57 +++++++--
 arch/arm/mach-bcm283x/include/mach/mbox.h   |   2 +-
 configs/rpi_3_b_plus_defconfig              |  43 +++++++
 include/configs/rpi.h                       |  36 +++++-
 include/dt-bindings/clock/bcm2835-aux.h     |  10 +-
 include/dt-bindings/clock/bcm2835.h         |  10 +-
 include/dt-bindings/net/microchip-lan78xx.h |  21 ++++
 include/dt-bindings/pinctrl/bcm2835.h       |   8 +-
 include/dt-bindings/soc/bcm2835-pm.h        |  28 +++++
 33 files changed, 1365 insertions(+), 106 deletions(-)
 create mode 100644 arch/arm/dts/bcm2835-rpi-cm1-io1.dts
 create mode 100644 arch/arm/dts/bcm2835-rpi-cm1.dtsi
 create mode 100644 arch/arm/dts/bcm2835-rpi-zero.dts
 create mode 100644 arch/arm/dts/bcm2836-rpi.dtsi
 create mode 100644 arch/arm/dts/bcm2837-rpi-3-a-plus.dts
 create mode 100644 arch/arm/dts/bcm2837-rpi-3-b-plus.dts
 create mode 100644 arch/arm/dts/bcm2837-rpi-cm3-io3.dts
 create mode 100644 arch/arm/dts/bcm2837-rpi-cm3.dtsi
 create mode 100644 arch/arm/dts/bcm283x-rpi-lan7515.dtsi
 create mode 100644 arch/arm/dts/bcm283x-rpi-usb-otg.dtsi
 create mode 100644 configs/rpi_3_b_plus_defconfig
 create mode 100644 include/dt-bindings/net/microchip-lan78xx.h
 create mode 100644 include/dt-bindings/soc/bcm2835-pm.h

             reply	other threads:[~2019-06-12 12:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-12 12:57 Matthias Brugger [this message]
2019-06-12 14:48 ` [U-Boot] pull request: raspberry pi updates Peter Robinson
2019-06-12 19:56   ` Tom Rini
2019-06-12 20:07     ` Heinrich Schuchardt
2019-06-12 20:08       ` Tom Rini
2019-06-12 20:21         ` Heinrich Schuchardt
2019-06-12 20:25           ` Tom Rini
2019-06-24 18:11             ` Tom Rini
2019-06-25  3:51               ` Jonathan Gray
2019-06-25  4:53                 ` Heinrich Schuchardt
2019-06-25  7:58               ` Matthias Brugger
2019-06-26 11:09                 ` Matthias Brugger
2019-07-05 11:27                   ` Matthias Brugger
2019-07-05 14:58                     ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d5c22114-5324-a6bf-7746-1c587239c2af@suse.com \
    --to=mbrugger@suse.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.