* Re: Patch "watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs" has been added to the 6.6-stable tree
[not found] <20250103004519.474274-1-sashal@kernel.org>
@ 2025-01-03 16:46 ` Peter Griffin
2025-01-04 8:05 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Peter Griffin @ 2025-01-03 16:46 UTC (permalink / raw)
To: stable
Cc: stable-commits, Wim Van Sebroeck, Guenter Roeck,
Krzysztof Kozlowski, Alim Akhtar
Hi Sasha,
+ cc stable@vger.kernel.org
On Fri, 3 Jan 2025 at 00:45, Sasha Levin <sashal@kernel.org> wrote:
>
> This is a note to let you know that I've just added the patch titled
>
> watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs
>
> to the 6.6-stable tree which can be found at:
> http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
>
> The filename of the patch is:
> watchdog-s3c2410_wdt-use-exynos_get_pmu_regmap_by_ph.patch
> and it can be found in the queue-6.6 subdirectory.
>
> If you, or anyone else, feels it should not be added to the stable tree,
> please let <stable@vger.kernel.org> know about it.
It doesn't make sense (to me at least) to add this patch and then also
add the revert of it to v6.6 stable tree, as it becomes a no-op. The
only reason I can think of is it somehow helps with your automated
tooling?
Additionally the hardware (Pixel 6 & gs101 SoC ) which these patches
and APIs were added for wasn't merged until v6.8. The revert is also
only applicable if the kernel has the corresponding enhancements made
to syscon driver to register custom regmaps. See 769cb63166d9 ("mfd:
syscon: Add of_syscon_register_regmap() API")
Thanks,
Peter
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Patch "watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs" has been added to the 6.6-stable tree
2025-01-03 16:46 ` Patch "watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs" has been added to the 6.6-stable tree Peter Griffin
@ 2025-01-04 8:05 ` Greg KH
2025-01-06 13:35 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2025-01-04 8:05 UTC (permalink / raw)
To: Peter Griffin
Cc: stable, stable-commits, Wim Van Sebroeck, Guenter Roeck,
Krzysztof Kozlowski, Alim Akhtar
On Fri, Jan 03, 2025 at 04:46:54PM +0000, Peter Griffin wrote:
> Hi Sasha,
>
> + cc stable@vger.kernel.org
>
> On Fri, 3 Jan 2025 at 00:45, Sasha Levin <sashal@kernel.org> wrote:
> >
> > This is a note to let you know that I've just added the patch titled
> >
> > watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs
> >
> > to the 6.6-stable tree which can be found at:
> > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
> >
> > The filename of the patch is:
> > watchdog-s3c2410_wdt-use-exynos_get_pmu_regmap_by_ph.patch
> > and it can be found in the queue-6.6 subdirectory.
> >
> > If you, or anyone else, feels it should not be added to the stable tree,
> > please let <stable@vger.kernel.org> know about it.
>
> It doesn't make sense (to me at least) to add this patch and then also
> add the revert of it to v6.6 stable tree, as it becomes a no-op. The
> only reason I can think of is it somehow helps with your automated
> tooling?
This is exactly the reason.
> Additionally the hardware (Pixel 6 & gs101 SoC ) which these patches
> and APIs were added for wasn't merged until v6.8. The revert is also
> only applicable if the kernel has the corresponding enhancements made
> to syscon driver to register custom regmaps. See 769cb63166d9 ("mfd:
> syscon: Add of_syscon_register_regmap() API")
Ok, then we should just drop both, I can do that if you want me to.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Patch "watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs" has been added to the 6.6-stable tree
2025-01-04 8:05 ` Greg KH
@ 2025-01-06 13:35 ` Greg KH
2025-01-06 14:08 ` Peter Griffin
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2025-01-06 13:35 UTC (permalink / raw)
To: Peter Griffin
Cc: stable, stable-commits, Wim Van Sebroeck, Guenter Roeck,
Krzysztof Kozlowski, Alim Akhtar
On Sat, Jan 04, 2025 at 09:05:37AM +0100, Greg KH wrote:
> On Fri, Jan 03, 2025 at 04:46:54PM +0000, Peter Griffin wrote:
> > Hi Sasha,
> >
> > + cc stable@vger.kernel.org
> >
> > On Fri, 3 Jan 2025 at 00:45, Sasha Levin <sashal@kernel.org> wrote:
> > >
> > > This is a note to let you know that I've just added the patch titled
> > >
> > > watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs
> > >
> > > to the 6.6-stable tree which can be found at:
> > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
> > >
> > > The filename of the patch is:
> > > watchdog-s3c2410_wdt-use-exynos_get_pmu_regmap_by_ph.patch
> > > and it can be found in the queue-6.6 subdirectory.
> > >
> > > If you, or anyone else, feels it should not be added to the stable tree,
> > > please let <stable@vger.kernel.org> know about it.
> >
> > It doesn't make sense (to me at least) to add this patch and then also
> > add the revert of it to v6.6 stable tree, as it becomes a no-op. The
> > only reason I can think of is it somehow helps with your automated
> > tooling?
>
> This is exactly the reason.
>
> > Additionally the hardware (Pixel 6 & gs101 SoC ) which these patches
> > and APIs were added for wasn't merged until v6.8. The revert is also
> > only applicable if the kernel has the corresponding enhancements made
> > to syscon driver to register custom regmaps. See 769cb63166d9 ("mfd:
> > syscon: Add of_syscon_register_regmap() API")
>
> Ok, then we should just drop both, I can do that if you want me to.
Now dropped.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Patch "watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs" has been added to the 6.6-stable tree
2025-01-06 13:35 ` Greg KH
@ 2025-01-06 14:08 ` Peter Griffin
0 siblings, 0 replies; 4+ messages in thread
From: Peter Griffin @ 2025-01-06 14:08 UTC (permalink / raw)
To: Greg KH
Cc: stable, stable-commits, Wim Van Sebroeck, Guenter Roeck,
Krzysztof Kozlowski, Alim Akhtar
[..]
> >
> > Ok, then we should just drop both, I can do that if you want me to.
>
> Now dropped.
Thanks Greg
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-01-06 14:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20250103004519.474274-1-sashal@kernel.org>
2025-01-03 16:46 ` Patch "watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs" has been added to the 6.6-stable tree Peter Griffin
2025-01-04 8:05 ` Greg KH
2025-01-06 13:35 ` Greg KH
2025-01-06 14:08 ` Peter Griffin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.