Message ID | pull-1606460270-864284@atomide.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 454a079b381a1fea3962f89016f55761b251f4bd |
Headers | show |
Series | [GIT,PULL] Fixes for omaps for v5.10-rc cycle | expand |
Hello: This pull request was applied to soc/soc.git (refs/heads/arm/fixes): On Fri, 27 Nov 2020 08:58:21 +0200 you wrote: > From: "Tony Lindgren" <tony@atomide.com> > > The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: > > Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) > > are available in the Git repository at: > > [...] Here is the summary with links: - [GIT,PULL] Fixes for omaps for v5.10-rc cycle https://git.kernel.org/soc/soc/c/454a079b381a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Hello: This pull request was applied to soc/soc.git (refs/heads/for-next): On Fri, 27 Nov 2020 08:58:21 +0200 you wrote: > From: "Tony Lindgren" <tony@atomide.com> > > The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: > > Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) > > are available in the Git repository at: > > [...] Here is the summary with links: - [GIT,PULL] Fixes for omaps for v5.10-rc cycle https://git.kernel.org/soc/soc/c/454a079b381a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.10/fixes-rc5-signed for you to fetch changes up to 05d5de6ba7dbe490dd413b5ca11d0875bd2bc006: ARM: dts: dra76x: m_can: fix order of clocks (2020-11-19 11:37:57 +0200) ---------------------------------------------------------------- Fixes for omaps for various issues noticed during the -rc cycle: - Earlier omap4 cpuidle fix was incomplete and needs to use a configured idle state instead - Fix am4 cpsw driver compatible to avoid invalid resource error for the legacy driver - Two kconfig fixes for genpd support that we added for for v5.10 for proper location of the option and adding missing option - Fix ti-sysc reset status checking on enabling modules to ignore quirky modules with reset status only usable when the quirk is activated during reset. Also fix bogus resetdone warning for cpsw and modules with no sysst register reset status bit - Suppress a ti-sysc warning for timers reserved as system timers - Fix the ordering of clocks for dra7 m_can ---------------------------------------------------------------- Grygorii Strashko (2): ARM: dts: am437x-l4: fix compatible for cpsw switch dt node bus: ti-sysc: suppress err msg for timers used as clockevent/source Marc Kleine-Budde (1): ARM: dts: dra76x: m_can: fix order of clocks Tony Lindgren (6): ARM: OMAP2+: Fix location for select PM_GENERIC_DOMAINS ARM: OMAP2+: Fix missing select PM_GENERIC_DOMAINS_OF bus: ti-sysc: Fix reset status check for modules with quirks bus: ti-sysc: Fix bogus resetdone warning on enable for cpsw ARM: OMAP2+: Manage MPU state properly for omap_enter_idle_coupled() Merge tag 'ti-sysc-fixes' into fixes arch/arm/boot/dts/am437x-l4.dtsi | 2 +- arch/arm/boot/dts/dra76x.dtsi | 4 ++-- arch/arm/mach-omap2/Kconfig | 3 ++- arch/arm/mach-omap2/cpuidle44xx.c | 8 +++++--- drivers/bus/ti-sysc.c | 29 +++++++++++++++++++---------- include/linux/platform_data/ti-sysc.h | 1 + 6 files changed, 30 insertions(+), 17 deletions(-)