Re: [PATCH][7/8] kgdb: exclusive use kgdb8250 uart I/O driver

2008-02-10 Thread Pavel Machek
Hi! > This patch some small hooks into the normal serial core so that a uart > can be unregistered to be exclusively used for KGDB. These changes > allow for registering and unregistering a port with a struct > uart_port. From that point on KGDB does raw accesses to the serial > IO ports it has t

Re: [PATCH][7/8] kgdb: exclusive use kgdb8250 uart I/O driver

2008-02-09 Thread Jason Wessel
Jan Kiszka wrote: > There are a few things I missed in my last cleanup round, please fold > them in, they reduce the changes outside kgdb. (I bet that membase > dumping was related to mmio vs. mmap configuration, right?) > > That is correct, the right thing to do is remove the code. I folded y

Re: [PATCH][7/8] kgdb: exclusive use kgdb8250 uart I/O driver

2008-02-09 Thread Jason Wessel
Jan Kiszka wrote: > [EMAIL PROTECTED] wrote: > >> @@ -2175,9 +2187,9 @@ uart_configure_port(struct uart_driver *drv, struct >> uart_state *state, >> >> /* >> * Power down all ports by default, except the >> - * console if we have one. >> + *

Re: [PATCH][7/8] kgdb: exclusive use kgdb8250 uart I/O driver

2008-02-09 Thread Jan Kiszka
[EMAIL PROTECTED] wrote: > @@ -2175,9 +2187,9 @@ uart_configure_port(struct uart_driver *drv, struct > uart_state *state, > > /* >* Power down all ports by default, except the > - * console if we have one. > + * console (real or kgdb) if we

Re: [PATCH][7/8] kgdb: exclusive use kgdb8250 uart I/O driver

2008-02-09 Thread Jan Kiszka
[EMAIL PROTECTED] wrote: > From: Jason Wessel <[EMAIL PROTECTED]> > > This patch some small hooks into the normal serial core so that a uart > can be unregistered to be exclusively used for KGDB. These changes > allow for registering and unregistering a port with a struct > uart_port. From that p

[PATCH][7/8] kgdb: exclusive use kgdb8250 uart I/O driver

2008-02-09 Thread jason . wessel
From: Jason Wessel <[EMAIL PROTECTED]> This patch some small hooks into the normal serial core so that a uart can be unregistered to be exclusively used for KGDB. These changes allow for registering and unregistering a port with a struct uart_port. From that point on KGDB does raw accesses to the