From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Tue, 22 Dec 2015 21:03:20 +0800 Subject: [U-Boot] [PATCH v2 3/4] mips: ath79: add serial driver for ar933x SOC In-Reply-To: References: <1450770285-14566-1-git-send-email-wills.wang@live.com> Message-ID: <56794A18.1030706@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wills, On 2015?12?22? 15:44, Wills Wang wrote: > Signed-off-by: Wills Wang > --- > > drivers/serial/Makefile | 1 + > drivers/serial/serial_ar933x.c | 337 +++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 338 insertions(+) > create mode 100644 drivers/serial/serial_ar933x.c > Please convert the serial driver to driver model. Please check u-boot/doc/driver-model/serial-howto.txt. Best regards, Thomas