Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1687272

Re: [PATCH 3/5 v4] usb: pci-quirks: Protect the I/O port pair of SB800

From Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH 3/5 v4] usb: pci-quirks: Protect the I/O port pair of SB800
Date 2017-07-14 13:40 +0200
Message-ID <u376V-2Kc-5@gated-at.bofh.it> (permalink)
References <tUF7P-16O-1@gated-at.bofh.it> <tValj-5i5-3@gated-at.bofh.it> <tValk-5i5-25@gated-at.bofh.it> <u34iK-Pm-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 <zboszor@pr.hu>

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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: [PATCH 3/5 v4] usb: pci-quirks: Protect the I/O port pair of  SB800 Boszormenyi Zoltan <zboszor@pr.hu> - 2017-07-14 10:40 +0200
  Re: [PATCH 3/5 v4] usb: pci-quirks: Protect the I/O port pair of  SB800 Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-07-14 13:40 +0200

csiph-web