linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] bcm2835-soc-next-2017-08-24
@ 2017-08-24 18:42 Eric Anholt
  2017-08-24 18:52 ` Florian Fainelli
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Anholt @ 2017-08-24 18:42 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list, Eric Anholt

Hi Florian,

Here's the new PR for the soc-next code, with the rewrite so that we
can drop the DT merge.  I think we can rewind soc-next to 4.13-rc1 and
merge this instead.

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

  git://github.com/anholt/linux tags/bcm2835-soc-next-2017-08-24

for you to fetch changes up to b37f5361d22ab867fa6519a7f06b416cd46aee6c:

  ARM: bcm2836: Send event when onlining other cores (2017-08-24 11:31:55 -0700)

----------------------------------------------------------------
This pull request brings in a move of the bcm2836/7 SMP init code from
the irqchip driver to platsmp.c (general move acked by the maintainer,
v2 of the patch including a squashed in fix to prevent a dependency on
updated DT compatibles) and an added sev() to wake up the secondary
CPUs on newer firmware.  It also garbage collects some stub clock code
from before we had a proper clock driver, which has been acked by the
clk maintainers to go through the ARM trees.

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

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] bcm2835-soc-next-2017-08-24
  2017-08-24 18:42 [GIT PULL] bcm2835-soc-next-2017-08-24 Eric Anholt
@ 2017-08-24 18:52 ` Florian Fainelli
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Fainelli @ 2017-08-24 18:52 UTC (permalink / raw)
  To: Eric Anholt, Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list

On 08/24/2017 11:42 AM, Eric Anholt wrote:
> Hi Florian,
> 
> Here's the new PR for the soc-next code, with the rewrite so that we
> can drop the DT merge.  I think we can rewind soc-next to 4.13-rc1 and
> merge this instead.
> 
> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
> 
>   Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-soc-next-2017-08-24
> 
> for you to fetch changes up to b37f5361d22ab867fa6519a7f06b416cd46aee6c:
> 
>   ARM: bcm2836: Send event when onlining other cores (2017-08-24 11:31:55 -0700)
> 
> ----------------------------------------------------------------
> This pull request brings in a move of the bcm2836/7 SMP init code from
> the irqchip driver to platsmp.c (general move acked by the maintainer,
> v2 of the patch including a squashed in fix to prevent a dependency on
> updated DT compatibles) and an added sev() to wake up the secondary
> CPUs on newer firmware.  It also garbage collects some stub clock code
> from before we had a proper clock driver, which has been acked by the
> clk maintainers to go through the ARM trees.
> 
> ----------------------------------------------------------------
> Danilo Krummrich (1):
>       clk: bcm2835: remove remains from stub clk driver
> 
> Phil Elwell (1):
>       ARM: bcm2836: Send event when onlining other cores
> 
> Stefan Wahren (1):
>       irqchip: bcm2836: Move SMP startup code to arch/arm (v2)

Merged! Thanks for the quick turn around, I will get that submitted in a
few minutes.
-- 
Florian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-24 18:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-24 18:42 [GIT PULL] bcm2835-soc-next-2017-08-24 Eric Anholt
2017-08-24 18:52 ` Florian Fainelli

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).