From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Mark Brown <broonie@kernel.org>,
Linus Walleij <linus.walleij@linaro.org>,
linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: Daniel Mack <daniel@zonque.org>,
Haojian Zhuang <haojian.zhuang@gmail.com>,
Robert Jarzmik <robert.jarzmik@free.fr>
Subject: [PATCH v1 0/2] spi: pxa2xx: Fix module reloading failure
Date: Thu, 22 Aug 2024 14:30:52 +0300 [thread overview]
Message-ID: <20240822113408.750831-1-andriy.shevchenko@linux.intel.com> (raw)
After splitting platform and reworking PCI drivers the module
reloading became broken as reported by Hao. Here is the patch
to fix that along with another one that fixes PM runtime workflow
differences between the busses (PCI vs. platform).
This is material for v6.11 as the initial work landed there and we still
have time to fix it before the release.
Andy Shevchenko (2):
spi: pxa2xx: Do not override dev->platform_data on probe
spi: pxa2xx: Move PM runtime handling to the glue drivers
drivers/spi/spi-pxa2xx-pci.c | 15 ++++++++++++++-
drivers/spi/spi-pxa2xx-platform.c | 26 +++++++++++++++++++++-----
drivers/spi/spi-pxa2xx.c | 20 +++-----------------
drivers/spi/spi-pxa2xx.h | 3 ++-
4 files changed, 40 insertions(+), 24 deletions(-)
--
2.43.0.rc1.1336.g36b5255a03ac
next reply other threads:[~2024-08-22 11:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-22 11:30 Andy Shevchenko [this message]
2024-08-22 11:30 ` [PATCH v1 1/2] spi: pxa2xx: Do not override dev->platform_data on probe Andy Shevchenko
2024-08-30 4:48 ` Ma, Hao
2024-08-30 19:09 ` Andy Shevchenko
2024-08-22 11:30 ` [PATCH v1 2/2] spi: pxa2xx: Move PM runtime handling to the glue drivers Andy Shevchenko
2024-08-22 16:17 ` [PATCH v1 0/2] spi: pxa2xx: Fix module reloading failure 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=20240822113408.750831-1-andriy.shevchenko@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=broonie@kernel.org \
--cc=daniel@zonque.org \
--cc=haojian.zhuang@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=robert.jarzmik@free.fr \
/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