mbox series

[fixes,v2,0/3] MIPS: Loongson64: Fix some long-term issues

Message ID 20231107-loongson64_fixes-v2-0-5c49ceed7950@flygoat.com (mailing list archive)
Headers show
Series MIPS: Loongson64: Fix some long-term issues | expand

Message

Jiaxun Yang Nov. 7, 2023, 11:15 a.m. UTC
Hi all,

This series fixes some long-term issues in kernel that preventing
some machine from work properly.

Hopefully that will rescue some system in wild :-)

Thanks

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
---
Changes in v2:
- Typo and style fixes
- Link to v1: https://lore.kernel.org/r/20231101-loongson64_fixes-v1-0-2a2582a4bfa9@flygoat.com

---
Jiaxun Yang (3):
      MIPS: Loongson64: Reserve vgabios memory on boot
      MIPS: Loongson64: Enable DMA noncoherent support
      MIPS: Loongson64: Handle more memory types passed from firmware

 arch/mips/Kconfig                                  |  2 +
 arch/mips/include/asm/mach-loongson64/boot_param.h |  9 ++++-
 arch/mips/loongson64/env.c                         | 10 ++++-
 arch/mips/loongson64/init.c                        | 47 ++++++++++++++--------
 4 files changed, 49 insertions(+), 19 deletions(-)
---
base-commit: 9c2d379d63450ae464eeab45462e0cb573cd97d0
change-id: 20231101-loongson64_fixes-0afb1b503d1e

Best regards,

Comments

Thomas Bogendoerfer Dec. 5, 2023, 5:54 p.m. UTC | #1
On Tue, Nov 07, 2023 at 11:15:17AM +0000, Jiaxun Yang wrote:
> Hi all,
> 
> This series fixes some long-term issues in kernel that preventing
> some machine from work properly.
> 
> Hopefully that will rescue some system in wild :-)
> 
> Thanks
> 
> Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
> ---
> Changes in v2:
> - Typo and style fixes
> - Link to v1: https://lore.kernel.org/r/20231101-loongson64_fixes-v1-0-2a2582a4bfa9@flygoat.com
> 
> ---
> Jiaxun Yang (3):
>       MIPS: Loongson64: Reserve vgabios memory on boot
>       MIPS: Loongson64: Enable DMA noncoherent support
>       MIPS: Loongson64: Handle more memory types passed from firmware
> 
>  arch/mips/Kconfig                                  |  2 +
>  arch/mips/include/asm/mach-loongson64/boot_param.h |  9 ++++-
>  arch/mips/loongson64/env.c                         | 10 ++++-
>  arch/mips/loongson64/init.c                        | 47 ++++++++++++++--------
>  4 files changed, 49 insertions(+), 19 deletions(-)

series applied to mips-fixes.

Thomas.