Re: [PATCH 2/6] extcon: max77843: Add max77843 MUIC driver

From: Jaewon Kim
Date: Fri Jan 23 2015 - 02:19:15 EST


Hi Krzysztof,

2015ë 01ì 23ì 15:38ì Krzysztof KozÅowski ì(ê) ì ê:
2015-01-23 6:02 GMT+01:00 Jaewon Kim <jaewon02.kim@xxxxxxxxxxx>:
This patch adds MAX77843 extcon driver to support for MUIC(Micro
USB Interface Controller) device by using EXTCON subsystem to handle
various external connectors.

Cc: Chanwoo Choi <cw00.choi@xxxxxxxxxxx>
Signed-off-by: Jaewon Kim <jaewon02.kim@xxxxxxxxxxx>
---
drivers/extcon/Kconfig | 10 +
drivers/extcon/Makefile | 1 +
drivers/extcon/extcon-max77843.c | 871 ++++++++++++++++++++++++++++++++++++++
3 files changed, 882 insertions(+)
create mode 100644 drivers/extcon/extcon-max77843.c

(...)

+static int max77843_muic_remove(struct platform_device *pdev)
+{
+ struct max77843_muic_info *info = platform_get_drvdata(pdev);
+
+ cancel_work_sync(&info->irq_work);
+
Missing regmap_del_irq_chip().

Best regards,
Krzysztof


I miss remap_del_irq_chip() function. thanks.
I wil add this function.


Thanks
Jaewon Kim

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/