From: Florian Fainelli <f.fainelli@gmail.com>
To: arm@kernel.org
Cc: "Stefan Wahren" <stefan.wahren@i2se.com>,
"Rob Herring" <robh@kernel.org>,
"Florian Fainelli" <f.fainelli@gmail.com>,
arnd@arndb.de, khilman@kernel.org, olof@lixom.net,
"Phil Elwell" <phil@raspberrypi.org>,
"René Kjellerup" <rk.katana.steel@gmail.com>,
"Eric Anholt" <eric@anholt.net>,
bcm-kernel-feedback-list@broadcom.com,
linux-arm-kernel@lists.infradead.org,
"Rafał Miłecki" <rafal@milecki.pl>,
"Vivek Unune" <npcomplete13@gmail.com>
Subject: [GIT PULL 1/4] Broadcom devicetree changes for 4.21
Date: Sat, 1 Dec 2018 12:39:39 -0800 [thread overview]
Message-ID: <20181201203942.13376-1-f.fainelli@gmail.com> (raw)
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
are available in the Git repository at:
https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.21/devicetree
for you to fetch changes up to 9994241ac97cb84d1df98fdc172d3cc6b04b11bf:
ARM: dts: BCM5301X: Describe Northstar pins mux controller (2018-11-30 10:35:02 -0800)
----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree changes
for 4.21, please pull the following:
- Rafal relicenses a bunch of DTS files he wrote under the GPL 2.0+/MIT
license and adds proper SPDX license tags in the process
- Rene adds support for the Linksys EA6500 v2 Wi-Fi router based on
BCM4708 plus two BCM4360 and BCM4331 radios
- Phil documents and updates the vchiq mailbox compatible string in
order to establish a correct agreement between the Raspberry Pi
firmware and the ARM CPU's view of what an ARM CPU cache line size is,
he also fixes the mailbox "reg" property to be correctly expressed in
bytes
- Stefan updates the Raspberry Pi Zero DTS files to use SPDX tags
- Florian enables the SATA PHY and AHCI controller on the BCM63138 SoCs,
he also does a bit of refactoring of aliases for the Northstar Plus
DTS files
----------------------------------------------------------------
Florian Fainelli (4):
ARM: dts: BCM63xx: enable SATA PHY and AHCI controller
ARM: dts: BCM63xx: Enable SATA AHCI and PHY for BCM963138DVT
ARM: dts: NSP: Move aliases to bcm-nsp.dtsi
Merge tag 'tags/bcm2835-dt-next-2018-11-27' into devicetree/next
Phil Elwell (3):
dt-bindings: soc: Document "brcm,bcm2836-vchiq"
ARM: dts: bcm283x: Correct vchiq compatible string
ARM: dts: bcm283x: Correct mailbox register sizes
Rafał Miłecki (5):
ARM: dts: BCM5301X: Relicense BCM47081/BCM4709 files to the GPL 2.0+ / MIT
ARM: dts: BCM5301X: Relicense BCM47094 file to the GPL 2.0+ / MIT
ARM: dts: BCM53573: Relicense Tenda AC9 file to the GPL 2.0+ / MIT
ARM: dts: BCM53573: Relicense SoC file to the GPL 2.0+ / MIT
ARM: dts: BCM5301X: Describe Northstar pins mux controller
René Kjellerup (1):
ARM: dts: BCM5301X: Add basic DT for Linksys EA6500 V2
Stefan Wahren (1):
ARM: dts: bcm2835-rpi-zero: Switch to SPDX identifier
.../bindings/soc/bcm/brcm,bcm2835-vchiq.txt | 3 +-
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/bcm-nsp.dtsi | 8 ++++
arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 8 +---
arch/arm/boot/dts/bcm2835-rpi-zero.dts | 8 +---
arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +-
arch/arm/boot/dts/bcm2836-rpi-2-b.dts | 2 +-
arch/arm/boot/dts/bcm2836-rpi.dtsi | 6 +++
arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | 2 +-
arch/arm/boot/dts/bcm2837-rpi-3-b.dts | 2 +-
arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi | 2 +-
arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dts | 45 ++++++++++++++++++++++
arch/arm/boot/dts/bcm47081.dtsi | 13 +------
arch/arm/boot/dts/bcm4709.dtsi | 3 +-
arch/arm/boot/dts/bcm47094.dtsi | 3 +-
arch/arm/boot/dts/bcm47189-tenda-ac9.dts | 3 +-
arch/arm/boot/dts/bcm5301x.dtsi | 44 +++++++++++++++++++++
arch/arm/boot/dts/bcm53573.dtsi | 3 +-
arch/arm/boot/dts/bcm63138.dtsi | 31 +++++++++++++++
arch/arm/boot/dts/bcm958522er.dts | 4 --
arch/arm/boot/dts/bcm958525er.dts | 4 --
arch/arm/boot/dts/bcm958525xmc.dts | 4 --
arch/arm/boot/dts/bcm958622hr.dts | 4 --
arch/arm/boot/dts/bcm958623hr.dts | 4 --
arch/arm/boot/dts/bcm958625hr.dts | 4 --
arch/arm/boot/dts/bcm958625k.dts | 5 ---
arch/arm/boot/dts/bcm963138dvt.dts | 8 ++++
arch/arm/boot/dts/bcm988312hr.dts | 4 --
28 files changed, 158 insertions(+), 74 deletions(-)
create mode 100644 arch/arm/boot/dts/bcm2836-rpi.dtsi
create mode 100644 arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dts
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2018-12-01 20:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-01 20:39 Florian Fainelli [this message]
2018-12-01 20:39 ` [GIT PULL 2/4] Broadcom drivers changes for 4.21 Florian Fainelli
2018-12-03 21:07 ` Olof Johansson
2018-12-03 21:58 ` Eric Anholt
2018-12-01 20:39 ` [GIT PULL 3/4] Broadcom maintainers " Florian Fainelli
2018-12-03 21:08 ` Olof Johansson
2018-12-01 20:39 ` [GIT PULL 4/4] Broadcom soc " Florian Fainelli
2018-12-03 21:09 ` Olof Johansson
2018-12-03 20:54 ` [GIT PULL 1/4] Broadcom devicetree " Olof Johansson
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=20181201203942.13376-1-f.fainelli@gmail.com \
--to=f.fainelli@gmail.com \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=eric@anholt.net \
--cc=khilman@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=npcomplete13@gmail.com \
--cc=olof@lixom.net \
--cc=phil@raspberrypi.org \
--cc=rafal@milecki.pl \
--cc=rk.katana.steel@gmail.com \
--cc=robh@kernel.org \
--cc=stefan.wahren@i2se.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).