sst-linux/drivers/usb
Al Viro 5a19095103 use less confusing names for iov_iter direction initializers
[ Upstream commit de4eda9de2d957ef2d6a8365a01e26a435e958cb ]

READ/WRITE proved to be actively confusing - the meanings are
"data destination, as used with read(2)" and "data source, as
used with write(2)", but people keep interpreting those as
"we read data from it" and "we write data to it", i.e. exactly
the wrong way.

Call them ITER_DEST and ITER_SOURCE - at least that is harder
to misinterpret...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Stable-dep-of: 6dd88fd59da8 ("vhost-scsi: unbreak any layout for response")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-02-09 11:28:04 +01:00
..
atm
c67x00
cdns3 usb: cdns3: remove fetched trb from cache before dequeuing 2023-01-24 07:24:38 +01:00
chipidea
class
common Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout" 2023-01-18 11:58:33 +01:00
core usb: core: hub: disable autosuspend for TI TUSB8041 2023-01-24 07:24:35 +01:00
dwc2
dwc3 usb: dwc3: fix extcon dependency 2023-02-01 08:34:25 +01:00
early
gadget usb: gadget: f_fs: Ensure ep0req is dequeued before free_request 2023-02-01 08:34:21 +01:00
host usb: host: ehci-fsl: Fix module alias 2023-01-24 07:24:38 +01:00
image
isp1760
misc usb: misc: onboard_hub: Move 'attach' work to the driver 2023-01-24 07:24:35 +01:00
mon
mtu3
musb usb: musb: fix error return code in omap2430_probe() 2023-01-24 07:24:38 +01:00
phy
renesas_usbhs
roles
serial USB: serial: cp210x: add SCALANCE LPE-9000 device id 2023-01-24 07:24:38 +01:00
storage usb-storage: apply IGNORE_UAS only for HIKSEMI MD202 on RTL9210 2023-01-24 07:24:38 +01:00
typec usb: ucsi: Ensure connector delayed work items are flushed 2023-02-01 08:34:21 +01:00
usbip use less confusing names for iov_iter direction initializers 2023-02-09 11:28:04 +01:00
Kconfig
Makefile
usb-skeleton.c