All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/1] SBI SRST extension support
@ 2021-06-09 12:13 ` Anup Patel
  0 siblings, 0 replies; 30+ messages in thread
From: Anup Patel @ 2021-06-09 12:13 UTC (permalink / raw)
  To: Palmer Dabbelt, Palmer Dabbelt, Paul Walmsley, Albert Ou
  Cc: Atish Patra, Alistair Francis, Anup Patel, linux-riscv,
	linux-kernel, Anup Patel

This series adds SBI SRST extension support to Linux RISC-V.

These patches can be found in riscv_sbi_srst_v7 branch at:
https://github.com/avpatel/linux

Changes since v6:
 - Dropped PATCH1 of v6 series because it's already merged
 - Rebased on Linux-5.13-rc5

Changes since v5:
 - Factored-out pr_info() related change into separate patch
 - Added cover letter

Changes since v4:
 - We should compare both major and minor number to ensure that
   SBI spec version is 0.3 (or above) for detecting SRST extension.

Changes since v3:
 - Rebased on Linux-5.12-rc1
 - Check SBI spec version when probing for SRST extension

Changes since v2:
 - Rebased on Linux-5.10-rc5
 - Updated patch as-per SBI SRST extension available in the latest
   SBI v0.3-draft specification

Changes since v1:
 - Updated patch as-per latest SBI SRST extension draft spec where
   we have only one SBI call with "reset_type" parameter

Anup Patel (1):
  RISC-V: Use SBI SRST extension when available

 arch/riscv/include/asm/sbi.h | 24 ++++++++++++++++++++++++
 arch/riscv/kernel/sbi.c      | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2022-01-11 18:41 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-09 12:13 [PATCH v7 0/1] SBI SRST extension support Anup Patel
2021-06-09 12:13 ` Anup Patel
2021-06-09 12:13 ` [PATCH v7 1/1] RISC-V: Use SBI SRST extension when available Anup Patel
2021-06-09 12:13   ` Anup Patel
2021-06-22  4:46   ` Anup Patel
2021-06-22  4:46     ` Anup Patel
2021-07-06 20:27     ` Palmer Dabbelt
2021-07-06 20:27       ` Palmer Dabbelt
2021-07-07 15:49       ` Anup Patel
2021-07-07 15:49         ` Anup Patel
2021-07-10  5:01         ` Anup Patel
2021-07-10  5:01           ` Anup Patel
2021-07-11 18:59           ` Palmer Dabbelt
2021-07-11 18:59             ` Palmer Dabbelt
2021-07-29  4:30             ` Palmer Dabbelt
2021-07-29  4:30               ` Palmer Dabbelt
2021-07-29  4:44               ` Anup Patel
2021-07-29  4:44                 ` Anup Patel
2021-07-29  5:18               ` Anup Patel
2021-07-29  5:18                 ` Anup Patel
2021-07-29  6:10               ` Atish Patra
2021-07-29  6:10                 ` Atish Patra
2021-11-09 15:19                 ` Heinrich Schuchardt
2021-11-09 15:19                   ` Heinrich Schuchardt
2021-11-12 22:49                   ` Atish Patra
2021-11-12 22:49                     ` Atish Patra
2022-01-11  9:32                     ` Aurelien Jarno
2022-01-11  9:32                       ` Aurelien Jarno
2022-01-11 18:40                       ` Palmer Dabbelt
2022-01-11 18:40                         ` Palmer Dabbelt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.