[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070806182955.GA32465@hall.aurel32.net>
Date: Mon, 6 Aug 2007 20:29:55 +0200
From: Aurelien Jarno <aurelien@...el32.net>
To: Michael Buesch <mb@...sch.de>
Cc: netdev@...r.kernel.org, Felix Fietkau <nbd@...nwrt.org>
Subject: Re: [PATCH 1/3] SSB EXTIF timing & serial port initialization
On Mon, Aug 06, 2007 at 08:23:07PM +0200, Michael Buesch wrote:
> On Monday 06 August 2007, Aurelien Jarno wrote:
> > The patch below adds a new file drivers/ssb/driver_extif.c which
> > contains new SSB EXTIF functions to initializes the timing and the
> > serial ports.
> >
> > Cc: Felix Fietkau <nbd@...nwrt.org>
> > Signed-off-by: Aurelien Jarno <aurelien@...el32.net>
>
> > +#ifdef CONFIG_SSB_SERIAL
> > +static bool serial_exists(u8 *regs)
> > +{
> > + u8 save_mcr, msr = 0;
> > +
> > + if (regs) {
> > + save_mcr = regs[UART_MCR];
> > + regs[UART_MCR] = (UART_MCR_LOOP | UART_MCR_OUT2 | UART_MCR_RTS);
> > + msr = regs[UART_MSR] & (UART_MSR_DCD | UART_MSR_RI \
> ^^^^^
> Backslash?
>
Oops I did too much shell scripts recently ;-) I will send a new patch.
--
.''`. Aurelien Jarno | GPG: 1024D/F1BCDB73
: :' : Debian developer | Electrical Engineer
`. `' aurel32@...ian.org | aurelien@...el32.net
`- people.debian.org/~aurel32 | www.aurel32.net
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists