* [GIT PULL] Few regression fixes for omaps
@ 2020-12-11 8:22 Tony Lindgren
2020-12-11 8:22 ` Tony Lindgren
2020-12-22 17:00 ` patchwork-bot+linux-soc
0 siblings, 2 replies; 3+ messages in thread
From: Tony Lindgren @ 2020-12-11 8:22 UTC (permalink / raw)
To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Tony Lindgren
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(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* [GIT PULL] Few regression fixes for omaps
2020-12-11 8:22 [GIT PULL] Few regression fixes for omaps Tony Lindgren
@ 2020-12-11 8:22 ` Tony Lindgren
2020-12-22 17:00 ` patchwork-bot+linux-soc
1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2020-12-11 8:22 UTC (permalink / raw)
To: soc; +Cc: Tony Lindgren, linux-omap, arm, linux-arm-kernel
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(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [GIT PULL] Few regression fixes for omaps
2020-12-11 8:22 [GIT PULL] Few regression fixes for omaps Tony Lindgren
2020-12-11 8:22 ` Tony Lindgren
@ 2020-12-22 17:00 ` patchwork-bot+linux-soc
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2020-12-22 17:00 UTC (permalink / raw)
To: Tony Lindgren; +Cc: soc
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-12-22 17:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-11 8:22 [GIT PULL] Few regression fixes for omaps Tony Lindgren
2020-12-11 8:22 ` Tony Lindgren
2020-12-22 17:00 ` patchwork-bot+linux-soc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox