Message ID | pull-1628751694-126144@atomide.com-2 |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL,1/3] Two missed omap Kconfig patches for v5.15 | expand |
Hi, * Tony Lindgren <tony@atomide.com> [210812 07:04]: > From: "Tony Lindgren" <tony@atomide.com> > > The following changes since commit fdc07ca0724dd8ad00c22909a1464dc73ed6783e: > > Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-sysc (2021-07-27 12:02:24 +0300) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/sr-signed > > for you to fetch changes up to 74953a9136cfd650dd994daded520528f737b7b3: > > soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex (2021-08-06 09:53:59 +0300) > > ---------------------------------------------------------------- > Drop pm_runtime_irq_safe() usage for smartreflex for v5.15 > > We now have cleard pm_runtime_irq_safe() usage for all TI SoCs > in Linux next except for smartreflex and 8250_omap. This change > removes pm_runtime_irq_safe() usage for smartreflex, the > 8250_omap depends on pending serial layer PM changes. Looks like Santosh already queued up this patch and sent a pull request, so my pull request for this change can be just ignored. Regrds, Tony > ---------------------------------------------------------------- > Tony Lindgren (1): > soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex > > drivers/bus/ti-sysc.c | 6 ++--- > drivers/soc/ti/smartreflex.c | 52 +++++++++++++++++---------------------- > include/linux/power/smartreflex.h | 2 ++ > 3 files changed, 26 insertions(+), 34 deletions(-)
From: Arnd Bergmann <arnd@arndb.de> On Thu, 12 Aug 2021 10:03:43 +0300, Tony Lindgren wrote: > The following changes since commit fdc07ca0724dd8ad00c22909a1464dc73ed6783e: > > Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-sysc (2021-07-27 12:02:24 +0300) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/sr-signed > > [...] Merged into arm/drivers, thanks! merge commit: 699fe4b190da7da239f70166288d792129acff21 Arnd
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit fdc07ca0724dd8ad00c22909a1464dc73ed6783e: Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-sysc (2021-07-27 12:02:24 +0300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/sr-signed for you to fetch changes up to 74953a9136cfd650dd994daded520528f737b7b3: soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex (2021-08-06 09:53:59 +0300) ---------------------------------------------------------------- Drop pm_runtime_irq_safe() usage for smartreflex for v5.15 We now have cleard pm_runtime_irq_safe() usage for all TI SoCs in Linux next except for smartreflex and 8250_omap. This change removes pm_runtime_irq_safe() usage for smartreflex, the 8250_omap depends on pending serial layer PM changes. ---------------------------------------------------------------- Tony Lindgren (1): soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex drivers/bus/ti-sysc.c | 6 ++--- drivers/soc/ti/smartreflex.c | 52 +++++++++++++++++---------------------- include/linux/power/smartreflex.h | 2 ++ 3 files changed, 26 insertions(+), 34 deletions(-)