[linux-yocto] [PATCH 2/2] serial: 8250_pci: remove rts_n override from Baytrail quirk

2014-12-21 Thread wei . tee . ng
From: Heikki Krogerus It should not be used together with Auto Flow Control, and Auto Flow Control is always enabled on Baytrail. Signed-off-by: Heikki Krogerus Signed-off-by: Greg Kroah-Hartman (cherry picked from commit 716e115cd7f75e3ab717f467432fd4b8cd23ee2c) Signed-off-by: Ng, Wei Tee -

[linux-yocto] [PATCH 1/2] ACPI / LPSS: not using UART RTS override with Auto Flow Control

2014-12-21 Thread wei . tee . ng
From: Heikki Krogerus Adding a check for UART Auto Flow Control feature and only enabling the RTS override when it's not supported. RTS override is not needed when Auto Flow Control is used and they shouldn't be used together. Signed-off-by: Heikki Krogerus Signed-off-by: Rafael J. Wysocki (ch

[linux-yocto] [PATCH 0/2] [PATCH] linux-yocto: Backport patches to fix HSUART issue

2014-12-21 Thread wei . tee . ng
From: Ng Wei Tee Hi all, The kernel complains that 'too much work for irq' when HSUART is stressed in PCI mode. This 2 patches are back-ported to fix the issue mentioned above. The patches were back-ported from upstream kernel into linux-yocto-3.10. It was built with Valley Island configuration