[PATCH v2] riscv: Setup exception vector for nommu platform

2020-08-12 Thread Qiu Wenbo
Exception vector is missing on nommu platform and that is an issue. This patch is tested in Sipeed Maix Bit Dev Board. Fixes: 79b1feba5455 ("RISC-V: Setup exception vector early") Suggested-by: Anup Patel Suggested-by: Atish Patra Signed-off-by: Qiu Wenbo --- arch/riscv/kernel/h

Re: [PATCH] riscv: Setup exception vector for K210 properly

2020-08-11 Thread Qiu Wenbo
That is a more reasonable approach. On 8/12/20 2:45 AM, Atish Patra wrote: On Tue, Aug 11, 2020 at 1:41 AM Anup Patel wrote: On Tue, Aug 11, 2020 at 12:07 PM Qiu Wenbo wrote: Exception vector is missing on nommu platform and it is a big issue. This patch is tested in Sipeed MAIX Bit Dev

[PATCH] riscv: Setup exception vector for K210 properly

2020-08-11 Thread Qiu Wenbo
Exception vector is missing on nommu platform and it is a big issue. This patch is tested in Sipeed MAIX Bit Dev Board. Fixes: 79b1feba5455 ("RISC-V: Setup exception vector early") Signed-off-by: Qiu Wenbo --- arch/riscv/kernel/smpboot.c | 1 + arch/riscv/kernel/traps.c | 11

[PATCH] drm/amd/powerplay: fix a crash when overclocking Vega M

2020-07-17 Thread Qiu Wenbo
Signed-off-by: Qiu Wenbo --- drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c b/drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c index 3da71a088b92..0ecc18b55

[PATCH] staging: rtl8712: Fixes coding style in several headers

2020-07-16 Thread Qiu Wenbo
This patch fixes warnings in several headers found by the checkpatch.pl tool. Signed-off-by: Qiu Wenbo --- drivers/staging/rtl8712/rtl871x_event.h | 15 ++- drivers/staging/rtl8712/rtl871x_io.h | 3 ++- drivers/staging/rtl8712/rtl871x_pwrctrl.h | 15 ++- drivers