mbox series

[GIT,PULL] SoCFPGA DTS fix for v5.12

Message ID 20210208203703.36109-1-dinguyen@kernel.org (mailing list archive)
State Mainlined, archived
Commit b7ff3a447d100c999d9848353ef8a4046831d893
Headers show
Series [GIT,PULL] SoCFPGA DTS fix for v5.12 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_fix_for_v5.12

Message

Dinh Nguyen Feb. 8, 2021, 8:37 p.m. UTC
Hi Arnd, Kevin, and Olof:

Please pull in this SoCFPGA DTS fix for v5.12.

Thanks,
Dinh


The following changes since commit 1048ba83fb1c00cd24172e23e8263972f6b5d9ac:

  Linux 5.11-rc6 (2021-01-31 13:50:09 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_fix_for_v5.12

for you to fetch changes up to b7ff3a447d100c999d9848353ef8a4046831d893:

  arm64: dts: agilex: fix phy interface bit shift for gmac1 and gmac2 (2021-02-04 22:29:00 -0600)

----------------------------------------------------------------
SoCFPGA Agilex fix for v5.12
- Fix PHY interface register offset for GMACs

----------------------------------------------------------------
Dinh Nguyen (1):
      arm64: dts: agilex: fix phy interface bit shift for gmac1 and gmac2

 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Arnd Bergmann Feb. 9, 2021, 10:47 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 8 Feb 2021 14:37:03 -0600, Dinh Nguyen wrote:
> Please pull in this SoCFPGA DTS fix for v5.12.
> 

The commit has a fixes tag, so I think you mean 5.11 instead of 5.12.
There is no need to delay bugfixes.

> The following changes since commit 1048ba83fb1c00cd24172e23e8263972f6b5d9ac:
> 

Note that this is based on v5.11-rc6, while my arm/dt branch is currently
based on v5.11-rc2, and I prefer not to have any backmerges. The arm/fixes
branch however is based on -rc6 already, and it's a trivial change, so
merging it in there, I can avoid making you go through a resend.

Merged into arm/fixes.


merge commit: 090e502e4e63c608ef8497d295feeb9743ef67b7

       Arnd