mbox series

[GIT,PULL,3/6] Broadcom drivers changes for 5.3

Message ID 20190612025028.13118-3-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/6] Broadcom devicetree changes for 5.3 | expand

Pull-request

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

Message

Florian Fainelli June 12, 2019, 2:50 a.m. UTC
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e3b7472362ba5ec84642e1c8d2cc8db6781afe4a:

  memory: brcmstb: dpfe: introduce DPFE API v3 (2019-05-20 09:32:35 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM/ARM64/MIPS SoCs drivers changes
for 5.3, please pull the following:

- Markus provides a set of updates to the DPFE driver to support a new
  revision of the API to the firmware (version 3) and provides minor fixes
  about how the MR4-8 words are read for LPDDR4 devices

- Florian removes a print of a virtual address in brcmstb_gisb.c

----------------------------------------------------------------
Florian Fainelli (1):
      bus: brcmstb_gisb: Remove print of base address

Markus Mayer (9):
      memory: brcmstb: dpfe: use msleep() over udelay()
      memory: brcmstb: dpfe: optimize generic_show()
      memory: brcmstb: dpfe: use byte 3 of registers MR4-MR8
      memory: brcmstb: dpfe: remove unused code and fix formatting
      memory: brcmstb: dpfe: report firmware loading error
      memory: brcmstb: dpfe: wait for DCPU to be ready
      memory: brcmstb: dpfe: prepare support for multiple API versions
      memory: brcmstb: dpfe: prepare for API-dependent sysfs attributes
      memory: brcmstb: dpfe: introduce DPFE API v3

 drivers/bus/brcmstb_gisb.c    |   4 +-
 drivers/memory/brcmstb_dpfe.c | 317 +++++++++++++++++++++++++++++++-----------
 2 files changed, 240 insertions(+), 81 deletions(-)

Comments

Olof Johansson June 17, 2019, 11:53 a.m. UTC | #1
On Tue, Jun 11, 2019 at 07:50:25PM -0700, Florian Fainelli wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.3/drivers
> 
> for you to fetch changes up to e3b7472362ba5ec84642e1c8d2cc8db6781afe4a:
> 
>   memory: brcmstb: dpfe: introduce DPFE API v3 (2019-05-20 09:32:35 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM/ARM64/MIPS SoCs drivers changes
> for 5.3, please pull the following:
> 
> - Markus provides a set of updates to the DPFE driver to support a new
>   revision of the API to the firmware (version 3) and provides minor fixes
>   about how the MR4-8 words are read for LPDDR4 devices
> 
> - Florian removes a print of a virtual address in brcmstb_gisb.c

Merged, thanks!


-Olof