From: Ralf Baechle <ralf@linux-mips.org>
To: Florian Fainelli <florian@openwrt.org>
Cc: Maxime Bizon <mbizon@freebox.fr>, linux-mips@linux-mips.org
Subject: Re: [PATCH 1/8] bcm63xx: add infrastructure for MPI-connected VoIP DSP
Date: Sat, 8 Aug 2009 13:00:08 +0100 [thread overview]
Message-ID: <20090808120008.GB14596@linux-mips.org> (raw)
In-Reply-To: <200908072346.21785.florian@openwrt.org>
On Fri, Aug 07, 2009 at 11:46:21PM +0200, Florian Fainelli wrote:
> This patch adds the required infrastructure to register
> a MPI and GPIO connected VoIP DSP. We will register
> devices in a subsequent patch.
>
> Signed-off-by: Florian Fainelli <florian@openwrt.org>
> ---
> diff --git a/arch/mips/bcm63xx/Makefile b/arch/mips/bcm63xx/Makefile
> index 92d07f0..70ba038 100644
> --- a/arch/mips/bcm63xx/Makefile
> +++ b/arch/mips/bcm63xx/Makefile
> @@ -4,6 +4,7 @@ obj-y += dev-pcmcia.o
> obj-y += dev-usb-ohci.o
> obj-y += dev-usb-ehci.o
> obj-y += dev-enet.o
> +obj-y += dev-dsp.o
> obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
>
> obj-y += boards/
> diff --git a/arch/mips/bcm63xx/dev-dsp.c b/arch/mips/bcm63xx/dev-dsp.c
> new file mode 100644
> index 0000000..08a2f75
> --- /dev/null
> +++ b/arch/mips/bcm63xx/dev-dsp.c
> @@ -0,0 +1,56 @@
> +/*
> + * Broadcom BCM63xx VoIP DSP registration
> + *
> + * This file is subject to the terms and conditions of the GNU General Public
> + * License. See the file "COPYING" in the main directory of this archive
> + * for more details.
> + *
> + * Copyright (C) 2009 Florian Fainelli <florian@openwrt.org>
^^^
You *wham* shall *wham* not *wham* sumbit *wham* trailing *wham* whitespace :-)
I cleaned that but it's really YOUR job to do that.
Ralf
prev parent reply other threads:[~2009-08-08 11:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-07 21:46 [PATCH 1/8] bcm63xx: add infrastructure for MPI-connected VoIP DSP Florian Fainelli
2009-08-08 12:00 ` Ralf Baechle [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=20090808120008.GB14596@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=florian@openwrt.org \
--cc=linux-mips@linux-mips.org \
--cc=mbizon@freebox.fr \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.