projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2002d60
)
mfd: intel-m10-bmc: Add d5005 bmc secure update driver
author
Russ Weight
<russell.h.weight@intel.com>
Fri, 2 Sep 2022 16:57:05 +0000
(09:57 -0700)
committer
Lee Jones
<lee@kernel.org>
Wed, 28 Sep 2022 15:17:40 +0000
(16:17 +0100)
Add the D5005 BMC secure update driver to the MAX10 BMC driver
for D5005 devices.
Signed-off-by: Russ Weight <russell.h.weight@intel.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Link:
https://lore.kernel.org/r/20220902165706.518074-2-russell.h.weight@intel.com
drivers/mfd/intel-m10-bmc.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/intel-m10-bmc.c
b/drivers/mfd/intel-m10-bmc.c
index f4d0d72573c883c759cfa55f775a3e37c2134401..7e3319e5b22ffda0a42b3f61c690aab9a7197981 100644
(file)
--- a/
drivers/mfd/intel-m10-bmc.c
+++ b/
drivers/mfd/intel-m10-bmc.c
@@
-21,6
+21,7
@@
enum m10bmc_type {
static struct mfd_cell m10bmc_d5005_subdevs[] = {
{ .name = "d5005bmc-hwmon" },
+ { .name = "d5005bmc-sec-update" }
};
static struct mfd_cell m10bmc_pacn3000_subdevs[] = {