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

2019-02-07 Thread Masson, Julien
On Fri 01 Feb 2019 at 11:10, Corentin Labbe wrote: > On Fri, Feb 01, 2019 at 10:59:22AM +0100, Julien Masson wrote: >> 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

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

2019-02-01 Thread Corentin Labbe
On Fri, Feb 01, 2019 at 10:59:22AM +0100, Julien Masson wrote: > 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

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

2019-02-01 Thread Julien Masson
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 --- It has been tested on "Le Potato" board: