* Re: [PATCH] fsldma: The MPC8377MDS board device tree node for fsldma driver
[not found] ` <1206517356-11209-2-git-send-email-wei.zhang@freescale.com>
@ 2008-03-27 19:37 ` Dan Williams
2008-03-28 2:10 ` Zhang Wei
2008-03-28 2:23 ` Kumar Gala
0 siblings, 2 replies; 5+ messages in thread
From: Dan Williams @ 2008-03-27 19:37 UTC (permalink / raw)
To: Zhang Wei, Andrew Morton; +Cc: linuxppc-dev, Linux Kernel
On Wed, Mar 26, 2008 at 12:42 AM, Zhang Wei <wei.zhang@freescale.com> wrote:
> The fsldma driver is tested on MPC8377MDS board.
> The patch adds fsldma driver support into MPC8377MDS device tree.
>
> Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
> ---
> arch/powerpc/boot/dts/mpc8377_mds.dts | 27 +++++++++++++++++++++++++++
> 1 files changed, 27 insertions(+), 0 deletions(-)
I think this patch should probably go through the powerpc tree, or
-mm. I'll pick up the ones that touch either drivers/dma or
crypto/async_tx.
--
Dan
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH] fsldma: The MPC8377MDS board device tree node for fsldma driver
2008-03-27 19:37 ` [PATCH] fsldma: The MPC8377MDS board device tree node for fsldma driver Dan Williams
@ 2008-03-28 2:10 ` Zhang Wei
2008-03-28 2:23 ` Kumar Gala
1 sibling, 0 replies; 5+ messages in thread
From: Zhang Wei @ 2008-03-28 2:10 UTC (permalink / raw)
To: Dan Williams, Andrew Morton; +Cc: linuxppc-dev, Linux Kernel
Hi, Dan,
Sure. The patch can be just a reference to how to config and enable the =
fsldma driver in dts file on MPC83xx boards.
Thanks!
Wei.
> -----Original Message-----
> From: dan.j.williams@gmail.com=20
> [mailto:dan.j.williams@gmail.com] On Behalf Of Dan Williams
> Sent: Friday, March 28, 2008 3:38 AM
> To: Zhang Wei; Andrew Morton
> Cc: Linux Kernel; Kumar Gala; linuxppc-dev@ozlabs.org
> Subject: Re: [PATCH] fsldma: The MPC8377MDS board device tree=20
> node for fsldma driver
>=20
> On Wed, Mar 26, 2008 at 12:42 AM, Zhang Wei=20
> <wei.zhang@freescale.com> wrote:
> > The fsldma driver is tested on MPC8377MDS board.
> > The patch adds fsldma driver support into MPC8377MDS device tree.
> >
> > Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
> > ---
> > arch/powerpc/boot/dts/mpc8377_mds.dts | 27=20
> +++++++++++++++++++++++++++
> > 1 files changed, 27 insertions(+), 0 deletions(-)
>=20
> I think this patch should probably go through the powerpc tree, or
> -mm. I'll pick up the ones that touch either drivers/dma or
> crypto/async_tx.
>=20
> --
> Dan
>=20
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] fsldma: The MPC8377MDS board device tree node for fsldma driver
2008-03-27 19:37 ` [PATCH] fsldma: The MPC8377MDS board device tree node for fsldma driver Dan Williams
2008-03-28 2:10 ` Zhang Wei
@ 2008-03-28 2:23 ` Kumar Gala
2008-03-28 2:25 ` Zhang Wei
2008-03-28 4:31 ` Olof Johansson
1 sibling, 2 replies; 5+ messages in thread
From: Kumar Gala @ 2008-03-28 2:23 UTC (permalink / raw)
To: Dan Williams; +Cc: linuxppc-dev, Andrew Morton, Linux Kernel
On Mar 27, 2008, at 2:37 PM, Dan Williams wrote:
> On Wed, Mar 26, 2008 at 12:42 AM, Zhang Wei
> <wei.zhang@freescale.com> wrote:
>> The fsldma driver is tested on MPC8377MDS board.
>> The patch adds fsldma driver support into MPC8377MDS device tree.
>>
>> Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
>> ---
>> arch/powerpc/boot/dts/mpc8377_mds.dts | 27 ++++++++++++++++++++++
>> +++++
>> 1 files changed, 27 insertions(+), 0 deletions(-)
>
> I think this patch should probably go through the powerpc tree, or
> -mm. I'll pick up the ones that touch either drivers/dma or
> crypto/async_tx.
Can you resend and CC me. I'll pick it up and push through via the
powerpc tree.
I want to make one update to the driver to support the "proper" names
we document for compatible properties.
(uugh too many things to do)
- k
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH] fsldma: The MPC8377MDS board device tree node for fsldma driver
2008-03-28 2:23 ` Kumar Gala
@ 2008-03-28 2:25 ` Zhang Wei
2008-03-28 4:31 ` Olof Johansson
1 sibling, 0 replies; 5+ messages in thread
From: Zhang Wei @ 2008-03-28 2:25 UTC (permalink / raw)
To: Kumar Gala, Dan Williams; +Cc: linuxppc-dev, Andrew Morton, Linux Kernel
I'll send it to to.=20
> -----Original Message-----
> From: Kumar Gala [mailto:galak@kernel.crashing.org]=20
> Sent: Friday, March 28, 2008 10:24 AM
> To: Dan Williams
> Cc: Zhang Wei; Andrew Morton; Linux Kernel; linuxppc-dev@ozlabs.org
> Subject: Re: [PATCH] fsldma: The MPC8377MDS board device tree=20
> node for fsldma driver
>=20
>=20
> On Mar 27, 2008, at 2:37 PM, Dan Williams wrote:
> > On Wed, Mar 26, 2008 at 12:42 AM, Zhang Wei =20
> > <wei.zhang@freescale.com> wrote:
> >> The fsldma driver is tested on MPC8377MDS board.
> >> The patch adds fsldma driver support into MPC8377MDS device tree.
> >>
> >> Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
> >> ---
> >> arch/powerpc/boot/dts/mpc8377_mds.dts | 27=20
> ++++++++++++++++++++++=20
> >> +++++
> >> 1 files changed, 27 insertions(+), 0 deletions(-)
> >
> > I think this patch should probably go through the powerpc tree, or
> > -mm. I'll pick up the ones that touch either drivers/dma or
> > crypto/async_tx.
>=20
> Can you resend and CC me. I'll pick it up and push through via the =20
> powerpc tree.
>=20
> I want to make one update to the driver to support the=20
> "proper" names =20
> we document for compatible properties.
>=20
> (uugh too many things to do)
>=20
> - k
>=20
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] fsldma: The MPC8377MDS board device tree node for fsldma driver
2008-03-28 2:23 ` Kumar Gala
2008-03-28 2:25 ` Zhang Wei
@ 2008-03-28 4:31 ` Olof Johansson
1 sibling, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2008-03-28 4:31 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-dev, Dan Williams, Andrew Morton, Linux Kernel
On Thu, Mar 27, 2008 at 09:23:54PM -0500, Kumar Gala wrote:
>> I think this patch should probably go through the powerpc tree, or
>> -mm. I'll pick up the ones that touch either drivers/dma or
>> crypto/async_tx.
It's a good idea to cc all fsldma patches to linuxppc-dev when they're
posted too, none of them have been so they have been missing review from
the powerpc crowd that didn't catch them on lkml.
-Olof
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-03-28 4:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1206517356-11209-1-git-send-email-wei.zhang@freescale.com>
[not found] ` <1206517356-11209-2-git-send-email-wei.zhang@freescale.com>
2008-03-27 19:37 ` [PATCH] fsldma: The MPC8377MDS board device tree node for fsldma driver Dan Williams
2008-03-28 2:10 ` Zhang Wei
2008-03-28 2:23 ` Kumar Gala
2008-03-28 2:25 ` Zhang Wei
2008-03-28 4:31 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).