misc: mic: SCIF open close bind and listen APIs
authorSudeep Dutt <sudeep.dutt@intel.com>
Wed, 29 Apr 2015 12:32:35 +0000 (05:32 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 19:13:36 +0000 (12:13 -0700)
commite9089f43c9a79fe97e242de8b5530eceeb5ae8b5
treeddb7809de2ea3774576ad05edd622810f1bd0319
parent40cb59428c842e6f14be1fe0cb8cfa295080c2e5
misc: mic: SCIF open close bind and listen APIs

SCIF character device file operations and kernel APIs for opening and
closing a user and kernel mode SCIF endpoint. This patch also enables
binding to a SCIF port and listening for incoming SCIF connections.

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/Kconfig
drivers/misc/mic/Makefile
drivers/misc/mic/scif/Makefile [new file with mode: 0644]
drivers/misc/mic/scif/scif_api.c [new file with mode: 0644]
drivers/misc/mic/scif/scif_epd.c [new file with mode: 0644]
drivers/misc/mic/scif/scif_epd.h [new file with mode: 0644]
drivers/misc/mic/scif/scif_fd.c [new file with mode: 0644]
drivers/misc/mic/scif/scif_main.h
drivers/misc/mic/scif/scif_nodeqp.h
drivers/misc/mic/scif/scif_ports.c [new file with mode: 0644]