qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>
Cc: "Kevin Wolf" <kwolf@redhat.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	qemu-block@nongnu.org, "Andrew Jeffery" <andrew@aj.id.au>,
	"Alistair Francis" <alistair@alistair23.me>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"Max Reitz" <mreitz@redhat.com>,
	qemu-trivial@nongnu.org, qemu-arm@nongnu.org,
	"Joel Stanley" <joel@jms.id.au>,
	"Cédric Le Goater" <clg@kaod.org>
Subject: [PATCH v2 0/3] hw/ssi: Rename SSI 'slave' as 'peripheral'
Date: Mon, 12 Oct 2020 14:49:52 +0200	[thread overview]
Message-ID: <20201012124955.3409127-1-f4bug@amsat.org> (raw)

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



             reply	other threads:[~2020-10-12 12:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-12 12:49 Philippe Mathieu-Daudé [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201012124955.3409127-1-f4bug@amsat.org \
    --to=f4bug@amsat.org \
    --cc=alistair@alistair23.me \
    --cc=andrew@aj.id.au \
    --cc=clg@kaod.org \
    --cc=joel@jms.id.au \
    --cc=kwolf@redhat.com \
    --cc=mreitz@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).