Patch set for Restricted Access Region Register driver

From: Mark Allyn
Date: Fri Feb 05 2010 - 13:45:06 EST


The following six patches are for the Restricted Access Region
Register (rar_register) driver.

This driver is for the Intel MID platform.

Restricted access regions are regions of memory that can be
locked so that the x86 processor cannot access them. However,
peripheral devices with DMA can access them.

Restricted access regions are used to protect sensitive
information from access by unauthorized software running
on the x86 processor.

The scenario is that encrypted information is presented to
an encryption/decryption device. That device in turn does
decryption of the information and places into one of the
restricted access regions. Another device can then access
and use the decrypted information. The x86 processor, however,
cannot see that data.

The rar_register driver provides address information for the
individual restricted access regions to other device driver
that need to use the regions.

The rar_register also locks restricted access regions upon
request by other device drivers.

The rar_register device does not interact with user space
processes at all. It only ineracts with other device driver.

There are six patches:

1 renaming driver to rar_register
2 renaming directory to rar_register
3 provide better explanation in Kconfig
4 fix checkpatch errors and debug header file
5 fix checkpatch errors and debug program file
6 add suspend and resume functions

Patches 1 and 2 are for renaming the driver from
rar to rar_register. They do not fix checkpatch issues.

A sucessful build was completed following all of these
patches.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/