]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/misc/mic/scif/scif_main.h
misc: mic: SCIF module initialization
authorSudeep Dutt <sudeep.dutt@intel.com>
Wed, 29 Apr 2015 12:32:33 +0000 (05:32 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 19:13:36 +0000 (12:13 -0700)
commitfb4d0e3d4fbb46fd1324545eeb086b4ba59d9750
treea39d7cc46af0efe344799e1fa1562dc21cb1ac18
parentc9d5c53db959e587d8b59c6a202e2dca741baac4
misc: mic: SCIF module initialization

SCIF module initialization, DMA mapping, ioremap wrapper APIs
and debugfs hooks. SCIF gets probed by the SCIF hardware bus
if SCIF devices were registered by base drivers. A MISC device
is registered to provide the SCIF character device interface.

Reviewed-by: Nikhil Rao <nikhil.rao@intel.com>
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mic/scif/scif_debugfs.c [new file with mode: 0644]
drivers/misc/mic/scif/scif_main.c [new file with mode: 0644]
drivers/misc/mic/scif/scif_main.h [new file with mode: 0644]
drivers/misc/mic/scif/scif_map.h [new file with mode: 0644]