qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hw/ssi: Rename SSI 'slave' as 'peripheral'
@ 2020-10-12 12:49 Philippe Mathieu-Daudé
  2020-10-12 12:49 ` [PATCH v2 1/3] hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals' Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-12 12:49 UTC (permalink / raw)
  To: qemu-devel, Paolo Bonzini
  Cc: Kevin Wolf, Peter Maydell, qemu-block, Andrew Jeffery,
	Alistair Francis, Philippe Mathieu-Daudé,
	Max Reitz, qemu-trivial, qemu-arm, Joel Stanley,
	Cédric Le Goater

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(-)

-- 
2.26.2



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

end of thread, other threads:[~2020-10-26 17:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12 12:49 [PATCH v2 0/3] hw/ssi: Rename SSI 'slave' as 'peripheral' Philippe Mathieu-Daudé
2020-10-12 12:49 ` [PATCH v2 1/3] hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals' Philippe Mathieu-Daudé
2020-10-12 12:49 ` [PATCH v2 2/3] hw/ssi: Update coding style to make checkpatch.pl happy Philippe Mathieu-Daudé
2020-10-12 12:49 ` [PATCH v2 3/3] hw/ssi: Rename SSI 'slave' as 'peripheral' Philippe Mathieu-Daudé
2020-10-26 17:11   ` Paolo Bonzini
2020-10-19 16:04 ` [PATCH v2 0/3] " Philippe Mathieu-Daudé
2020-10-26 17:05   ` Philippe Mathieu-Daudé
2020-10-26 17:15     ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).