Return-Path: Sender: Johan Hovold Date: Tue, 10 Oct 2017 10:11:53 +0200 From: Johan Hovold To: Ian W MORRISON Cc: Johan Hovold , Marcel Holtmann , "Gustavo F. Padovan" , Johan Hedberg , "bluez mailin list (linux-bluetooth@vger.kernel.org)" , Hans de Goede , =?iso-8859-1?Q?Fr=E9d=E9ric?= Danis , Rob Herring , Sebastian Reichel , Loic Poulain , Lukas Wunner , linux-serial@vger.kernel.org, linux-acpi@vger.kernel.org, "Rafael J. Wysocki" , Greg Kroah-Hartman Subject: Re: [PATCH v3 2/2] serdev: Update drivers/bluetooth/Kconfig for ACPI serdev support Message-ID: <20171010081153.GI4269@localhost> References: <427a95f6-feda-e93e-9a0f-a05b7b339ee6@gmail.com> <20171009080606.GO2618@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: List-ID: On Tue, Oct 10, 2017 at 06:16:46PM +1100, Ian W MORRISON wrote: > On 9 October 2017 at 19:06, Johan Hovold wrote: > > On Mon, Oct 09, 2017 at 11:43:31AM +1100, Ian W MORRISON wrote: > > >> > >> This patch set addresses this by making BT_HCIUART_BCM dependent on > >> SERIAL_DEV_CTRL_TTYPORT which in turn is dependent on SERIAL_DEV_BUS > >> and ensures that if SERIAL_DEV_BUS is selected is the code is build it. > > > > Ok, so you didn't even bother to write two distinct commit messages for > > your two patches, and my comments to the first patch apply also here. > > > > > > > Johan > > Hi Johan, > > My experience in submitting patches is still limited and I am very > much learning so thanks for the helpful comments and apologies for > trying your patience. My keenness on submitting patches was to show > that I had tested my suggestions so as to given them credibility > rather than any attempt to own the patch. No worries. I can recommend taking a closer look at Documentation/process/submitting-patches.rst where some of the process is described. > What I was trying to do here was to suggested two patches with one > requiring the other. Rather than keep as a single patch affecting two > files I separated into two patches attempting to create a patch series > with a single changelog. This was the wrong approach and I may have > misled so apologies for that. So next, time just submit your patches as a series (consider using git-send-email to get the threading right), where each patch is self-contained and has a good commit message describing why that change is needed. It is implicit that a series is to be applied in order and that therefore later patches in a series can depend on earlier ones. When a patch series span multiple subsystems, things can gets more complicated, though... Johan