Re: [PATCH] Revert ARM: OMAP3530evm: set pendown_state and debounce time for ads7846

2012-08-06 Thread Zumeng Chen
stuff in this weekend. Please refer to in-line comments: Regards, Zumeng This reverts commit 16aced80f6739beb2a6ff7b6f96c83ba80d331e8. Conflicts: arch/arm/mach-omap2/common-board-devices.c Solved by taking the working version prior to the above commit. Cc: Zumeng Chen zumeng.c

Re: [PATCH] Revert ARM: OMAP3530evm: set pendown_state and debounce time for ads7846

2012-08-06 Thread Zumeng Chen
于 2012年08月07日 04:52, Kevin Hilman 写道: Igor Grinberggrinb...@compulab.co.il writes: 1) The above commit introduced a common -get_pendown_state() function into the generic code, but that function was board-specific for the OMAP3EVM and thus broke most other boards using this code. 2) The above

Re: [PATCH] ARM: OMAP2+: ads7846 init: fix fault caused by freeing pen-down GPIO

2012-07-26 Thread Zumeng Chen
于 2012年07月27日 05:58, Kevin Hilman 写道: zumeng.chenzc...@windriver.com writes: On 2012年07月27日 03:30, Kevin Hilman wrote: + Zumeng Chen Igor Grinberggrinb...@compulab.co.il writes: Hi Kevin, I've just noticed that the patch has been modified by Arnd in a way that of course will trigger

[PATCH V3 0/3] Watchdog: OMAP3: bootstatus fix and changes for the current watchdog framework

2012-07-15 Thread Zumeng Chen
, if they have been updated, feel free to take these. Regards, Zumeng Chen (3): Watchdog: Omap: Changes for the new watchdog framework Watchdog: Omap: select watchdog core for framework change Watchdog: Omap: get the bootstatus for OMAP34xx arch/arm/mach-omap2/prcm.c |9 +- drivers

[PATCH v3 2/3] Watchdog: Omap: select watchdog core for framework change

2012-07-15 Thread Zumeng Chen
Since the current watchdog framework depends on the watchdog core so select it in Kconfig. Signed-off-by: Zumeng Chen zumeng.c...@windriver.com --- drivers/watchdog/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog

[PATCH v3 1/3] Watchdog: Omap: Changes for the new watchdog framework

2012-07-15 Thread Zumeng Chen
This patch implements the current watchdog framework for OMAP WDTimer, which factored out the common components, so the driver can just focus on the hardware related parts. Signed-off-by: Zumeng Chen zumeng.c...@windriver.com --- drivers/watchdog/omap_wdt.c | 342

[PATCH v3 3/3] Watchdog: Omap: get the bootstatus for OMAP34xx

2012-07-15 Thread Zumeng Chen
reboot, so that we can return WDIOF_CARDRESET if the board wakes up from omap-wdt reboot for WDIOC_GETBOOTSTATUS ioctl. Signed-off-by: Zumeng Chen zumeng.c...@windriver.com --- arch/arm/mach-omap2/prcm.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach

[PATCH RESEND V3 0/3] Watchdog: OMAP3: bootstatus fix and changes for the current watchdog framework

2012-07-15 Thread Zumeng Chen
, if they have been updated, feel free to take these. Regards, Zumeng Chen (3): Watchdog: Omap: Changes for the new watchdog framework Watchdog: Omap: select watchdog core for framework change Watchdog: Omap: get the bootstatus for OMAP34xx arch/arm/mach-omap2/prcm.c |9 +- drivers

[PATCH RESEND v3 2/3] Watchdog: Omap: select watchdog core for framework change

2012-07-15 Thread Zumeng Chen
Since the current watchdog framework depends on the watchdog core so select it in Kconfig. Signed-off-by: Zumeng Chen zumeng.c...@windriver.com --- drivers/watchdog/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog

[PATCH RESEND v3 3/3] Watchdog: Omap: get the bootstatus for OMAP34xx

2012-07-15 Thread Zumeng Chen
reboot, so that we can return WDIOF_CARDRESET if the board wakes up from omap-wdt reboot for WDIOC_GETBOOTSTATUS ioctl. Signed-off-by: Zumeng Chen zumeng.c...@windriver.com --- arch/arm/mach-omap2/prcm.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach

[PATCH RESEND v3 1/3] Watchdog: Omap: Changes for the new watchdog framework

2012-07-15 Thread Zumeng Chen
This patch implements the current watchdog framework for OMAP WDTimer, which factored out the common components, so the driver can just focus on the hardware related parts. Signed-off-by: Zumeng Chen zumeng.c...@windriver.com --- drivers/watchdog/omap_wdt.c | 342

Re: [PATCH v2 RESEND 0/3] Watchdog: OMAP: bootstatus fix for omap3 and changes for the current watchdog framework

2012-07-11 Thread Zumeng Chen
Net: cpsw Hit any key to stop autoboot: 0 U-Boot# Regards, Zumeng 于 2012年07月10日 12:17, Zumeng Chen 写道: 于 2012年07月09日 15:35, Zumeng Chen 写道: Hello, The following patches based on the 3.5-rc6 from Wim, which focus on: 1 ) bootstatus fix for omap3, 2 ) omap-wdt framework update cater

Re: [GIT PULL 2/5] omap board changes for v3.6 merge window

2012-07-10 Thread Zumeng Chen
Peter Ujfalusi (2): ARM: OMAP: board-4430sdp: MUX configuration for sys_nirq2 ARM: OMAP: board-omap4panda: MUX configuration for sys_nirq2 Tony Lindgren (1): ARM: OMAP3: Fix omap3evm randconfig error introduced by VBUS support Zumeng Chen (4): ARM: OMAP3EVM: Add NAND flash

Re: [GIT PULL 2/5] omap board changes for v3.6 merge window

2012-07-10 Thread Zumeng Chen
It seems work well now, thanks Tony and Arnd for your extra work on these patches. Regards, Zumeng 于 2012年07月11日 08:52, Zumeng Chen 写道: 于 2012年07月10日 23:34, Arnd Bergmann 写道: On Tuesday 10 July 2012, Tony Lindgren wrote: The following changes since commit

Re: [PATCH v2 0/2] Watchdog: OMAP: bootstatus fix for omap3 and changes for the current watchdog framework

2012-07-09 Thread Zumeng Chen
于 2012年07月09日 14:02, Vaibhav Hiremath 写道: On 7/9/2012 10:09 AM, Zumeng Chen wrote: Hello, The following patches based on the 3.5-rc6 from Wim, which are based on: 1 ) bootstatus fix for omap3, 2 ) omap-wdt framework update cater for the current framework as Shubhrajyoti comments

[PATCH v2 2/3] Watchdog: Omap: select watchdog core for framework change

2012-07-09 Thread Zumeng Chen
Since the current watchdog framework depends on the watchdog core so select it in Kconfig. Signed-off-by: Zumeng Chen zumeng.c...@windriver.com --- drivers/watchdog/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog

[PATCH v2 3/3] Watchdog: Omap: get the bootstatus for OMAP2Plus

2012-07-09 Thread Zumeng Chen
reboot, so that we can return WDIOF_CARDRESET if the board wakes up from omap-wdt reboot for WDIOC_GETBOOTSTATUS ioctl. Signed-off-by: Zumeng Chen zumeng.c...@windriver.com --- arch/arm/mach-omap2/prcm.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2

[PATCH v2 RESEND 0/3] Watchdog: OMAP: bootstatus fix for omap3 and changes for the current watchdog framework

2012-07-09 Thread Zumeng Chen
Hello, The following patches based on the 3.5-rc6 from Wim, which focus on: 1 ) bootstatus fix for omap3, 2 ) omap-wdt framework update cater for the current framework as Shubhrajyoti comments mentioned. Regards, Zumeng Chen (3): Watchdog: Omap: Changes for the new watchdog framework

[PATCH v2 1/3] Watchdog: Omap: Changes for the new watchdog framework

2012-07-09 Thread Zumeng Chen
This patch implements the current watchdog framework for OMAP WDTimer, which factored out the common components, so the driver can just focus on the hardware related parts. Signed-off-by: Zumeng Chen zumeng.c...@windriver.com --- drivers/watchdog/omap_wdt.c | 342

Re: [PATCH 3/3] Watchdog: Omap: get the bootstatus for OMAP2Plus

2012-07-09 Thread Zumeng Chen
于 2012年07月10日 00:40, Kevin Hilman 写道: Zumeng Chenzumeng.c...@windriver.com writes: The offset of WKUP_MOD is not right for the PRM_RSTST of OMAP3. So here put the right one to match to the actual physical addr 0x48307258, which defined in PRCM Registers section. And there is a MPU_WD_RST bit

Re: [PATCH v2 RESEND 0/3] Watchdog: OMAP: bootstatus fix for omap3 and changes for the current watchdog framework

2012-07-09 Thread Zumeng Chen
于 2012年07月09日 15:35, Zumeng Chen 写道: Hello, The following patches based on the 3.5-rc6 from Wim, which focus on: 1 ) bootstatus fix for omap3, 2 ) omap-wdt framework update cater for the current framework as Shubhrajyoti comments mentioned. I compiled a test case from the following

Re: [PATCH 3/5] ARM: omap3evm: enable VBUS switch for EHCI tranceiver

2012-07-08 Thread Zumeng Chen
于 2012年07月06日 16:41, Tony Lindgren 写道: * Sergei Shtylyovsshtyl...@mvista.com [120620 05:10]: On 20-06-2012 13:14, Zumeng Chen wrote: This will set TWL4030.GPIO2 as output pin to drive EHCI tranceiver. ... + /* Enable VBUS switch by setting TWL4030.GPIO2DIR as output

[PATCH 1/3] Watchdog: Omap: Changes for the new watchdog framework

2012-07-08 Thread Zumeng Chen
This patch implements the current watchdog framework for OMAP WDTimer, which factored out the common components, so the driver can just focus on the hardware related parts. Signed-off-by: Zumeng Chen zumeng.c...@windriver.com --- drivers/watchdog/omap_wdt.c | 338

[PATCH v2 0/2] Watchdog: OMAP: bootstatus fix for omap3 and changes for the current watchdog framework

2012-07-08 Thread Zumeng Chen
Hello, The following patches based on the 3.5-rc6 from Wim, which are based on: 1 ) bootstatus fix for omap3, 2 ) omap-wdt framework update cater for the current framework as Shubhrajyoti comments mentioned. Regards, Zumeng Linux 3.5-rc6 (2012-07-07 17:23:56 -0700) Zumeng Chen (3

[PATCH 2/3] Watchdog: Omap: select watchdog core for framework change

2012-07-08 Thread Zumeng Chen
Since the currrent watchdog framework depends on the watchdog core so select it in Kconfig. Signed-off-by: Zumeng Chen zumeng.c...@windriver.com --- drivers/watchdog/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog

[PATCH 3/3] Watchdog: Omap: get the bootstatus for OMAP2Plus

2012-07-08 Thread Zumeng Chen
WDIOF_CARDRESET if the board wakes up from omap-wdt reboot for WDIOC_GETBOOTSTATUS ioctl. Signed-off-by: Zumeng Chen zumeng.c...@windriver.com --- arch/arm/mach-omap2/prcm.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/prcm.c b/arch/arm/mach

Re: [PATCH v2 0/2] Watchdog: OMAP: bootstatus fix for omap3 and changes for the current watchdog framework

2012-07-08 Thread Zumeng Chen
: Initial timeout 0sec status= 0x1 root@ti-omap3:~# Regards, zumeng 于 2012年07月09日 12:39, Zumeng Chen 写道: Hello, The following patches based on the 3.5-rc6 from Wim, which are based on: 1 ) bootstatus fix for omap3, 2 ) omap-wdt framework update cater for the current framework

Re: [PATCH 1/1] Watchdog: OMAP3: fix wrong boot status from wdt reboot

2012-07-05 Thread Zumeng Chen
于 2012年07月05日 13:39, Shubhrajyoti 写道: Hello, On Wednesday 04 July 2012 09:27 PM, zumeng.chen wrote: To: Shubhrajyoti On 2012年07月04日 23:54, Zumeng Chen wrote: Does the following fix make sense? yes , thanks for the patch. IIRC Rajendra had a similar one. Some comments below

[PATCH 1/1] Watchdog: OMAP3: fix wrong boot status from wdt reboot

2012-07-04 Thread Zumeng Chen
from omap-wdt reboot for WDIOC_GETBOOTSTATUS. Signed-off-by: Zumeng Chen zumeng.c...@windriver.com --- arch/arm/mach-omap2/prcm.c |4 +++- drivers/watchdog/omap_wdt.c |3 +++ drivers/watchdog/omap_wdt.h |3 +++ 3 files changed, 9 insertions(+), 1 deletions(-) diff --git a/arch/arm

[PATCH 1/5] ARM: OMAP3EVM: Add NAND flash definition

2012-06-20 Thread Zumeng Chen
Signed-off-by: Vaibhav Hiremath hvaib...@ti.com Tested-by: Zumeng Chen zumeng.c...@windriver.com --- arch/arm/mach-omap2/board-omap3evm.c | 39 ++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm

[PATCH v3 0/5] ARM OMAP3530evm misc fixes

2012-06-20 Thread Zumeng Chen
noticed GPMC driver conversion v5, so this is decided by Tony, we can drop it, and I'll create a new one if needed, but obviously I'm not very proper candidate for it. Thanks all comments :-) Zumeng Chen (5): ARM: OMAP3EVM: Add NAND flash definition ARM: OMAP3EVM: Adding USB

[PATCH 2/5] ARM: OMAP3EVM: Adding USB internal LDOs board file

2012-06-20 Thread Zumeng Chen
in twl4030_platform_data since it will be added conditionally. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Zumeng Chen zumeng.c...@windriver.com --- arch/arm/mach-omap2/board-omap3evm.c | 25 + 1 files changed, 25

[PATCH 3/5] ARM: omap3evm: enable VBUS switch for EHCI tranceiver

2012-06-20 Thread Zumeng Chen
tranceiver. Signed-off-by: Zumeng Chen zumeng.c...@windriver.com --- arch/arm/mach-omap2/board-omap3evm.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c index 1bfbe42..02d8047 100644 --- a/arch

[PATCH 4/5] ARM: OMAP3EVM: cosmetic fixes for parent clk set

2012-06-20 Thread Zumeng Chen
Since it's no more sense to set parent for dummy clock, so we can just ignore it to mute failed message. Signed-off-by: Jon Hunter jon-hun...@ti.com Signed-off-by: Zumeng Chen zumeng.c...@gmail.com --- arch/arm/plat-omap/clock.c |4 drivers/mfd/omap-usb-host.c |2 +- 2 files

[PATCH 5/5] ARM: OMAP3530evm: set pendown_state and debounce time for ads7846

2012-06-20 Thread Zumeng Chen
-off-by: Zumeng Chen zumeng.c...@windriver.com --- arch/arm/mach-omap2/board-omap3evm.c |1 - arch/arm/mach-omap2/common-board-devices.c | 18 -- arch/arm/mach-omap2/common-board-devices.h |1 + 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/arch/arm

Re: [PATCH 3/5] ARM: omap3evm: enable VBUS switch for EHCI tranceiver

2012-06-20 Thread Zumeng Chen
于 2012年06月20日 20:05, Sergei Shtylyov 写道: Hello. On 20-06-2012 13:14, Zumeng Chen wrote: This was chosen by following the trace on the schematic from component U131 and U134 to the CPEN pin on the USB3320 device. TWL4030.GPIO2-...-(T2_GPIO2_3V3)U131-..nUSB2_EN-..U134-..EXP_nUSB2_1V8

Re: [PATCH 4/5] ARM: OMAP3EVM: cosmetic fixes for parent clk set

2012-06-20 Thread Zumeng Chen
于 2012年06月21日 00:00, Jon Hunter 写道: On 06/20/2012 04:14 AM, Zumeng Chen wrote: Since it's no more sense to set parent for dummy clock, so we can just ignore it to mute failed message. Signed-off-by: Jon Hunterjon-hun...@ti.com Signed-off-by: Zumeng Chenzumeng.c...@gmail.com --- arch/arm/plat

Re: [PATCH V2 5/5] Input: ads7846: set proper debounce time in driver level

2012-06-19 Thread Zumeng Chen
于 2012年06月14日 14:59, Zumeng Chen 写道: 于 2012年06月14日 14:31, Hiremath, Vaibhav 写道: On Thu, Jun 14, 2012 at 10:16:55, Zumeng Chen wrote: 于 2012年06月13日 20:18, Hiremath, Vaibhav 写道: On Wed, Jun 13, 2012 at 07:14:10, Zumeng Chen wrote: From: Zumeng Chenzumeng.c...@windriver.com If we don't set

Re: [PATCH V2 5/5] Input: ads7846: set proper debounce time in driver level

2012-06-14 Thread Zumeng Chen
于 2012年06月14日 14:31, Hiremath, Vaibhav 写道: On Thu, Jun 14, 2012 at 10:16:55, Zumeng Chen wrote: 于 2012年06月13日 20:18, Hiremath, Vaibhav 写道: On Wed, Jun 13, 2012 at 07:14:10, Zumeng Chen wrote: From: Zumeng Chenzumeng.c...@windriver.com If we don't set proper debouce time for ads7846

Re: [PATCH V2 5/5] Input: ads7846: set proper debounce time in driver level

2012-06-14 Thread Zumeng Chen
于 2012年06月14日 16:06, Igor Grinberg 写道: On 06/14/12 10:08, Zumeng Chen wrote: 于 2012年06月14日 14:44, Igor Grinberg 写道: On 06/14/12 07:46, Zumeng Chen wrote: 于 2012年06月13日 20:18, Hiremath, Vaibhav 写道: On Wed, Jun 13, 2012 at 07:14:10, Zumeng Chen wrote: From: Zumeng Chenzumeng.c

Re: [PATCH V2 1/5] ARM: OMAP3EVM: Add NAND flash definition

2012-06-13 Thread Zumeng Chen
于 2012年06月13日 15:57, Igor Grinberg 写道: On 06/13/12 04:44, Zumeng Chen wrote: From: Zumeng Chenzumeng.c...@windriver.com Signed-off-by: Vaibhav Hiremathhvaib...@ti.com Tested-by: Zumeng Chenzumeng.c...@windriver.com --- arch/arm/mach-omap2/board-omap3evm.c | 39

Re: [PATCH V2 2/5] ARM: OMAP3EVM: Adding USB internal LDOs board file

2012-06-13 Thread Zumeng Chen
于 2012年06月13日 16:16, Igor Grinberg 写道: On 06/13/12 04:44, Zumeng Chen wrote: From: Zumeng Chenzumeng.c...@windriver.com EHCI PHY requires these regulators: EVM Rev=E -- VAUX2 EVM Rev E -- VUSB1V5, VUSB1V8 Adding USB internal LDOs (vusb1v5 vusb1v8) and VAUX2 to omap3evm

Re: [PATCH V2 5/5] Input: ads7846: set proper debounce time in driver level

2012-06-13 Thread Zumeng Chen
于 2012年06月13日 15:51, Igor Grinberg 写道: On 06/13/12 04:44, Zumeng Chen wrote: From: Zumeng Chenzumeng.c...@windriver.com If we don't set proper debouce time for ads7846, then there are flooded interrupt counters of ads7846 responding to one time touch on screen, so the driver couldn't work well

Re: [PATCH V2 5/5] Input: ads7846: set proper debounce time in driver level

2012-06-13 Thread Zumeng Chen
于 2012年06月13日 20:18, Hiremath, Vaibhav 写道: On Wed, Jun 13, 2012 at 07:14:10, Zumeng Chen wrote: From: Zumeng Chenzumeng.c...@windriver.com If we don't set proper debouce time for ads7846, then there are flooded interrupt counters of ads7846 responding to one time touch on screen, so the driver

Re: [PATCH 5/5] Input: ads7846: set proper debounce time in driver level

2012-06-13 Thread Zumeng Chen
于 2012年06月13日 20:55, Tony Lindgren 写道: * Zumeng Chenzumeng.c...@gmail.com [120612 09:41]: 2012/6/12 Tony Lindgrent...@atomide.com * Zumeng Chenzumeng.c...@gmail.com [120611 07:05]: If we don't set proper debouce time for ads7846, then there are flooded interrupt counters of ads7846

[PATCH v2 0/5] ARM OMAP3530evm misc fixes for linux-omap

2012-06-12 Thread Zumeng Chen
from Jon, Igor, and Tony. Zumeng Chen (5): ARM: OMAP3EVM: Add NAND flash definition ARM: OMAP3EVM: Adding USB internal LDOs board file ARM: omap3evm: enable VBUS switch for EHCI tranceiver ARM: OMAP3EVM: cosmetic fixes for parent clk set Input: ads7846: set proper

[PATCH V2 2/5] ARM: OMAP3EVM: Adding USB internal LDOs board file

2012-06-12 Thread Zumeng Chen
From: Zumeng Chen zumeng.c...@windriver.com EHCI PHY requires these regulators: EVM Rev =E -- VAUX2 EVM Rev E -- VUSB1V5, VUSB1V8 Adding USB internal LDOs (vusb1v5 vusb1v8) and VAUX2 to omap3evm board file. Also removing vaux2_{1/2/3} supplies as they are not used on omap3

[PATCH V2 3/5] ARM: omap3evm: enable VBUS switch for EHCI tranceiver

2012-06-12 Thread Zumeng Chen
From: Zumeng Chen zumeng.c...@windriver.com This was chosen by following the trace on the schematic from component U131 and U134 to the CPEN pin on the USB3320 device. TWL4030.GPIO2-...-(T2_GPIO2_3V3)U131-..nUSB2_EN-..U134-..EXP_nUSB2_1V8 which starts EHCI tranceiver USB3320. This will set

[PATCH V2 1/5] ARM: OMAP3EVM: Add NAND flash definition

2012-06-12 Thread Zumeng Chen
From: Zumeng Chen zumeng.c...@windriver.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com Tested-by: Zumeng Chen zumeng.c...@windriver.com --- arch/arm/mach-omap2/board-omap3evm.c | 39 ++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/arch

[PATCH V2 4/5] ARM: OMAP3EVM: cosmetic fixes for parent clk set

2012-06-12 Thread Zumeng Chen
From: Zumeng Chen zumeng.c...@windriver.com Since set parent for dummy clock will dump failed message, so we can just ignore to mute it. Signed-off-by: Signed-off-by: Jon Hunter jon-hun...@ti.com Signed-off-by: Zumeng Chen zumeng.c...@gmail.com --- arch/arm/plat-omap/clock.c |4

[PATCH V2 5/5] Input: ads7846: set proper debounce time in driver level

2012-06-12 Thread Zumeng Chen
From: Zumeng Chen zumeng.c...@windriver.com If we don't set proper debouce time for ads7846, then there are flooded interrupt counters of ads7846 responding to one time touch on screen, so the driver couldn't work well. And since most OMAP3 series boards pass NULL pointer of board_pdata

[PATCH 0/5] OMAP3530evm misc fixes for linux-omap

2012-06-11 Thread Zumeng Chen
you directly into SOB(If not proper, please let me know). The series is based upon the latest linux-omap master branch from Tony (3.5-rc1). Zumeng Chen (5): ARM: OMAP3EVM: Add NAND flash definition ARM: OMAP3EVM: Adding USB internal LDOs board file ARM: omap3evm: enable VBUS switch

[PATCH 1/5] ARM: OMAP3EVM: Add NAND flash definition

2012-06-11 Thread Zumeng Chen
Signed-off-by: Vaibhav Hiremath hvaib...@ti.com Tested-by: Zumeng Chen zumeng.c...@gmail.com --- arch/arm/mach-omap2/board-omap3evm.c | 39 ++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach

[PATCH 2/5] ARM: OMAP3EVM: Adding USB internal LDOs board file

2012-06-11 Thread Zumeng Chen
in twl4030_platform_data since it will be added conditionally. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Zumeng Chen zumeng.c...@gmail.com --- arch/arm/mach-omap2/board-omap3evm.c | 27 +++ 1 files changed, 27

[PATCH 4/5] MFD: OMAP3EVM: USB: cosmetic fix to failed parent clk set

2012-06-11 Thread Zumeng Chen
A typo fix for this cosmetic change and mute a failed message from a unnecessary setting of some parent clk for usbhs_omap on OMAP3EVM. Signed-off-by: Zumeng Chen zumeng.c...@gmail.com --- drivers/mfd/omap-usb-host.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git

[PATCH 5/5] Input: ads7846: set proper debounce time in driver level

2012-06-11 Thread Zumeng Chen
it in driver level after having gpio_request done. This patch has been validated on 3530evm. Signed-off-by: Zumeng Chen zumeng.c...@gmail.com Signed-off-by: Syed Mohammed Khasim kha...@ti.com Signed-off-by: Tony Lindgren t...@atomide.com --- drivers/input/touchscreen/ads7846.c |2 ++ 1 files