aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel/sdsi.c
diff options
context:
space:
mode:
authorDavid E. Box <[email protected]>2022-11-19 00:23:35 +0000
committerHans de Goede <[email protected]>2022-11-21 09:55:12 +0000
commit4ea629155c29051dd1323ab9eded21c545b50c2c (patch)
treeaec2e90c056542094d9191ad7710d0b16d4b35ed /drivers/platform/x86/intel/sdsi.c
parentplatform/x86: intel/pmc/core: Add Meteor Lake support to pmc core driver (diff)
downloadkernel-4ea629155c29051dd1323ab9eded21c545b50c2c.tar.gz
kernel-4ea629155c29051dd1323ab9eded21c545b50c2c.zip
platform/x86/intel/sdsi: Add Intel On Demand text
Intel Software Defined Silicon (SDSi) is now officially known as Intel On Demand. Add On Demand to the description in the kconfig, documentation, and driver source. Signed-off-by: David E. Box <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
Diffstat (limited to 'drivers/platform/x86/intel/sdsi.c')
-rw-r--r--drivers/platform/x86/intel/sdsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/intel/sdsi.c b/drivers/platform/x86/intel/sdsi.c
index c830e98dfa38..32793919473d 100644
--- a/drivers/platform/x86/intel/sdsi.c
+++ b/drivers/platform/x86/intel/sdsi.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * Intel Software Defined Silicon driver
+ * Intel On Demand (Software Defined Silicon) driver
*
* Copyright (c) 2022, Intel Corporation.
* All Rights Reserved.
@@ -586,5 +586,5 @@ static struct auxiliary_driver sdsi_aux_driver = {
module_auxiliary_driver(sdsi_aux_driver);
MODULE_AUTHOR("David E. Box <[email protected]>");
-MODULE_DESCRIPTION("Intel Software Defined Silicon driver");
+MODULE_DESCRIPTION("Intel On Demand (SDSi) driver");
MODULE_LICENSE("GPL");