From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752680AbdKDQo4 (ORCPT ); Sat, 4 Nov 2017 12:44:56 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:46206 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752068AbdKDQox (ORCPT ); Sat, 4 Nov 2017 12:44:53 -0400 X-Google-Smtp-Source: ABhQp+Q0rJCtco8B7HqlklHjZxlDdWyL761ooJQOk3kPftlruOphfvKdMGjODhKSbFzwC+O7G+QrEA== Message-ID: <59FDEE82.4040204@baylibre.com> Date: Sat, 04 Nov 2017 17:44:50 +0100 From: Neil Armstrong User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Greg Kroah-Hartman , V10lator CC: Kevin Hilman , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Jiri Slaby , Carlo Caione , linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3] tty: serial: meson: allow baud-rates lower than 9600 References: <19343ad6-75de-4059-825a-98ed40ecf423@myway.de> <20171104131352.GA9271@kroah.com> In-Reply-To: <20171104131352.GA9271@kroah.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 04/11/2017 14:13, Greg Kroah-Hartman a écrit : > On Sat, Nov 04, 2017 at 02:00:00PM +0100, V10lator wrote: >> Devices like DCF77 receivers need the baud-rate to be as low as 50. >> >> I have tested this on a Meson GXL device with uart_A. >> >> Cc: Greg Kroah-Hartman >> Cc: Jiri Slaby >> Cc: Carlo Caione >> Cc: Kevin Hilman >> Cc: linux-amlogic@lists.infradead.org >> Cc: linux-arm-kernel@lists.infradead.org >> Cc: linux-kernel@vger.kernel.org >> Signed-off-by: Thomas Rohloff >> --- >> drivers/tty/serial/meson_uart.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > What changed from v2? > > And I need a real name as the author of the patch :( > > > _______________________________________________ > linux-amlogic mailing list > linux-amlogic@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-amlogic > Hi Thomas, Make sure the "From" header of your mail matches the Signed-off-by tag, overwise use the --from option with "git send-email" to be sure, or generate the patch with the "git format-patch" with the "--from" option. Anyway : Reviewed-by: Neil Armstrong