platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/4] Introduction of HP-BIOSCFG driver
@ 2023-03-09 20:10 Jorge Lopez
  2023-03-09 20:10 ` [PATCH v6 1/4] " Jorge Lopez
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Jorge Lopez @ 2023-03-09 20:10 UTC (permalink / raw)
  To: hdegoede, platform-driver-x86

Version 6 restructures the patches submitted in previous versions.
Earlier hp-bioscfg patches were squashed together before creating
the new split.  SureAdmin-attributes was removed completely and 
new functionality was introduced to replace its behavior.  The
new functionality is fully compliant to firmware-attributes 
framework.
 

Version 6
	- Breaks down the changes into 4 patches
	- SureAdmin-attributes was removed


Jorge Lopez (4):
  Introduction of HP-BIOSCFG driver
  Introduction of HP-BIOSCFG driver [2]
  Introduction of HP-BIOSCFG driver [3]
  Introduction of HP-BIOSCFG driver [4]

 .../testing/sysfs-class-firmware-attributes   |  107 +-
 MAINTAINERS                                   |    6 +
 drivers/platform/x86/hp/hp-bioscfg/Makefile   |   13 +
 .../x86/hp/hp-bioscfg/biosattr-interface.c    |  303 +++++
 drivers/platform/x86/hp/hp-bioscfg/bioscfg.c  | 1017 +++++++++++++++++
 drivers/platform/x86/hp/hp-bioscfg/bioscfg.h  |  654 +++++++++++
 .../x86/hp/hp-bioscfg/enum-attributes.c       |  553 +++++++++
 .../x86/hp/hp-bioscfg/int-attributes.c        |  472 ++++++++
 .../x86/hp/hp-bioscfg/ordered-attributes.c    |  571 +++++++++
 .../x86/hp/hp-bioscfg/passwdattr-interface.c  |   51 +
 .../x86/hp/hp-bioscfg/passwdobj-attributes.c  |  676 +++++++++++
 .../x86/hp/hp-bioscfg/spmobj-attributes.c     |  460 ++++++++
 .../x86/hp/hp-bioscfg/string-attributes.c     |  459 ++++++++
 .../x86/hp/hp-bioscfg/surestart-attributes.c  |  149 +++
 14 files changed, 5490 insertions(+), 1 deletion(-)
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/Makefile
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/biosattr-interface.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/bioscfg.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/bioscfg.h
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/enum-attributes.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/int-attributes.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/ordered-attributes.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/passwdattr-interface.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/spmobj-attributes.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/string-attributes.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/surestart-attributes.c

--
2.34.1


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

end of thread, other threads:[~2023-04-14 15:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-09 20:10 [PATCH v6 0/4] Introduction of HP-BIOSCFG driver Jorge Lopez
2023-03-09 20:10 ` [PATCH v6 1/4] " Jorge Lopez
2023-04-02 16:28   ` Thomas Weißschuh
2023-04-12 19:37     ` Jorge Lopez
2023-04-14 15:19       ` Thomas Weißschuh
2023-03-09 20:10 ` [PATCH v6 2/4] Introduction of HP-BIOSCFG driver [2] Jorge Lopez
2023-03-09 20:10 ` [PATCH v6 3/4] Introduction of HP-BIOSCFG driver [3] Jorge Lopez
2023-04-02 17:01   ` Thomas Weißschuh
2023-04-03 20:18     ` Jorge Lopez
2023-04-04 16:32       ` Thomas Weißschuh
2023-04-11 15:45         ` Jorge Lopez
2023-03-09 20:10 ` [PATCH v6 4/4] Introduction of HP-BIOSCFG driver [4] Jorge Lopez
2023-04-01 11:58   ` Thomas Weißschuh
2023-04-02  0:47     ` Mark Pearson
2023-04-03 20:44       ` Jorge Lopez
2023-04-03 16:33     ` Jorge Lopez
2023-04-03 17:30       ` Thomas Weißschuh
2023-04-03 19:33         ` Jorge Lopez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).