linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: f.fainelli@gmail.com (Florian Fainelli)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/6 V2] Broadcom soc changes for 4.14
Date: Thu, 24 Aug 2017 12:43:26 -0700	[thread overview]
Message-ID: <20170824194326.29202-1-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 c9351923600e073083fc378c870c593cf98dd551:

  Merge tag 'bcm2835-soc-next-2017-08-24' into soc/next (2017-08-24 11:47:29 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoC arch/ changes for 4.14,
please pull the following:

- Danilo removes the clock provider driver stubs which are no longer needed
  now that we have a proper CPRMAN clock provider driver

- Stefan moves the SMP startup code for BCM2836 from the interrupt controller
  driver down to where it belongs in the architecture code, this was requested
  by Marc Zyngier before comitting any fixes to that code

- Phil provides a fix for a future Raspberry Pi firmware which will make the
  secondary cores wait for an event and therefore requires the CPU onlining
  other cores to send such event (along with the appropriate barrier)

----------------------------------------------------------------
Danilo Krummrich (1):
      clk: bcm2835: remove remains from stub clk driver

Florian Fainelli (1):
      Merge tag 'bcm2835-soc-next-2017-08-24' into soc/next

Phil Elwell (1):
      ARM: bcm2836: Send event when onlining other cores

Stefan Wahren (1):
      irqchip: bcm2836: Move SMP startup code to arch/arm (v2)

 arch/arm/mach-bcm/Makefile          |  5 +++
 arch/arm/mach-bcm/board_bcm2835.c   | 11 ++----
 arch/arm/mach-bcm/platsmp.c         | 38 ++++++++++++++++++
 arch/arm/mach-bcm/platsmp.h         | 10 +++++
 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 ++++++++++++++++++++++++++++++++
 9 files changed, 129 insertions(+), 139 deletions(-)
 create mode 100644 arch/arm/mach-bcm/platsmp.h
 delete mode 100644 include/linux/clk/bcm2835.h
 create mode 100644 include/linux/irqchip/irq-bcm2836.h

  parent reply	other threads:[~2017-08-24 19:43 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 ` [GIT PULL 1/6] Broadcom soc changes for 4.14 Florian Fainelli
2017-08-21 22:16   ` 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 ` Florian Fainelli [this message]
2017-09-15 23:56   ` [GIT PULL 1/6 V2] Broadcom soc " 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=20170824194326.29202-1-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).