[PATCH v1 0/2] spi: Unify and simplify fwnode related checks

Andy Shevchenko posted 2 patches 1 year ago
drivers/spi/spi.c | 41 ++++++++++++++++++-----------------------
1 file changed, 18 insertions(+), 23 deletions(-)
[PATCH v1 0/2] spi: Unify and simplify fwnode related checks
Posted by Andy Shevchenko 1 year ago
A couple of cleanups on top of recently added change.

Andy Shevchenko (2):
  spi: Unify firmware node type checks
  spi: Deduplicate deferred probe checks in spi_probe()

 drivers/spi/spi.c | 41 ++++++++++++++++++-----------------------
 1 file changed, 18 insertions(+), 23 deletions(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac
Re: [PATCH v1 0/2] spi: Unify and simplify fwnode related checks
Posted by Mukesh Kumar Savaliya 1 year ago

On 12/8/2024 9:33 PM, Andy Shevchenko wrote:
> couple of cleanups on top of recently added change.
please add what exactly cleanups done ? Recently added change is not 
that something someone would check as part of this patch.
Description would be helpful.
Re: [PATCH v1 0/2] spi: Unify and simplify fwnode related checks
Posted by Andy Shevchenko 1 year ago
On Wed, Dec 11, 2024 at 09:42:33AM +0530, Mukesh Kumar Savaliya wrote:
> On 12/8/2024 9:33 PM, Andy Shevchenko wrote:
> > couple of cleanups on top of recently added change.
> please add what exactly cleanups done ? Recently added change is not that
> something someone would check as part of this patch.
> Description would be helpful.

But each patch has its description. Or I didn't get the request, sorry.

-- 
With Best Regards,
Andy Shevchenko
Re: [PATCH v1 0/2] spi: Unify and simplify fwnode related checks
Posted by Andy Shevchenko 1 year ago
On Wed, Dec 11, 2024 at 12:59:42PM +0200, Andy Shevchenko wrote:
> On Wed, Dec 11, 2024 at 09:42:33AM +0530, Mukesh Kumar Savaliya wrote:
> > On 12/8/2024 9:33 PM, Andy Shevchenko wrote:
> > > couple of cleanups on top of recently added change.
> > please add what exactly cleanups done ? Recently added change is not that
> > something someone would check as part of this patch.
> > Description would be helpful.
> 
> But each patch has its description. Or I didn't get the request, sorry.

FWIW, the change induced this mini-series is this one: d24cfee7f63d ("spi: Fix
acpi deferred irq probe").


-- 
With Best Regards,
Andy Shevchenko
Re: [PATCH v1 0/2] spi: Unify and simplify fwnode related checks
Posted by Mark Brown 1 year ago
On Sun, 08 Dec 2024 18:03:15 +0200, Andy Shevchenko wrote:
> A couple of cleanups on top of recently added change.
> 
> Andy Shevchenko (2):
>   spi: Unify firmware node type checks
>   spi: Deduplicate deferred probe checks in spi_probe()
> 
> drivers/spi/spi.c | 41 ++++++++++++++++++-----------------------
>  1 file changed, 18 insertions(+), 23 deletions(-)
> 
> [...]

Applied to

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

Thanks!

[1/2] spi: Unify firmware node type checks
      commit: b6ffe0e6147915fe3d31705e14dfbbecb724fb81
[2/2] spi: Deduplicate deferred probe checks in spi_probe()
      commit: 0020c9d2d572b49c55b2e1fabe6f6687e11a3ced

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