Ping !!! -----Original Message----- From: Noam Camus Sent: Sunday, July 05, 2015 2:22 PM To: linux-serial@xxxxxxxxxxxxxxx Cc: Alexey.Brodkin@xxxxxxxxxxxx; vgupta@xxxxxxxxxxxx; Gilad Ben Yossef; Chris Metcalf; Tal Zilcer; Noam Camus Subject: [PATCH 0/4] *** 8250_dw *** From: Noam Camus <noamc@xxxxxxxxxx> Coming to use 8250_dw driver with my serial device I had few problems I solved with following patch set. First and fourth patches are aimed to support BIG endian device. Second patch is is aimed to support device without test loop support. Third patch is aimed to minimize chance for getting interrupt before we called request_irq() during initialize probing. Noam Camus (4): serial: 8250_dw: Add support for big-endian MMIO accesses serial: 8250_dw: Add UPF_SKIP_TEST to flags depend on device tree serial: 8250_dw: Add UPF_FIXED_TYPE to flags serial: 8250_dw: use serial_in() and not readl() .../bindings/serial/snps-dw-apb-uart.txt | 2 + drivers/tty/serial/8250/8250_dw.c | 61 +++++++++++++++++--- 2 files changed, 54 insertions(+), 9 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html