[PATCH v2] ARM: ux500: send cpufreq notification for all cpus

2011-08-24 Thread Vincent Guittot
The same clock is used for all cpus so we must notify the frequency change for each one in order to update the configuration of all twd clockevents. change since V1: * use policy->cpus instead of cpu_online_mask Signed-off-by: Vincent Guittot --- drivers/cpufreq/db8500-cpufreq.c |7 ---

Re: [U-Boot] [RFC] fastboot gadget support

2011-08-24 Thread Remy Bohmer
Hi, 2011/8/10 Sebastian Andrzej Siewior : > > It was tested before it has been re-written. It is possible that it is > broken. It is posted for reference only not for merging. Looking at this code, I can already say that the way it is written is not suitable for mainline acceptance at all. If you

RE: [PATCH 1/4 v4] drivers: create a pin control subsystem

2011-08-24 Thread Stephen Warren
Linus Walleij wrote at Friday, August 19, 2011 3:54 AM: > From: Linus Walleij > > This creates a subsystem for handling of pin control devices. > These are devices that control different aspects of package > pins. Sorry to keep harping on about this, but I'm still not convinced the data model is

Re: [RFC PATCH 15/24] gpio: include mach/irqs.h directly

2011-08-24 Thread Nicolas Pitre
On Wed, 24 Aug 2011, Venkatraman S wrote: > On 23 August 2011 23:56, Nicolas Pitre wrote: > > On Tue, 23 Aug 2011, Venkatraman S wrote: > > > >> From: Venkatraman S > >> > >> > >> Signed-off-by: Venkatraman S > >> --- > >>  drivers/gpio/gpio-exynos4.c |    2 +- > >>  drivers/gpio/gpio-nomadik.c

Re: [RFC PATCH 16/24] mfd: twl4030-irq: include mach/irqs.h directly

2011-08-24 Thread Venkatraman S
On 24 August 2011 00:05, Nicolas Pitre wrote: > On Tue, 23 Aug 2011, Venkatraman S wrote: > >> From: Venkatraman S >> >> >> Signed-off-by: Venkatraman S > > Same issue here, however it is not obvious what provides > that the code relies on.  In such cases it is a good idea to state it in > the

Re: [RFC PATCH 15/24] gpio: include mach/irqs.h directly

2011-08-24 Thread Venkatraman S
On 23 August 2011 23:56, Nicolas Pitre wrote: > On Tue, 23 Aug 2011, Venkatraman S wrote: > >> From: Venkatraman S >> >> >> Signed-off-by: Venkatraman S >> --- >>  drivers/gpio/gpio-exynos4.c |    2 +- >>  drivers/gpio/gpio-nomadik.c |    2 +- >>  drivers/gpio/gpio-s5pv210.c |    1 + >>  drivers

Re: ARM porting Jam today 14:00 - 18:00 UTC

2011-08-24 Thread Marcin Juszkiewicz
My queue from today: traverso: https://bugs.launchpad.net/bugs/823708 - added preprocessed source from g++ 4.5, 4.6, 4.7(gcc-snapshot) - subscribed Linaro toolchain developers gtk-gnutella: https://bugs.launchpad.net/bugs/823709 - checked 0.97-2 from Debian - requested sync: https://bugs.launchpa

Re: playing with the lava scheduler

2011-08-24 Thread Zygmunt Krynicki
W dniu 24.08.2011 15:08, Prince Mathew pisze: i installed lava-server as described in steps 1&2 To simplify support we do not support installing from source. Use our official PPA (ppa:linaro-validation/ppa) and install from packages. If you choose to go on with source code you must know how t

Re: [U-Boot] [RFC] fastboot gadget support

2011-08-24 Thread Sebastian Andrzej Siewior
On 08/13/2011 12:22 PM, Remy Bohmer wrote: Hi Sebastian, Hi Remy, 2011/8/10 Sebastian Andrzej Siewior: This is the faastboot gadget code based on git://git.omapzoom.org/repo/u-boot.git as of commit 601ff71c8 including a few changes. Some of them are: - generic mmc framework - "new" gadget fra

[PATCH 2/2] arm: Add AMBA bus driver for virtio device

2011-08-24 Thread Pawel Moll
This patch, based on virtio PCI driver, adds support for virtio AMBA device. This should allow environments like qemu to use virtio-based block & network devices. For example, one can define and register an AMBA device like this (emulation environment must of course provide a correctly mapped "Vir

[PATCH 0/2] Memory mapped virtio device

2011-08-24 Thread Pawel Moll
Hi All, These two patches are a proposal of memory mapped virtio device. The main goal was to provide an equivalent of the virtio PCI device, happily used by KVM an qemu on x86, which could be used by PCI-less platforms (common in ARM world). The interface exposed by my device is very similar to

[PATCH 1/2] arm: Add VIRTUALIZATION configuration menu and virtio options

2011-08-24 Thread Pawel Moll
This patch adds menuconfig VIRTUALIZATION to arm Kconfig and includes virtio Kconfig in it. Signed-off-by: Pawel Moll --- arch/arm/Kconfig | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 5ebc5d9..fca5987 100644 --

earlier message had a error (problem with lava-server syncdb not runserver)

2011-08-24 Thread Prince Mathew
i installed lava-server as described in steps 1 &2 of ( http://comments.gmane.org/gmane.linux.linaro.devel/5043 ) I am having trouble executing step 3 i.e -> lava-server syncdb ->last part of the error message self.connection = Database.connect(**kwargs) sqlite3.OperationalError: unable to open d

Re: playing with the lava scheduler

2011-08-24 Thread Prince Mathew
i installed lava-server as described in steps 1 &2 I am having trouble executing step 3 i.e -> lava-server runserver ->last part of the error message self.connection = Database.connect(**kwargs) sqlite3.OperationalError: unable to open database file I have postgre sql installed. How to i change

ARM porting Jam today 14:00 - 18:00 UTC

2011-08-24 Thread Riku Voipio
Dear ARM fans, Linaro Developer Platform team organises every week (Wednesday 14:00 - 18:00 UTC) an ARM porting Jam. The idea is to gather all developers together to fix userspace portability issues across the board. The list of bugs being worked on is at launchpad: https://bugs.launchpad.net/ubu

Re: [PATCH] ARM: ux500: send cpufreq notification for all cpus

2011-08-24 Thread Vincent Guittot
On 24 August 2011 10:26, Santosh wrote: > On Wednesday 24 August 2011 12:14 PM, Vincent Guittot wrote: >> >> The same clock is used for all cpus so we must notify the frequency change >> for each one in order to update the configuration of all twd clockevents. >> >> Signed-off-by: Vincent Guittot

Re: [PATCH] ARM: ux500: send cpufreq notification for all cpus

2011-08-24 Thread Santosh
On Wednesday 24 August 2011 12:14 PM, Vincent Guittot wrote: The same clock is used for all cpus so we must notify the frequency change for each one in order to update the configuration of all twd clockevents. Signed-off-by: Vincent Guittot --- drivers/cpufreq/db8500-cpufreq.c |7 ---

Re: [PATCH] ARM: ux500: send cpufreq notification for all cpus

2011-08-24 Thread Vincent Guittot
On 24 August 2011 09:56, Kyungmin Park wrote: > On Wed, Aug 24, 2011 at 4:42 PM, Linus Walleij > wrote: >> On Wed, Aug 24, 2011 at 8:44 AM, Vincent Guittot >> wrote: >> >>> The same clock is used for all cpus so we must notify the frequency change >>> for each one in order to update the configu

Re: [PATCH] ARM: ux500: send cpufreq notification for all cpus

2011-08-24 Thread Kyungmin Park
On Wed, Aug 24, 2011 at 4:42 PM, Linus Walleij wrote: > On Wed, Aug 24, 2011 at 8:44 AM, Vincent Guittot > wrote: > >> The same clock is used for all cpus so we must notify the frequency change >> for each one in order to update the configuration of all twd clockevents. BTW, does it same as othe

Re: [PATCH 2/4 v4] pinmux: add a driver for the U300 pinmux

2011-08-24 Thread Linus Walleij
On Wed, Aug 24, 2011 at 8:17 AM, Barry Song <21cn...@gmail.com> wrote: > Hi Linus, > This patch can't compile > (...) > Did you send the wrong version? Apparently :-( I have pinctrl_dev all over my code, not this old thing. I'll mail out a v5 patch set this week, hold on... Thanks for your

Re: [PATCH] ARM: ux500: send cpufreq notification for all cpus

2011-08-24 Thread Linus Walleij
On Wed, Aug 24, 2011 at 8:44 AM, Vincent Guittot wrote: > The same clock is used for all cpus so we must notify the frequency change > for each one in order to update the configuration of all twd clockevents. > > Signed-off-by: Vincent Guittot Acked-by: Linus Walleij Yours, Linus Walleij ___

Re: [PATCH 1/4 v4] drivers: create a pin control subsystem

2011-08-24 Thread Linus Walleij
On Wed, Aug 24, 2011 at 8:24 AM, Barry Song <21cn...@gmail.com> wrote: >> +int foo_list(struct pinmux_dev *pmxdev, unsigned selector) > > pinctrl_dev? Thanks Barry, fixed all instances! Yours, Linus Walleij ___ linaro-dev mailing list linaro-dev@lists