drivers/acpi: RISC-V: Add RHCT related code
authorSunil V L <sunilvl@ventanamicro.com>
Mon, 15 May 2023 05:49:17 +0000 (11:19 +0530)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 1 Jun 2023 15:45:04 +0000 (08:45 -0700)
commite6b9d8eddb1772d99a676a906d42865293934edd
tree3b0b04405b08afa3cfdb894546d2211a9ff53640
parentf995611994704b5c039731287b897993808e63e3
drivers/acpi: RISC-V: Add RHCT related code

RHCT is a new table defined for RISC-V to communicate the
features of the CPU to the OS. Create a new architecture folder
in drivers/acpi and add RHCT parsing code.

Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Palmer Dabbelt <palmer@rivosinc.com>
Link: https://lore.kernel.org/r/20230515054928.2079268-11-sunilvl@ventanamicro.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/include/asm/acpi.h
drivers/acpi/Makefile
drivers/acpi/riscv/Makefile [new file with mode: 0644]
drivers/acpi/riscv/rhct.c [new file with mode: 0644]