linux-stable/drivers/fsi
Al Viro 5a19095103 use less confusing names for iov_iter direction initializers
[ Upstream commit de4eda9de2 ]

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: 6dd88fd59d ("vhost-scsi: unbreak any layout for response")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-02-09 11:28:04 +01:00
..
Kconfig
Makefile
cf-fsi-fw.h
fsi-core.c fsi: core: Check error number after calling ida_simple_get 2022-09-28 21:10:57 +09:30
fsi-master-aspeed.c FSI changes for v5.18 2022-02-21 17:47:42 +01:00
fsi-master-ast-cf.c fsi: master-ast-cf: Fix missing of_node_put in fsi_master_acf_probe 2022-09-28 21:10:57 +09:30
fsi-master-gpio.c
fsi-master-hub.c
fsi-master.h fsi: Fix typo in comment 2022-09-27 16:57:17 +09:30
fsi-occ.c fsi: occ: Support probing the hwmon child device from dts node 2022-09-28 21:10:57 +09:30
fsi-sbefifo.c use less confusing names for iov_iter direction initializers 2023-02-09 11:28:04 +01:00
fsi-scom.c fsi: scom: Remove retries in indirect scoms 2022-01-31 15:56:55 +10:30