mbox series

[v2,0/5] ASoC: sh: remove discriminatory terms

Message ID 87imer3qsh.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: sh: remove discriminatory terms | expand

Message

Kuninori Morimoto July 14, 2020, 12:05 a.m. UTC
Renesas SH drivers are using discriminatory terms.
This patch-set removes or changes it as much as possible.
But, because DMA related API function name, it still exists.
I hope all these are removed someday.

v1 -> v2
	- use "secondary" instead of "follower"
	- care siu/ssi drivers
	- tidyup git-log

Link: https://lore.kernel.org/r/87r1tg3swv.wl-kuninori.morimoto.gx@renesas.com

Kuninori Morimoto (5):
  ASoC: rsnd: don't use discriminatory terms for function names
  ASoC: rsnd: don't use discriminatory terms for comment
  ASoC: fsi: don't use discriminatory terms for comment
  ASoC: siu: don't use discriminatory terms for parameter
  ASoC: ssi: don't use discriminatory terms for debug log

 sound/soc/sh/fsi.c       |  4 ++--
 sound/soc/sh/rcar/core.c |  4 ++--
 sound/soc/sh/rcar/rsnd.h |  2 +-
 sound/soc/sh/rcar/ssi.c  | 28 ++++++++++++++--------------
 sound/soc/sh/rcar/ssiu.c |  6 +++---
 sound/soc/sh/siu_pcm.c   |  6 +++---
 sound/soc/sh/ssi.c       |  2 +-
 7 files changed, 26 insertions(+), 26 deletions(-)

Comments

Mark Brown July 14, 2020, 4:39 p.m. UTC | #1
On 14 Jul 2020 09:05:48 +0900, Kuninori Morimoto wrote:
> Renesas SH drivers are using discriminatory terms.
> This patch-set removes or changes it as much as possible.
> But, because DMA related API function name, it still exists.
> I hope all these are removed someday.
> 
> v1 -> v2
> 	- use "secondary" instead of "follower"
> 	- care siu/ssi drivers
> 	- tidyup git-log
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/5] ASoC: rsnd: don't use discriminatory terms for function names
      commit: 25b384b8eabb65bc6546dc2e98e93816dd734a52
[2/5] ASoC: rsnd: don't use discriminatory terms for comment
      commit: f7c7a24b7d0c94f7f0fdaac08c25772e152bfed1
[3/5] ASoC: fsi: don't use discriminatory terms for comment
      commit: cf01245db89922e4ec2404aaf527ca3d567c4e5e
[4/5] ASoC: siu: don't use discriminatory terms for parameter
      commit: f363459f24253ecbab30211209c560c1d6b27178
[5/5] ASoC: ssi: don't use discriminatory terms for debug log
      commit: 0498b5bff83b35b4e79601e50c4b1f39b06352f0

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark