W dniu 27.02.2013 03:10, Wookey pisze:
> State of the Debian/Ubuntu arm64 port
> =
>
> *** Arm64 lives! ***
Congratulations Wookey (and everyone involved)!
> * There is now a bootable (raring) image to download and run
> Once you've created a tarball chroot
On 26 February 2013 18:43, Frederic Weisbecker wrote:
> 2013/2/26 Vincent Guittot :
>> On 26 February 2013 14:16, Frederic Weisbecker wrote:
>>> 2013/2/22 Vincent Guittot :
I wanted to avoid having to use the sd pointer for testing NOHZ_IDLE
flag because it occurs each time we go into i
On Tue, 2013-02-26 at 11:27 -0800, D D wrote:
> Yes, I have tried both the config in the release notes as well as
> configurations to boot A7.
> The configurations to boot A7 hang while executing the BOOTSCRIPT.
> The release note configurations get past that state, boot up the
> kernel and hang a
Adds support for pinctrl to drm fimd
Signed-off-by: Leela Krishna Amudala
Signed-off-by: Vikas Sajjan
---
drivers/gpu/drm/exynos/exynos_drm_fimd.c |9 +
1 file changed, 9 insertions(+)
diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
Add display-timing node parsing to drm fimd and depends on
the display helper patchset at
http://lists.freedesktop.org/archives/dri-devel/2013-January/033998.html
It also adds pinctrl support for drm fimd.
changes since v7:
- addressed comments from Joonyoung Shim to
remove a unnecessar
Add support for parsing the display-timing node using video helper
function.
The DT node parsing and pinctrl selection is done only if 'dev.of_node'
exists and the NON-DT logic is still maintained under the 'else' part.
Signed-off-by: Leela Krishna Amudala
Signed-off-by: Vikas Sajjan
---
drive
On Wed, 2013-02-27 at 02:10 +, Wookey wrote:
>
> Setting up an arm64 build environment is very simple. Use sbuild-createchroot
> or mk-sbuild
> and point at the bootstrap repo, with a bit of config and some updated tools
> packages from
> the repo (amd64 only supplied). Details are given on
+++ Ian Campbell [2013-02-27 12:00 +]:
> On Wed, 2013-02-27 at 02:10 +, Wookey wrote:
> >
> > Setting up an arm64 build environment is very simple. Use
> > sbuild-createchroot or mk-sbuild
> > and point at the bootstrap repo, with a bit of config and some updated
> > tools packages from
On Wed, 2013-02-27 at 13:37 +, Wookey wrote:
> I had to choose between getting this working in vaguely finite time
> and keeping both Debian and Ubuntu bootstraps in sync, so unstable
> just got stuck at the 'toolchain bootstrap needed' stage.
That's quite reasonable
> Is raring useful to you
Hi,
Release test report (week-9) 13.02: Here is test result summary for
big.LITTLE MP Scheduler test on TC2 platform with Android image
sched_tests.git No of Test Cases Tests Run Tests Pass Tests Fail Absolute
pass rate (%) Failure Analysis/Comments
Regression20 19 19 0 100 -
mpba
Namhyung Kim writes:
> 2013-02-26 (화), 11:29 -0800, Kevin Hilman:
>> Frederic Weisbecker writes:
>>
>> > On Wed, Feb 20, 2013 at 11:41:38AM -0800, Kevin Hilman wrote:
>> >> So that it can build on !KVM systems too.
>> >>
>> >> Signed-off-by: Kevin Hilman
>> >> ---
>> >> kernel/context_tracki
2013/2/27 Kevin Hilman :
> From 61e35f069a64c03a2bce348487d41072aeb9f36b Mon Sep 17 00:00:00 2001
> From: Kevin Hilman
> Date: Thu, 14 Feb 2013 10:17:37 -0800
> Subject: [PATCH] context tracking: conditionalize guest support based on
> CONFIG_KVM
>
> So that it can build on !KVM systems too.
>
>
On Wed, Feb 27, 2013 at 09:28:26AM +0100, Vincent Guittot wrote:
> > Ok I don't like having a per cpu state in struct sched domain but for
> > now I can't find anything better. So my suggestion is that we do this
> > and describe well the race, define the issue in the changelog and code
> > comment
On 27 February 2013 17:13, Frederic Weisbecker wrote:
> On Wed, Feb 27, 2013 at 09:28:26AM +0100, Vincent Guittot wrote:
>> > Ok I don't like having a per cpu state in struct sched domain but for
>> > now I can't find anything better. So my suggestion is that we do this
>> > and describe well the
To get the latest release of linaro-media-create please add the
following PPA and update:
https://launchpad.net/~linaro-maintainers/+archive/tools
We released a new version of linaro-media-create yesterday that should
resolve this issue.
Thanks,
James
On 27 February 2013 06:40, Amar Shankar
wr
On Wed, Feb 27, 2013 at 06:38:55PM -0300, Cláudio Sampaio wrote:
> Is there any device with Aarch64 on sale? I couldn't find any, only some
> mentions from Calxeda.
> Would you mind to provide suggestions of any seller which sells through the
> internet?
There are none for sale yet. I believe som
On Tue, Feb 26, 2013 at 11:10 PM, Wookey wrote:
> State of the Debian/Ubuntu arm64 port
> =
>
> *** Arm64 lives! ***
>
Hi,
Is there any device with Aarch64 on sale? I couldn't find any, only some
mentions from Calxeda.
Would you mind to provide suggestions of
On Wed, Feb 27, 2013 at 11:21 AM, Stéphane Marchesin
wrote:
> On Wed, Feb 27, 2013 at 3:49 AM, Vikas Sajjan wrote:
>> Add support for parsing the display-timing node using video helper
>> function.
>>
>> The DT node parsing and pinctrl selection is done only if 'dev.of_node'
>> exists and the NON
On Wed, Feb 27, 2013 at 3:49 AM, Vikas Sajjan wrote:
> Add support for parsing the display-timing node using video helper
> function.
>
> The DT node parsing and pinctrl selection is done only if 'dev.of_node'
> exists and the NON-DT logic is still maintained under the 'else' part.
>
> Signed-off-
Hi,
On 28 February 2013 08:07, Joonyoung Shim wrote:
> On 02/27/2013 08:49 PM, Vikas Sajjan wrote:
>>
>> Add support for parsing the display-timing node using video helper
>> function.
>>
>> The DT node parsing and pinctrl selection is done only if 'dev.of_node'
>> exists and the NON-DT logic is
On 02/27/2013 08:49 PM, Vikas Sajjan wrote:
Add support for parsing the display-timing node using video helper
function.
The DT node parsing and pinctrl selection is done only if 'dev.of_node'
exists and the NON-DT logic is still maintained under the 'else' part.
Signed-off-by: Leela Krishna Am
On 02/28/2013 11:45 AM, Vikas Sajjan wrote:
Hi,
On 28 February 2013 08:07, Joonyoung Shim wrote:
On 02/27/2013 08:49 PM, Vikas Sajjan wrote:
Add support for parsing the display-timing node using video helper
function.
The DT node parsing and pinctrl selection is done only if 'dev.of_node'
ex
On Thu, Feb 28, 2013 at 8:21 AM, Joonyoung Shim wrote:
> On 02/28/2013 11:45 AM, Vikas Sajjan wrote:
>>
>> Hi,
>>
>> On 28 February 2013 08:07, Joonyoung Shim wrote:
>>>
>>> On 02/27/2013 08:49 PM, Vikas Sajjan wrote:
Add support for parsing the display-timing node using video helper
>>
Add display-timing node parsing to drm fimd and depends on
the display helper patchset at
http://lists.freedesktop.org/archives/dri-devel/2013-January/033998.html
It also adds pinctrl support for drm fimd.
changes since v8:
- replaced IS_ERR() with IS_ERR_OR_NULL(),
because devm_p
Adds support for pinctrl to drm fimd
Signed-off-by: Leela Krishna Amudala
Signed-off-by: Vikas Sajjan
---
drivers/gpu/drm/exynos/exynos_drm_fimd.c |9 +
1 file changed, 9 insertions(+)
diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
Add support for parsing the display-timing node using video helper
function.
The DT node parsing is done only if 'dev.of_node'
exists and the NON-DT logic is still maintained under the 'else' part.
Signed-off-by: Leela Krishna Amudala
Signed-off-by: Vikas Sajjan
Acked-by: Joonyoung Shim
---
d
On 28 February 2013 09:42, Vikas Sajjan wrote:
> Add display-timing node parsing to drm fimd and depends on
> the display helper patchset at
> http://lists.freedesktop.org/archives/dri-devel/2013-January/033998.html
>
> It also adds pinctrl support for drm fimd.
Hi Vikas,
Can you please keep lin
This is a silly patch that demonstrates calling clk_set_parent from
within a .set_rate callback, which itself was called by clk_set_rate.
It may make your board burst into flames or otherwise void various
warrantees.
I do not suggest that the OMAP folks take this approach in unless they
really wan
Hello,
This series implements reentrancy for the common clk implementation of
the clk.h api. Making reentrant calls into the clock framework is both
necessary and desirable for many use cases such as enabling off-chip
clocks via i2c. The first patch in the series implements this.
A neat side ef
From: Mike Turquette
The following is another silly patch which was done to test calling
clk_set_parent from within a call to clk_set_rate. It may make your
board burst into flames or otherwise void various warrantees.
This patch introduces a 400MHz OPP for the MPU, which happens to
correspond
Dynamic voltage and frequency scaling (dvfs) is a common power saving
technique in many of today's modern processors. This patch introduces a
common clk rate-change notifier handler which scales voltage
appropriately whenever clk_set_rate is called on an affected clock.
There are three prerequisi
This patch moves direct control of the MPU voltage regulator out of the
cpufreq driver .target callback and instead uses the common dvfs clk
rate-change notifier infrastructure.
Ideally it would be nice to reduce the .target callback for omap's
cpufreq driver to a simple call to clk_set_rate. For
Reentrancy into the clock framework from the clk.h api is highly
desirable. This feature is necessary for clocks that are prepared and
unprepared via i2c_transfer (which includes many PMICs and discrete
audio chips) and it is also necessary for performing dynamic voltage &
frequency scaling via cl
Hi James,
We tried the link you sent for Latest Release of linaro-media-create as below:
But we are facing below error (shown in RED COLOUR).
raj@Rajkiran:~/uefi$ sudo add-apt-repository
ppa:https://launchpad.net/~linaro-maintainers/+archive/tools
Cannot access PPA (https://launchpad.net/api/1.0
On 28 February 2013 07:54, Rajkiran Mulugu
wrote:
> Hi James,
> We tried the link you sent for Latest Release of linaro-media-create as
> below:
>
> But we are facing below error (shown in RED COLOUR).
>
> raj@Rajkiran:~/uefi$ sudo add-apt-repository
> ppa:https://launchpad.net/~linaro-maintainers
On 28 February 2013 08:27, Rajkiran Mulugu
wrote:
> Hi Fathi Boudra,
>
> We tried with below commands but we are getting error as follows :
>
> 1.)Getting from the Ubuntu package:
>
> sudo add-apt-repository ppa:linaro-maintainers/tools
> sudo apt-get update
> sudo apt-get install linaro-image-too
36 matches
Mail list logo