mbox series

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

Message ID 20241208195635.1271656-1-andriy.shevchenko@linux.intel.com
Headers show
Series spi: Unify and simplify fwnode related checks | expand

Message

Andy Shevchenko Dec. 8, 2024, 4:03 p.m. UTC
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(-)

Comments

Mark Brown Dec. 10, 2024, 6:05 p.m. UTC | #1
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
Mukesh Kumar Savaliya Dec. 11, 2024, 4:12 a.m. UTC | #2
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.
Andy Shevchenko Dec. 11, 2024, 10:59 a.m. UTC | #3
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.
Andy Shevchenko Dec. 11, 2024, 11:33 a.m. UTC | #4
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").