linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] RFC: PL08X DMA driver and signal muxing
Date: Sun, 19 Dec 2010 16:21:15 +0000	[thread overview]
Message-ID: <20101219162115.GA27774@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <1274139588-12934-1-git-send-email-linus.walleij@stericsson.com>

On Tue, May 18, 2010 at 01:39:47AM +0200, Linus Walleij wrote:
> +#define DRIVER_NAME	"pl08xdmac"
...
> +static struct amba_driver pl08x_amba_driver = {
> +	.drv.name	= DRIVER_NAME,
> +	.id_table	= pl08x_ids,
> +	.probe		= pl08x_probe,
> +};

Having just enabled this on Versatile Express, this is what I see in
/sys/bus/amba/drivers/:

drwxr-xr-x    2 root     root            0 Jan  1  1970 aaci-pl041
drwxr-xr-x    2 root     root            0 Jan  1  1970 clcd-pl11x
drwxr-xr-x    2 root     root            0 Jan  1  1970 kmi-pl050
drwxr-xr-x    2 root     root            0 Jan  1  1970 mmci-pl18x
drwxr-xr-x    2 root     root            0 Jan  1  1970 pl08xdmac
drwxr-xr-x    2 root     root            0 Jan  1  1970 rtc-pl031
drwxr-xr-x    2 root     root            0 Jan  1  1970 uart-pl011

Is there a reason why the dmac uses a different naming convention from
all other primecell drivers?  Can it be renamed to "dmac-pl08x" please ?

      reply	other threads:[~2010-12-19 16:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-17 23:39 [PATCH] RFC: PL08X DMA driver and signal muxing Linus Walleij
2010-12-19 16:21 ` Russell King - ARM Linux [this message]

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=20101219162115.GA27774@n2100.arm.linux.org.uk \
    --to=linux@arm.linux.org.uk \
    --cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).