All of lore.kernel.org
 help / color / mirror / Atom feed
* Serial core problems on embedded PPC
@ 2002-07-29  4:08 ` David Gibson
  0 siblings, 0 replies; 50+ messages in thread
From: David Gibson @ 2002-07-29  4:08 UTC (permalink / raw)
  To: Russell King; +Cc: linux-kernel, linuxppc-embedded


I've been trying to get the new serial core stuff working on a PPC 4xx
machine (an EP405 board, specifically).  This is proving more
difficult than I expected.

In 8250.c, it appears that in order for a port to be used for the
serial console it must be defined "old style" with SERIAL_PORT_DFNS,
rather than being registered with register_serial() (because
serial8250_console_setup() indexs into the serial8250_ports array)).
This presents a small problem for 4xx, since it's serial ports are
memory mapped and the new old_serial_port structure can't represent
these.  I added support for these into 8250.c, but ran into further
troubles.

The kernel now gets into an infinite loop when trying to open
/dev/console in init().  The loop is occuring in tty_open() - the open
fails and it loops back to the retry_open: label.  This seems to be
happening because the uart_port structure is ending up with the type
field set to PORT_UNKNOWN.  However, I'm getting confused attempting
to work out where this field ought to be set, and why it isn't.

The current plethora of similar-but-not-the-same structures describing
serial ports (serial_state, serial_struct, uart_port, old_serial_port)
is also rather confusing.  I'm guessing some of these are deprecated
and remain only as an aid to transition, but I'm not sure which.

--
David Gibson			| For every complex problem there is a
david@gibson.dropbear.id.au	| solution which is simple, neat and
				| wrong.
http://www.ozlabs.org/people/dgibson

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 50+ messages in thread

end of thread, other threads:[~2002-08-03  1:30 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-29  4:08 Serial core problems on embedded PPC David Gibson
2002-07-29  4:08 ` David Gibson
2002-07-29  9:00 ` Russell King
2002-07-29  9:00   ` Russell King
2002-07-29 14:44   ` Tom Rini
2002-07-29 14:44     ` Tom Rini
2002-07-29 17:17     ` [parisc-linux] 3 Serial issues up for discussion (was: Re: Serial core problems on embedded PPC) Russell King
2002-07-29 17:17       ` Russell King
2002-07-29 17:17       ` Russell King
2002-07-29 17:43       ` Tom Rini
2002-07-29 17:43         ` Tom Rini
2002-07-29 18:13         ` Benjamin Herrenschmidt
2002-07-29 18:13           ` Benjamin Herrenschmidt
2002-07-29 19:07           ` Tom Rini
2002-07-29 19:07             ` Tom Rini
2002-07-29 19:09           ` 3 Serial issues up for discussion (was: " Dan Malek
2002-07-29 19:09             ` Dan Malek
2002-07-29 19:46             ` Remco Treffkorn
2002-07-29 19:46               ` Remco Treffkorn
2002-07-29 20:18               ` Russell King
2002-07-29 20:18                 ` Russell King
2002-07-30  2:54               ` 3 Serial issues up for discussion David S. Miller
2002-07-30  2:54                 ` David S. Miller
2002-07-30 18:23                 ` Remco Treffkorn
2002-07-30 18:47                   ` Nicolas Pitre
2002-07-30 18:51                   ` Russell King
2002-07-30 18:44                 ` Nicolas Pitre
2002-07-29 18:15         ` 3 Serial issues up for discussion (was: Re: Serial core problems on embedded PPC) Matt Porter
2002-07-29 18:15           ` Matt Porter
2002-07-29 17:47       ` [parisc-linux] " Christoph Plattner
2002-07-29 17:47         ` Christoph Plattner
2002-07-29 22:19       ` Matthew Wilcox
2002-07-29 22:19         ` Matthew Wilcox
2002-07-30 14:36         ` Stuart MacDonald
2002-07-30 15:19           ` Matthew Wilcox
2002-07-30 15:43             ` Stuart MacDonald
2002-07-30 15:53               ` Russell King
2002-07-30 15:59                 ` Greg KH
2002-07-30 16:06                 ` Stuart MacDonald
2002-08-02  1:57         ` Jeff Randall
2002-07-30  2:51       ` 3 Serial issues up for discussion David S. Miller
2002-07-30  2:51         ` David S. Miller
2002-07-29 17:17     ` [parisc-linux] 3 Serial issues up for discussion (was: Re: Serial core problems on embedded PPC) Russell King
2002-08-02  6:01     ` symbol card with orinoco_cs on mpc823 shaowei dai
2002-08-02  6:23       ` David Gibson
2002-08-02  6:36         ` Matthew Locke
2002-08-02  7:01           ` shaowei dai
     [not found]       ` <3D4AC468.83BCD667@opensource.se>
2002-08-03  1:30         ` shaowei dai
2002-07-30  1:12   ` Serial core problems on embedded PPC David Gibson
2002-07-30  1:12     ` David Gibson

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.