Power Management WG Weekly Status report 2011-06-03

2011-06-03 Thread Mounir Bsaibes
== Meeting minutes == https://wiki.linaro.org/WorkingGroups/PowerManagement/Meetings/2011-06-01 == Weekly Status Report == https://wiki.linaro.org/WorkingGroups/PowerManagement/Status/2011-06-02 == Summary == * Power Management Public Plan review was done on Tuesday. * A thermal demo on Pan

Re: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Kukjin Kim
On 06/03/11 00:04, Tushar Behera wrote: Added Kconfig entry for setup-usb-phy.c on which EHCI support is dependent on. Following the naming convention of other setup files, we have following renaming. usb-phy.c ==> setup-usb-phy.c Signed-off-by: Tushar Behera --- arch/arm/mach-exynos

Re: [ANNOUNCE] dh_splitpackage 0.1

2011-06-03 Thread Zygmunt Krynicki
W dniu 03.06.2011 21:17, Evan Broder pisze: Ubuntu has gotten quite a bit of flack from the debhelper maintainer for making independent changes in the past ([1], [2]), and doing so again seems like a bad plan. Perhaps posting this from my @canonical.com address was a bad idea. I'm not doing t

Re: [ANNOUNCE] dh_splitpackage 0.1

2011-06-03 Thread Evan Broder
On Thu, Jun 2, 2011 at 6:16 PM, Zygmunt Krynicki wrote: > Hello everyone. > > I wrote dh_splitpackage, a helper script that unambiguously splits the files > of a binary package into multiple packages based on a configuration file. > > The configuration file may point the primary package (the one t

[NOTES] Linaro Developer Platform Weekly Status Meeting June 1st

2011-06-03 Thread Tom Gall
Enclosed you'll find a link to the agenda, notes and actions from the Linaro Developer Platforms Weekly Status meeting held on June 1st in #linaro-meeting on irc.freenode.net at 15:00 UTC. https://wiki.linaro.org/Platform/DevPlatform/Meetings/2011-06-01 New Actions: * suihkulokki and rsalveti to

Updates to Blueprints Page

2011-06-03 Thread Andy Doan
The Engineering Resources team has just updated information on blueprints in the wiki. The page is the same: https://wiki.linaro.org/Process/Blueprints Before going further I want to clarify: The changes *do not* add additional work to anyone. The goal was to make everyone's life a little _easi

Re: [PATCH] drm.h: Fix DRM compilation with bare-metal toolchain.

2011-06-03 Thread Andy Green
On 06/03/2011 04:16 PM, Somebody in the thread at some point said: Hello, Just to give more background, compilation error apparently caused by this happened during building kernel-tilt with upstream android toolchain: https://android-build.linaro.org/jenkins/job/patrik-ryd_lt-panda/8/consoleFull

Re: 2 cross-development toochain quesions

2011-06-03 Thread Marcin Juszkiewicz
On pią, 2011-06-03 at 16:02 +0100, Bernard Ogden wrote: > I was asked to take a look at the blueprints relating to > cross-toolchain development (e.g. > https://blueprints.launchpad.net/ubuntu/+spec/linaro-platforms-o-linaro-cross-toolchain-stories) > in advance of Monday's 'Android and Developer

Re: [PATCH] drm.h: Fix DRM compilation with bare-metal toolchain.

2011-06-03 Thread Paul Sokolovsky
Hello, Just to give more background, compilation error apparently caused by this happened during building kernel-tilt with upstream android toolchain: https://android-build.linaro.org/jenkins/job/patrik-ryd_lt-panda/8/consoleFull CC drivers/gpu/drm/drm_auth.o In file included from include/

[PATCH] drm.h: Fix DRM compilation with bare-metal toolchain.

2011-06-03 Thread Paul Sokolovsky
An ifdef in drm.h expects to be compiled with full-fledged Linux toolchain, but it's common to compile kernel with just bare-metal toolchain which doesn't define __linux__. So, also add __KERNEL__ check. Signed-off-by: Paul Sokolovsky --- include/drm/drm.h |2 +- 1 files changed, 1 insertion

2 cross-development toochain quesions

2011-06-03 Thread Bernard Ogden
I was asked to take a look at the blueprints relating to cross-toolchain development (e.g. https://blueprints.launchpad.net/ubuntu/+spec/linaro-platforms-o-linaro-cross-toolchain-stories) in advance of Monday's 'Android and Developer Platform' plan review call. I just have two questions to ask

RE: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Marek Szyprowski
Hello, On Friday, June 03, 2011 1:52 PM Thomas Abraham wrote: > On 3 June 2011 12:34, Tushar Behera wrote: > > Added Kconfig entry for setup-usb-phy.c on which EHCI support is > > dependent on. > > > > Following the naming convention of other setup files, we have following > > renaming. > >    

[ACTIVITY] Status report for Multimedia WG wk22.2011

2011-06-03 Thread Ilias Biris
Please check the status report in th wiki https://wiki.linaro.org/WorkingGroups/Middleware/Multimedia/WeeklyReport for more information and links. == Team Highlights == 11.05 release: libjpeg-turbo and smartt released. Smartt not a tarball yet but we may get some help to get this released via a l

Re: The linaro-2.6.39 kernel / LT path for patches

2011-06-03 Thread Nicolas Pitre
On Fri, 3 Jun 2011, Andy Green wrote: > Anyway linus HEAD on Panda is otherwise quite nice now, the bluetooth stuff is > in there already, WLAN is working well and so on. DSS stuff is still a WIP > though. If you could suggest a list of commits from Linus HEAD that I could cherry-pick in order

Re: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Thomas Abraham
On 3 June 2011 12:34, Tushar Behera wrote: > Added Kconfig entry for setup-usb-phy.c on which EHCI support is > dependent on. > > Following the naming convention of other setup files, we have following > renaming. >        usb-phy.c ==> setup-usb-phy.c > > Signed-off-by: Tushar Behera > --- >  ar

Re: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Joonyoung Shim
On 2011-06-03 오후 4:04, Tushar Behera wrote: Added Kconfig entry for setup-usb-phy.c on which EHCI support is dependent on. Following the naming convention of other setup files, we have following renaming. usb-phy.c ==> setup-usb-phy.c Signed-off-by: Tushar Behera --- arch/arm/mach-ex

Re: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread JinGoo Han
Acked-by: Jingoo Han > --- Original Message --- > Sender : Tushar Behera > Date : Jun 03, 2011 16:04 (GMT+09:00) > Title : [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig > > Added Kconfig entry for setup-usb-phy.c on which EHCI support is > dependent on. > > Foll

Re: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Joonyoung Shim
On 2011-06-03 오후 5:44, Tushar Behera wrote: Hi, On Friday 03 June 2011 01:20 PM, Joonyoung Shim wrote: On 2011-06-03 오후 4:04, Tushar Behera wrote: Added Kconfig entry for setup-usb-phy.c on which EHCI support is dependent on. Following the naming convention of other setup files, we have follo

Re: The linaro-2.6.39 kernel / LT path for patches

2011-06-03 Thread Jaswinder Singh
On 3 June 2011 14:38, Andy Green wrote: > On 06/03/2011 09:28 AM, Somebody in the thread at some point said: >>> I wish we could coordinate this a bit better somehow. >>> >>> I was wandering around rebasing the DSS stuff I have and trying to get >>> something other than 640 x 480 coming on mainlin

Re: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Tushar Behera
On Friday 03 June 2011 02:28 PM, Joonyoung Shim wrote: On 2011-06-03 오후 5:44, Tushar Behera wrote: Hi, On Friday 03 June 2011 01:20 PM, Joonyoung Shim wrote: On 2011-06-03 오후 4:04, Tushar Behera wrote: Added Kconfig entry for setup-usb-phy.c on which EHCI support is dependent on. Following t

Re: The linaro-2.6.39 kernel / LT path for patches

2011-06-03 Thread Andy Green
On 06/03/2011 09:28 AM, Somebody in the thread at some point said: Hi - I wish we could coordinate this a bit better somehow. I was wandering around rebasing the DSS stuff I have and trying to get something other than 640 x 480 coming on mainline 2.6.39 the last couple of days; I also saw thes

Re: [PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Tushar Behera
Hi, On Friday 03 June 2011 01:20 PM, Joonyoung Shim wrote: On 2011-06-03 오후 4:04, Tushar Behera wrote: Added Kconfig entry for setup-usb-phy.c on which EHCI support is dependent on. Following the naming convention of other setup files, we have following renaming. usb-phy.c ==> setup-usb-phy.c

Re: The linaro-2.6.39 kernel / LT path for patches

2011-06-03 Thread Ricardo Salveti
On Fri, Jun 3, 2011 at 4:29 AM, Andy Green wrote: > On 06/03/2011 07:04 AM, Somebody in the thread at some point said: >> >> On Thu, Jun 2, 2011 at 8:55 PM, Nicolas Pitre >>  wrote: >>> >>> On Thu, 2 Jun 2011, John Rigby wrote: >>> I noticed all the fine AndyDoan/Ricardo fixes that make panda

Re: The linaro-2.6.39 kernel / LT path for patches

2011-06-03 Thread Andy Green
On 06/03/2011 07:04 AM, Somebody in the thread at some point said: On Thu, Jun 2, 2011 at 8:55 PM, Nicolas Pitre wrote: On Thu, 2 Jun 2011, John Rigby wrote: I noticed all the fine AndyDoan/Ricardo fixes that make panda wonderful are missing. My question now is should that stuff go back in o

[PATCH V2] ARM: S5P: Fix compilation error for exynos4_defconfig

2011-06-03 Thread Tushar Behera
Added Kconfig entry for setup-usb-phy.c on which EHCI support is dependent on. Following the naming convention of other setup files, we have following renaming. usb-phy.c ==> setup-usb-phy.c Signed-off-by: Tushar Behera --- arch/arm/mach-exynos4/Kconfig |6 +