From: f.fainelli@gmail.com (Florian Fainelli)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/6] Broadcom soc changes for 4.14
Date: Thu, 17 Aug 2017 11:37:43 -0700 [thread overview]
Message-ID: <20170817183748.1450-2-f.fainelli@gmail.com> (raw)
In-Reply-To: <20170817183748.1450-1-f.fainelli@gmail.com>
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.14/soc
for you to fetch changes up to e831871597aaa1f650b83f96b61858907c203b76:
Merge tag 'bcm2835-soc-next-2017-08-15' into soc/next (2017-08-16 18:14:49 -0700)
----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoC/Kconfig changes for 4.14,
please pull the following:
- Stefan moves the BCM2836 SMP bring-up code from the irqchip driver down to
where it belongs under arch/arm/mach-bcm/. This requires us to merge parts
of the devicetree/next branch because we depend on Eric's change that relocates
the bcm2836/37 Device Tree files as well as the "enable-method" being correctly
set in the Device Tree source files.
- Danilo removes the fixed clocks introduced earlier when we did not have a
CPRMAN clock provider and in the process removes the init_machine callback
since we no longer need it.
- Phil provides a fix for the SMP bring-up code to have a "sev" (and corresponding
barrier) instruction in order to wake-up secondary cores. Future Rasperry Pi
firmware(s) will depend on this.
----------------------------------------------------------------
Danilo Krummrich (1):
clk: bcm2835: remove remains from stub clk driver
Eric Anholt (2):
ARM: dts: bcm283x: Move the BCM2837 DT contents from arm64 to arm.
Merge tag 'bcm2835-dt-next-2017-08-15' into HEAD
Florian Fainelli (3):
ARM: dts: BCM53573: Add Broadcom BCM947189ACDBMR board support
Merge tag 'bcm2835-dt-next-2017-08-07' into devicetree/next
Merge tag 'bcm2835-soc-next-2017-08-15' into soc/next
Jon Mason (3):
ARM: dts: NSP: Add dma-coherent to relevant DT entries
ARM: dts: NSP: Rearrage USB entries
ARM: dts: NSP: Add USB3 and USB3 PHY to NSP
Phil Elwell (1):
ARM: bcm2836: Send event when onlining other cores
Rafa? Mi?ecki (2):
ARM: dts: BCM5301X: Specify USB ports for each controller
ARM: dts: BCM5301X: Specify USB ports for USB LEDs of few devices
Stefan Wahren (6):
ARM: bcm283x: Define UART pinmuxing on board level
dt-bindings: bcm: Add Raspberry Pi Zero W
ARM: dts: bcm2835: Add Raspberry Pi Zero W
dt-bindings: arm: add SMP enable-method for BCM2836
ARM: dts: bcm283x: Add 32-bit enable method for SMP
irqchip: bcm2836: Move SMP startup code to arch/arm
.../devicetree/bindings/arm/bcm/brcm,bcm2835.txt | 4 +
Documentation/devicetree/bindings/arm/cpus.txt | 1 +
arch/arm/boot/dts/Makefile | 6 +-
arch/arm/boot/dts/bcm-nsp.dtsi | 59 ++++++---
arch/arm/boot/dts/bcm2835-rpi-a-plus.dts | 6 +
arch/arm/boot/dts/bcm2835-rpi-a.dts | 6 +
arch/arm/boot/dts/bcm2835-rpi-b-plus.dts | 6 +
arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts | 6 +
arch/arm/boot/dts/bcm2835-rpi-b.dts | 6 +
arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 139 +++++++++++++++++++++
arch/arm/boot/dts/bcm2835-rpi-zero.dts | 6 +
arch/arm/boot/dts/bcm2835-rpi.dtsi | 2 +-
arch/arm/boot/dts/bcm2836-rpi-2-b.dts | 6 +
arch/arm/boot/dts/bcm2836.dtsi | 1 +
arch/arm/boot/dts/bcm2837-rpi-3-b.dts | 52 +++++++-
.../dts/broadcom => arm/boot/dts}/bcm2837.dtsi | 1 +
arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts | 4 +
arch/arm/boot/dts/bcm4708-netgear-r6250.dts | 3 +
arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts | 6 +
arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts | 4 +
arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts | 5 +
arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts | 3 +
arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts | 3 +
arch/arm/boot/dts/bcm5301x.dtsi | 34 +++++
arch/arm/boot/dts/bcm947189acdbmr.dts | 97 ++++++++++++++
arch/arm/boot/dts/bcm958522er.dts | 8 ++
arch/arm/boot/dts/bcm958525er.dts | 8 ++
arch/arm/boot/dts/bcm958525xmc.dts | 8 ++
arch/arm/boot/dts/bcm958622hr.dts | 8 ++
arch/arm/boot/dts/bcm958623hr.dts | 8 ++
arch/arm/boot/dts/bcm958625hr.dts | 8 ++
arch/arm/boot/dts/bcm958625k.dts | 8 ++
arch/arm/mach-bcm/Makefile | 5 +
arch/arm/mach-bcm/board_bcm2835.c | 7 --
arch/arm/mach-bcm/platsmp.c | 38 ++++++
arch/arm64/boot/dts/broadcom/bcm2835-rpi.dtsi | 1 -
arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts | 42 +------
.../boot/dts/broadcom/bcm283x-rpi-smsc9514.dtsi | 1 -
.../boot/dts/broadcom/bcm283x-rpi-usb-host.dtsi | 1 -
arch/arm64/boot/dts/broadcom/bcm283x.dtsi | 1 -
drivers/clk/bcm/clk-bcm2835-aux.c | 1 -
drivers/clk/bcm/clk-bcm2835.c | 30 -----
drivers/irqchip/irq-bcm2836.c | 79 +-----------
include/linux/clk/bcm2835.h | 24 ----
include/linux/irqchip/irq-bcm2836.h | 70 +++++++++++
45 files changed, 620 insertions(+), 202 deletions(-)
create mode 100644 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts
rename arch/{arm64/boot/dts/broadcom => arm/boot/dts}/bcm2837.dtsi (96%)
create mode 100644 arch/arm/boot/dts/bcm947189acdbmr.dts
delete mode 120000 arch/arm64/boot/dts/broadcom/bcm2835-rpi.dtsi
delete mode 120000 arch/arm64/boot/dts/broadcom/bcm283x-rpi-smsc9514.dtsi
delete mode 120000 arch/arm64/boot/dts/broadcom/bcm283x-rpi-usb-host.dtsi
delete mode 120000 arch/arm64/boot/dts/broadcom/bcm283x.dtsi
delete mode 100644 include/linux/clk/bcm2835.h
create mode 100644 include/linux/irqchip/irq-bcm2836.h
next parent reply other threads:[~2017-08-17 18:37 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20170817183748.1450-1-f.fainelli@gmail.com>
2017-08-17 18:37 ` Florian Fainelli [this message]
2017-08-21 22:16 ` [GIT PULL 1/6] Broadcom soc changes for 4.14 Florian Fainelli
2017-08-22 16:50 ` Stefan Wahren
2017-08-22 19:32 ` Arnd Bergmann
2017-08-17 18:37 ` [GIT PULL 2/6] Broadcom devicetree " Florian Fainelli
2017-08-18 21:00 ` Arnd Bergmann
2017-08-17 18:37 ` [GIT PULL 3/6] Broadcom devicetree-arm64 " Florian Fainelli
2017-08-18 20:45 ` Arnd Bergmann
2017-08-17 18:37 ` [GIT PULL 4/6] Broadcom defconfig " Florian Fainelli
2017-08-18 20:29 ` Arnd Bergmann
2017-08-17 18:37 ` [GIT PULL 5/6] Broadcom defconfig-arm64 " Florian Fainelli
2017-08-18 21:59 ` Arnd Bergmann
2017-08-17 18:37 ` [GIT PULL 6/6] Broadcom drivers " Florian Fainelli
2017-08-18 21:58 ` Arnd Bergmann
2017-08-18 22:35 ` Florian Fainelli
2017-08-19 20:34 ` Arnd Bergmann
2017-08-19 23:07 ` Florian Fainelli
2017-08-24 19:43 ` [GIT PULL 1/6 V2] Broadcom soc " Florian Fainelli
2017-09-15 23:56 ` Florian Fainelli
2017-08-25 0:56 ` [GIT PULL 6/6 V2] Broadcom drivers " Florian Fainelli
2017-09-06 0:55 ` 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=20170817183748.1450-2-f.fainelli@gmail.com \
--to=f.fainelli@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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).