All of lore.kernel.org
 help / color / mirror / Atom feed
From: Russell King <rmk+lkml@arm.linux.org.uk>
To: "Maciej W. Rozycki" <macro@linux-mips.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org,
	Yinghai.Lu@Sun.COM, bryan.wu@analog.com, dilinger@queued.net,
	kraxel@redhat.com, lethal@linux-sh.org,
	rgetz@blackfin.uclinux.org, vapier.adi@gmail.com
Subject: Re: [PATCH] kernel/printk.c: Concerns about the console handover
Date: Fri, 21 Sep 2007 15:45:24 +0100	[thread overview]
Message-ID: <20070921144523.GD20277@flint.arm.linux.org.uk> (raw)
In-Reply-To: <Pine.LNX.4.64N.0709211454570.2724@blysk.ds.pg.gda.pl>

On Fri, Sep 21, 2007 at 03:36:05PM +0100, Maciej W. Rozycki wrote:
> On Fri, 21 Sep 2007, Russell King wrote:
> > You can find the fix in the mbox archive:
> > 
> >  http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cut/arm:devel.mbox
> 
>  Hmm, nothing of relevance there.

Hmm, it does help to occasionally run the script which uploads the
patches and stuff.  Also I typoed the URL:

 http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/arm:devel.mbox

>  I see no problem with implementing the ->pm() call as something like:
> 
> void zs_pm(struct uart_port uport, unsigned int state, unsigned int oldstate)
> {
> 	struct zs_port *zport = to_zport(uport);
> 
> 	if (state < 3)
> 		zport->regs[5] |= TxENAB;
> 	else
> 		zport->regs[5] &= ~TxENAB;
> 	write_zsreg(zport, R5, zport->regs[5]);
> }
> 
> itself, but it looks more like a workaround than a fix to me.  I'll have 
> to think about it and also double-check it is safe.  The SCC is about as 
> complicated as you can get with a serial port.

You will need the serial patch from the above mbox.

PS, Gerd's bouncing email address removed from the CC line.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:

  reply	other threads:[~2007-09-21 14:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-20 17:28 [PATCH] kernel/printk.c: Concerns about the console handover Maciej W. Rozycki
2007-09-21  8:03 ` Andrew Morton
2007-09-21  8:03   ` Andrew Morton
2007-09-21 12:42   ` Gerd Hoffmann
2007-09-21 13:06     ` Russell King
2007-09-21 13:22       ` Gerd Hoffmann
2007-09-21 13:28     ` Maciej W. Rozycki
2007-09-21 13:36   ` Maciej W. Rozycki
2007-09-21 13:36     ` Maciej W. Rozycki
2007-09-21 13:43     ` Russell King
2007-09-21 14:36       ` Maciej W. Rozycki
2007-09-21 14:45         ` Russell King [this message]
2007-09-24 17:14           ` Maciej W. Rozycki
     [not found] <95y0Q-7JD-5@gated-at.bofh.it>
2007-09-21  9:24 ` Bodo Eggert

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=20070921144523.GD20277@flint.arm.linux.org.uk \
    --to=rmk+lkml@arm.linux.org.uk \
    --cc=Yinghai.Lu@Sun.COM \
    --cc=akpm@linux-foundation.org \
    --cc=bryan.wu@analog.com \
    --cc=dilinger@queued.net \
    --cc=kraxel@redhat.com \
    --cc=lethal@linux-sh.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=macro@linux-mips.org \
    --cc=rgetz@blackfin.uclinux.org \
    --cc=vapier.adi@gmail.com \
    /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.