> +/**
> + * @dev: a pointer back to containing device
> + * @virtbase: the offset to the controller in virtual memory
> + */
> +struct u300_pmx {
> + struct device *dev;
> + struct pinmux_dev *pmx;
pinctrl_dev?
> +static int u300_pmx_enable(struct pinmux_dev *pmxdev, unsigned select
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 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/
> +int foo_list(struct pinmux_dev *pmxdev, unsigned selector)
pinctrl_dev?
> +{
> + if (selector >= ARRAY_SIZE(myfuncs))
> + return -EINVAL;
> + return 0;
> +}
> +
> +const char *foo_get_fname(struct pinmux_dev *pmxdev, unsigned selector)
pinctrl_dev?
> +{
> + if
Hi Linus,
This patch can't compile
> +
> +/**
> + * @dev: a pointer back to containing device
> + * @virtbase: the offset to the controller in virtual memory
> + */
> +struct u300_pmx {
> + struct device *dev;
> + struct pinmux_dev *pmx;
no this structure in head file, now it is pi
On Wed, Aug 24, 2011 at 2:46 AM, Christian Robottom Reis
wrote:
> I've decided to take a look at this moderately quiet l.k.embedded list
> and noticed this question:
>
> Is it possible to debug multi-threaded applications using gdb on ARM
> these days?
> http://thread.gmane.org/gmane.linu
On Tue, Aug 23, 2011 at 3:23 PM, Christian Robottom Reis
wrote:
> On Wed, Aug 24, 2011 at 01:07:07AM +0300, Ilias Biris wrote:
>> How can we get consistent vendor support to get 3d acceleration working
>> for the Linaro officially supported platforms? If we are targeting last
>> version Ubuntu-bas
On Wed, Aug 24, 2011 at 01:07:07AM +0300, Ilias Biris wrote:
> How can we get consistent vendor support to get 3d acceleration working
> for the Linaro officially supported platforms? If we are targeting last
> version Ubuntu-based evaluation builds and some of the code we work on
> (and goes upstr
Status report is here:
https://wiki.linaro.org/WorkingGroups/Middleware/Graphics/WeeklyReport
Last meeting minutes:
https://wiki.linaro.org/WorkingGroups/Middleware/Graphics/Notes/2011-08-17
Summary of the report:
- for 1108:
https://launchpad.net/linaro-graphics-misc/2011.11/2011.08
https://laun
On Tue, 23 Aug 2011, Venkatraman S wrote:
> From: Venkatraman S
>
> If SPARSE_IRQ is defined, NR_IRQS will not necessarily be
> relevant. Use the number populated in machine descriptor.
>
> Note: HARDIRQ_BITS is defined as a constant independent of NR_IRQS.
> Needs review if this assumption mak
On Tue, 23 Aug 2011, Venkatraman S wrote:
> From: Venkatraman S
>
> The underlying implementation in enable_fiq/disable_fiq uses
> the irqs anyway, so use them directly.
>
> Signed-off-by: Venkatraman S
Maybe folding the FIQ_START constant into the actual fiq number would be
better here. Lo
On Tue, 23 Aug 2011, Venkatraman S wrote:
> From: Venkatraman S
>
> The underlying implementation in enable_fiq/disable_fiq uses
> the irqs anyway, so use them directly.
>
> Signed-off-by: Venkatraman S
Same comment as for patch #22/24.
> ---
> sound/soc/imx/imx-pcm-fiq.c |4 ++--
> 1
On Tue, 23 Aug 2011, Venkatraman S wrote:
> From: Venkatraman S
>
> fiq interface as used by mx1 camera is suspicious, with the
> definition of NR_IRQS to be 1024 in the only platform this is used
> (OMAP). Set the stage for decoupling this from using the fiq interface.
>
> Signed-off-by: Venka
On Tue, 23 Aug 2011, Venkatraman S wrote:
> From: Venkatraman S
>
> Currently a hack. Need to define a polite way of defining
> IRQ_BITMAP_BITS
>
> Signed-off-by: Venkatraman S
Well... given how IRQ_BITMAP_BITS is used, it looks like simply having a
sufficiently high number is all that is ne
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 commit log so if the solution is not satisfactory then it
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/gpio/pl061.c|1 +
Same issue as for patch #1
On Tue, 23 Aug 2011, Venkatraman S wrote:
> From: Venkatraman S
>
> Do not depend on the generic irq header file to include the platform
> specific header file.
>
> Signed-off-by: Venkatraman S
This is wrong.
Obviously we don't want the generic to include
anymore, however we also want to
On Tue, Aug 23, 2011 at 6:07 AM, Vincent Guittot
wrote:
> On 23 August 2011 14:41, Daniel Lezcano wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>>
>> Hi all,
>>
>> I did the following cpuset configuration:
>>
>> if [ ! -d /sys/fs/cgroup ]; then
>> echo "cgroup not supported
Hi,
one thing this announce was not clear enough about was that - on top of our
android LEB candidate builds - we provide Android MAINLINE builds for panda
and beagle/XM.
If you are interested in linaro android for beagle or panda running on top
of linaro mainline focused kernel, please follow th
Just passing this along as it looked interesting.
http://www.craftymind.com/guimark3/
Caveat emptor.
--
Regards,
Tom
"We want great men who, when fortune frowns will not be discouraged."
- Colonel Henry Knox
Linaro.org │ Open source software for ARM SoCs
w) tom.gall att linaro.org
w) tom_gall
From: Venkatraman S
enable_fiq and disable_fiq are using the normal irq implementation
with a fixed offset (FIQ_START). Get rid of the syntatic sugar.
Signed-off-by: Venkatraman S
---
arch/arm/include/asm/fiq.h |2 --
arch/arm/kernel/fiq.c | 12
2 files changed, 0 inser
From: Venkatraman S
The underlying implementation in enable_fiq/disable_fiq uses
the irqs anyway, so use them directly.
Signed-off-by: Venkatraman S
---
sound/soc/imx/imx-pcm-fiq.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/imx/imx-pcm-fiq.c b/sound/s
From: Venkatraman S
The underlying implementation in enable_fiq/disable_fiq uses
the irqs anyway, so use them directly.
Signed-off-by: Venkatraman S
---
arch/arm/mach-rpc/dma.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-rpc/dma.c b/arch/arm/mach-r
From: Venkatraman S
Signed-off-by: Venkatraman S
---
kernel/irq/irqdesc.c |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/kernel/irq/irqdesc.c b/kernel/irq/irqdesc.c
index 4c60a50..69d1501 100644
--- a/kernel/irq/irqdesc.c
+++ b/kernel/irq/irqdesc.c
@@ -91,7 +91,1
From: Venkatraman S
fiq interface as used by mx1 camera is suspicious, with the
definition of NR_IRQS to be 1024 in the only platform this is used
(OMAP). Set the stage for decoupling this from using the fiq interface.
Signed-off-by: Venkatraman S
---
drivers/media/video/mx1_camera.c |7 ++
From: Venkatraman S
Currently a hack. Need to define a polite way of defining
IRQ_BITMAP_BITS
Signed-off-by: Venkatraman S
---
kernel/irq/internals.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/irq/internals.h b/kernel/irq/internals.h
index 6546431..60db644
From: Venkatraman S
If SPARSE_IRQ is defined, NR_IRQS will not necessarily be
relevant. Use the number populated in machine descriptor.
Note: HARDIRQ_BITS is defined as a constant independent of NR_IRQS.
Needs review if this assumption makes sense.
Signed-off-by: Venkatraman S
---
arch/arm/co
From: Venkatraman S
Signed-off-by: Venkatraman S
---
drivers/tty/serial/samsung.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c
index f66f648..be16b3c 100644
--- a/drivers/tty/serial/samsung.c
+++ b/drivers
From: Venkatraman S
Signed-off-by: Venkatraman S
---
drivers/mfd/twl4030-irq.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mfd/twl4030-irq.c b/drivers/mfd/twl4030-irq.c
index 8a7ee31..ac3a27d 100644
--- a/drivers/mfd/twl4030-irq.c
+++ b/drivers/mfd/twl4030
From: Venkatraman S
Signed-off-by: Venkatraman S
---
arch/arm/plat-nomadik/timer.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/plat-nomadik/timer.c b/arch/arm/plat-nomadik/timer.c
index ef74e15..c35fb2c 100644
--- a/arch/arm/plat-nomadik/timer.c
+++ b/arc
From: Venkatraman S
Do not depend on the generic irq header file to include the platform
specific header file.
Signed-off-by: Venkatraman S
---
drivers/video/omap/lcdc.c |1 +
drivers/video/omap/sossi.c |1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/video
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/gpio/pl061.c|1 +
4 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/gpio/gpio-exynos
From: Venkatraman S
Signed-off-by: Venkatraman S
---
arch/arm/mach-integrator/core.c |1 +
arch/arm/mach-integrator/integrator_ap.c |1 +
arch/arm/mach-integrator/pci.c |1 +
arch/arm/mach-integrator/pci_v3.c|2 ++
4 files changed, 5 insertions(+), 0
From: Venkatraman S
Signed-off-by: Venkatraman S
---
arch/arm/mach-ux500/board-mop500-stuib.c |1 +
arch/arm/mach-ux500/devices-common.c |2 +-
arch/arm/mach-ux500/devices-common.h |2 ++
arch/arm/mach-ux500/devices-db8500.c |2 +-
arch/arm/mach-ux500/dma-db5500.c
From: Venkatraman S
Signed-off-by: Venkatraman S
---
arch/arm/plat-samsung/dev-hsmmc.c |2 +-
arch/arm/plat-samsung/dev-hsmmc1.c|2 +-
arch/arm/plat-samsung/dev-hsmmc2.c|1 +
arch/arm/plat-samsung/dev-hsmmc3.c|2 +-
arch/arm/plat-samsung/dev-ide.c |2 +
From: Venkatraman S
Signed-off-by: Venkatraman S
---
arch/arm/mach-s5pv210/mach-smdkv210.c |1 +
arch/arm/plat-s5p/dev-fimc0.c |1 +
arch/arm/plat-s5p/dev-fimc1.c |1 +
arch/arm/plat-s5p/dev-fimc2.c |1 +
arch/arm/plat-s5p/dev-fimc3.c |1 +
a
From: Venkatraman S
Signed-off-by: Venkatraman S
---
arch/arm/mach-msm/dma.c |1 +
arch/arm/mach-msm/gpio.c |1 +
arch/arm/mach-msm/irq.c |2 +-
arch/arm/mach-msm/smd.c |2 +-
arch/arm/mach-msm/timer.c |1 +
5 files changed, 5 insertions(+), 2 deletions(-)
diff --gi
From: Venkatraman S
Signed-off-by: Venkatraman S
---
arch/arm/mach-exynos4/cpu.c |1 +
arch/arm/mach-exynos4/irq-combiner.c|1 +
arch/arm/mach-exynos4/localtimer.c |2 +-
arch/arm/mach-exynos4/mach-armlex4210.c |2 +-
arch/arm/mach-exynos4/mach-nuri.c
From: Venkatraman S
Signed-off-by: Venkatraman S
---
arch/arm/mach-omap1/lcd_dma.c |1 +
arch/arm/mach-omap1/time.c |1 +
arch/arm/mach-omap1/timer32k.c |1 +
arch/arm/mach-omap1/usb.c |2 +-
4 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach
From: Venkatraman S
All machine descriptors in board files need to be updated
to populate NR_IRQS so that irq handler can probe it.
Signed-off-by: Venkatraman S
---
arch/arm/mach-omap1/board-ams-delta.c |1 +
arch/arm/mach-omap1/board-fsample.c |1 +
arch/arm/mach-omap1/board-generic
From: Venkatraman S
All machine descriptors in board files need to be updated
to populate NR_IRQS so that irq handler can probe it.
Signed-off-by: Venkatraman S
---
arch/arm/mach-omap2/board-2430sdp.c|1 +
arch/arm/mach-omap2/board-3430sdp.c|1 +
arch/arm/mach-omap2/boa
From: Venkatraman S
Machine descriptors in board files need to be updated
to populate NR_IRQS so that irq handler can probe it.
Signed-off-by: Venkatraman S
---
arch/arm/mach-msm/board-halibut.c |1 +
arch/arm/mach-msm/board-mahimahi.c |1 +
arch/arm/mach-msm/board-msm7x27.c |4 +
From: Venkatraman S
Do not rely on linux/irqs.h to include the platform specific irqs.h
Signed-off-by: Venkatraman S
---
arch/arm/mach-omap2/gpmc.c|1 +
arch/arm/mach-omap2/hsmmc.c |1 +
arch/arm/mach-omap2/irq.c |1 +
arch/arm/mach-omap2/omap_l3_noc.c |2
From: Venkatraman S
This is a work-in-progress of the cleanup work on NR_IRQS that I
did at Linaro Connect. The patches do..
a) add nr_irqs field to many board files
b) include mach/irqs.h directly to drivers and platform files
where needed
c) remove the enable_fiq / disable_fiq interface
Af
From: Venkatraman S
Enable SPARSE_IRQ by default to enable multi-SoC kernel image
Signed-off-by: Venkatraman S
---
arch/arm/Kconfig |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9adc278..3a25179 100644
--- a/arch/arm/Kconfig
I've decided to take a look at this moderately quiet l.k.embedded list
and noticed this question:
Is it possible to debug multi-threaded applications using gdb on ARM
these days?
http://thread.gmane.org/gmane.linux.kernel.embedded/3631
This is completely supported now, right?
--
Chri
On 23 August 2011 14:41, Daniel Lezcano wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> Hi all,
>
> I did the following cpuset configuration:
>
> if [ ! -d /sys/fs/cgroup ]; then
> echo "cgroup not supported by the kernel"
> else
> mount -t cgroup cgroup /sys/fs/cgroup
Hello,
Some time passed since last update on Gerrit deployment, that's
because work on complete AOSP mirroring to out tree took longer than
expected. All in all, following was done:
Revamped branching in our toolchain/* components, freed room for
upstream branches, mirrored them.
Mirrored AOSP k
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi all,
I did the following cpuset configuration:
if [ ! -d /sys/fs/cgroup ]; then
echo "cgroup not supported by the kernel"
else
mount -t cgroup cgroup /sys/fs/cgroup
# needed to have the cgroup values inherited from
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 08/23/2011 02:34 PM, Amit Kucheria wrote:
> Good start, but let's move this discussion public.
Ok, I will resend to linaro-dev then.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmai
Good start, but let's move this discussion public.
On Tue, Aug 23, 2011 at 3:13 PM, Daniel Lezcano
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> Hi all,
>
> I did the following cpuset configuration:
>
> if [ ! -d /sys/fs/cgroup ]; then
> echo "cgroup not supported by the k
This patch set is based on Kukjin Kim's for-next branch.
Tested on SMDKV310 and Origen boards.
The patch set cleans up intermediate functions and combines USB host and device
initialisation into a single function.
Pankaj Dubey (2):
ARM: EXYNOS4: Code cleanup and remove extra functions.
ARM: E
From: Pankaj Dubey
This patch modifies USB PHY initialization code so that USB host
and device can be initialized with the same function.
Signed-off-by: Pankaj Dubey
Signed-off-by: Sachin Kamat
---
arch/arm/mach-exynos4/include/mach/regs-pmu.h |2 +-
arch/arm/mach-exynos4/setup-usb-phy.c
From: Pankaj Dubey
This patch removes the intermediate exynos4_usb_phy1_init and
exynos4_usb_phy1_exit function calls.
Signed-off-by: Pankaj Dubey
Signed-off-by: Sachin Kamat
---
arch/arm/mach-exynos4/setup-usb-phy.c | 166 +++-
1 files changed, 78 insertions(+),
Vkj6
Resources
=
Note: Wonder what to download? Instructions including download URLs are
documented as part of the feedback form reachable through the URLs above.
Ubuntu:
* Nano (think small):
http://snapshots.linaro.org/11.05-daily/linaro-nano/20110823/1/images/tar/
* ALIP (Xfce de
Meeting minutes
:https://wiki.linaro.org/WorkingGroups/Middleware/Multimedia/Notes/2011-08-16
Status link:
https://wiki.linaro.org/WorkingGroups/Middleware/Multimedia/WeeklyReport
Summary of the highlights:
For 11.08:
libjpeg-turbo release 1.1.90: https://launchpad.net/libjpeg-turbo/1.2/1.1.90
55 matches
Mail list logo