mbox series

[v2,0/2] soc: fsl: dpio: cleanup on the remove path

Message ID 1543922408-22950-1-git-send-email-ioana.ciornei@nxp.com (mailing list archive)
Headers show
Series soc: fsl: dpio: cleanup on the remove path | expand

Message

Ioana Ciornei Dec. 4, 2018, 11:20 a.m. UTC
This patch series cleans up the remove path in the dpio driver so that
successive bind/unbind commands behave properly.

Changes in v2:
  - added kernel-doc comment to the dpaa2_io_get_cpu function

Ioana Ciornei (2):
  soc: fsl: dpio: cleanup the cpu array on dpaa2_io_down
  soc: fsl: dpio: use a cpumask to identify which cpus are unused

 drivers/soc/fsl/dpio/dpio-driver.c  | 25 ++++++++++++++++---------
 drivers/soc/fsl/dpio/dpio-service.c | 18 ++++++++++++++++++
 include/soc/fsl/dpaa2-io.h          |  2 ++
 3 files changed, 36 insertions(+), 9 deletions(-)