projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbfd31d
)
MLK-12928-19 power: pf1550: remove usless DPMI
author
Robin Gong
<yibin.gong@nxp.com>
Wed, 12 Oct 2016 07:00:52 +0000
(15:00 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:52:24 +0000
(14:52 -0500)
remove useless DPMI interrupt in pf1550 charger.
Signed-off-by: Robin Gong <yibin.gong@nxp.com>
drivers/power/supply/pf1550_charger.c
patch
|
blob
|
history
diff --git
a/drivers/power/supply/pf1550_charger.c
b/drivers/power/supply/pf1550_charger.c
index
5a7f62e
..
fc7c5b9
100644
(file)
--- a/
drivers/power/supply/pf1550_charger.c
+++ b/
drivers/power/supply/pf1550_charger.c
@@
-49,7
+49,6
@@
static struct pf1550_irq_info pf1550_charger_irqs[] = {
{ PF1550_CHARG_IRQ_BATI, "BAT" },
{ PF1550_CHARG_IRQ_CHGI, "CHG" },
{ PF1550_CHARG_IRQ_VBUSI, "VBUS" },
- { PF1550_CHARG_IRQ_DPMI, "DPM" },
{ PF1550_CHARG_IRQ_THMI, "THM" },
};
@@
-345,9
+344,6
@@
static void pf1550_charger_irq_work(struct work_struct *work)
case PF1550_CHARG_IRQ_VBUSI:
pf1550_chg_vbus_isr(chg);
break;
- case PF1550_CHARG_IRQ_DPMI:
- dev_info(chg->dev, "DPM interrupt.\n");
- break;
case PF1550_CHARG_IRQ_THMI:
dev_info(chg->dev, "Thermal interrupt.\n");
break;