[GIT PULL] OpenRISC updates for 6.13

From: Stafford Horne
Date: Tue Nov 19 2024 - 12:27:15 EST


Hello Linus,

Please consider for pull,

The following changes since commit 5be63fc19fcaa4c236b307420483578a56986a37:

Linux 6.11-rc5 (2024-08-25 19:07:11 +1200)

are available in the Git repository at:

https://github.com/openrisc/linux.git tags/for-linus

for you to fetch changes up to 1037d186edfc551fa7ba2d4336e74e7575a07a65:

openrisc: Implement fixmap to fix earlycon (2024-10-15 18:36:15 +0100)

----------------------------------------------------------------
OpenRISC updates for 6.13

A single fixup from me:

- Fix bug with earlycon being broken due to removal of early_ioremap.

----------------------------------------------------------------
Stafford Horne (1):
openrisc: Implement fixmap to fix earlycon

arch/openrisc/Kconfig | 3 +++
arch/openrisc/include/asm/fixmap.h | 21 +++++----------------
arch/openrisc/mm/init.c | 37 +++++++++++++++++++++++++++++++++++++
3 files changed, 45 insertions(+), 16 deletions(-)