mbox series

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

Message ID 1541410219-9943-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 Nov. 5, 2018, 9:30 a.m. UTC
This patch series cleans up the remove path in the dpio driver so that
successive bind/unbind commands behave properly.

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 | 11 +++++++++++
 include/soc/fsl/dpaa2-io.h          |  2 ++
 3 files changed, 29 insertions(+), 9 deletions(-)

Comments

Roy Pledge Nov. 12, 2018, 4:03 p.m. UTC | #1
On 11/5/2018 4:30 AM, Ioana Ciornei wrote:
> This patch series cleans up the remove path in the dpio driver so that
> successive bind/unbind commands behave properly.
>
> 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 | 11 +++++++++++
>  include/soc/fsl/dpaa2-io.h          |  2 ++
>  3 files changed, 29 insertions(+), 9 deletions(-)
>
Reviewed-by: Roy Pledge <roy.pledge@nxp.com>