Re: What our customers want from Android

2012-02-01 Thread Jason Hui
On Wed, Feb 1, 2012 at 12:52 AM, Zach Pfeffer wrote: > So I've been talking to our customers (10 at last count) and they > really like what we're doing. There are three things that are getting > in their way: > > linaro-android-media-create > > GCC4.6 > > frequent kernel upgrades > > They love our

Re: Device Tree hwpacks

2011-04-22 Thread Jason Hui
Hi, Loic, On Fri, Apr 22, 2011 at 12:53 AM, Loïc Minier wrote: >        Hey > >  If you try latest daily hwpacks + latest linaro-image-tools (0.4.4 or >  bzr) you should be getting Device Tree aware images for boards which >  support it (mostly i.MX51 and OMAP ATM). > >  Feedback and bug reports

Re: Linus being annoyed by the ARM kernel code

2011-04-04 Thread Jason Hui
On Mon, Apr 4, 2011 at 1:38 PM, Bryan Wu wrote: > On Fri, Apr 1, 2011 at 11:43 PM, Eric Miao wrote: >> Just FYI - lengthy but very interesting read, Linus was really good at >> wording, enjoy heh :-) >> >> https://lkml.org/lkml/2011/3/17/283 >> >> So maybe it's just a right time to talk about usi

Re: Sound hardware device specifics for Linaro dev boards

2011-04-02 Thread Jason Hui
Hi, Kurt, On Fri, Apr 1, 2011 at 11:20 PM, Kurt Taylor wrote: > Hi everyone, > > I am trying to assemble a reference for the sound device specifics for all > the platforms. The catch is that I don't have all the dev platforms > available to me. > > Here is where you can help!  I have Panda and Be

Re: UTRACE/UPROBE support on ARM

2011-03-29 Thread Jason Hui
On Tue, Mar 29, 2011 at 8:42 PM, Frederic Turgis wrote: > Hi all, > [..] > I am in parallel seeking info on utrace-devel mailing list. utrace-de...@redhat.com, is it? Jason > > thanks for any help > > > Regards > Fred > > ___ > linaro-dev mailing list

Re: [PATCH V4 1/5] arm/dt: add basic mx51 device tree support

2011-03-15 Thread Jason Hui
Hi, Grant, On Tue, Mar 15, 2011 at 3:03 PM, Grant Likely wrote: > Hi Jason, > > Minor comments below. > > On Thu, Mar 10, 2011 at 12:59:41PM +0800, Jason Liu wrote: >> Signed-off-by: Jason Liu >> Signed-off-by: Jason Liu > > This looks wrong.  You should only have one s-o-b line.  Use one email

Re: [PATCH V4 5/5] net/fec: add device tree matching support

2011-03-15 Thread Jason Hui
Hi, Grant, On Tue, Mar 15, 2011 at 3:14 PM, Grant Likely wrote: > On Thu, Mar 10, 2011 at 12:59:45PM +0800, Jason Liu wrote: >> Signed-off-by: Jason Liu >> Signed-off-by: Jason Liu >> --- >>  drivers/net/fec.c |   13 + >>  1 files changed, 13 insertions(+), 0 deletions(-) >> >> diff

Re: [PATCH V4 3/5] serial/imx: parse from device tree support

2011-03-15 Thread Jason Hui
Hi, Grant, On Tue, Mar 15, 2011 at 3:07 PM, Grant Likely wrote: > Minor comments, but otherwise goes first. > > On Thu, Mar 10, 2011 at 12:59:43PM +0800, Jason Liu wrote: >> Signed-off-by: Jason Liu >> Signed-off-by: Jason Liu >> Signed-off-by: Jeremy Kerr > > Jeremy's s-o-b should go at the t

Re: [PATCH V2 1/3] arm/dt: add basic mx51 device tree support

2011-03-13 Thread Jason Hui
Hi, Arnd, On Fri, Mar 11, 2011 at 8:10 PM, Arnd Bergmann wrote: > On Friday 11 March 2011, Jason Hui wrote: >> >> Alternatively, it could be done the other way round: rename the >> >> identifiers >> >> in the file from mx51_ to mx5_, and make sure that the

Re: [PATCH V4 2/5] arm/dt: add very basic dts file for babbage board

2011-03-11 Thread Jason Hui
Hi, Shawn, On Fri, Mar 11, 2011 at 4:36 PM, Shawn Guo wrote: > On Fri, Mar 11, 2011 at 03:33:24PM +0800, Jason Hui wrote: >> Hi, Shawn, [...] >> >> No, I don't think so. Where the section is put is not one strict rule, >> take a look at >> powerpc dts fil

Re: [PATCH V4 2/5] arm/dt: add very basic dts file for babbage board

2011-03-10 Thread Jason Hui
Hi, Shawn, On Fri, Mar 11, 2011 at 2:56 PM, Shawn Guo wrote: > Hi Jason, > > On Thu, Mar 10, 2011 at 12:59:42PM +0800, Jason Liu wrote: >> Signed-off-by: Jason Liu >> Signed-off-by: Jason Liu >> Singed-off-by: Rob Herring >> --- >>  arch/arm/boot/dts/babbage.dts |  122 >>

Re: [PATCH V2 1/3] arm/dt: add basic mx51 device tree support

2011-03-10 Thread Jason Hui
Hi, Arnd, On Thu, Mar 10, 2011 at 8:38 PM, Arnd Bergmann wrote: > On Monday 07 March 2011, Arnd Bergmann wrote: >> On Monday 07 March 2011, Shawn Guo wrote: >> > > diff --git a/arch/arm/mach-mx5/Makefile b/arch/arm/mach-mx5/Makefile >> > > index 0d43be9..540697e 100644 >> > > --- a/arch/arm/mach-

Re: [PATCH V3 1/5] arm/dt: add basic mx51 device tree support

2011-03-09 Thread Jason Hui
Hi, Loic, On Wed, Mar 9, 2011 at 6:33 PM, Loïc Minier wrote: > On Wed, Mar 09, 2011, Jason Hui wrote: >> + * Copyright 2011 Freescale Semiconductor, Inc. All Rights Reserved. > >    Copyright 2011 Linaro Ltd. I will resend the whole patchset and use Linaro copyright and sign off

Re: [PATCH 1/5] arm/dts: babbage: add gpt and uart related clock nodes

2011-03-07 Thread Jason Hui
Hi, Shawn, On Tue, Mar 8, 2011 at 3:07 PM, Shawn Guo wrote: > On Tue, Mar 08, 2011 at 02:56:52PM +0800, Jason Hui wrote: >> Hi, Shawn, >> >> On Tue, Mar 8, 2011 at 12:22 AM, Shawn Guo wrote: >> > The patch is to add all gpt, uart related dt clock nodes for babbag

Re: [PATCH 1/5] arm/dts: babbage: add gpt and uart related clock nodes

2011-03-07 Thread Jason Hui
Hi, Shawn, On Tue, Mar 8, 2011 at 12:22 AM, Shawn Guo wrote: > The patch is to add all gpt, uart related dt clock nodes for babbage. > It sticks to the clock name used in clock-mx51-mx53.c, so that > everything gets consistent to Reference Manual.  For example, the > numbering in clock name usual

Re: [PATCH V2 2/3] arm/dt: add very basic dts file for babbage board

2011-03-07 Thread Jason Hui
Hi, Shawn, On Tue, Mar 8, 2011 at 11:11 AM, Shawn Guo wrote: > On Tue, Mar 08, 2011 at 10:20:33AM +0800, Jason Hui wrote: >> Hi, Shawn, >> >> On Mon, Mar 7, 2011 at 10:51 PM, Shawn Guo wrote: >> > Aha, Jason.  Grant and I put many comments on v1 of this patch

Re: [PATCH V2 3/3] serial/imx: parse from device tree support

2011-03-07 Thread Jason Hui
Hi, Grant, On Tue, Mar 8, 2011 at 12:22 AM, Grant Likely wrote: > On Mon, Mar 7, 2011 at 6:06 AM, Jason Liu wrote: >> Signed-off-by: Jason Liu >> Signed-off-by: Jeremy Kerr > > Hi Jason, > > comments below. > >> --- >>  drivers/tty/serial/imx.c |   79 >> ++

Re: [PATCH V2 2/3] arm/dt: add very basic dts file for babbage board

2011-03-07 Thread Jason Hui
Hi, Shawn, On Mon, Mar 7, 2011 at 10:51 PM, Shawn Guo wrote: > Aha, Jason.  Grant and I put many comments on v1 of this patch, but it > seems that v2 is identical to v1, except adding Rob Herring sign-off. Please compare with v1 and say it once again, It should include the grant and your comment

Re: [PATCH 3/3] serial/imx: parse from device tree support

2011-03-06 Thread Jason Hui
Hi, Arnd, Shawn, On Mon, Feb 28, 2011 at 6:35 PM, Shawn Guo wrote: > On 18 February 2011 16:12, Jason Liu wrote: >> Signed-off-by: Jason Liu >> --- >>  drivers/tty/serial/imx.c |   81 >> -- >>  1 files changed, 71 insertions(+), 10 deletions(-) >> >>

Re: [PATCH 2/3] arm/dt: add very basic dts file for babbage board

2011-03-06 Thread Jason Hui
Hi, Grant and Shawn, On Tue, Mar 1, 2011 at 2:09 AM, Grant Likely wrote: > On Mon, Feb 28, 2011 at 10:32:01PM +0800, Shawn Guo wrote: >> Hi Grant, >> >> On Mon, Feb 21, 2011 at 10:10:24AM -0700, Grant Likely wrote: >> > On Mon, Feb 21, 2011 at 2:46 AM, Shawn Guo wrote: >> [...] >> > >> +       c

Re: [PATCH 1/3] arm/dt: add basic mx51 device tree support

2011-03-06 Thread Jason Hui
Hi, Shawn, On Mon, Feb 28, 2011 at 2:48 PM, Shawn Guo wrote: > On 18 February 2011 16:12, Jason Liu wrote: >> Signed-off-by: Jason Liu >> --- >>  arch/arm/mach-mx5/Kconfig               |    6 +++ >>  arch/arm/mach-mx5/Makefile              |    1 + >>  arch/arm/mach-mx5/board-dt.c            |

Re: [PATCH 0/3] Add MX51 basic DT support

2011-03-06 Thread Jason Hui
Hi, Shawn, On Mon, Feb 21, 2011 at 4:17 PM, Shawn Guo wrote: > Hi Jason, > > On 18 February 2011 16:12, Jason Liu wrote: >> This patchset adds FSL mx51 device tree support. This >> is based on >> >> git://git.secretlab.ca/git/linux-2.6 devicetree/test >> >> This patch has been tested on MX51 bab

Re: Device tree support for 11.05

2011-01-28 Thread Jason Hui
Hi, Grant, On Fri, Jan 28, 2011 at 3:57 PM, Jason Hui wrote: > Hi, Grant and Nico, > > On Fri, Jan 28, 2011 at 2:51 AM, Nicolas Pitre > wrote: >> On Thu, 27 Jan 2011, Grant Likely wrote: >> >>> 2011/1/26 Grant Likely : >>> > On Wed, Jan 26,

Re: RE: Device tree support for 11.05

2011-01-28 Thread Jason Hui
Hi, Grant, On Fri, Jan 28, 2011 at 3:50 PM, Grant Likely wrote: > > On Jan 27, 2011 4:07 AM, "Liu Hui-R64343" wrote: >> >> >On Wed, Jan 26, 2011 at 2:49 PM, Nicolas Pitre >> >wrote: >> >> On Wed, 26 Jan 2011, Grant Likely wrote: >> >> >> >Done.  My branch is based on 2.6.38-rc1, so I cherry pic

Re: Device tree support for 11.05

2011-01-27 Thread Jason Hui
Hi, Grant and Nico, On Fri, Jan 28, 2011 at 2:51 AM, Nicolas Pitre wrote: > On Thu, 27 Jan 2011, Grant Likely wrote: > >> 2011/1/26 Grant Likely : >> > On Wed, Jan 26, 2011 at 2:49 PM, Nicolas Pitre >> > wrote: >> >> On Wed, 26 Jan 2011, Grant Likely wrote: >> >> >> >>> If I were able to get al

Re: Creating a new public git tree on git.linaro.org

2010-11-18 Thread Jason Hui
On Thu, Nov 18, 2010 at 10:19 PM, Dave Martin wrote: > Hi, > > On Thu, Nov 18, 2010 at 9:56 AM, Amit Kucheria > wrote: >> On Thu, Nov 18, 2010 at 3:01 PM, Dave Martin wrote: >>> I found the instructions useful... there was one anomaly though: for this >>> bit: >>> >>> Edit ".git/config" file i

Re: Creating a new public git tree on git.linaro.org

2010-11-18 Thread Jason Hui
On Thu, Nov 18, 2010 at 3:47 PM, Amit Kucheria wrote: > On Thu, Nov 18, 2010 at 12:30 PM, Jason Hui wrote: >> On Wed, Nov 17, 2010 at 11:33 PM, Dave Martin wrote: >>> FYI, I've set up a tree with my currently posted patches, with >>> branches currently as follo

Re: Creating a new public git tree on git.linaro.org

2010-11-17 Thread Jason Hui
On Wed, Nov 17, 2010 at 11:33 PM, Dave Martin wrote: > FYI, I've set up a tree with my currently posted patches, with > branches currently as follows: > > git://git.linaro.org/people/dmart/linux-2.6-arm.git I'm wondering how to setup personal git tree on git.linaro.org, any wiki page for that? B

Re: lin...@uds: Where can I get the note of each Linaro sessions?

2010-10-27 Thread Jason Hui
Hi, Jamie & Amit K On Wed, Oct 27, 2010 at 9:06 PM, Jamie Bennett wrote: > On 10/27/10 at 08:57pm, Jason Hui wrote: >> Hi, Tom >> >> On Wed, Oct 27, 2010 at 8:40 PM, Tom Gall wrote: >> > Hi Jason, >> > >> > I don't know that I would say

Re: lin...@uds: Where can I get the note of each Linaro sessions?

2010-10-27 Thread Jason Hui
but MS. > > Now you're quite right to lament that gobby has been a little less > than stable at the conference. :-( When it is working tho I think > you'll find it's trivial to get to the raw notes. Yes, currently it is not stable. > > Regards, > Tom > &g

Re: lin...@uds: Where can I get the note of each Linaro sessions?

2010-10-27 Thread Jason Hui
Hi, Jamie On Wed, Oct 27, 2010 at 7:58 PM, Jamie Bennett wrote: > On 10/27/10 at 05:35pm, Jason Hui wrote: >> As title. > > I'm not sure what you are asking. Are you asking about the schedule of > the sessions themselves or the notes that come from the sessions? If its >

lin...@uds: Where can I get the note of each Linaro sessions?

2010-10-27 Thread Jason Hui
As title. BR, Jason Liu ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev