On Tue, May 09, 2023 at 04:54:45AM +0200, Greg Kroah-Hartman wrote:
On Mon, May 08, 2023 at 11:27:42PM +0100, Conor Dooley wrote:
On Mon, May 08, 2023 at 03:25:11PM +0200, Greg Kroah-Hartman wrote:
On Mon, May 08, 2023 at 03:15:15PM +0200, Greg Kroah-Hartman wrote:
On Mon, May 08, 2023 at 05:55:50PM +0530, Dhruva Gole wrote:
-#endif
This patch may cause build failures with some of the configs that disable CONFIG_PM I understand, So to fix that I had sent another patch: https://lore.kernel.org/all/CAOiHx==anPTqXNJNG7zap1XP2zKUp5SbaVJdyUsUvvitKRU...
However missed out adding the fixes tag.
I humbly request you to add https://lore.kernel.org/all/20230424102546.1604484-1-d-gole@ti.com/
this patch to fix this patch throughout the stable fixes trees.
It can also be found on Linus' master branch here:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/dr...
static const struct dev_pm_ops bcm63xx_spi_pm_ops = { SET_SYSTEM_SLEEP_PM_OPS(bcm63xx_spi_suspend, bcm63xx_spi_resume)
Sure, now queued up, thanks!
Nope, sorry, that broke the build in many places, so I've dropped it now from kernels 5.15.y and older.
I retriggered my CI after seeing these mails, but the build is still broken on RISC-V.
Now dropped, thanks.
All green now, thanks.