linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] Broadcom soc changes for 4.15 (part 1)
@ 2017-09-25 19:01 Florian Fainelli
  2017-09-25 19:01 ` [GIT PULL 2/2] Broadcom drivers " Florian Fainelli
  2017-10-19 16:08 ` [GIT PULL 1/2] Broadcom soc " Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Florian Fainelli @ 2017-09-25 19:01 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.15/soc

for you to fetch changes up to c14963521502b237a6817aceda6f3379296db75c:

  ARM: brcmstb: Add appropriate ARM_BE8() macros for swapping (2017-09-25 11:56:04 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoC/Kconfig changes for 4.15
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)

- Florian fixes the BRCMSTB UART debug stub to work correctly when using an
  ARM BE8 kernel since there were some missing register read swapping needed

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

Florian Fainelli (2):
      Merge tag 'bcm2835-soc-next-2017-08-24' into soc/next
      ARM: brcmstb: Add appropriate ARM_BE8() macros for swapping

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/include/debug/brcmstb.S    |  3 ++
 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 ++++++++++++++++++++++++++++++++
 10 files changed, 132 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] 4+ messages in thread

* [GIT PULL 2/2] Broadcom drivers changes for 4.15 (part 1)
  2017-09-25 19:01 [GIT PULL 1/2] Broadcom soc changes for 4.15 (part 1) Florian Fainelli
@ 2017-09-25 19:01 ` Florian Fainelli
  2017-10-20 20:27   ` Arnd Bergmann
  2017-10-19 16:08 ` [GIT PULL 1/2] Broadcom soc " Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Florian Fainelli @ 2017-09-25 19:01 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.15/drivers

for you to fetch changes up to 0e9b11413262ef3d64273e15f7631d9836c53c1a:

  soc bcm: brcmstb: Add support for S2/S3/S5 suspend states (MIPS) (2017-09-25 11:47:14 -0700)

----------------------------------------------------------------
This pull requests contains Broadcom SoCs drivers updates for 4.15, please pull
the following:

- Markus adds support for the Broadcom STB DDR PHY frontend which supports
  dynamic firmware loading and offers the ability to respond with DRAM refresh
  rates. He also adds a proper documentation binding document for that
  peripheral

- Brian adds support for S2/S3/S5 system suspend/resume modes on ARM-based SoCs
  which is not new but had been lingering for a long time.

- Justin adds S2/S3 system suspend/resume modes on MIPS-based SoCs which is a
  bit new newer and builds on top of the ARM-based support.

- Florian adds Device Tree binding documents for both ARM and MIPS based systems
  describing the necessary nodes for S2/S3/S5 on these SoCs.

(This pull request somehow missed the 4.14 merge window and is now being sent again
for 4.15 along with build fixes from Arnd).

----------------------------------------------------------------
Brian Norris (1):
      soc: bcm: brcmstb: Add support for S2/S3/S5 suspend states (ARM)

Florian Fainelli (2):
      dt-bindings: ARM: brcmstb: Update Broadcom STB Power Management binding
      dt-bindings: Document MIPS Broadcom STB power management nodes

Justin Chen (1):
      soc bcm: brcmstb: Add support for S2/S3/S5 suspend states (MIPS)

Markus Mayer (2):
      dt-bindings: Add bindings for Broadcom STB DRAM Sensors
      memory: brcmstb: Add driver for DPFE

 .../devicetree/bindings/arm/bcm/brcm,brcmstb.txt   |   6 +-
 .../bindings/memory-controllers/brcm,dpfe-cpu.txt  |  27 +
 .../devicetree/bindings/mips/brcm/soc.txt          | 153 ++++
 MAINTAINERS                                        |   8 +
 drivers/memory/Makefile                            |   1 +
 drivers/memory/brcmstb_dpfe.c                      | 701 ++++++++++++++++++
 drivers/soc/bcm/Kconfig                            |   2 +
 drivers/soc/bcm/brcmstb/Kconfig                    |  10 +
 drivers/soc/bcm/brcmstb/Makefile                   |   1 +
 drivers/soc/bcm/brcmstb/pm/Makefile                |   3 +
 drivers/soc/bcm/brcmstb/pm/aon_defs.h              | 113 +++
 drivers/soc/bcm/brcmstb/pm/pm-arm.c                | 822 +++++++++++++++++++++
 drivers/soc/bcm/brcmstb/pm/pm-mips.c               | 461 ++++++++++++
 drivers/soc/bcm/brcmstb/pm/pm.h                    |  89 +++
 drivers/soc/bcm/brcmstb/pm/s2-arm.S                |  76 ++
 drivers/soc/bcm/brcmstb/pm/s2-mips.S               | 200 +++++
 drivers/soc/bcm/brcmstb/pm/s3-mips.S               | 146 ++++
 17 files changed, 2818 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.txt
 create mode 100644 drivers/memory/brcmstb_dpfe.c
 create mode 100644 drivers/soc/bcm/brcmstb/Kconfig
 create mode 100644 drivers/soc/bcm/brcmstb/pm/Makefile
 create mode 100644 drivers/soc/bcm/brcmstb/pm/aon_defs.h
 create mode 100644 drivers/soc/bcm/brcmstb/pm/pm-arm.c
 create mode 100644 drivers/soc/bcm/brcmstb/pm/pm-mips.c
 create mode 100644 drivers/soc/bcm/brcmstb/pm/pm.h
 create mode 100644 drivers/soc/bcm/brcmstb/pm/s2-arm.S
 create mode 100644 drivers/soc/bcm/brcmstb/pm/s2-mips.S
 create mode 100644 drivers/soc/bcm/brcmstb/pm/s3-mips.S

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

* [GIT PULL 1/2] Broadcom soc changes for 4.15 (part 1)
  2017-09-25 19:01 [GIT PULL 1/2] Broadcom soc changes for 4.15 (part 1) Florian Fainelli
  2017-09-25 19:01 ` [GIT PULL 2/2] Broadcom drivers " Florian Fainelli
@ 2017-10-19 16:08 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2017-10-19 16:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Sep 25, 2017 at 9:01 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
>
>   Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
>
> are available in the git repository at:
>
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.15/soc
>
> for you to fetch changes up to c14963521502b237a6817aceda6f3379296db75c:
>
>   ARM: brcmstb: Add appropriate ARM_BE8() macros for swapping (2017-09-25 11:56:04 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoC/Kconfig changes for 4.15
> 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)
>
> - Florian fixes the BRCMSTB UART debug stub to work correctly when using an
>   ARM BE8 kernel since there were some missing register read swapping needed
>

Pulled into next/soc, thanks!

        Arnd

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

* [GIT PULL 2/2] Broadcom drivers changes for 4.15 (part 1)
  2017-09-25 19:01 ` [GIT PULL 2/2] Broadcom drivers " Florian Fainelli
@ 2017-10-20 20:27   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2017-10-20 20:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Sep 25, 2017 at 9:01 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> This pull requests contains Broadcom SoCs drivers updates for 4.15, please pull
> the following:
>
> - Markus adds support for the Broadcom STB DDR PHY frontend which supports
>   dynamic firmware loading and offers the ability to respond with DRAM refresh
>   rates. He also adds a proper documentation binding document for that
>   peripheral
>
> - Brian adds support for S2/S3/S5 system suspend/resume modes on ARM-based SoCs
>   which is not new but had been lingering for a long time.
>
> - Justin adds S2/S3 system suspend/resume modes on MIPS-based SoCs which is a
>   bit new newer and builds on top of the ARM-based support.
>
> - Florian adds Device Tree binding documents for both ARM and MIPS based systems
>   describing the necessary nodes for S2/S3/S5 on these SoCs.
>
> (This pull request somehow missed the 4.14 merge window and is now being sent again
> for 4.15 along with build fixes from Arnd).

Pulled into next/drivers, thanks!

        Arnd

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

end of thread, other threads:[~2017-10-20 20:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-25 19:01 [GIT PULL 1/2] Broadcom soc changes for 4.15 (part 1) Florian Fainelli
2017-09-25 19:01 ` [GIT PULL 2/2] Broadcom drivers " Florian Fainelli
2017-10-20 20:27   ` Arnd Bergmann
2017-10-19 16:08 ` [GIT PULL 1/2] Broadcom soc " Arnd Bergmann

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