mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andy Shevchenko <andy@black.fi.intel.com>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: Mark Brown <broonie@kernel.org>,
	kernel@pengutronix.de, Jonathan Corbet <corbet@lwn.net>,
	Jonathan Cameron <Jonathan.Cameron@huawei.com>,
	Bjorn Helgaas <bhelgaas@google.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	James Clark <james.clark@arm.com>,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-spi@vger.kernel.org
Subject: Re: [PATCH v3 31/32] spi: Drop compat layer from renaming "master" to "controller"
Date: Fri, 9 Feb 2024 17:24:42 +0200	[thread overview]
Message-ID: <ZcZDugcgkClwX7qp@black.fi.intel.com> (raw)
In-Reply-To: <ad1d949325b61a4682e8d6ecf9d05da751e6a99f.1707324794.git.u.kleine-koenig@pengutronix.de>

On Wed, Feb 07, 2024 at 07:40:45PM +0100, Uwe Kleine-König wrote:
> Now that all in-tree users followed the rename, the compat stuff can go
> away.  This completes the renaming started with commit 8caab75fd2c2
> ("spi: Generalize SPI "master" to "controller"")

It does not complete the conversion.
We still have spi_alloc_master/slave.

Besides, we still have drivers that use master/slave terminology in
their (local) variables, functions and data type names.

-- 
With Best Regards,
Andy Shevchenko



  reply	other threads:[~2024-02-09 15:24 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-07 18:40 [PATCH v3 00/32] spi: get rid of some legacy macros Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 01/32] fpga: ice40-spi: Follow renaming of SPI "master" to "controller" Uwe Kleine-König
2024-02-08 10:09   ` Jonathan Cameron
2024-02-08 10:28     ` Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 02/32] ieee802154: ca8210: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 03/32] iio: adc: ad_sigma_delta: " Uwe Kleine-König
2024-02-08  8:14   ` Nuno Sá
2024-02-07 18:40 ` [PATCH v3 04/32] Input: pxspad - follow " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 05/32] Input: synaptics-rmi4 " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 06/32] media: mgb4: Follow " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 07/32] media: netup_unidvb: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 08/32] media: usb/msi2500: " Uwe Kleine-König
2024-02-12  8:50   ` Hans Verkuil
2024-02-07 18:40 ` [PATCH v3 09/32] media: v4l2-subdev: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 10/32] misc: gehc-achc: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 11/32] mmc: mmc_spi: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 12/32] mtd: dataflash: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 13/32] net: ks8851: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 14/32] net: vertexcom: mse102x: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 15/32] platform/chrome: cros_ec_spi: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 16/32] spi: bitbang: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 17/32] spi: cadence-quadspi: Don't emit error message on allocation error Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 18/32] spi: cadence-quadspi: Follow renaming of SPI "master" to "controller" Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 19/32] spi: cavium: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 20/32] spi: geni-qcom: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 21/32] spi: loopback-test: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 22/32] spi: slave-mt27xx: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 23/32] spi: spidev: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 24/32] staging: fbtft: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 25/32] staging: greybus: spi: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 26/32] tpm_tis_spi: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 27/32] usb: gadget: max3420_udc: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 28/32] video: fbdev: mmp: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 29/32] wifi: libertas: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 30/32] spi: fsl-lib: " Uwe Kleine-König
2024-02-07 18:40 ` [PATCH v3 31/32] spi: Drop compat layer from renaming " Uwe Kleine-König
2024-02-09 15:24   ` Andy Shevchenko [this message]
2024-02-09 15:48     ` Mark Brown
2024-02-09 15:54       ` Andy Shevchenko
2024-02-07 18:40 ` [PATCH v3 32/32] Documentation: spi: Update documentation for " Uwe Kleine-König
2024-02-09 15:23   ` Andy Shevchenko
2024-02-08 21:21 ` [PATCH v3 00/32] spi: get rid of some legacy macros Mark Brown
2024-03-25  1:54 ` patchwork-bot+chrome-platform
2024-03-25  2:13 ` patchwork-bot+chrome-platform

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=ZcZDugcgkClwX7qp@black.fi.intel.com \
    --to=andy@black.fi.intel.com \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=bhelgaas@google.com \
    --cc=broonie@kernel.org \
    --cc=corbet@lwn.net \
    --cc=james.clark@arm.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=u.kleine-koenig@pengutronix.de \
    /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

all inboxes | Powered by JetHome®