mbox series

[GIT,PULL,2/4] Broadcom drivers changes for 5.5

Message ID 20191023212814.30622-2-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/4] Broadcom devicetree changes for 5.5 | expand

Pull-request

https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.5/drivers

Message

Florian Fainelli Oct. 23, 2019, 9:28 p.m. UTC
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.5/drivers

for you to fetch changes up to b61d3e87b6ab6f5da1ab1f825d1c75abbbebc578:

  memory: brcmstb: dpfe: Fixup API version/commands for 7211 (2019-10-18 12:11:59 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM/ARM64/MIPS based SoCs drivers
updates for 5.5, please pull the following:

- Markus updates the DPFE driver so as to support deferring the firmware
  loading process until the first sysfs attribute is accessed, in the
  process he does a bunch of cleanups and minor fixes

- Florian adds support for the DPFE on 7211 which uses a "new style" API
  v2 and makes necessary changes along the way

----------------------------------------------------------------
Florian Fainelli (2):
      memory: brcmstb: dpfe: Compute checksum at __send_command() time
      memory: brcmstb: dpfe: Fixup API version/commands for 7211

Markus Mayer (6):
      memory: brcmstb: dpfe: rename struct private_data
      memory: brcmstb: dpfe: initialize priv->dev
      memory: brcmstb: dpfe: add locking around DCPU enable/disable
      memory: brcmstb: dpfe: move init_data into brcmstb_dpfe_download_firmware()
      memory: brcmstb: dpfe: pass *priv as argument to brcmstb_dpfe_download_firmware()
      memory: brcmstb: dpfe: support for deferred firmware download

 drivers/memory/brcmstb_dpfe.c | 164 ++++++++++++++++++++++++++----------------
 1 file changed, 101 insertions(+), 63 deletions(-)