Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753992AbdGNLgP (ORCPT ); Fri, 14 Jul 2017 07:36:15 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42584 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753573AbdGNLgM (ORCPT ); Fri, 14 Jul 2017 07:36:12 -0400 Date: Fri, 14 Jul 2017 13:36:06 +0200 From: Greg Kroah-Hartman To: Boszormenyi Zoltan Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-i2c@vger.kernel.org, Paul Menzel , Christian Fetzer , Jean Delvare , Nehal Shah , Tim Small , Guenter Roeck , kernel@ekass.net, wim@iguana.be, jlayton@poochiereds.net, marc.2377@gmail.com, cshorler@googlemail.com, wsa@the-dreams.de, regressions@leemhuis.info, Alex Williamson , Linus Torvalds , Bjorn Helgaas , Toshi Kani , Jiang Liu , Jakub Sitnicki , Thierry Reding , Vivek Goyal , Ingo Molnar , Simon Guinot , Dan Williams , Mike Travis , Daeseok Youn , Huang Rui , Andiry Xu , Alan Cox , David Howells , Ricardo Ribalda Delgado , Alexandre Desnoyers , Andy Shevchenko , Grygorii Strashko , Mika Westerberg , Wan ZongShun , Ulf Hansson , Lucas Stach , Denis Turischev Subject: Re: [PATCH 3/5 v4] usb: pci-quirks: Protect the I/O port pair of SB800 Message-ID: <20170714113606.GA20265@kroah.com> References: <20170621035349.4125-1-zboszor@pr.hu> <20170622132134.7200-1-zboszor@pr.hu> <20170622132134.7200-4-zboszor@pr.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1069 Lines: 31 On Fri, Jul 14, 2017 at 10:34:20AM +0200, Boszormenyi Zoltan wrote: > 2017-06-22 15:21 keltez?ssel, Zolt?n B?sz?rm?nyi ?rta: > > This patch uses the previously introduced macro called > > request_declared_muxed_region() to synchronize access to > > the I/O port pair 0xcd6 / 0xcd7 on SB800. > > > > These I/O ports are also used by i2c-piix4 and sp5100_tco, > > so synchronization is necessary. The other drivers will also > > be modified to use the new macro in subsequest patched. > > > > v1: Started with a common mutex in a C source file. > > > > v2: Declared the common mutex in drivers/usb/host/pci-quirks.c > > instead of in a common C file. > > > > v3: Switched to using the new request_declared_muxed_region > > macro. > > > > v4: Fixed checkpatch.pl warnings and use the new > > release_declared_region() macro. > > > > Signed-off-by: Zolt?n B?sz?rm?nyi Why are you responding to your own patches? You do know this is the middle of the merge window, and we can't do anything here with patches, right? thanks, greg k-h