From: Sergei Shtylyov <sshtylyov@mvista.com>
To: John Crispin <blogic@openwrt.org>
Cc: Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org
Subject: Re: [RESEND PATCH V2 06/17] MIPS: lantiq: convert dma to platform driver
Date: Tue, 15 May 2012 20:38:44 +0400 [thread overview]
Message-ID: <4FB28694.6030300@mvista.com> (raw)
In-Reply-To: <4FB237EE.5010502@mvista.com>
Hello.
On 05/15/2012 03:03 PM, Sergei Shtylyov wrote:
>> Add code to make the dma driver load as a platform device from the devicetree.
>> Signed-off-by: John Crispin<blogic@openwrt.org>
>> ---
>> arch/mips/lantiq/xway/dma.c | 65 ++++++++++++++++++++++++++++--------------
>> 1 files changed, 43 insertions(+), 22 deletions(-)
>> diff --git a/arch/mips/lantiq/xway/dma.c b/arch/mips/lantiq/xway/dma.c
>> index b210e93..0dffb94 100644
>> --- a/arch/mips/lantiq/xway/dma.c
>> +++ b/arch/mips/lantiq/xway/dma.c
> [...]
>> +int __init
>> +dma_init(void)
>> +{
>> + int ret = platform_driver_register(&dma_driver);
>> +
>> + if (ret)
>> + pr_info("ltq_dma : Error registering platfom driver!");
> You forgot '\n'.
And I didn't notice "platfom" at first. Sorry. :-)
Maybe you'll just get rid of the message? ;-)
WBR, Sergei
next prev parent reply other threads:[~2012-05-15 16:40 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-14 17:42 [RESEND PATCH V2 01/17] MIPS: lantiq: drop mips_machine support John Crispin
2012-05-14 17:42 ` [RESEND PATCH V2 02/17] OF: MIPS: lantiq: implement OF support John Crispin
2012-05-14 17:42 ` [RESEND PATCH V2 03/17] OF: MIPS: lantiq: implement irq_domain support John Crispin
2012-05-14 17:42 ` [RESEND PATCH V2 04/17] MIPS: lantiq: drop ltq_gpio_request() and gpio_to_irq() John Crispin
2012-05-14 17:42 ` [RESEND PATCH V2 05/17] MIPS: lantiq: implement support for clkdev api John Crispin
2012-05-14 17:42 ` [RESEND PATCH V2 06/17] MIPS: lantiq: convert dma to platform driver John Crispin
2012-05-15 11:03 ` Sergei Shtylyov
2012-05-15 16:38 ` Sergei Shtylyov [this message]
2012-05-15 16:48 ` John Crispin
2012-05-14 17:42 ` [RESEND PATCH V2 07/17] MIPS: pci: convert lantiq driver to OF John Crispin
2012-05-14 17:42 ` [RESEND PATCH V2 08/17] GPIO: MIPS: lantiq: convert gpio-stp to OF and move it to subsystem John Crispin
2012-05-14 17:42 ` [RESEND PATCH V2 09/17] GPIO: MIPS: lantiq: convert gpio-ebu " John Crispin
2012-05-14 17:42 ` [RESEND PATCH V2 10/17] SERIAL: MIPS: lantiq: implement OF support John Crispin
2012-05-14 17:51 ` Alan Cox
2012-05-14 19:32 ` Greg KH
2012-05-14 19:49 ` John Crispin
2012-05-14 17:42 ` [RESEND PATCH V2 11/17] watchdog: MIPS: lantiq: implement OF support and minor fixes John Crispin
2012-05-14 17:42 ` [RESEND PATCH V2 12/17] NET: MIPS: lantiq: implement OF support inside the etop driver John Crispin
2012-05-14 17:42 ` [RESEND PATCH V2 13/17] MTD: MIPS: lantiq: implement OF support John Crispin
2012-05-14 17:42 ` [RESEND PATCH V2 14/17] MTD: MIPS: lantiq: verify that the NOR interface is available on falcon soc John Crispin
2012-05-15 10:50 ` Artem Bityutskiy
2012-05-14 17:42 ` [RESEND PATCH V2 15/17] MIPS: lantiq: implement support for FALCON soc John Crispin
2012-05-14 17:42 ` [RESEND PATCH V2 16/17] SPI: MIPS: lantiq: add FALCON spi driver John Crispin
2012-05-14 18:32 ` Jonas Gorski
2012-05-14 18:45 ` John Crispin
2012-05-14 17:42 ` [RESEND PATCH V2 17/17] MIPS: lantiq: remove orphaned code John Crispin
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=4FB28694.6030300@mvista.com \
--to=sshtylyov@mvista.com \
--cc=blogic@openwrt.org \
--cc=linux-mips@linux-mips.org \
--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