mbox series

[GIT,PULL] fixes for soc/fsl drivers for v5.0

Message ID 20190118232250.22570-1-leoyang.li@nxp.com (mailing list archive)
State Mainlined, archived
Commit 89857a8a5c89a406b967ab2be7bd2ccdbe75e73d
Headers show
Series [GIT,PULL] fixes for soc/fsl drivers for v5.0 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-fix-v5.0

Message

Leo Li Jan. 18, 2019, 11:22 p.m. UTC
Hi arm-soc maintainers,

Please merge the following fix for soc/fsl drivers.

Regards,
Leo


The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-fix-v5.0

for you to fetch changes up to 89857a8a5c89a406b967ab2be7bd2ccdbe75e73d:

  soc: fsl: qbman: avoid race in clearing QMan interrupt (2019-01-18 16:48:35 -0600)

----------------------------------------------------------------
soc/fsl fixes for v5.0

- qbman: avoid missing interrupts by only clearing processed events

----------------------------------------------------------------
Madalin Bucur (1):
      soc: fsl: qbman: avoid race in clearing QMan interrupt

 drivers/soc/fsl/qbman/qman.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Comments

Arnd Bergmann Jan. 30, 2019, 10:15 a.m. UTC | #1
On Sat, Jan 19, 2019 at 12:22 AM Li Yang <leoyang.li@nxp.com> wrote:
>
> ----------------------------------------------------------------
> soc/fsl fixes for v5.0
>
> - qbman: avoid missing interrupts by only clearing processed events
>
> ----------------------------------------------------------------
> Madalin Bucur (1):
>       soc: fsl: qbman: avoid race in clearing QMan interrupt

Pulled into arm/fixes, thanks!

    Arnd