Hi,
In preparation for the release of Linaro 11.07 images on 2011-07-28,
a suitable candidate has been selected for testing.
Please help our initiative by testing the official Linaro Evaluation
Build (LEB):
* Android:
http://releases.linaro.org/platform/linaro-n/android/latest/leb-panda/
* Ub
2011/7/27 Per Forlin :
> This adds support to inject data errors after a completed host transfer.
> The mmc core will return error even though the host transfer is successful.
> This simple fault injection proved to be very useful to test the
> non-blocking error handling in the mmc_blk_issue_rw_rq
This adds support to inject data errors after a completed host transfer.
The mmc core will return error even though the host transfer is successful.
This simple fault injection proved to be very useful to test the
non-blocking error handling in the mmc_blk_issue_rw_rq().
Random faults can also test
Add description on how to enable random fault injection
for MMC IO
Signed-off-by: Per Forlin
---
Documentation/fault-injection/fault-injection.txt |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Documentation/fault-injection/fault-injection.txt
b/Documentation/fault
The first version of this patch is a part of mmc non-blocking v9 patchset:
[PATCH v9 11/12] mmc: core: add random fault injection
change log:
v2 - Resolve build issue in mmc core.c due to multiple init_module by
removing the fault inject module.
- Export fault injection functions to mak
export symbols should_fail() and init_fault_attr_dentries() in order
to make modules use the fault injection functionality
Signed-off-by: Per Forlin
---
lib/fault-inject.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/fault-inject.c b/lib/fault-inject.c
index 7e65
On 25 July 2011 17:58, Akinobu Mita wrote:
> 2011/7/21 Per Forlin :
>> This adds support to inject data errors after a completed host transfer.
>> The mmc core will return error even though the host transfer is successful.
>> This simple fault injection proved to be very useful to test the
>> non-
On 26 July 2011 03:41, Akinobu Mita wrote:
> 2011/7/26 Per Forlin :
And I know that init_fault_attr_dentries() can only create a
subdirectory in debugfs root directory. But I have a patch which
support for creating it in arbitrary directory. Could you take a look
at this? (No
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 07/26/2011 03:02 PM, Dave Martin wrote:
> On Mon, Jul 25, 2011 at 12:55:54PM +0200, Daniel Lezcano wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>>
>> Hi All,
>>
>> I was trying to compile the kernel tree located at:
>>
>> http://git
On Mon, Jul 25, 2011 at 12:55:54PM +0200, Daniel Lezcano wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> Hi All,
>
> I was trying to compile the kernel tree located at:
>
> http://git.linaro.org/gitweb?p=people/amitk/linux-linaro-pmwg.git;a=summary
What branch and what tag or he
Signed-off-by: Daniel Lezcano
---
cpufreq/test_02.sh | 32
1 files changed, 32 insertions(+), 0 deletions(-)
create mode 100644 cpufreq/test_02.sh
diff --git a/cpufreq/test_02.sh b/cpufreq/test_02.sh
new file mode 100644
index 000..0b3216e
--- /dev/null
++
Signed-off-by: Daniel Lezcano
---
cpufreq/test_04.sh | 54
1 files changed, 54 insertions(+), 0 deletions(-)
create mode 100644 cpufreq/test_04.sh
diff --git a/cpufreq/test_04.sh b/cpufreq/test_04.sh
new file mode 100644
index 000..97ec
Add a common directory for all the functions we will use later in the test
scripts.
Signed-off-by: Daniel Lezcano
---
include/functions.sh | 251 ++
1 files changed, 251 insertions(+), 0 deletions(-)
create mode 100644 include/functions.sh
diff
Signed-off-by: Daniel Lezcano
---
cpufreq/test_07.sh | 91
1 files changed, 91 insertions(+), 0 deletions(-)
create mode 100644 cpufreq/test_07.sh
diff --git a/cpufreq/test_07.sh b/cpufreq/test_07.sh
new file mode 100644
index 000..ce56
Signed-off-by: Daniel Lezcano
---
cpufreq/test_03.sh | 51 +++
1 files changed, 51 insertions(+), 0 deletions(-)
create mode 100644 cpufreq/test_03.sh
diff --git a/cpufreq/test_03.sh b/cpufreq/test_03.sh
new file mode 100644
index 000..4dff4
This little program takes the cpu # as parameter, set the affinity and
renice itself to the maximum priority. It increments a counter during
one second, display the coutner's value and exit.
Signed-off-by: Daniel Lezcano
---
utils/cpucycle.c | 108 +++
A very simple program, similar to cpucycle, but doing nothing more than looping
indefinitively.
Signed-off-by: Daniel Lezcano
---
utils/cpuburn.c | 91 +++
1 files changed, 91 insertions(+), 0 deletions(-)
create mode 100644 utils/cpuburn.c
These tests are for the power mangemenat QA.
The test definitions are at:
https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts
Not all the boards have cpufreq enabled or totally implemented, so the test
suite was checked against a multicore and multiprocessor x86 platform.
Daniel
In order to run the tests, invoke:
'make check'
Signed-off-by: Daniel Lezcano
---
Makefile | 10 ++
cpufreq/Makefile | 38 ++
utils/Makefile | 35 +++
3 files changed, 83 insertions(+), 0 deletions(-)
c
Signed-off-by: Daniel Lezcano
---
cpufreq/test_05.sh | 73
1 files changed, 73 insertions(+), 0 deletions(-)
create mode 100644 cpufreq/test_05.sh
diff --git a/cpufreq/test_05.sh b/cpufreq/test_05.sh
new file mode 100644
index 000..7064
Signed-off-by: Daniel Lezcano
---
cpufreq/test_09.sh | 74
1 files changed, 74 insertions(+), 0 deletions(-)
create mode 100644 cpufreq/test_09.sh
diff --git a/cpufreq/test_09.sh b/cpufreq/test_09.sh
new file mode 100644
index 000..ca05
Signed-off-by: Daniel Lezcano
---
cpufreq/test_08.sh | 78
1 files changed, 78 insertions(+), 0 deletions(-)
create mode 100644 cpufreq/test_08.sh
diff --git a/cpufreq/test_08.sh b/cpufreq/test_08.sh
new file mode 100644
index 000..cf86
Signed-off-by: Daniel Lezcano
---
cpufreq/test_01.sh | 32
1 files changed, 32 insertions(+), 0 deletions(-)
create mode 100644 cpufreq/test_01.sh
diff --git a/cpufreq/test_01.sh b/cpufreq/test_01.sh
new file mode 100644
index 000..7ff841c
--- /dev/null
++
This utility gives a finer grain to wait for smaller amount of time.
This is useful for waiting the delay between each frequency change.
Signed-off-by: Daniel Lezcano
---
utils/nanosleep.c | 55 +
1 files changed, 55 insertions(+), 0 deletion
Signed-off-by: Daniel Lezcano
---
cpufreq/test_06.sh | 117
1 files changed, 117 insertions(+), 0 deletions(-)
create mode 100644 cpufreq/test_06.sh
diff --git a/cpufreq/test_06.sh b/cpufreq/test_06.sh
new file mode 100644
index 000..5e8
On 7 July 2011 21:20, Lorenzo Pieralisi wrote:
> This patch adds the required Kconfig and Makefile entries to
> enable and compile common idle code for ARM kernel.
>
> Common idle code depends on CPU_PM platform notifiers to trigger
> save/restore of kernel subsystems like PMU, VFP, GIC.
>
> Signe
Fix buld error:
undefined reference to '__image_copy_end' and `save_boot_params'.
start.o: In function `_image_copy_end_ofs':
mmc_spl/board/samsung/smdkv310/start.S:44: undefined reference to
`__image_copy_end'
start.o: In function `reset':
mmc_spl/board/samsung/smdkv310/start.S:137: undefined re
On 07/18/11 13:19, Chander Kashyap wrote:
> Origen board is based upon S5PV310 SoC which is similiar to
> S5PC210 SoC.
>
> Signed-off-by: Chander Kashyap
> ---
> Changes for v2:
> - None
> Changes for v3:
> - Board entry added Alphabetically in boards.cfg
> - Used get_Ram_size
Hi Ashish,
On Thu, Jul 14, 2011 at 02:28:10PM +0530, ashishj3 wrote:
> This driver add support for DA9052 4-wire resistive ADC interfaced touchscreen
> controller.
>
> DA9052 is a MFD therefore this driver depends on DA9052 core driver for core
> functionalities.
>
> Signed-off-by: David Dajun C
Dear Chander Kashyap,
On 18 July 2011 19:19, Chander Kashyap wrote:
> Origen board is based upon S5PV310 SoC which is similiar to
> S5PC210 SoC.
>
> Signed-off-by: Chander Kashyap
> ---
> Changes for v2:
> - None
> Changes for v3:
> - Board entry added Alphabetically in boards.cf
2011/7/26 Per Forlin :
>>> And I know that init_fault_attr_dentries() can only create a
>>> subdirectory in debugfs root directory. But I have a patch which
>>> support for creating it in arbitrary directory. Could you take a look
>>> at this? (Note that this patch is based on mmotm and not yet t
Fix build error for smdkv310 board:
board/samsung/smdkv310/smdkv310.c:126: undefined reference to `gpio_set_pull'
Signed-off-by: Chander Kashyap
---
board/samsung/smdkv310/smdkv310.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/samsung/smdkv310/smdkv310.c
b/b
32 matches
Mail list logo