All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jorge Lopez <jorgealtxwork@gmail.com>
To: hdegoede@redhat.com, platform-driver-x86@vger.kernel.org
Subject: [PATCH v6 0/4] Introduction of HP-BIOSCFG driver
Date: Thu,  9 Mar 2023 14:10:18 -0600	[thread overview]
Message-ID: <20230309201022.9502-1-jorge.lopez2@hp.com> (raw)

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


             reply	other threads:[~2023-03-09 20:10 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-09 20:10 Jorge Lopez [this message]
2023-03-09 20:10 ` [PATCH v6 1/4] Introduction of HP-BIOSCFG driver 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230309201022.9502-1-jorge.lopez2@hp.com \
    --to=jorgealtxwork@gmail.com \
    --cc=hdegoede@redhat.com \
    --cc=platform-driver-x86@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.