]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: serial: add uPD78F0730 USB to Serial Adaptor Driver
authorMaksim Salau <maksim.salau@gmail.com>
Wed, 25 Jan 2017 20:40:40 +0000 (23:40 +0300)
committerJohan Hovold <johan@kernel.org>
Thu, 26 Jan 2017 09:18:17 +0000 (10:18 +0100)
commitea534e0b404762894ac55ee416c0ac9f5cd5045a
tree1ec9b97b5094e0aca11380cfbb66ae3e47de2a01
parent51211a3d9b59b5c00f81512c2a16d9f3f607c0d9
USB: serial: add uPD78F0730 USB to Serial Adaptor Driver

The adaptor can be found on development boards for 78k, RL78 and V850
microcontrollers produced by Renesas Electronics Corporation.

This is not a full-featured USB to serial converter, however it allows
basic communication and simple control which is enough for programming of
on-board flash and debugging through a debug monitor.

uPD78F0730 is a USB-enabled microcontroller with USB-to-UART conversion
implemented in firmware.

This chip is also present in some debugging adaptors which use it for
USB-to-SPI conversion as well. The present driver doesn't cover SPI,
only USB-to-UART conversion is supported.

Signed-off-by: Maksim Salau <maksim.salau@gmail.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/Kconfig
drivers/usb/serial/Makefile
drivers/usb/serial/upd78f0730.c [new file with mode: 0644]