mbox series

[0/4] soc/fsl/qbman: DPAA QBMan fixes and additions

Message ID 1537456011-10769-1-git-send-email-madalin.bucur@nxp.com (mailing list archive)
Headers show
Series soc/fsl/qbman: DPAA QBMan fixes and additions | expand

Message

Madalin Bucur Sept. 20, 2018, 3:06 p.m. UTC
This patch set brings a number of fixes and the option to control
the QMan portal interrupt coalescing.

Madalin Bucur (1):
  soc/fsl_qbman: export coalesce change API

Roy Pledge (3):
  soc/fsl/qbman: Check if CPU is offline when initializing portals
  soc/fsl/qbman: Add 64 bit DMA addressing requirement to QBMan
  soc/fsl/qbman: Use last response to determine valid bit

 drivers/soc/fsl/qbman/Kconfig |  2 +-
 drivers/soc/fsl/qbman/bman.c  | 17 ++++++++---
 drivers/soc/fsl/qbman/qman.c  | 65 ++++++++++++++++++++++++++++++++++++++-----
 include/soc/fsl/qman.h        | 27 ++++++++++++++++++
 4 files changed, 99 insertions(+), 12 deletions(-)