Since v1:
- Fixed patch #1 subject (Kevin)
In order to use inclusive terminology, rename SSI 'slave' as
'peripheral', following the resolution Paolo pointed in [*]:
https://www.oshwa.org/a-resolution-to-redefine-spi-signal-names/
Candidate to be merged via the ARM or Trivial trees.
[*] https://www.mail-archive.com/qemu-devel@nongnu.org/msg739108.html
Philippe Mathieu-Daudé (3):
hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals'
hw/ssi: Update coding style to make checkpatch.pl happy
hw/ssi: Rename SSI 'slave' as 'peripheral'
include/hw/misc/max111x.h | 2 +-
include/hw/ssi/aspeed_smc.h | 2 +-
include/hw/ssi/ssi.h | 56 +++++++++++++++++++------------------
hw/arm/spitz.c | 32 ++++++++++-----------
hw/arm/stellaris.c | 4 +--
hw/arm/tosa.c | 12 ++++----
hw/arm/z2.c | 14 +++++-----
hw/block/m25p80.c | 14 +++++-----
hw/display/ads7846.c | 12 ++++----
hw/display/ssd0323.c | 12 ++++----
hw/misc/max111x.c | 18 ++++++------
hw/sd/ssi-sd.c | 12 ++++----
hw/ssi/aspeed_smc.c | 53 ++++++++++++++++++-----------------
hw/ssi/pl022.c | 2 +-
hw/ssi/ssi.c | 48 +++++++++++++++----------------
hw/ssi/xilinx_spips.c | 7 +++--
16 files changed, 152 insertions(+), 148 deletions(-)