Message ID | 20210310160547.55382-1-nicolas.ferre@microchip.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 3848421f9d1fe51912ec472dbb5d7990d2fc441c |
Headers | show |
Series | [GIT,PULL] ARM: at91: fixes for 5.12 | expand |
Hello: This pull request was applied to soc/soc.git (refs/heads/arm/fixes): On Wed, 10 Mar 2021 17:05:47 +0100 you wrote: > From: Nicolas Ferre <nicolas.ferre@microchip.com> > > Arnd, Olof, > > Here are some fixes for 5.12. It's not regression vs. previous revision, this > is why I send them early in the cycle. > I based my branch on top of 5.12-rc2 because I noticed that your "master" > branch was pointing to it (and of course the "-dontuse" suffix from Linus). > Tell me if you prefer that I use a more usual "-rc1". > > [...] Here is the summary with links: - [GIT,PULL] ARM: at91: fixes for 5.12 https://git.kernel.org/soc/soc/c/3848421f9d1f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Nicolas Ferre <nicolas.ferre@microchip.com> Arnd, Olof, Here are some fixes for 5.12. It's not regression vs. previous revision, this is why I send them early in the cycle. I based my branch on top of 5.12-rc2 because I noticed that your "master" branch was pointing to it (and of course the "-dontuse" suffix from Linus). Tell me if you prefer that I use a more usual "-rc1". Thanks, best regards, Nicolas The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-fixes-5.12 for you to fetch changes up to 2c69c8a1736eace8de491d480e6e577a27c2087c: ARM: dts: at91: sam9x60: fix mux-mask to match product's datasheet (2021-03-10 16:38:15 +0100) ---------------------------------------------------------------- AT91 fixes for 5.12: - only DT changes -- wrong phy address that blocks Ethernet use on boards with sama5d27 SoM1 -- restrictive PIN possibilities for sam9x60 ---------------------------------------------------------------- Claudiu Beznea (1): ARM: dts: at91-sama5d27_som1: fix phy address to 7 Federico Pellegrin (1): ARM: dts: at91: sam9x60: fix mux-mask for PA7 so it can be set to A, B and C Nicolas Ferre (1): ARM: dts: at91: sam9x60: fix mux-mask to match product's datasheet arch/arm/boot/dts/at91-sam9x60ek.dts | 8 -------- arch/arm/boot/dts/at91-sama5d27_som1.dtsi | 4 ++-- arch/arm/boot/dts/sam9x60.dtsi | 9 +++++++++ 3 files changed, 11 insertions(+), 10 deletions(-)