projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
800d2c6
)
mfd: 88pm886: Add GPADC cell
author
Duje Mihanović
<duje@dujemihanovic.xyz>
Thu, 11 Sep 2025 12:43:46 +0000
(14:43 +0200)
committer
Lee Jones
<lee@kernel.org>
Wed, 1 Oct 2025 09:29:00 +0000
(10:29 +0100)
Add a cell for the PMIC's onboard General Purpose ADC.
Acked-by: Karel Balej <balejk@matfyz.cz> # for the PMIC
Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
Link:
https://lore.kernel.org/r/20250911-88pm886-gpadc-v4-3-60452710d3a0@dujemihanovic.xyz
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/88pm886.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/88pm886.c
b/drivers/mfd/88pm886.c
index
39dd9a8
..
e411d8d
100644
(file)
--- a/
drivers/mfd/88pm886.c
+++ b/
drivers/mfd/88pm886.c
@@
-35,6
+35,7
@@
static const struct resource pm886_onkey_resources[] = {
};
static const struct mfd_cell pm886_devs[] = {
+ MFD_CELL_NAME("88pm886-gpadc"),
MFD_CELL_RES("88pm886-onkey", pm886_onkey_resources),
MFD_CELL_NAME("88pm886-regulator"),
MFD_CELL_NAME("88pm886-rtc"),