Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
To: Manuel Lauss <manuel.lauss@gmail.com>
Cc: Ralf Baechle <ralf@linux-mips.org>,
	Marek Szyprowski <m.szyprowski@samsung.com>, <mina86@mina86.com>,
	Linux-MIPS <linux-mips@linux-mips.org>
Subject: Re: [PATCH 0/4] mips: Add cma support to mips
Date: Thu, 17 Jul 2014 09:41:49 +0100	[thread overview]
Message-ID: <53C78C4D.5090308@imgtec.com> (raw)
In-Reply-To: <CAOLZvyFjkuCzUkbb3SpJ25gKQoZ-Ken9Ri1YEckxdM6ETNyuSg@mail.gmail.com>



On 17/07/14 09:38, Manuel Lauss wrote:
> On Wed, Jul 16, 2014 at 6:18 PM, Manuel Lauss <manuel.lauss@gmail.com> wrote:
>> Hi,
>>
>> On Wed, Jul 16, 2014 at 5:51 PM, Zubair Lutfullah Kakakhel
>> <Zubair.Kakakhel@imgtec.com> wrote:
>>> Here we have 4 patches that add cma support to mips.
>>>
>>> Patch 1 adds dma-contiguous.h to asm-generic
>>> Patch 2 and 3 make arm64 and x86 use dma-contiguous from asm-generic
>>> Patch 4 adds cma to mips.
>>
>> I've given this a try on mips32, I haven't dug into this error yet, maybe
>> you have an idea:
> [ oops snipped ]
> 
> Nevermind.   Did a full recompile, the oops is gone.  Works fine now,
> framebuffer driver and others are very happy.
> 
> Thanks!
>         Manuel
> 

Good to know. :)

Thanks for testing it on your platform.

ZubairLK

WARNING: multiple messages have this Message-ID (diff)
From: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
To: Manuel Lauss <manuel.lauss@gmail.com>
Cc: Ralf Baechle <ralf@linux-mips.org>,
	Marek Szyprowski <m.szyprowski@samsung.com>,
	mina86@mina86.com, Linux-MIPS <linux-mips@linux-mips.org>
Subject: Re: [PATCH 0/4] mips: Add cma support to mips
Date: Thu, 17 Jul 2014 09:41:49 +0100	[thread overview]
Message-ID: <53C78C4D.5090308@imgtec.com> (raw)
Message-ID: <20140717084149.-DQmalLv_JTEMwTXViVQKkwTO50Sxt83rnwrL2HDV3A@z> (raw)
In-Reply-To: <CAOLZvyFjkuCzUkbb3SpJ25gKQoZ-Ken9Ri1YEckxdM6ETNyuSg@mail.gmail.com>



On 17/07/14 09:38, Manuel Lauss wrote:
> On Wed, Jul 16, 2014 at 6:18 PM, Manuel Lauss <manuel.lauss@gmail.com> wrote:
>> Hi,
>>
>> On Wed, Jul 16, 2014 at 5:51 PM, Zubair Lutfullah Kakakhel
>> <Zubair.Kakakhel@imgtec.com> wrote:
>>> Here we have 4 patches that add cma support to mips.
>>>
>>> Patch 1 adds dma-contiguous.h to asm-generic
>>> Patch 2 and 3 make arm64 and x86 use dma-contiguous from asm-generic
>>> Patch 4 adds cma to mips.
>>
>> I've given this a try on mips32, I haven't dug into this error yet, maybe
>> you have an idea:
> [ oops snipped ]
> 
> Nevermind.   Did a full recompile, the oops is gone.  Works fine now,
> framebuffer driver and others are very happy.
> 
> Thanks!
>         Manuel
> 

Good to know. :)

Thanks for testing it on your platform.

ZubairLK

  reply	other threads:[~2014-07-17  8:42 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-16 15:51 [PATCH 0/4] mips: Add cma support to mips Zubair Lutfullah Kakakhel
2014-07-16 15:51 ` Zubair Lutfullah Kakakhel
2014-07-16 15:51 ` [PATCH 1/4] asm-generic: Add dma-contiguous.h Zubair Lutfullah Kakakhel
2014-07-16 15:51   ` Zubair Lutfullah Kakakhel
2014-07-16 15:59   ` Will Deacon
2014-07-16 15:59     ` Will Deacon
2014-07-16 16:20   ` Michal Nazarewicz
2014-07-16 15:51 ` [PATCH 2/4] arm64: use generic dma-contiguous.h Zubair Lutfullah Kakakhel
2014-07-16 15:51   ` Zubair Lutfullah Kakakhel
2014-07-16 16:20   ` Michal Nazarewicz
2014-07-17 10:23   ` Catalin Marinas
2014-07-17 10:23     ` Catalin Marinas
2014-07-16 15:51 ` [PATCH 3/4] x86: " Zubair Lutfullah Kakakhel
2014-07-16 15:51   ` Zubair Lutfullah Kakakhel
2014-07-16 16:20   ` Michal Nazarewicz
2014-07-17  9:02     ` Zubair Lutfullah Kakakhel
2014-07-17  9:02       ` Zubair Lutfullah Kakakhel
2014-07-16 15:51 ` [PATCH 4/4] mips: dma: Add cma support Zubair Lutfullah Kakakhel
2014-07-16 15:51   ` Zubair Lutfullah Kakakhel
2014-07-16 16:39   ` Michal Nazarewicz
2014-07-17  9:17     ` Zubair Lutfullah Kakakhel
2014-07-17  9:17       ` Zubair Lutfullah Kakakhel
2014-07-16 16:18 ` [PATCH 0/4] mips: Add cma support to mips Manuel Lauss
2014-07-17  8:38   ` Manuel Lauss
2014-07-17  8:41     ` Zubair Lutfullah Kakakhel [this message]
2014-07-17  8:41       ` Zubair Lutfullah Kakakhel
2014-07-17 12:31 ` Marek Szyprowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53C78C4D.5090308@imgtec.com \
    --to=zubair.kakakhel@imgtec.com \
    --cc=linux-mips@linux-mips.org \
    --cc=m.szyprowski@samsung.com \
    --cc=manuel.lauss@gmail.com \
    --cc=mina86@mina86.com \
    --cc=ralf@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox