[PATCH v1 0/2] spi: pxa2xx: Fix module reloading failure

Andy Shevchenko posted 2 patches 1 year, 5 months ago
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(-)
[PATCH v1 0/2] spi: pxa2xx: Fix module reloading failure
Posted by Andy Shevchenko 1 year, 5 months ago
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
Re: [PATCH v1 0/2] spi: pxa2xx: Fix module reloading failure
Posted by Mark Brown 1 year, 5 months ago
On Thu, 22 Aug 2024 14:30:52 +0300, Andy Shevchenko wrote:
> 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.
> 
> [...]

Applied to

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

Thanks!

[1/2] spi: pxa2xx: Do not override dev->platform_data on probe
      commit: 9a8fc292dd93b93db30e01c94c0da4c944852f28
[2/2] spi: pxa2xx: Move PM runtime handling to the glue drivers
      commit: e17465f78eb92ebb4be17e35d6c0584406f643a0

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