Message ID | pull-1607674932-973902@atomide.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 062fa6b8ef153b9509d2a870049e907ad0a39639 |
Headers | show |
Series | [GIT,PULL] Few regression fixes for omaps | expand |
Hello: This pull request was applied to soc/soc.git (refs/heads/for-next): On Fri, 11 Dec 2020 10:22:54 +0200 you wrote: > From: "Tony Lindgren" <tony@atomide.com> > > The following changes since commit 05d5de6ba7dbe490dd413b5ca11d0875bd2bc006: > > ARM: dts: dra76x: m_can: fix order of clocks (2020-11-19 11:37:57 +0200) > > are available in the Git repository at: > > [...] Here is the summary with links: - [GIT,PULL] Few regression fixes for omaps https://git.kernel.org/soc/soc/c/062fa6b8ef15 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 05d5de6ba7dbe490dd413b5ca11d0875bd2bc006: ARM: dts: dra76x: m_can: fix order of clocks (2020-11-19 11:37:57 +0200) 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-rc6-signed for you to fetch changes up to c0bc969c176b10598b31d5d1a5edf9a5261f0a9f: ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent with defaults on xt875 (2020-12-08 15:56:24 +0200) ---------------------------------------------------------------- Few regression fixes for omaps for v5.10 Few fixes for regression issues recently noticed by folks testing the current kernel: - We need to disable AES for n950 as it's not accessible because of the secure mode configuration and kernel fails to boot - On gta04 wlan probe exposed a bug for BUS_NOTIFY_BIND_DRIVER that has been around for a long time - Droid bionic exposed an issue where we configure an invalid range on the PMIC that adds boot time warnings Obviously these fixes can be merged whenever suitable. ---------------------------------------------------------------- Aaro Koskinen (1): ARM: dts: OMAP3: disable AES on N950/N9 Andreas Kemnade (1): ARM: OMAP2+: omap_device: fix idling of devices during probe Carl Philipp Klemm (1): ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent with defaults on xt875 arch/arm/boot/dts/omap3-n950-n9.dtsi | 8 ++++++++ arch/arm/mach-omap2/omap_device.c | 8 +++++--- arch/arm/mach-omap2/pmic-cpcap.c | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-)