I/O errors on NAND on beagle rev C3

2010-09-12 Thread Loïc Minier
Hi folks I've had problem upgrading my beagleboard C3 for a while; today, I reflashed kernel and initrd, got problems loading the initrd I had written but not the kernel. Upon boot, I could see the MTDs again (in the past I couldn't anymore due to a missing config), but flash-kernel

RE: New projects and copyright

2010-09-12 Thread Liu Hui-R64343
Here is the info: - Company Details Name & Registered Office: LINARO LIMITED 110 FULBOURN ROAD CAMBRIDGE CAMBRIDGESHIRE CB1 9NJ Company No. 07180318 Status: Active Date of Incorporation: 05/03/2010 Country of Origin: United Kingdom Company Type: PRI/LTD BY G

powertop patches

2010-09-12 Thread yong . shen
This is for powertop to run better on kernel. the first patch is back port from 8d4b9d1bf on 2.6.36. They have been tested on freescale's babage 3.0 board. Yong ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/li

[PATCH 1/2] PM / Runtime: Add runtime PM statistics (v3)

2010-09-12 Thread yong . shen
From: Arjan van de Ven In order for PowerTOP to be able to report how well the new runtime PM is working for the various drivers, the kernel needs to export some basic statistics in sysfs. This patch adds two sysfs files in the runtime PM domain that expose the total time a device has been activ

[PATCH 2/2] libata: Add ALPM power state accounting to the AHCI driver

2010-09-12 Thread yong . shen
From: Arjan van de Ven PowerTOP wants to be able to show the user how effective the ALPM link power management is for the user. ALPM is worth around 0.5W on a quiet link; PowerTOP wants to be able to find cases where the "quiet link" isn't actually quiet. This patch adds state accounting functio