Re: Errors in work item definitions

2012-01-09 Thread Mattias Backman
On Mon, Jan 9, 2012 at 2:45 PM, Tony Mansson wrote: > Hi Guys. > > I get a lot of spam from launchpad whenever the format of a blueprint is not > OK. > > Below is an example. Please don't use colons (as e.g. in an URL) inside work > item definitions. There is a low-IQ parser somewhere that gets co

Re: [U-Boot] [PATCH v2 0/4] Add SMDK5250 board support

2012-01-09 Thread Wolfgang Denk
Dear Chander Kashyap, In message you wrote: > > > Are you planning to reimplement most of these two files in C as per > > Wolfgang's comments on the TRATS board, or is that a separate issue? > Not as of now. We have 14K for spl. Using C style it might not fit into that. What makes you think t

Re: [U-Boot] [PATCH v2 0/4] Add SMDK5250 board support

2012-01-09 Thread Kyungmin Park
On 1/10/12, Chander Kashyap wrote: > Dear Simon, > > On 9 January 2012 23:25, Simon Glass wrote: >> Hi Chander, >> >> On Sun, Jan 8, 2012 at 10:40 PM, Chander Kashyap >> wrote: >>> This patchset add support for Samsung's SMDK5250 board based on >>> EXYNOS5250 based SoC. It also adds support for

Re: [ACTIVITY] Multimedia WG weekly status report - wk01.2012 (20120102-20120106)

2012-01-09 Thread Kurt Taylor
On 9 January 2012 09:19, Tom Gall wrote: > Hi Kiko, > > On Mon, Jan 9, 2012 at 9:05 AM, Christian Robottom Reis > wrote: > >> - Wiki page for libjpeg-turbo integration in skia and skia_test usage > >> for jpeg performance test was created > > > > Ah -- a URL would be nice? > > Besides Benjamin's

Re: [U-Boot] [PATCH v2 0/4] Add SMDK5250 board support

2012-01-09 Thread Chander Kashyap
Dear Simon, On 9 January 2012 23:25, Simon Glass wrote: > Hi Chander, > > On Sun, Jan 8, 2012 at 10:40 PM, Chander Kashyap > wrote: >> 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 S

Re: [ACTIVITY] Multimedia WG weekly status report - wk01.2012 (20120102-20120106)

2012-01-09 Thread Feng Wei
>> The issue is that audio over hdmi works however audio over the audio >> jack has been either non functional or iffy. I met with Wei last night >> and mentioned that it needs to be looked into again. > > Would be worth testing with a trunk tilt kernel, and if still broken, > get Andy to look at i

[PATCH] cma: fix limit adjustment in dma_declare_contiguous()

2012-01-09 Thread Mans Rullgard
The upper limit needs to be rounded down to a multiple of the alignment, not up. Signed-off-by: Mans Rullgard --- drivers/base/dma-contiguous.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/base/dma-contiguous.c b/drivers/base/dma-contiguous.c index 924c052..e

Platform - WG Weekly Sync for Jan 10, 2012

2012-01-09 Thread david.zin...@linaro.org
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VTIMEZONE TZID:America/Toronto X-LIC-LOCATION:America/Toronto BEGIN:DAYLIGHT TZOFFSETFROM:-0500 TZOFFSETTO:-0400 TZNAME:EDT DTSTART:19700308T02 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY

Re: [U-Boot] [PATCH v2 0/4] Add SMDK5250 board support

2012-01-09 Thread Simon Glass
Hi Chander, On Sun, Jan 8, 2012 at 10:40 PM, Chander Kashyap wrote: > 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 ups

Re: [ACTIVITY] Multimedia WG weekly status report - wk01.2012 (20120102-20120106)

2012-01-09 Thread Christian Robottom Reis
On Mon, Jan 09, 2012 at 09:19:10AM -0600, Tom Gall wrote: > >> - Created a parser for the test definition of Speex > > > > Where is this and the libav Realvideo code going? > > for Realvideo that's going upstream into libav. Is there a mailing list post or commit? And for speex? > > What's bloc

Re: [ACTIVITY] Multimedia WG weekly status report - wk01.2012 (20120102-20120106)

2012-01-09 Thread Tom Gall
Hi Kiko, On Mon, Jan 9, 2012 at 9:05 AM, Christian Robottom Reis wrote: >> - Wiki page for libjpeg-turbo integration in skia and skia_test usage >> for jpeg performance test was created > > Ah -- a URL would be nice? Besides Benjamin's link there is also : https://wiki.linaro.org/TomGall/SkiaBen

Re: Errors in work item definitions

2012-01-09 Thread Fathi Boudra
On 9 January 2012 15:45, Tony Mansson wrote: > Hi Guys. > > I get a lot of spam from launchpad whenever the format of a blueprint is not > OK. > > Below is an example. Please don't use colons (as e.g. in an URL) inside work > item definitions. There is a low-IQ parser somewhere that gets confused

Re: [ACTIVITY] Multimedia WG weekly status report - wk01.2012 (20120102-20120106)

2012-01-09 Thread Benjamin Gaignard
the url for jpeg test with skia bench https://wiki.linaro.org/BenjaminGaignard/libjpeg-turboAndSkia Benjamin 2012/1/9 Christian Robottom Reis > > - Wiki page for libjpeg-turbo integration in skia and skia_test usage > > for jpeg per

Re: [ACTIVITY] Multimedia WG weekly status report - wk01.2012 (20120102-20120106)

2012-01-09 Thread Christian Robottom Reis
> - Wiki page for libjpeg-turbo integration in skia and skia_test usage > for jpeg performance test was created Ah -- a URL would be nice? > - Created a parser for the test definition of Speex Where is this and the libav Realvideo code going? > Issues > - Bug #893402 is impeding progress in end

Re: [PATCH V6 0/7] add a generic cpufreq driver

2012-01-09 Thread Richard Zhao
On Fri, Jan 06, 2012 at 08:53:37AM +0800, Richard Zhao wrote: > On Thu, Jan 05, 2012 at 06:16:54AM +0800, Richard Zhao wrote: > > hi Russell, > > > > May I have your ACK, you merge it? > Russell, ping would you have time to look at this patch series? > > > > Thanks > > Richard > > > > __

[ACTIVITY] Multimedia WG weekly status report - wk01.2012 (20120102-20120106)

2012-01-09 Thread Ilias Biris
Hello! Status dashboard has the details in https://wiki.linaro.org/WorkingGroups/Middleware/Multimedia/WeeklyReport Last weekly meeting: https://wiki.linaro.org/WorkingGroups/Middleware/Multimedia/Notes/2012-01-03 Highlights - Coming back from vacation - Wiki page for libjpeg-turbo integration i

Fwd: Errors in work item definitions

2012-01-09 Thread Tony Mansson
Hi Guys. I get a lot of spam from launchpad whenever the format of a blueprint is not OK. Below is an example. Please don't use colons (as e.g. in an URL) inside work item definitions. There is a low-IQ parser somewhere that gets confused by that. BR, Tony -- Forwarded message

[ACTIVITY] OCTO weekly status report - wk01.2012 (20120102-20120206)

2012-01-09 Thread Ilias Biris
Hello! Weekly status report is in more detail here https://wiki.linaro.org/OfficeofCTO/WeeklyRepor Last meeting minutes are here: https://wiki.linaro.org/OfficeofCTO/2012-01-03 Highlights - ARMHF: progress ongoing during the festive period for the Debian builds - as can be seen from the progres