From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-usb@vger.kernel.org
Cc: linux-kernel@vger.kernel.org,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Diego Elio Pettenò" <flameeyes@flameeyes.com>,
"Lee, Chiasheng" <chiasheng.lee@intel.com>,
"Martin K. Petersen" <martin.petersen@oracle.com>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Thiébaud Weksteen" <tweek@google.com>,
"Alan Stern" <stern@rowland.harvard.edu>,
"Andrey Konovalov" <andreyknvl@google.com>,
"Bastien Nocera" <hadess@hadess.net>, "Bin Liu" <b-liu@ti.com>,
"David Heinzelmann" <heinzelmann.david@gmail.com>,
"Eugeniu Rosca" <erosca@de.adit-jv.com>,
"Hans de Goede" <hdegoede@redhat.com>,
"Hardik Gajjar" <hgajjar@de.adit-jv.com>,
"Harry Pan" <harry.pan@intel.com>, "Jens Axboe" <axboe@kernel.dk>,
"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
"Johan Hovold" <johan@kernel.org>,
"Jonathan Cox" <jonathan@jdcox.net>,
"Kai-Heng Feng" <kai.heng.feng@canonical.com>,
"Keiya Nobuta" <nobuta.keiya@fujitsu.com>,
"Krzysztof Kozlowski" <krzk@kernel.org>,
"Nishad Kamdar" <nishadkamdar@gmail.com>,
"Paul Burton" <paulburton@kernel.org>,
"Paul Cercueil" <paul@crapouillou.net>,
"Qi Zhou" <atmgnd@outlook.com>,
"Richard Dodd" <richard.o.dodd@gmail.com>,
"Thomas Bogendoerfer" <tsbogend@alpha.franken.de>
Subject: [PATCH 0/8] USB: fix up some old and obsolete terminology, we can do better
Date: Thu, 18 Jun 2020 11:42:52 +0200 [thread overview]
Message-ID: <20200618094300.1887727-1-gregkh@linuxfoundation.org> (raw)
There are a number of places in the USB kernel code where terms that are
"loaded" are used. Fix this up to be more specific and inclusive as
there is no need for us to use these terms at all.
In one case, this ends up saving code, a nice side affect.
Greg Kroah-Hartman (8):
USB: rename USB quirk to USB_QUIRK_ENDPOINT_IGNORE
USB: rename USB OTG hub configuration option
USB: OHCI: remove obsolete FIXME comment
USB: serial: qcserial: fix up wording in a comment
USB: serial: sierra: unify quirk handling logic
USB: storage: fix wording in error message
USB: storage: scsi: fix up comment to be more specific
USB: OTG: rename product list of devices
arch/mips/configs/fuloong2e_defconfig | 2 +-
arch/mips/configs/gcw0_defconfig | 2 +-
arch/mips/configs/lemote2f_defconfig | 2 +-
drivers/usb/core/Kconfig | 8 +--
drivers/usb/core/config.c | 8 +--
drivers/usb/core/hub.c | 6 +-
.../{otg_whitelist.h => otg_productlist.h} | 14 ++---
drivers/usb/core/quirks.c | 18 +++---
drivers/usb/core/usb.h | 2 +-
drivers/usb/host/ohci-pci.c | 4 --
drivers/usb/musb/Kconfig | 2 +-
drivers/usb/musb/musb_core.c | 4 +-
drivers/usb/serial/qcserial.c | 5 +-
drivers/usb/serial/sierra.c | 57 +++++++------------
drivers/usb/storage/scsiglue.c | 2 +-
drivers/usb/storage/uas-detect.h | 2 +-
include/linux/usb/quirks.h | 4 +-
17 files changed, 57 insertions(+), 85 deletions(-)
rename drivers/usb/core/{otg_whitelist.h => otg_productlist.h} (90%)
--
2.27.0
next reply other threads:[~2020-06-18 9:43 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-18 9:42 Greg Kroah-Hartman [this message]
2020-06-18 9:42 ` [PATCH 1/8] USB: rename USB quirk to USB_QUIRK_ENDPOINT_IGNORE Greg Kroah-Hartman
2020-06-19 10:50 ` Bastien Nocera
2020-06-19 10:53 ` Hans de Goede
2020-06-19 11:08 ` Bastien Nocera
2020-06-19 12:24 ` Greg Kroah-Hartman
2020-06-18 9:42 ` [PATCH 2/8] USB: rename USB OTG hub configuration option Greg Kroah-Hartman
2020-06-18 9:42 ` [PATCH 3/8] USB: OHCI: remove obsolete FIXME comment Greg Kroah-Hartman
2020-06-18 9:42 ` [PATCH 4/8] USB: serial: qcserial: fix up wording in a comment Greg Kroah-Hartman
2020-06-18 9:42 ` [PATCH 5/8] USB: serial: sierra: unify quirk handling logic Greg Kroah-Hartman
2020-06-18 9:42 ` [PATCH 6/8] USB: storage: fix wording in error message Greg Kroah-Hartman
2020-06-18 9:42 ` [PATCH 7/8] USB: storage: scsi: fix up comment to be more specific Greg Kroah-Hartman
2020-06-18 9:43 ` [PATCH 8/8] USB: OTG: rename product list of devices Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200618094300.1887727-1-gregkh@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=andreyknvl@google.com \
--cc=atmgnd@outlook.com \
--cc=axboe@kernel.dk \
--cc=b-liu@ti.com \
--cc=chiasheng.lee@intel.com \
--cc=erosca@de.adit-jv.com \
--cc=f4bug@amsat.org \
--cc=flameeyes@flameeyes.com \
--cc=hadess@hadess.net \
--cc=harry.pan@intel.com \
--cc=hdegoede@redhat.com \
--cc=heinzelmann.david@gmail.com \
--cc=hgajjar@de.adit-jv.com \
--cc=jiaxun.yang@flygoat.com \
--cc=johan@kernel.org \
--cc=jonathan@jdcox.net \
--cc=kai.heng.feng@canonical.com \
--cc=krzk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=nishadkamdar@gmail.com \
--cc=nobuta.keiya@fujitsu.com \
--cc=paul@crapouillou.net \
--cc=paulburton@kernel.org \
--cc=richard.o.dodd@gmail.com \
--cc=stern@rowland.harvard.edu \
--cc=tsbogend@alpha.franken.de \
--cc=tweek@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox