mbox series

[GIT,PULL,2/3] Broadcom drivers fixes for 5.2

Message ID 20190520182648.1063-2-f.fainelli@gmail.com (mailing list archive)
State Mainlined, archived
Commit 6b23af0783a54efb348f0bd781b7850636023dbb
Headers show
Series [GIT,PULL,1/3] Broadcom devicetree fixes for 5.2 | expand

Pull-request

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

Message

Florian Fainelli May 20, 2019, 6:26 p.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.2/drivers-fixes

for you to fetch changes up to 6b23af0783a54efb348f0bd781b7850636023dbb:

  soc: bcm: brcmstb: biuctrl: Register writes require a barrier (2019-05-20 09:27:50 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM/ARM64/MIPS SoCs device drivers
fixes for 5.2-rc1, please pull the following:

- Florian fixes the biuctrl driver not to create an error condition/path
  upon unsupported CPU and also fixes the biuctrl driver writes to used
  a data barrier which is necessary given the HW block design

----------------------------------------------------------------
Florian Fainelli (2):
      soc: brcmstb: Fix error path for unsupported CPUs
      soc: bcm: brcmstb: biuctrl: Register writes require a barrier

 drivers/soc/bcm/brcmstb/biuctrl.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Olof Johansson June 16, 2019, 8:25 p.m. UTC | #1
On Mon, May 20, 2019 at 11:26 AM Florian Fainelli <f.fainelli@gmail.com> 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.2/drivers-fixes
>

Merged, thanks!

-Olof