[PATCH v3 1/1] serial: omap-serial: Add support for kernel debugger

2010-12-05 Thread Cosmin Cojocar
The kgdb invokes the poll_put_char and poll_get_char when communicating with the host. This patch also changes the initialization order because the kgdb will check at the very beginning, if there is a valid serial driver. Signed-off-by: Cosmin Cojocar cosmin.cojo...@gmail.com --- I fixed

[PATCH v2 1/1] serial: omap-serial: Add support for kernel debugger

2010-11-22 Thread Cosmin Cojocar
The kgdb invokes the poll_put_char and poll_get_char when communicating with the host. This patch also changes the initialization order because the kgdb will check at the very beginning, if there is a valid serial driver. Signed-off-by: Cosmin Cojocar cosmin.cojo...@gmail.com --- drivers/serial

[PATCH v3 1/1] serial: omap-serial: Add support for kernel debugger

2010-11-22 Thread Cosmin Cojocar
The kgdb invokes the poll_put_char and poll_get_char when communicating with the host. This patch also changes the initialization order because the kgdb will check at the very beginning, if there is a valid serial driver. Signed-off-by: Cosmin Cojocar cosmin.cojo...@gmail.com --- drivers/serial

Re: [PATCH v3 1/1] serial: omap-serial: Add support for kernel debugger

2010-11-22 Thread Cosmin Cojocar
23, 2010 at 12:24:12AM +0100, Cosmin Cojocar wrote: The kgdb invokes the poll_put_char and poll_get_char when communicating with the host. This patch also changes the initialization order because the kgdb will check at the very beginning, if there is a valid serial driver. What

Re: [PATCH 1/1] serial: omap-serial: Add support for kernel debugger

2010-11-21 Thread Cosmin Cojocar
Hi Ionut, Ionut Nicu wrote: Hi Cosmin, On Sat, 2010-11-20 at 21:51 +0100, Cosmin Cojocar wrote: The kgdb invokes the poll_put_char and poll_get_char when communicating with the host. This patch also changes the initialization order because the kgdb will check at the very beginning

[PATCH 1/1] serial: omap-serial: Add support for kernel debugger

2010-11-20 Thread Cosmin Cojocar
The kgdb invokes the poll_put_char and poll_get_char when communicating with the host. This patch also changes the initialization order because the kgdb will check at the very beginning, if there is a valid serial driver. Signed-off-by: Cosmin Cojocar cosmin.cojo...@gmail.com --- drivers/serial