[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1437557699-25722-1-git-send-email-noamc@ezchip.com>
Date: Wed, 22 Jul 2015 12:34:55 +0300
From: Noam Camus <noamc@...hip.com>
To: <linux-kernel@...r.kernel.org>, <linux-serial@...r.kernel.org>
CC: <Alexey.Brodkin@...opsys.com>, <vgupta@...opsys.com>,
<gregkh@...uxfoundation.org>, <jslaby@...e.com>,
Noam Camus <noamc@...hip.com>
Subject: [PATCH 0/4] *** 8250_dw ***
From: Noam Camus <noamc@...hip.com>
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists