From ac4b8487a4edffc2c108aa4ecb836a2ad444a994 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Tue, 27 Apr 2010 16:21:57 -0500 Subject: rename platform to mtcdp --- io-module/mts_io.c | 6 +++--- io-tool/mts-io-sysfs-inc.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/io-module/mts_io.c b/io-module/mts_io.c index a10b6c3..6f7f559 100644 --- a/io-module/mts_io.c +++ b/io-module/mts_io.c @@ -1,5 +1,5 @@ /* - * IO Controller for the Sparkcell Platform + * IO Controller for the MTCDP Platform * * Copyright (C) 2010 by Multi-Tech Systems * @@ -44,10 +44,10 @@ #define DRIVER_VERSION "v0.2.0" #define DRIVER_AUTHOR "James Maki " -#define DRIVER_DESC "IO Controller for the SparkCell Platform" +#define DRIVER_DESC "IO Controller for the MTCDP Platform" #define DRIVER_NAME "mts-io" -#define PLATFORM_NAME "sparkcell" +#define PLATFORM_NAME "mtcdp" #if DEBUG # define dbg(fmt, args...) printk(KERN_DEBUG __FILE__ ": " fmt "\n" , ##args) diff --git a/io-tool/mts-io-sysfs-inc.sh b/io-tool/mts-io-sysfs-inc.sh index f3fde5f..7c24353 100644 --- a/io-tool/mts-io-sysfs-inc.sh +++ b/io-tool/mts-io-sysfs-inc.sh @@ -23,7 +23,7 @@ VERBOSE=false -PLATFORM_NAME=sparkcell +PLATFORM_NAME=mtcdp SYSFS_PLATFORM_DIR=/sys/devices/platform/${PLATFORM_NAME} MTS_IO_CONTROLS_STATUS_LED=true -- cgit v1.2.3