RE: [PATCH] serial: 8250_dw: Fix breakage when HAVE_CLK=n

2017-03-06 Thread Jason Uy
Looks good Reviewed-by: Jason Uy -Original Message- From: James Hogan [mailto:james.ho...@imgtec.com] Sent: March-06-17 2:16 AM To: Andy Shevchenko Cc: linux-kernel@vger.kernel.org; Greg Kroah-Hartman ; Andy Shevchenko ; Jason Uy ; Kefeng Wang ; Heiko Stuebner ; David Daney ; Russell

RE: [PATCH v2 1/1] serial: 8250_dw: Allow hardware flow control to be used

2017-03-03 Thread Jason Uy
rch-03-17 3:07 PM To: Jason Uy Cc: Ray Jui ; Andy Shevchenko ; Heiko Stuebner ; Greg Kroah-Hartman ; Jiri Slaby ; Kefeng Wang ; Noam Camus ; Heikki Krogerus ; Wang Hongcheng ; linux-ser...@vger.kernel.org; LKML ; bcm-kernel-feedback-l...@broadcom.com; Linux MIPS Mailing List ; David Daney ; Russel

RE: [PATCH v2 1/1] serial: 8250_dw: Allow hardware flow control to be used

2017-03-03 Thread Jason Uy
ner Cc: Jason Uy ; Greg Kroah-Hartman ; Jiri Slaby ; Kefeng Wang ; Noam Camus ; Heikki Krogerus ; Wang Hongcheng ; linux-ser...@vger.kernel.org; LKML ; bcm-kernel-feedback-l...@broadcom.com; Linux MIPS Mailing List ; David Daney ; Russell King ; linux-...@vger.kernel.org; Viresh Kumar Subject:

[PATCH v2 1/1] serial: 8250_dw: Allow hardware flow control to be used

2017-01-11 Thread Jason Uy
, the set_termios callback function is set to the DW specific function. The logic to set UPSTAT_AUTOCTS is moved so that any clock error will not affect setting the hardware flow control. Reviewed-by: Scott Branden Reviewed-by: Ray Jui Signed-off-by: Jason Uy --- drivers/tty/serial/8250

[PATCH v2 0/1] Allow hardware flow control to be used

2017-01-11 Thread Jason Uy
Changes from v1: - Rebased to v4.10-rc4 - repo: https://github.com/torvalds/linux.git Regards, Jason -- 1.9.1

[PATCH v1 1/1] serial: 8250_dw: Allow hardware flow control to be used

2016-12-06 Thread Jason Uy
, the set_termios callback function is set to the DW specific function. The logic to set UPSTAT_AUTOCTS is moved so that any clock error will not affect setting the hardware flow control. Reviewed-by: Scott Branden Reviewed-by: Ray Jui Signed-off-by: Jason Uy --- drivers/tty/serial/8250

[PATCH v1 0/1] serial: 8250_dw: Allow hardware flow control to be used

2016-12-06 Thread Jason Uy
ntphn board. This patchset is based on v4.9-rc1 repo: https://github.com/Broadcom/cygnus-linux.git branch: cygnus-tty-v1 Jason Uy (1): serial: 8250_dw: Allow hardware flow control to be used drivers/tty/serial/8250/8250_dw.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -- 1.9.1