mbox series

[-next,v2,RESEND,0/2] spi: bcm63xx: Fix two bugs

Message ID 20240819123349.4020472-1-ruanjinjie@huawei.com
Headers show
Series spi: bcm63xx: Fix two bugs | expand

Message

Jinjie Ruan Aug. 19, 2024, 12:33 p.m. UTC
Fix module autoloading and missing pm_runtime_disable().

Chanegs in v2:
- Add Reviewed-by and Suggested-by.
- Cc stable.
- Change the fix way for the 2th patch.
- Update the commit message.

Jinjie Ruan (2):
  spi: bcm63xx: Fix module autoloading
  spi: bcm63xx: Fix missing pm_runtime_disable()

 drivers/spi/spi-bcm63xx.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Comments

Mark Brown Aug. 20, 2024, 12:44 p.m. UTC | #1
On Mon, 19 Aug 2024 20:33:47 +0800, Jinjie Ruan wrote:
> Fix module autoloading and missing pm_runtime_disable().
> 
> Chanegs in v2:
> - Add Reviewed-by and Suggested-by.
> - Cc stable.
> - Change the fix way for the 2th patch.
> - Update the commit message.
> 
> [...]

Applied to

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

Thanks!

[1/2] spi: bcm63xx: Fix module autoloading
      commit: 909f34f2462a99bf876f64c5c61c653213e32fce
[2/2] spi: bcm63xx: Fix missing pm_runtime_disable()
      commit: 265697288ec2160ca84707565d6641d46f69b0ff

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