From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753557AbcD2MS7 (ORCPT ); Fri, 29 Apr 2016 08:18:59 -0400 Received: from mail-lf0-f45.google.com ([209.85.215.45]:34905 "EHLO mail-lf0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753330AbcD2MS5 (ORCPT ); Fri, 29 Apr 2016 08:18:57 -0400 Date: Fri, 29 Apr 2016 14:18:58 +0200 From: Johan Hovold To: Grigori Goronzy Cc: Johan Hovold , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 02/13] USB: ch341: add LCR register definitions Message-ID: <20160429121858.GF22229@localhost> References: <1460754856-27908-1-git-send-email-greg@chown.ath.cx> <1460754856-27908-3-git-send-email-greg@chown.ath.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460754856-27908-3-git-send-email-greg@chown.ath.cx> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 15, 2016 at 11:14:05PM +0200, Grigori Goronzy wrote: > BREAK2 seems to be a misnomer, the register configures various aspects > of the UART configuration. > > Signed-off-by: Grigori Goronzy Finally. Thanks for fixing this. :) Johan