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@xxxxxxxxxxx> > --- > 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@xxxxxxxxxxx> ^^^ You *wham* shall *wham* not *wham* sumbit *wham* trailing *wham* whitespace :-) I cleaned that but it's really YOUR job to do that. Ralf