From: Johan Hovold <johan@kernel.org>
To: Mark Brown <broonie@kernel.org>
Cc: Linus Walleij <linusw@kernel.org>,
Masahisa Kojima <kojima.masahisa@socionext.com>,
Jassi Brar <jassisinghbrar@gmail.com>,
Laxman Dewangan <ldewangan@nvidia.com>,
linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org,
Johan Hovold <johan@kernel.org>
Subject: [PATCH 00/20] spi: switch to managed controller allocation (part 2/3)
Date: Tue, 5 May 2026 09:28:49 +0200 [thread overview]
Message-ID: <20260505072909.618363-1-johan@kernel.org> (raw)
In preparation for fixing the SPI controller API so that it no longer
drops a reference when deregistering (non-managed) controllers (cf.
[1]), this series converts drivers using non-managed registration to use
managed allocation.
Included is also a related cleanup of a ti-qspi error path.
This second set will be followed by a third set of 12 patches for
drivers using managed registration.
That leaves us with 18 drivers using non-managed allocation, which is
few enough to be able to fix the API in tree-wide change.
Johan
[1] https://lore.kernel.org/lkml/20260325145319.1132072-1-johan@kernel.org/
Johan Hovold (20):
spi: pic32: switch to managed controller allocation
spi: pic32-sqi: switch to managed controller allocation
spi: pl022: switch to managed controller allocation
spi: qup: switch to managed controller allocation
spi: rspi: switch to managed controller allocation
spi: sh-hspi: switch to managed controller allocation
spi: sh-msiof: switch to managed controller allocation
spi: sifive: switch to managed controller allocation
spi: slave-mt27xx: switch to managed controller allocation
spi: sprd: switch to managed controller allocation
spi: st-ssc4: switch to managed controller allocation
spi: sun4i: switch to managed controller allocation
spi: sun6i: switch to managed controller allocation
spi: syncuacer: switch to managed controller allocation
spi: tegra114: switch to managed controller allocation
spi: tegra20-sflash: switch to managed controller allocation
spi: ti-qspi: switch to managed controller allocation
spi: ti-qspi: cleanup registration error path
spi: uniphier: switch to managed controller allocation
spi: zync-qspi: switch to managed controller allocation
drivers/spi/spi-pic32-sqi.c | 28 +++++++---------------
drivers/spi/spi-pic32.c | 11 +++------
drivers/spi/spi-pl022.c | 11 +++------
drivers/spi/spi-qup.c | 15 ++++--------
drivers/spi/spi-rspi.c | 19 ++++-----------
drivers/spi/spi-sh-hspi.c | 11 ++-------
drivers/spi/spi-sh-msiof.c | 28 +++++++---------------
drivers/spi/spi-sifive.c | 39 +++++++++----------------------
drivers/spi/spi-slave-mt27xx.c | 33 ++++++++------------------
drivers/spi/spi-sprd.c | 20 +++++-----------
drivers/spi/spi-st-ssc4.c | 14 ++++-------
drivers/spi/spi-sun4i.c | 35 +++++++++-------------------
drivers/spi/spi-sun6i.c | 38 ++++++++++--------------------
drivers/spi/spi-synquacer.c | 24 ++++++-------------
drivers/spi/spi-tegra114.c | 34 ++++++++++-----------------
drivers/spi/spi-tegra20-sflash.c | 24 +++++++------------
drivers/spi/spi-ti-qspi.c | 37 +++++++++++------------------
drivers/spi/spi-uniphier.c | 33 +++++++++-----------------
drivers/spi/spi-zynq-qspi.c | 40 ++++++++++----------------------
19 files changed, 152 insertions(+), 342 deletions(-)
--
2.53.0
next reply other threads:[~2026-05-05 7:29 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-05 7:28 Johan Hovold [this message]
2026-05-05 7:28 ` [PATCH 01/20] spi: pic32: switch to managed controller allocation Johan Hovold
2026-05-05 7:28 ` [PATCH 02/20] spi: pic32-sqi: " Johan Hovold
2026-05-05 7:28 ` [PATCH 03/20] spi: pl022: " Johan Hovold
2026-05-05 9:12 ` Linus Walleij
2026-05-05 7:28 ` [PATCH 04/20] spi: qup: " Johan Hovold
2026-05-05 7:28 ` [PATCH 05/20] spi: rspi: " Johan Hovold
2026-05-05 7:28 ` [PATCH 06/20] spi: sh-hspi: " Johan Hovold
2026-05-05 7:28 ` [PATCH 07/20] spi: sh-msiof: " Johan Hovold
2026-05-05 7:28 ` [PATCH 08/20] spi: sifive: " Johan Hovold
2026-05-05 7:28 ` [PATCH 09/20] spi: slave-mt27xx: " Johan Hovold
2026-05-05 7:28 ` [PATCH 10/20] spi: sprd: " Johan Hovold
2026-05-05 7:29 ` [PATCH 11/20] spi: st-ssc4: " Johan Hovold
2026-05-05 7:29 ` [PATCH 12/20] spi: sun4i: " Johan Hovold
2026-05-05 7:29 ` [PATCH 13/20] spi: sun6i: " Johan Hovold
2026-05-05 7:29 ` [PATCH 14/20] spi: syncuacer: " Johan Hovold
2026-05-05 7:29 ` [PATCH 15/20] spi: tegra114: " Johan Hovold
2026-05-05 7:29 ` [PATCH 16/20] spi: tegra20-sflash: " Johan Hovold
2026-05-05 7:29 ` [PATCH 17/20] spi: ti-qspi: " Johan Hovold
2026-05-05 7:29 ` [PATCH 18/20] spi: ti-qspi: cleanup registration error path Johan Hovold
2026-05-05 7:29 ` [PATCH 19/20] spi: uniphier: switch to managed controller allocation Johan Hovold
2026-05-05 7:29 ` [PATCH 20/20] spi: zync-qspi: " Johan Hovold
2026-05-11 0:56 ` [PATCH 00/20] spi: switch to managed controller allocation (part 2/3) Mark Brown
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=20260505072909.618363-1-johan@kernel.org \
--to=johan@kernel.org \
--cc=broonie@kernel.org \
--cc=jassisinghbrar@gmail.com \
--cc=kojima.masahisa@socionext.com \
--cc=ldewangan@nvidia.com \
--cc=linusw@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.