public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] USB: fix up some old and obsolete terminology, we can do better
@ 2020-06-18  9:42 Greg Kroah-Hartman
  2020-06-18  9:42 ` [PATCH 1/8] USB: rename USB quirk to USB_QUIRK_ENDPOINT_IGNORE Greg Kroah-Hartman
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Greg Kroah-Hartman @ 2020-06-18  9:42 UTC (permalink / raw)
  To: linux-usb
  Cc: linux-kernel, Greg Kroah-Hartman, Diego Elio Pettenò,
	Lee, Chiasheng, Martin K. Petersen, Philippe Mathieu-Daudé,
	Thiébaud Weksteen, Alan Stern, Andrey Konovalov,
	Bastien Nocera, Bin Liu, David Heinzelmann, Eugeniu Rosca,
	Hans de Goede, Hardik Gajjar, Harry Pan, Jens Axboe, Jiaxun Yang,
	Johan Hovold, Jonathan Cox, Kai-Heng Feng, Keiya Nobuta,
	Krzysztof Kozlowski, Nishad Kamdar, Paul Burton, Paul Cercueil,
	Qi Zhou, Richard Dodd, Thomas Bogendoerfer

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-06-19 12:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-18  9:42 [PATCH 0/8] USB: fix up some old and obsolete terminology, we can do better Greg Kroah-Hartman
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox