
On 12:30 Wed 24 Sep , Florian Fainelli wrote:
(please CC me as I am not on the list yet).
From: Florian Fainelli florian.fainelli@openpattern.org Date: Wed, 24 Sep 2008 10:46:10 +0200 Subject: [PATCH] serial: add support for the OMRPv2 simple wishbone UART
This patch adds support for the wishbone UART we are using on the OpenPattern Modular Routing Platform v2. wb_uart HDL files can be found here : https://dev.openpattern.org/browser/trunk/fpga/aemb/rtl/wb_uart
Signed-off-by: Florian Fainelli florian.fainelli@openpattern.org
drivers/serial/Makefile | 1 + drivers/serial/serial_wbuart.c | 73 +++++++++++++++++++++ include/asm-microblaze/arch-microblaze/wbuart_l.h | 15 ++++ include/asm-microblaze/serial_wbuart.h | 25 +++++++ 4 files changed, 114 insertions(+), 0 deletions(-) create mode 100644 drivers/serial/serial_wbuart.c create mode 100644 include/asm-microblaze/arch-microblaze/wbuart_l.h create mode 100644 include/asm-microblaze/serial_wbuart.h
Is it applied?
Best Regards, J.