Re: [PATCH v2 00/12] mmc: use nonblock mmc requests to minimize latency

2011-04-16 Thread Shawn Guo
Hi Per, On Wed, Apr 06, 2011 at 09:07:01PM +0200, Per Forlin wrote: [...] > > Per Forlin (12): > mmc: add none blocking mmc request function > mmc: mmc_test: add debugfs file to list all tests > mmc: mmc_test: add test for none blocking transfers > mmc: add member in mmc queue struct to h

[PATCH android/device/linaro/pandaboard] Remove obsolete vold.conf

2011-04-16 Thread Jeremy Chang
Signed-off-by: Jeremy Chang --- AndroidBoard.mk |5 - vold.conf | 10 -- 2 files changed, 0 insertions(+), 15 deletions(-) delete mode 100644 vold.conf diff --git a/AndroidBoard.mk b/AndroidBoard.mk index 6bb655a..941416a 100644 --- a/AndroidBoard.mk +++ b/AndroidBoard.m

[PATCH android/device/linaro/pandaboard] Move the common package and benchmark definitions into common folder

2011-04-16 Thread Jeremy Chang
Signed-off-by: Jeremy Chang --- ZeroXBenchmark.mk | 96 - pandaboard.mk | 31 + 2 files changed, 1 insertions(+), 126 deletions(-) delete mode 100644 ZeroXBenchmark.mk diff --git a/ZeroXBenchmark.mk b/ZeroXBenchmark.mk

[PATCH android/device/linaro/beagleboard] Move the common package and benchmark definitions into common folder

2011-04-16 Thread Jeremy Chang
Signed-off-by: Jeremy Chang --- ZeroXBenchmark.mk | 96 - beagleboard.mk| 32 +- 2 files changed, 1 insertions(+), 127 deletions(-) delete mode 100644 ZeroXBenchmark.mk diff --git a/ZeroXBenchmark.mk b/ZeroXBenchmark.mk

[PATCH android/device/linaro/common] Add common.mk

2011-04-16 Thread Jeremy Chang
Add common.mk and ZeroXBenchmark.mk for the common part Signed-off-by: Jeremy Chang --- ZeroXBenchmark.mk | 96 + common.mk | 29 2 files changed, 125 insertions(+), 0 deletions(-) create mode 100644 ZeroXBenchmark

[PATCH android/device/linaro/beagleboard] Remove obsolete vold.conf

2011-04-16 Thread Jeremy Chang
Signed-off-by: Jeremy Chang --- AndroidBoard.mk |5 - vold.conf | 10 -- 2 files changed, 0 insertions(+), 15 deletions(-) delete mode 100644 vold.conf diff --git a/AndroidBoard.mk b/AndroidBoard.mk index 934d19a..e6c13d0 100644 --- a/AndroidBoard.mk +++ b/AndroidBoard.m

[PATCH 1/1] arm: pmu: support pmu/perf on OMAP4

2011-04-16 Thread Avik Sil
This patch fixes the bug #702999 (oprofile failure on panda (omap4)). It is based on [1] that fixes the issue by enabling pmu events for omap4, which are routed from CTI. The patch attached is a modified version of [1] with removal of some CTI register reads that cause hang in the initial phase