Staging: sep: Introduce sep driver
authorMark Allyn <mark.a.allyn@intel.com>
Wed, 17 Nov 2010 23:45:36 +0000 (15:45 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 20 Nov 2010 01:20:40 +0000 (17:20 -0800)
commit4856ab33eb5c33bdf17a5a1bd8d720bffe5f6110
treed53549166190fb85bb173a4a468bd897037b8577
parentd948d5f96a4b5923599a7a657dbbd8660b0f9fa5
Staging: sep: Introduce sep driver

This driver is for the Security Processor, a dedicated encryption
and decryption driver that is used on the Intel mobile platform.

This has been checked with checkpatch and there are four
warnings for lines over 80 charactors.

There is one compile warning. This is for a function that is
only used if the rar register driver is needed. There is an
ifdef in a header file that stubs out the rar register driver
if the rar register is not configured.

This driver does add a configuration, which is CONFIG_DX_SEP.

Signed-off-by: Mark Allyn <mark.a.allyn@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/sep/Kconfig [new file with mode: 0644]
drivers/staging/sep/Makefile [new file with mode: 0644]
drivers/staging/sep/TODO [new file with mode: 0644]
drivers/staging/sep/sep_dev.h [new file with mode: 0644]
drivers/staging/sep/sep_driver.c [new file with mode: 0644]
drivers/staging/sep/sep_driver_api.h [new file with mode: 0644]
drivers/staging/sep/sep_driver_config.h [new file with mode: 0644]
drivers/staging/sep/sep_driver_hw_defs.h [new file with mode: 0644]