Message ID | pull-1601544624-617679@atomide.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 6869f774b1cd2bf20b4e4c5bfa13da311e02d495 |
Headers | show |
Series | [GIT,PULL] Two omap regression fixes | expand |
Hello: This pull request was applied to soc/soc.git (refs/heads/arm/fixes): On Thu, 1 Oct 2020 12:30:44 +0300 you wrote: > From: "Tony Lindgren" <tony@atomide.com> > > The following changes since commit 6542e2b613c2b1952e83973dc434831332ce8e27: > > ARM: dts: omap5: Fix DSI base address and clocks (2020-08-19 08:54:33 +0300) > > are available in the Git repository at: > > [...] Here is the summary with links: - [GIT,PULL] Two omap regression fixes https://git.kernel.org/soc/soc/c/6869f774b1cd 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 6542e2b613c2b1952e83973dc434831332ce8e27: ARM: dts: omap5: Fix DSI base address and clocks (2020-08-19 08:54:33 +0300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.9/fixes-rc7 for you to fetch changes up to 8f04aea048d56f3e39a7e543939450246542a6fc: ARM: OMAP2+: Restore MPU power domain if cpu_cluster_pm_enter() fails (2020-09-23 10:39:33 +0300) ---------------------------------------------------------------- Two regression fixes for omaps Fix AM33XX_IOPAD macro that broke after recent pinctrl changes to use #pinctrl-cells = 2. And fix omap_enter_idle_coupled() for cases where cpu_cluster_pm_enter() returns an error as otherwise we may end up wrongly idling the MPU domain on the next WFI. ---------------------------------------------------------------- Drew Fustini (1): ARM: dts: am33xx: modify AM33XX_IOPAD for #pinctrl-cells = 2 Tony Lindgren (1): ARM: OMAP2+: Restore MPU power domain if cpu_cluster_pm_enter() fails arch/arm/mach-omap2/cpuidle44xx.c | 4 +++- include/dt-bindings/pinctrl/omap.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-)