From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 3/5 v4] usb: pci-quirks: Protect the I/O port pair of SB800 Date: Fri, 14 Jul 2017 13:36:06 +0200 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-Transfer-Encoding: 8bit Return-path: 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 Content-Disposition: inline In-Reply-To: Sender: linux-i2c-owner@vger.kernel.org List-Id: linux-i2c@vger.kernel.org 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 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: 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 In-Reply-To: Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org Content-Transfer-Encoding: quoted-printable On Fri, Jul 14, 2017 at 10:34:20AM +0200, Boszormenyi Zoltan wrote: > 2017-06-22 15:21 keltez=E9ssel, Zolt=E1n B=F6sz=F6rm=E9nyi =EDrta: > > 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. > >=20 > > 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. > >=20 > > v1: Started with a common mutex in a C source file. > >=20 > > v2: Declared the common mutex in drivers/usb/host/pci-quirks.c > > instead of in a common C file. > >=20 > > v3: Switched to using the new request_declared_muxed_region > > macro. > >=20 > > v4: Fixed checkpatch.pl warnings and use the new > > release_declared_region() macro. > >=20 > > Signed-off-by: Zolt=E1n B=F6sz=F6rm=E9nyi 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 -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog"= in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 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 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