linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] spi: mpc52xx-psc: Modernize probe
@ 2023-02-17 20:45 Rob Herring
  2023-02-17 20:45 ` [PATCH 1/3] spi: mpc5xxx-psc: Remove unused platform_data Rob Herring
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rob Herring @ 2023-02-17 20:45 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-spi, linux-kernel

This started as just removing open coded parsing and address translation 
of "reg", and ended up with cleaning up the probe functions to use 
modern, preferred APIs for driver probe.

It is compile tested only.

Signed-off-by: Rob Herring <robh@kernel.org>
---
Rob Herring (3):
      spi: mpc5xxx-psc: Remove unused platform_data
      spi: mpc5xxx-psc: Convert probe to use devres functions
      spi: mpc5xxx-psc: Use platform resources instead of parsing DT properties

 drivers/spi/spi-mpc512x-psc.c |  90 +++++++--------------------
 drivers/spi/spi-mpc52xx-psc.c | 138 +++++++-----------------------------------
 2 files changed, 44 insertions(+), 184 deletions(-)
---
base-commit: 1b929c02afd37871d5afb9d498426f83432e71c2
change-id: 20230217-dt-mpc5xxx-spi-0c35dbfe10fa

Best regards,
-- 
Rob Herring <robh@kernel.org>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-17 20:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-17 20:45 [PATCH 0/3] spi: mpc52xx-psc: Modernize probe Rob Herring
2023-02-17 20:45 ` [PATCH 1/3] spi: mpc5xxx-psc: Remove unused platform_data Rob Herring
2023-02-17 20:45 ` [PATCH 2/3] spi: mpc5xxx-psc: Convert probe to use devres functions Rob Herring
2023-02-17 20:45 ` [PATCH 3/3] spi: mpc5xxx-psc: Use platform resources instead of parsing DT properties Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).