Re: [PATCH v2] tty: serial: meson_uart: Add support for kernel debugger

From: Kevin Hilman
Date: Fri Feb 15 2019 - 18:16:01 EST


Julien Masson <jmasson@xxxxxxxxxxxx> writes:

> The kgdb invokes the poll_put_char and poll_get_char when communicating
> with the host. This patch implement the serial polling hooks for the
> meson_uart to be used for KGDB debugging over serial line.
>
> Signed-off-by: Julien Masson <jmasson@xxxxxxxxxxxx>

Looks good, and very useful thanks!

I'm adding this to a testing branch which will get included into the
'integ' branch of my amlogic tree for some broader testing.

Kevin