From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolae Rosia Subject: [PATCH 0/2] tty: serial: kgdb support for fsl_lpuart Date: Tue, 4 Oct 2016 15:46:15 +0300 Message-ID: <1475585177-28777-1-git-send-email-nicolae.rosia.oss@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: linux-serial@vger.kernel.org Cc: Bhuvanchandra DV , Greg Kroah-Hartman , Stefan Agner , Stefan Golinschi , Jiri Slaby , Nicolae Rosia , linux-arm-kernel@lists.infradead.org List-Id: linux-serial@vger.kernel.org From: Nicolae Rosia This patch series enables kgdb to be used with fsl_lpuart on Vybrid processors. Tested on Vybrid VF61 Nicolae Rosia (2): tty: serial: fsl_lpuart: add polled console functions tty: serial: Makefile: move kgdb to be initialized last drivers/tty/serial/Makefile | 5 ++-- drivers/tty/serial/fsl_lpuart.c | 66 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 2 deletions(-) -- 2.5.5