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
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
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
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
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
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
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
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
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 -
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 ?
--
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
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
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
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 ??
--
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/
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
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:
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:
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
-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
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_
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
22 matches
Mail list logo