Re: [PATCH v4 1/2] ARMV7: Add support for Samsung ORIGEN board

2011-08-03 Thread Chander Kashyap
On 3 August 2011 11:29, Wolfgang Denk wrote: > Dear Chander Kashyap, > > In message < > canuqghfvbv-b5ecrqkrkcppowx2umpbr_rfprx-c0fbvlmx...@mail.gmail.com> you > wrote: > > > > > > +void dram_init_banksize(void) > > > > +{ > > > > + gd->bd->bi_dram[0].start = PHYS_SDRAM_1; > > > > + gd->b

Re: [PATCH] usb: musb: ux500: set dma config for both src and dst

2011-08-03 Thread Mian Yousaf Kaukab
On 08/02/2011 05:33 PM, Per FORLIN wrote: From: Per Forlin The dma driver requires both src and dst to be set. This fix is needed in order to run gadget mass storage. Patch is verified on snowball. Signed-off-by: Per Forlin --- drivers/usb/musb/ux500_dma.c | 16 +++- 1 files ch

Fwd: ADB/Android Screencast

2011-08-03 Thread Fathi Boudra
forward to linaro-dev ml -- Forwarded message -- From: Frans Gifford Date: 3 August 2011 11:55 Subject: ADB/Android Screencast Hi all, I assume most people have used ADB and had to create a udev rule to set permissions on their board. We have a wiki page (https://wiki.linaro.org

Re: Fwd: ADB/Android Screencast

2011-08-03 Thread Christian Robottom Reis
Thanks, Frans. Ricardo, should we fix Oneiric to include the udev rules out of the box? > -- Forwarded message -- > From: Frans Gifford > Date: 3 August 2011 11:55 > Subject: ADB/Android Screencast > > Hi all, > > I assume most people have used ADB and had to create a udev rule

Re: [PATCH] usb: musb: ux500: set dma config for both src and dst

2011-08-03 Thread Linus Walleij
On Tue, Aug 2, 2011 at 5:33 PM, Per Forlin wrote: > From: Per Forlin > > The dma driver requires both src and dst to be set. > This fix is needed in order to run gadget mass storage. > Patch is verified on snowball. > > Signed-off-by: Per Forlin Acked-by: Linus Walleij Thanks, Linus Walleij

Re: [PATCH] usb: musb: ux500: set dma config for both src and dst

2011-08-03 Thread Felipe Balbi
On Tue, Aug 02, 2011 at 05:33:39PM +0200, Per Forlin wrote: > From: Per Forlin > > The dma driver requires both src and dst to be set. > This fix is needed in order to run gadget mass storage. > Patch is verified on snowball. > > Signed-off-by: Per Forlin applied, thanks -- balbi signature

Re: ADB/Android Screencast

2011-08-03 Thread Sachin Kamat
On 3 August 2011 14:31, Fathi Boudra wrote: > forward to linaro-dev ml > > -- Forwarded message -- > From: Frans Gifford > Date: 3 August 2011 11:55 > Subject: ADB/Android Screencast > > Hi all, > > I assume most people have used ADB and had to create a udev rule to > set permiss

Re: ADB/Android Screencast

2011-08-03 Thread Botao Sun
Thank you Sachin. On Wed, Aug 3, 2011 at 12:20 PM, Sachin Kamat wrote: > > > On 3 August 2011 14:31, Fathi Boudra wrote: > >> forward to linaro-dev ml >> >> -- Forwarded message -- >> From: Frans Gifford >> Date: 3 August 2011 11:55 >> Subject: ADB/Android Screencast >> >> Hi al

[PATCH] usb: musb: ux500: replace missing DBG with dev_dbg

2011-08-03 Thread Per Forlin
From: Per Forlin ux500_dma.c fail to compile becase DBG has been removed from musb_debug. Use dev_dbg for all prints. Signed-off-by: Per Forlin Acked-by: Mian Yousaf Kaukab --- drivers/usb/musb/ux500_dma.c | 22 ++ 1 files changed, 14 insertions(+), 8 deletions(-) diff -

Re: [PATCH] usb: musb: ux500: replace missing DBG with dev_dbg

2011-08-03 Thread Felipe Balbi
Hi, On Wed, Aug 03, 2011 at 02:22:17PM +0200, Per Forlin wrote: > From: Per Forlin > > ux500_dma.c fail to compile becase DBG has been removed from musb_debug. > Use dev_dbg for all prints. > > Signed-off-by: Per Forlin > Acked-by: Mian Yousaf Kaukab does this affect any stable release ? --

Re: [PATCH] usb: musb: ux500: replace missing DBG with dev_dbg

2011-08-03 Thread Felipe Balbi
On Wed, Aug 03, 2011 at 02:22:17PM +0200, Per Forlin wrote: > From: Per Forlin > > ux500_dma.c fail to compile becase DBG has been removed from musb_debug. > Use dev_dbg for all prints. > > Signed-off-by: Per Forlin > Acked-by: Mian Yousaf Kaukab applied, thanks. Let me know if this should go

Re: [PATCH] usb: musb: ux500: replace missing DBG with dev_dbg

2011-08-03 Thread Per Förlin
On 08/03/2011 03:17 PM, Felipe Balbi wrote: > On Wed, Aug 03, 2011 at 02:22:17PM +0200, Per Forlin wrote: >> From: Per Forlin >> >> ux500_dma.c fail to compile becase DBG has been removed from musb_debug. >> Use dev_dbg for all prints. >> >> Signed-off-by: Per Forlin >> Acked-by: Mian Yousaf Kauk

Re: [PATCH] usb: musb: ux500: replace missing DBG with dev_dbg

2011-08-03 Thread Felipe Balbi
On Wed, Aug 03, 2011 at 03:27:28PM +0200, Per Förlin wrote: > On 08/03/2011 03:17 PM, Felipe Balbi wrote: > > On Wed, Aug 03, 2011 at 02:22:17PM +0200, Per Forlin wrote: > >> From: Per Forlin > >> > >> ux500_dma.c fail to compile becase DBG has been removed from musb_debug. > >> Use dev_dbg for al

Re: [PATCH] usb: musb: ux500: set dma config for both src and dst

2011-08-03 Thread Felipe Balbi
On Tue, Aug 02, 2011 at 05:33:39PM +0200, Per Forlin wrote: > From: Per Forlin > > The dma driver requires both src and dst to be set. > This fix is needed in order to run gadget mass storage. > Patch is verified on snowball. > > Signed-off-by: Per Forlin should this go for stable too ?? --

[PATCH] usb: musb: cppi: fix build errors due to DBG and missing musb variable

2011-08-03 Thread Per Forlin
From: Per Forlin Replace DBG with dev_dbg add fix invalid access of musb->controller. With this patch cppi_dma builds successfully. Signed-off-by: Per Forlin Cc: --- drivers/usb/musb/cppi_dma.c | 26 +- 1 files changed, 17 insertions(+), 9 deletions(-) diff --git a/

Re: [PATCH] usb: musb: cppi: fix build errors due to DBG and missing musb variable

2011-08-03 Thread Felipe Balbi
Hi, On Wed, Aug 03, 2011 at 03:39:15PM +0200, Per Forlin wrote: > From: Per Forlin > > Replace DBG with dev_dbg add fix invalid access of musb->controller. > With this patch cppi_dma builds successfully. > > Signed-off-by: Per Forlin > Cc: applied, thanks -- balbi signature.asc Descripti

Re: [PATCH] usb: musb: ux500: set dma config for both src and dst

2011-08-03 Thread Per Forlin
On 3 August 2011 15:31, Felipe Balbi wrote: > On Tue, Aug 02, 2011 at 05:33:39PM +0200, Per Forlin wrote: >> From: Per Forlin >> >> The dma driver requires both src and dst to be set. >> This fix is needed in order to run gadget mass storage. >> Patch is verified on snowball. >> >> Signed-off-by:

Re: [PATCH] usb: musb: cppi: fix build errors due to DBG and missing musb variable

2011-08-03 Thread Per Forlin
On 3 August 2011 15:43, Felipe Balbi wrote: > Hi, > > On Wed, Aug 03, 2011 at 03:39:15PM +0200, Per Forlin wrote: >> From: Per Forlin >> >> Replace DBG with dev_dbg add fix invalid access of musb->controller. >> With this patch cppi_dma builds successfully. >> >> Signed-off-by: Per Forlin >> Cc:

Re: [PATCH] usb: musb: ux500: set dma config for both src and dst

2011-08-03 Thread Felipe Balbi
On Wed, Aug 03, 2011 at 03:53:10PM +0200, Per Forlin wrote: > On 3 August 2011 15:31, Felipe Balbi wrote: > > On Tue, Aug 02, 2011 at 05:33:39PM +0200, Per Forlin wrote: > >> From: Per Forlin > >> > >> The dma driver requires both src and dst to be set. > >> This fix is needed in order to run gad

sched_mc test scenario

2011-08-03 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, here is a few test scenario I would like to add to the pm-qa. test_01: the sched_mc feature is enabled in the kernel check the presence of the 'sched_mc_power_savings' file test_02: the topology is implemented in the kernel check

Re: sched_mc test scenario

2011-08-03 Thread Vincent Guittot
Hi Daniel, On 3 August 2011 15:58, Daniel Lezcano wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Hi all, > > here is a few test scenario I would like to add to the pm-qa. > > test_01: the sched_mc feature is enabled in the kernel > >    check the presence of the 'sched_mc_power_

Re: ADB/Android Screencast

2011-08-03 Thread Alexander Sack
On Wed, Aug 3, 2011 at 1:20 PM, Sachin Kamat wrote: > > > On 3 August 2011 14:31, Fathi Boudra wrote: >> >> forward to linaro-dev ml >> >> -- Forwarded message -- >> From: Frans Gifford >> Date: 3 August 2011 11:55 >> Subject: ADB/Android Screencast >> >> Hi all, >> >> I assume m