]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdf7378e0780c6185491112c58a3f323fa2c5452a
treed53549166190fb85bb173a4a468bd897037b8577
parent16293acdf11fcddc16062fd7e5ad5c00952a6900
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]