[PATCH] platform/x86: dell-wmi-sysman: work around for BIOS bug

2020-12-02 Thread Divya Bharathi
: Divya Bharathi --- drivers/platform/x86/dell-wmi-sysman/int-attributes.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/platform/x86/dell-wmi-sysman/int-attributes.c b/drivers/platform/x86/dell-wmi-sysman/int-attributes.c index ea773d8e8d3a..75aedbb733be

[PATCH] platform/x86: dell-wmi-sysman: work around for BIOS bug

2020-12-01 Thread Divya Bharathi
: Divya Bharathi --- drivers/platform/x86/dell-wmi-sysman/int-attributes.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/platform/x86/dell-wmi-sysman/int-attributes.c b/drivers/platform/x86/dell-wmi-sysman/int-attributes.c index ea773d8e8d3a..f30d155135c3

[PATCH v7] Introduce support for Systems Management Driver over WMI for Dell Systems

2020-10-27 Thread Divya Bharathi
0 +1,223 @@ +What: /sys/class/firmware-attributes/*/attributes/*/ +Date: February 2021 +KernelVersion: 5.11 +Contact: Divya Bharathi , + Mario Limonciello , + Prasanth KSR +Description: + A sysfs interface for systems management s

[PATCH v6] Introduce support for Systems Management Driver over WMI for Dell Systems

2020-10-06 Thread Divya Bharathi
ntation/ABI/testing/sysfs-class-firmware-attributes @@ -0,0 +1,221 @@ +What: /sys/class/firmware-attributes/*/attributes/*/ +Date: February 2021 +KernelVersion: 5.11 +Contact: Divya Bharathi , + Mario Limonciello , + Prasanth KSR +Description: +

[PATCH v5] Introduce support for Systems Management Driver over WMI for Dell Systems

2020-09-28 Thread Divya Bharathi
e mode 100644 index ..1228beeb8ff3 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-class-firmware-attributes @@ -0,0 +1,219 @@ +What: /sys/class/firmware-attributes/*/attributes/*/ +Date: February 2021 +KernelVersion: 5.11 +Contact: Divya Bharathi , +

[PATCH v4] Introduce support for Systems Management Driver over WMI for Dell Systems

2020-09-23 Thread Divya Bharathi
5717071 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-class-firmware-attributes @@ -0,0 +1,199 @@ +What: /sys/class/firmware-attributes/*/attributes/*/ +Date: February 2021 +KernelVersion: 5.11 +Contact: Divya Bharathi , + Mario Limonciello , +

[PATCH v3] Introduce support for Systems Management Driver over WMI for Dell Systems

2020-09-16 Thread Divya Bharathi
/sys/devices/platform/dell-wmi-sysman/attributes/ +Date: December 2020 +KernelVersion: 5.10 +Contact: Divya Bharathi , + Mario Limonciello , + Prasanth KSR +Description: + The Dell WMI Systems Management Driver provides a sysfs int

[PATCH v2] Introduce support for Systems Management Driver over WMI for Dell Systems

2020-09-04 Thread Divya Bharathi
driver to be able to create configurable BIOS Attributes available in Setup (F2) screen. Cc: Hans de Goede Cc: Andy Shevchenko Co-developed-by: Mario Limonciello Signed-off-by: Mario Limonciello Co-developed-by: Prasanth KSR Signed-off-by: Prasanth KSR Signed-off-by: Divya Bharathi

[PATCH] Introduce support for Systems Management Driver over WMI for Dell Systems

2020-07-30 Thread Divya Bharathi
From: Divya Bharathi The Dell WMI Systems Management Driver provides a sysfs interface for systems management to enable BIOS configuration capability on certain Dell Systems. This driver allows user to configure Dell systems with a uniform common interface. To facilitate this, the patch