All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 1/7] extcon: max8997: Add CHGINS and CHGRM interrupt handling
@ 2020-12-23 13:42 ` Timon Baetz
  0 siblings, 0 replies; 34+ messages in thread
From: Timon Baetz @ 2020-12-23 13:42 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Liam Girdwood, Mark Brown, Rob Herring, MyungJoo Ham,
	Chanwoo Choi, Lee Jones, Sebastian Reichel, linux-kernel,
	devicetree, linux-arm-kernel, linux-samsung-soc, linux-pm,
	~postmarketos/upstreaming, Timon Baetz

This allows the MAX8997 charger to set the current limit depending on
the detected extcon charger type.

Signed-off-by: Timon Baetz <timon.baetz@protonmail.com>
---
 drivers/extcon/extcon-max8997.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/extcon/extcon-max8997.c b/drivers/extcon/extcon-max8997.c
index 337b0eea4e62..e1408075ef7d 100644
--- a/drivers/extcon/extcon-max8997.c
+++ b/drivers/extcon/extcon-max8997.c
@@ -44,6 +44,8 @@ static struct max8997_muic_irq muic_irqs[] = {
 	{ MAX8997_MUICIRQ_ChgDetRun,	"muic-CHGDETRUN" },
 	{ MAX8997_MUICIRQ_ChgTyp,	"muic-CHGTYP" },
 	{ MAX8997_MUICIRQ_OVP,		"muic-OVP" },
+	{ MAX8997_PMICIRQ_CHGINS,	"pmic-CHGINS" },
+	{ MAX8997_PMICIRQ_CHGRM,	"pmic-CHGRM" },
 };
 
 /* Define supported cable type */
@@ -538,6 +540,8 @@ static void max8997_muic_irq_work(struct work_struct *work)
 	case MAX8997_MUICIRQ_DCDTmr:
 	case MAX8997_MUICIRQ_ChgDetRun:
 	case MAX8997_MUICIRQ_ChgTyp:
+	case MAX8997_PMICIRQ_CHGINS:
+	case MAX8997_PMICIRQ_CHGRM:
 		/* Handle charger cable */
 		ret = max8997_muic_chg_handler(info);
 		break;
-- 
2.25.1



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

end of thread, other threads:[~2020-12-28 10:32 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23 13:42 [PATCH v4 1/7] extcon: max8997: Add CHGINS and CHGRM interrupt handling Timon Baetz
2020-12-23 13:42 ` Timon Baetz
2020-12-23 13:42 ` [PATCH v4 2/7] regulator: dt-bindings: Document max8997-pmic nodes Timon Baetz
2020-12-23 13:42   ` Timon Baetz
2020-12-24  9:45   ` Krzysztof Kozlowski
2020-12-24  9:45     ` Krzysztof Kozlowski
2020-12-23 13:42 ` [PATCH v4 3/7] mfd: max8997: Add of_compatible to extcon and charger mfd_cell Timon Baetz
2020-12-23 13:42   ` Timon Baetz
2020-12-23 15:32   ` Lee Jones
2020-12-23 15:32     ` Lee Jones
2020-12-24 11:23     ` Timon Baetz
2020-12-24 11:23       ` Timon Baetz
2020-12-24 12:58       ` Lee Jones
2020-12-24 12:58         ` Lee Jones
2020-12-23 13:43 ` [PATCH v4 4/7] power: supply: max8997_charger: Set CHARGER current limit Timon Baetz
2020-12-23 13:43   ` Timon Baetz
2020-12-24  9:55   ` Krzysztof Kozlowski
2020-12-24  9:55     ` Krzysztof Kozlowski
2020-12-24 13:13     ` Timon Baetz
2020-12-24 13:13       ` Timon Baetz
2020-12-24 13:37       ` Krzysztof Kozlowski
2020-12-24 13:37         ` Krzysztof Kozlowski
2020-12-24 14:00         ` Krzysztof Kozlowski
2020-12-24 14:00           ` Krzysztof Kozlowski
2020-12-25 11:33           ` Timon Baetz
2020-12-25 11:33             ` Timon Baetz
2020-12-28 10:30             ` Krzysztof Kozlowski
2020-12-28 10:30               ` Krzysztof Kozlowski
2020-12-23 13:43 ` [PATCH v4 5/7] ARM: dts: exynos: Added muic and charger nodes for i9100 Timon Baetz
2020-12-23 13:43   ` Timon Baetz
2020-12-23 13:43 ` [PATCH v4 6/7] ARM: dts: exynos: Fix charging regulator voltage and current " Timon Baetz
2020-12-23 13:43   ` Timon Baetz
2020-12-23 13:43 ` [PATCH v4 7/7] ARM: dts: exynos: Add top-off charging regulator node " Timon Baetz
2020-12-23 13:43   ` Timon Baetz

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.