Linaro Developer Platform UDS/Connect sessions

2011-10-26 Thread Ricardo Salveti
Hi, As part of the UDS/Connect planning, we got quite a few blueprints that I believe will probably be useful for both Linaro and Ubuntu. If you're interested in any blueprint, just please make sure you're subscribed before the end of this week, so you can have higher changes to avoid any conflic

[ACTIVITY] OCTO status report - wk42.2011 (20111017-20111021)

2011-10-26 Thread Ilias Biris
Full status report in: https://wiki.linaro.org/OfficeofCTO/WeeklyReport Last weekly meeting minutes: https://wiki.linaro.org/OfficeofCTO/2011-10-18 == Highlights == - For 11.10 + UMM: DMA-mapping framework was updated - mainly focusing on the IOMMU mapper for ARM DMA-mapping implementation

libjpeg8c vs libjpeg-turbo with libjpeg8 compat on

2011-10-26 Thread Tom Gall
In prep for Linaro Connect & the Ubuntu Developers Summit next week I've put together some performance measurements comparing libjpeg8c and libjpeg-turbo compiled with it's libjpeg8 compatibility setting. Quality settings of 95 and 75 are used. Image sizes used are 640x480 and 3136x2352. Hardware

Re: Bus framework

2011-10-26 Thread Mike Turquette
On Wed, Oct 26, 2011 at 3:36 AM, Richard Zhao wrote: > On 26 October 2011 14:39, Amit Kucheria wrote: >> On 11 Oct 26, Richard Zhao wrote: >>> Hi Amit, >>> >>> Is there anyone working on a SoC bus framework? >>> The bus framework can manage the bus fabric, ddr, OCRAM clocks. When a >>> device dri

[PATCH] ARM: EXYNOS4: Enable Bluetooth on ORIGEN

2011-10-26 Thread Sangwook Lee
This patch enables Bluetooth support on ORIGEN board. Signed-off-by: Sangwook --- arch/arm/mach-exynos4/mach-origen.c | 32 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos4/mach-origen.c b/arch/arm/mach-exynos4/mach-origen.

[RFC PATCH 1/4] ARM: Exynos4: Add thermal sensor driver for samsung exynos4 platform.

2011-10-26 Thread Amit Daniel Kachhap
This patch adds support for thermal sensor driver. It supports 3 trigger level. The first 2 level are warn and monitor temperature level. The third critical trigger level resets the system. The threshold change information is sent to the thermal interface layer. Signed-off-by: SangWook Ju Signed-

[RFC PATCH 2/4] ARM: Exynos4: Add thermal sensor driver platform device support

2011-10-26 Thread Amit Daniel Kachhap
This patch adds necessary source definations needed for TMU driver and the platform device support. Signed-off-by: SangWook Ju Signed-off-by: Amit Daniel Kachhap --- arch/arm/mach-exynos4/Makefile|3 +- arch/arm/mach-exynos4/dev-tmu.c | 71 +++

[RFC PATCH 4/4] ARM: Exynos4: Add thermal interface support for linux thermal layer

2011-10-26 Thread Amit Daniel Kachhap
This codes uses the generic linux thermal layer and creates a bridge between temperature sensors, linux thermal framework and cooling devices for samsung exynos platform. This layer recieves or monitor the temperature from the sensor and informs the generic thermal layer. It also provides the handl

[RFC PATCH 3/4] ARM: Exynos4: Enable thermal sensor driver for origen board

2011-10-26 Thread Amit Daniel Kachhap
Signed-off-by: Amit Daniel Kachhap --- arch/arm/mach-exynos4/Kconfig |5 + arch/arm/mach-exynos4/mach-origen.c | 10 ++ 2 files changed, 15 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index cf467b5..786fdb7 1006

[RFC PATCH 0/4] ARM: Exynos4: Thermal solution using Linux thermal infrstructure

2011-10-26 Thread Amit Daniel Kachhap
This RFC version of the patch set is intended to share the current work about providing a thermal solution using Linux thermal infrastructure. The closest driver which has the same features and not using acpi layer is drivers/platform/x86/acerhdf.c. For the ARM world there is no clarity for pla

Re: Bus framework

2011-10-26 Thread Richard Zhao
On 26 October 2011 14:39, Amit Kucheria wrote: > On 11 Oct 26, Richard Zhao wrote: >> Hi Amit, >> >> Is there anyone working on a SoC bus framework? >> The bus framework can manage the bus fabric, ddr, OCRAM clocks. When a >> device driver become working, it tells bus framework, cpu may access >>