OSDN Git Service

bus: fsl-mc: dpio: add the DPAA2 DPIO object driver
authorRoy Pledge <roy.pledge@nxp.com>
Mon, 13 Mar 2017 19:02:03 +0000 (15:02 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Mar 2017 03:19:52 +0000 (11:19 +0800)
commit993fec7e11ca81bf4cce740aa1a708cad23e54e8
treed395f18d6fce520162c0cf7e3ff4207cd60927ac
parent780b626323d7212bdb03797d3160b33394f792cc
bus: fsl-mc: dpio: add the DPAA2 DPIO object driver

The DPIO driver registers with the fsl-mc bus to handle bus-related
events for DPIO objects.  Key responsibility is mapping I/O
regions, setting up interrupt handlers, and calling the DPIO
service initialization during probe.

Signed-off-by: Roy Pledge <roy.pledge@nxp.com>
Signed-off-by: Haiying Wang <haiying.wang@nxp.com>
Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/bus/dpio/Makefile
drivers/staging/fsl-mc/bus/dpio/dpio-driver.c [new file with mode: 0644]