From: dudl@cypress.com
To: ccross@android.com, konkers@android.com, olof@lixom.net,
linux@arm.linux.org.uk, linux-tegra@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Cc: vb+kernel@google.com, msb@chromium.org, olofj@chromium.org,
chromium-os-reviews@chromium.org
Subject: update cyapa_i2c_platfrom_data, remove relative mode supporting. (issue6902105)
Date: Thu, 28 Apr 2011 07:00:50 +0000 [thread overview]
Message-ID: <90e6ba3fd225155e1504a1f51e79@google.com> (raw)
Reviewers: ccross_android.com, konkers_android.com, olof_lixom.net,
linux_arm.linux.org.uk, linux-tegra_vger.kernel.org,
linux-arm-kernel_lists.infradead.org, linux-kernel_vger.kernel.org, Micah
C, dudl, dso_cypress.com,
Description:
update cyapa_i2c_platfrom_data, remove relative mode supporting.
Change-Id: Ic9fb8f11c8a4343ff7746f6f885e26d22e773830
Signed-off-by: Du, Dudley <dudl@cypress.com>
R=ccross@android.com,konkers@android.com,olof@lixom.net,linux@arm.linux.org.uk,linux-tegra@vger.kernel.org,linux-arm-kernel@lists.infradead.org,linux-kernel@vger.kernel.org,micahc@google.com,dudl@cypress.com,dso@cypress.com
BUG=
TEST=test on kaen board
1. becasuse relative mode is removed from cyapa driver, so setting for using
relative or absolute mode are also removed in platform data.
Please review this at http://codereview.chromium.org/6902105/
SVN Base: http://git.chromium.org/git/kernel-next.git@chromeos-2.6.38
Affected files:
M arch/arm/mach-tegra/board-seaboard.c
Index: arch/arm/mach-tegra/board-seaboard.c
diff --git a/arch/arm/mach-tegra/board-seaboard.c
b/arch/arm/mach-tegra/board-seaboard.c
index
090ae201153aa6fdb87f7095e9b43ec65aa183d9..b52eec18d314ec75bb4a551baf3b19fce0ad274a
100644
--- a/arch/arm/mach-tegra/board-seaboard.c
+++ b/arch/arm/mach-tegra/board-seaboard.c
@@ -206,8 +206,6 @@ static struct cyapa_platform_data
cyapa_i2c_platform_data = {
.flag = 0,
.gen = CYAPA_GEN2,
.power_state = CYAPA_PWR_ACTIVE,
- .use_absolute_mode = false,
- .use_polling_mode = false,
.polling_interval_time_active = CYAPA_ACTIVE_POLLING_INTVAL_TIME,
.polling_interval_time_lowpower = CYAPA_LOWPOWER_POLLING_INTVAL_TIME,
.active_touch_timeout = CYAPA_ACTIVE_TOUCH_TIMEOUT,
WARNING: multiple messages have this Message-ID (diff)
From: dudl@cypress.com (dudl at cypress.com)
To: linux-arm-kernel@lists.infradead.org
Subject: update cyapa_i2c_platfrom_data, remove relative mode supporting. (issue6902105)
Date: Thu, 28 Apr 2011 07:00:50 +0000 [thread overview]
Message-ID: <90e6ba3fd225155e1504a1f51e79@google.com> (raw)
Reviewers: ccross_android.com, konkers_android.com, olof_lixom.net,
linux_arm.linux.org.uk, linux-tegra_vger.kernel.org,
linux-arm-kernel_lists.infradead.org, linux-kernel_vger.kernel.org, Micah
C, dudl, dso_cypress.com,
Description:
update cyapa_i2c_platfrom_data, remove relative mode supporting.
Change-Id: Ic9fb8f11c8a4343ff7746f6f885e26d22e773830
Signed-off-by: Du, Dudley <dudl@cypress.com>
R=ccross at android.com,konkers at android.com,olof at lixom.net,linux at arm.linux.org.uk,linux-tegra at vger.kernel.org,linux-arm-kernel at lists.infradead.org,linux-kernel at vger.kernel.org,micahc at google.com,dudl at cypress.com,dso at cypress.com
BUG=
TEST=test on kaen board
1. becasuse relative mode is removed from cyapa driver, so setting for using
relative or absolute mode are also removed in platform data.
Please review this at http://codereview.chromium.org/6902105/
SVN Base: http://git.chromium.org/git/kernel-next.git at chromeos-2.6.38
Affected files:
M arch/arm/mach-tegra/board-seaboard.c
Index: arch/arm/mach-tegra/board-seaboard.c
diff --git a/arch/arm/mach-tegra/board-seaboard.c
b/arch/arm/mach-tegra/board-seaboard.c
index
090ae201153aa6fdb87f7095e9b43ec65aa183d9..b52eec18d314ec75bb4a551baf3b19fce0ad274a
100644
--- a/arch/arm/mach-tegra/board-seaboard.c
+++ b/arch/arm/mach-tegra/board-seaboard.c
@@ -206,8 +206,6 @@ static struct cyapa_platform_data
cyapa_i2c_platform_data = {
.flag = 0,
.gen = CYAPA_GEN2,
.power_state = CYAPA_PWR_ACTIVE,
- .use_absolute_mode = false,
- .use_polling_mode = false,
.polling_interval_time_active = CYAPA_ACTIVE_POLLING_INTVAL_TIME,
.polling_interval_time_lowpower = CYAPA_LOWPOWER_POLLING_INTVAL_TIME,
.active_touch_timeout = CYAPA_ACTIVE_TOUCH_TIMEOUT,
WARNING: multiple messages have this Message-ID (diff)
From: dudl@cypress.com
To: ccross@android.com, konkers@android.com, olof@lixom.net,
linux@arm.linux.org.uk, linux-tegra@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, micahc@google.com,
dudl@cypress.com, dso@cypress.com
Cc: chromium-os-reviews@chromium.org, vb+kernel@google.com,
msb@chromium.org, olofj@chromium.org
Subject: update cyapa_i2c_platfrom_data, remove relative mode supporting. (issue6902105)
Date: Thu, 28 Apr 2011 07:00:50 +0000 [thread overview]
Message-ID: <90e6ba3fd225155e1504a1f51e79@google.com> (raw)
Reviewers: ccross_android.com, konkers_android.com, olof_lixom.net,
linux_arm.linux.org.uk, linux-tegra_vger.kernel.org,
linux-arm-kernel_lists.infradead.org, linux-kernel_vger.kernel.org, Micah
C, dudl, dso_cypress.com,
Description:
update cyapa_i2c_platfrom_data, remove relative mode supporting.
Change-Id: Ic9fb8f11c8a4343ff7746f6f885e26d22e773830
Signed-off-by: Du, Dudley <dudl@cypress.com>
R=ccross@android.com,konkers@android.com,olof@lixom.net,linux@arm.linux.org.uk,linux-tegra@vger.kernel.org,linux-arm-kernel@lists.infradead.org,linux-kernel@vger.kernel.org,micahc@google.com,dudl@cypress.com,dso@cypress.com
BUG=
TEST=test on kaen board
1. becasuse relative mode is removed from cyapa driver, so setting for using
relative or absolute mode are also removed in platform data.
Please review this at http://codereview.chromium.org/6902105/
SVN Base: http://git.chromium.org/git/kernel-next.git@chromeos-2.6.38
Affected files:
M arch/arm/mach-tegra/board-seaboard.c
Index: arch/arm/mach-tegra/board-seaboard.c
diff --git a/arch/arm/mach-tegra/board-seaboard.c
b/arch/arm/mach-tegra/board-seaboard.c
index
090ae201153aa6fdb87f7095e9b43ec65aa183d9..b52eec18d314ec75bb4a551baf3b19fce0ad274a
100644
--- a/arch/arm/mach-tegra/board-seaboard.c
+++ b/arch/arm/mach-tegra/board-seaboard.c
@@ -206,8 +206,6 @@ static struct cyapa_platform_data
cyapa_i2c_platform_data = {
.flag = 0,
.gen = CYAPA_GEN2,
.power_state = CYAPA_PWR_ACTIVE,
- .use_absolute_mode = false,
- .use_polling_mode = false,
.polling_interval_time_active = CYAPA_ACTIVE_POLLING_INTVAL_TIME,
.polling_interval_time_lowpower = CYAPA_LOWPOWER_POLLING_INTVAL_TIME,
.active_touch_timeout = CYAPA_ACTIVE_TOUCH_TIMEOUT,
next reply other threads:[~2011-04-28 7:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-28 7:00 dudl [this message]
2011-04-28 7:00 ` update cyapa_i2c_platfrom_data, remove relative mode supporting. (issue6902105) dudl
2011-04-28 7:00 ` dudl at cypress.com
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=90e6ba3fd225155e1504a1f51e79@google.com \
--to=dudl@cypress.com \
--cc=ccross@android.com \
--cc=chromium-os-reviews@chromium.org \
--cc=dso@cypress.com \
--cc=konkers@android.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=micahc@google.com \
--cc=msb@chromium.org \
--cc=olof@lixom.net \
--cc=olofj@chromium.org \
--cc=vb+kernel@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.