summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/nvec/nvec_private.h
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2009-12-16 18:15:33 -0800
committerGary King <gking@nvidia.com>2009-12-16 19:00:56 -0800
commita3b0a82b33de621396c4d232b73fbe99cc59fe7d (patch)
treec60c8f1f07fa982bb5ae828ff097d7cf07bc0e0c /arch/arm/mach-tegra/nvec/nvec_private.h
parent9e07905c40e642bb8aa47c4e903869f84da9bee8 (diff)
tegra: use new I2C slave mode for NvEc, enable user-space ioctls for NvEc
implements user-space (ioctl'd) access to NvEc dispatcher switches the I2C transport on Tegra 2 to use the new slave mode, which should provide more stable communication
Diffstat (limited to 'arch/arm/mach-tegra/nvec/nvec_private.h')
-rw-r--r--arch/arm/mach-tegra/nvec/nvec_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/nvec/nvec_private.h b/arch/arm/mach-tegra/nvec/nvec_private.h
index b773fe5a815a..ac2fc811b62a 100644
--- a/arch/arm/mach-tegra/nvec/nvec_private.h
+++ b/arch/arm/mach-tegra/nvec/nvec_private.h
@@ -203,6 +203,7 @@ typedef struct NvEcPrivStateRec
/* thread handle which sends "pings" to the EC */
NvOsThreadHandle hPingThread;
NvOsSemaphoreHandle hPingSema;
+ NvBool exitPingThread;
} NvEcPrivState;