[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200618094300.1887727-1-gregkh@linuxfoundation.org>
Date: Thu, 18 Jun 2020 11:42:52 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-usb@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Diego Elio Pettenò <flameeyes@...meeyes.com>,
"Lee, Chiasheng" <chiasheng.lee@...el.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
Philippe Mathieu-Daudé <f4bug@...at.org>,
Thiébaud Weksteen <tweek@...gle.com>,
Alan Stern <stern@...land.harvard.edu>,
Andrey Konovalov <andreyknvl@...gle.com>,
Bastien Nocera <hadess@...ess.net>, Bin Liu <b-liu@...com>,
David Heinzelmann <heinzelmann.david@...il.com>,
Eugeniu Rosca <erosca@...adit-jv.com>,
Hans de Goede <hdegoede@...hat.com>,
Hardik Gajjar <hgajjar@...adit-jv.com>,
Harry Pan <harry.pan@...el.com>, Jens Axboe <axboe@...nel.dk>,
Jiaxun Yang <jiaxun.yang@...goat.com>,
Johan Hovold <johan@...nel.org>,
Jonathan Cox <jonathan@...ox.net>,
Kai-Heng Feng <kai.heng.feng@...onical.com>,
Keiya Nobuta <nobuta.keiya@...itsu.com>,
Krzysztof Kozlowski <krzk@...nel.org>,
Nishad Kamdar <nishadkamdar@...il.com>,
Paul Burton <paulburton@...nel.org>,
Paul Cercueil <paul@...pouillou.net>,
Qi Zhou <atmgnd@...look.com>,
Richard Dodd <richard.o.dodd@...il.com>,
Thomas Bogendoerfer <tsbogend@...ha.franken.de>
Subject: [PATCH 0/8] USB: fix up some old and obsolete terminology, we can do better
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
Powered by blists - more mailing lists