Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752787AbbDAIhJ (ORCPT ); Wed, 1 Apr 2015 04:37:09 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:38691 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750793AbbDAIhA (ORCPT ); Wed, 1 Apr 2015 04:37:00 -0400 MIME-Version: 1.0 In-Reply-To: References: <1427819096-31109-1-git-send-email-mcoquelin.stm32@gmail.com> <1427819096-31109-11-git-send-email-mcoquelin.stm32@gmail.com> Date: Wed, 1 Apr 2015 10:36:58 +0200 Message-ID: Subject: Re: [PATCH v4 10/15] serial: stm32-usart: Add STM32 USART Driver From: Maxime Coquelin To: Andy Shevchenko Cc: =?UTF-8?Q?Uwe_Kleine=2DK=C3=B6nig?= , =?UTF-8?Q?Andreas_F=C3=A4rber?= , Geert Uytterhoeven , Rob Herring , Philipp Zabel , Linus Walleij , Arnd Bergmann , Stefan Agner , Peter Meerwald , Paul Bolle , Peter Hurley , Chanwoo Choi , Russell King , Daniel Lezcano , Jonathan Corbet , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Thomas Gleixner , Greg Kroah-Hartman , Jiri Slaby , Andrew Morton , "David S. Miller" , Mauro Carvalho Chehab , Joe Perches , Antti Palosaari , Tejun Heo , Will Deacon , Nikolay Borisov , Rusty Russell , Kees Cook , Michal Marek , Linux Documentation List , linux-arm Mailing List , "linux-kernel@vger.kernel.org" , devicetree , "linux-gpio@vger.kernel.org" , "linux-serial@vger.kernel.org" , Linux-Arch , "linux-api@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1087 Lines: 32 Hello Andy, 2015-03-31 18:45 GMT+02:00 Andy Shevchenko : > On Tue, Mar 31, 2015 at 7:24 PM, Maxime Coquelin > wrote: >> This drivers adds support to the STM32 USART controller, which is a >> standard serial driver. >> >> Tested-by: Chanwoo Choi >> Signed-off-by: Maxime Coquelin > > Few minor comments below. All your comments are valid, I will send a v5 shortly fixing this. Thanks for the review, Maxime > >> --- >> drivers/tty/serial/Kconfig | 17 + >> drivers/tty/serial/Makefile | 1 + >> drivers/tty/serial/stm32-usart.c | 743 +++++++++++++++++++++++++++++++++++++++ >> include/uapi/linux/serial_core.h | 3 + >> 4 files changed, 764 insertions(+) >> create mode 100644 drivers/tty/serial/stm32-usart.c >> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/