+ Peter Z
On Wed, Dec 21, 2011 at 3:37 PM, Russell King - ARM Linux
wrote:
> On Wed, Dec 21, 2011 at 05:59:07PM +0800, Barry Song wrote:
>> 2011/12/21 Russell King - ARM Linux :
>> > cpu hotplug is basically totally buggered - the preconditions placed
>> > upon the bringup code path are basically
On Thu, Dec 22, 2011 at 02:19:23PM +0530, Shilimkar, Santosh wrote:
> + Peter Z
>
> On Wed, Dec 21, 2011 at 3:37 PM, Russell King - ARM Linux
> wrote:
> > On Wed, Dec 21, 2011 at 05:59:07PM +0800, Barry Song wrote:
> >> 2011/12/21 Russell King - ARM Linux :
> >> > cpu hotplug is basically totally
On Thu, Dec 22, 2011 at 3:54 PM, Russell King - ARM Linux
wrote:
> On Thu, Dec 22, 2011 at 02:19:23PM +0530, Shilimkar, Santosh wrote:
>> + Peter Z
>>
>> On Wed, Dec 21, 2011 at 3:37 PM, Russell King - ARM Linux
>> wrote:
>> > On Wed, Dec 21, 2011 at 05:59:07PM +0800, Barry Song wrote:
>> >> 2011
CONFIG_SYS_CLK_FREQ_C210 macro giving notion of S5PC2XX (EXYNOS4)
architecture. Replace CONFIG_SYS_CLK_FREQ_C210 with CONFIG_SYS_CLK_FREQ
to make it generic for exynos architecture.
Signed-off-by: Chander Kashyap
---
arch/arm/cpu/armv7/exynos/clock.c |6 +-
include/configs/s5pc210_univ
Exynos architecture has varients like exynos4 and exynos5. In order to
identify the exynos4 architecture, add CONFIG_EXYNOS4 macro to exynos4
based boards i.e. Origen, smdkv310 and s5pc210_universal.
Signed-off-by: Chander Kashyap
---
include/configs/origen.h|1 +
include/configs
This patchset add support for Samsung's SMDK5250 board based on
EXYNOS5250 based SoC. It also adds support for MMC SPL booting.
The porting is done by Samsung engineers at HQ in System LSI Team.
I am contributing in upstreaming the code for the board.
These patches are made on top of on the follo
Enable passing a flattened device tree to the kernel.
Signed-off-by: Chander Kashyap
---
include/configs/smdk5250.h |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h
index d99dfd0..31f56fd 100644
--- a/include/confi
This patch adds support for mmc spl booting.
Signed-off-by: Chander Kashyap
---
board/samsung/smdk5250/Makefile | 16
board/samsung/smdk5250/mmc_boot.c | 58
board/samsung/smdk5250/tools/mkexynos_image.c | 117 +
include/co
Replace exynos4 prefix with exynos in arch/arm/cpu/armv7/exynos/clock.c
as clock.c is common for exynos architecture. By doing so automatic
selection of appropriate clock structure can be done.
As per above reason replace exynos4_clock to exynos_clock in clock.h
header file.
Signed-off-by: Chande
On Wed, Dec 21, 2011 at 05:03:31PM +0800, Ying-Chun Liu (PaulLiu) wrote:
> From: "Ying-Chun Liu (PaulLiu)"
>
> Anatop regulator driver is used by i.MX6 SoC. The regulator provides
> controlling the voltage of PU, CORE, SOC, and some devices. This patch
> adds the Anatop regulator driver.
It's st
Hello,
This should have gone more than a week ago, but was "lost" in
click-thru work. Anyway, we now finally have automatic syncing with
upstreams for our tree - that includes AOSP and other components we
mirror. It runs for more than 2 weeks now and works pretty well. For
AOSP, some components ma
Hi folks,
I went ahead and checked what is the status of the UMM effort as 2011 is
closing to an end. What follows is my attempt to summarise the status,
collating the pieces from the latest announcements and changelogs and
having discussed it briefly with Jesse and Rob. Feel free to comment if
th
Hi All:
Since Panda board is now officially supported by Google, I decided to
do a quick testing between Linaro build (release 11.11 - v2.3.7), Linaro ICS
preview (v4.0.1) and Google's ICS build for Panda-board (v4.0.1).
Here are what I found:
1. Google's ICS build detect
On Wed, 21 Dec 2011, Dmitry Antipov wrote:
> From ac60fe289eef3d81009f2b14a12acbac3e71878b Mon Sep 17 00:00:00 2001
> From: Dmitry Antipov
> Date: Wed, 21 Dec 2011 11:05:27 +0400
> Subject: [PATCH] ohci-hcd: use usleep_range() instead of mdelay()
>
> ---
> drivers/usb/host/ohci-hcd.c |4 +
Hi,
Bero's patches to compile ICS with the 4.6 toolchain are available in an
easy to use package.
They are released to
http://releases.linaro.org/11.12/components/android/ics-gcc-patches/
/Tony
___
linaro-dev mailing list
linaro-dev@lists.linaro.org
ht
It looks like I should have waited one more day for the 11.12 release. Good
work on 11.12.
Cheers,
Alan Chuang
From: linaro-dev-boun...@lists.linaro.org
[mailto:linaro-dev-boun...@lists.linaro.org] On Behalf Of Alan Chuang
Sent: Thursday, December 22, 2011 9:57 PM
To: linaro-dev@lists.linaro.or
Dear Chander Kashyap,
On 22 December 2011 19:52, Chander Kashyap wrote:
> Enable passing a flattened device tree to the kernel.
>
> Signed-off-by: Chander Kashyap
> ---
> include/configs/smdk5250.h | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/s
Dear Chander Kashyap,
On 22 December 2011 19:52, Chander Kashyap wrote:
> SMDK5250 board is based on Samsungs EXYNOS5250 SoC.
>
> Signed-off-by: Chander Kashyap
> ---
> MAINTAINERS | 1 +
> arch/arm/cpu/armv7/exynos/clock.c | 24 +-
> arc
Dear Chander Kashyap,
On 22 December 2011 19:52, Chander Kashyap wrote:
> Exynos architecture has varients like exynos4 and exynos5. In order to
> identify the exynos4 architecture, add CONFIG_EXYNOS4 macro to exynos4
> based boards i.e. Origen, smdkv310 and s5pc210_universal.
>
> Signed-off-by:
On 12/22/2011 12:06 PM, Somebody in the thread at some point said:
Hi Vishal -
Thanks for all the effort you guys put in to get it working. I will try
to get a 4.0.1 accelerated build working.
Thanks for looking at it!
Build 4 is based on 4.0.3 in which the dss/dsscomp headers in userspace
Dear Minkyu Kang,
On 23 December 2011 09:51, Minkyu Kang wrote:
>
> Dear Chander Kashyap,
>
> On 22 December 2011 19:52, Chander Kashyap wrote:
> > SMDK5250 board is based on Samsungs EXYNOS5250 SoC.
> >
> > Signed-off-by: Chander Kashyap
> > ---
> > MAINTAINERS
Hi Chander,
Subject line of patch: s/EEYNOS/EXYNOS
On 23 December 2011 11:21, Chander Kashyap wrote:
> Dear Minkyu Kang,
>
> On 23 December 2011 09:51, Minkyu Kang wrote:
> >
> > Dear Chander Kashyap,
> >
> > On 22 December 2011 19:52, Chander Kashyap
> wrote:
> > > SMDK5250 board is based on
On 12/19/2011 03:20 PM, Somebody in the thread at some point said:
On 12/19/2011 01:16 PM, Somebody in the thread at some point said:
About Panda UCM, last week I noticed though that there is different
wiring
on input side between 4430 Panda (line in goes to analogue headset mic
inputs on twl604
Dear Minkyu Kang,
On 23 December 2011 09:52, Minkyu Kang wrote:
> Dear Chander Kashyap,
>
> On 22 December 2011 19:52, Chander Kashyap wrote:
>> Enable passing a flattened device tree to the kernel.
>>
>> Signed-off-by: Chander Kashyap
>> ---
>> include/configs/smdk5250.h | 3 +++
>> 1 file
Dear Minkyu Kang,
On 23 December 2011 09:52, Minkyu Kang wrote:
> Dear Chander Kashyap,
>
> On 22 December 2011 19:52, Chander Kashyap wrote:
>> Exynos architecture has varients like exynos4 and exynos5. In order to
>> identify the exynos4 architecture, add CONFIG_EXYNOS4 macro to exynos4
>> bas
25 matches
Mail list logo