From: Jorge Lopez <jorgealtxwork@gmail.com>
To: hdegoede@redhat.com, platform-driver-x86@vger.kernel.org
Subject: [PATCH v4 0/6] Introduction of HP-BIOSCFG driver
Date: Thu, 20 Oct 2022 15:10:27 -0500 [thread overview]
Message-ID: <20221020201033.12790-1-jorge.lopez2@hp.com> (raw)
Version 4 restructures the patches submitted in previous versions.
Earlier hp-bioscfg patches were squashed together before creating
the new split.
Version 4.0 breaks down the changes as follows:
1. Moving existing HP drivers to a central location
The driver files were broken down in 5 patches of 3 files each
with exception of patch 6/6
2. Introduction of HP-BIOSCFG driver - Set 1
3. HP BIOSCFG driver - set 2
4. HP BIOSCFG driver - set 3
5. HP BIOSCFG driver - set 4
6. HP BIOSCFG driver - remaining components
--
Jorge Lopez (6):
Moving existing HP drivers to a central location
Introduction of HP-BIOSCFG driver
HP BIOSCFG driver - set 2
HP BIOSCFG driver - set 3
HP BIOSCFG driver - set 4
HP BIOSCFG driver - remaining components
.../testing/sysfs-class-firmware-attributes | 181 ++-
MAINTAINERS | 15 +-
drivers/platform/x86/Kconfig | 80 +-
drivers/platform/x86/Makefile | 4 +-
drivers/platform/x86/hp/Kconfig | 81 ++
drivers/platform/x86/hp/Makefile | 11 +
drivers/platform/x86/hp/hp-bioscfg/Makefile | 19 +
.../x86/hp/hp-bioscfg/biosattr-interface.c | 285 +++++
drivers/platform/x86/hp/hp-bioscfg/bioscfg.c | 1064 +++++++++++++++++
drivers/platform/x86/hp/hp-bioscfg/bioscfg.h | 671 +++++++++++
.../x86/hp/hp-bioscfg/enum-attributes.c | 521 ++++++++
.../x86/hp/hp-bioscfg/int-attributes.c | 478 ++++++++
.../x86/hp/hp-bioscfg/ordered-attributes.c | 586 +++++++++
.../x86/hp/hp-bioscfg/passwdattr-interface.c | 50 +
.../x86/hp/hp-bioscfg/passwdobj-attributes.c | 647 ++++++++++
.../x86/hp/hp-bioscfg/spmobj-attributes.c | 408 +++++++
.../x86/hp/hp-bioscfg/string-attributes.c | 457 +++++++
.../x86/hp/hp-bioscfg/sureadmin-attributes.c | 1014 ++++++++++++++++
.../x86/hp/hp-bioscfg/surestart-attributes.c | 145 +++
drivers/platform/x86/{ => hp}/hp-wmi.c | 0
drivers/platform/x86/{ => hp}/hp_accel.c | 0
drivers/platform/x86/{ => hp}/tc1100-wmi.c | 0
22 files changed, 6647 insertions(+), 70 deletions(-)
create mode 100644 drivers/platform/x86/hp/Kconfig
create mode 100644 drivers/platform/x86/hp/Makefile
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/sureadmin-attributes.c
create mode 100644 drivers/platform/x86/hp/hp-bioscfg/surestart-attributes.c
rename drivers/platform/x86/{ => hp}/hp-wmi.c (100%)
rename drivers/platform/x86/{ => hp}/hp_accel.c (100%)
rename drivers/platform/x86/{ => hp}/tc1100-wmi.c (100%)
--
2.34.1
next reply other threads:[~2022-10-20 20:10 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-20 20:10 Jorge Lopez [this message]
2022-10-20 20:10 ` [PATCH v4 1/6] Moving existing HP drivers to a central location Jorge Lopez
2022-11-07 13:48 ` Hans de Goede
2022-11-08 21:36 ` Jorge Lopez
2022-10-20 20:10 ` [PATCH v4 2/6] Introduction of HP-BIOSCFG driver Jorge Lopez
2022-11-08 14:51 ` Hans de Goede
2022-11-09 17:24 ` Jorge Lopez
2022-11-09 18:10 ` Hans de Goede
2022-11-09 20:00 ` Jorge Lopez
2022-11-09 20:05 ` Hans de Goede
2022-11-09 20:52 ` Jorge Lopez
2022-11-09 20:55 ` Hans de Goede
2022-11-09 21:04 ` Jorge Lopez
2022-11-09 21:11 ` Hans de Goede
2022-11-09 21:26 ` Jorge Lopez
2022-11-11 23:00 ` Jorge Lopez
2022-11-12 8:30 ` Hans de Goede
2022-11-14 14:13 ` Jorge Lopez
2022-10-20 20:10 ` [PATCH v4 3/6] HP BIOSCFG driver - set 2 Jorge Lopez
2022-10-20 20:10 ` [PATCH v4 4/6] HP BIOSCFG driver - set 3 Jorge Lopez
2022-10-20 20:10 ` [PATCH v4 5/6] HP BIOSCFG driver - set 4 Jorge Lopez
2022-10-20 20:10 ` [PATCH v4 6/6] HP BIOSCFG driver - remaining components Jorge Lopez
2022-11-08 14:59 ` [PATCH v4 0/6] Introduction of HP-BIOSCFG driver Hans de Goede
2022-11-08 21:38 ` 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=20221020201033.12790-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox