From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754225AbbKCNc4 (ORCPT ); Tue, 3 Nov 2015 08:32:56 -0500 Received: from mail-lf0-f49.google.com ([209.85.215.49]:33862 "EHLO mail-lf0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751275AbbKCNcy (ORCPT ); Tue, 3 Nov 2015 08:32:54 -0500 Date: Tue, 3 Nov 2015 14:33:01 +0100 From: Johan Hovold To: Konstantin Shkolnyy Cc: Johan Hovold , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 3/3] USB: serial: cp210x: Workaround cp2108 GET_LINE_CTL bug Message-ID: <20151103133301.GA20361@localhost> References: <1445982814-11638-1-git-send-email-konstantin.shkolnyy@gmail.com> <20151028085126.GA28572@localhost> <20151029071923.GD32753@localhost> <20151031121612.GC2636@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 03, 2015 at 07:26:00AM -0600, Konstantin Shkolnyy wrote: > [...] > > Hi Johan, > > I'd like to add tx_empty() and replace cp210x_get/set_config with > simpler functions, as we discussed before. While the tx_empty patch > could be made against the current kernel, the latter would have to be > made against my previous patch set. How should this be done? I'll apply your patches for 4.4-rc as soon as the merge window closes (in about two weeks) and also merge this is into my usb-next branch which is what you should be working against: git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git Just base it off of what you submitted meanwhile. Thanks, Johan