From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: Re: [PATCH v4 1/5] mfd: max14577: Add max14577 MFD driver core Date: Wed, 27 Nov 2013 13:18:15 +0000 Message-ID: <20131127131815.GI3296@lee--X1> References: <1385135469-27044-1-git-send-email-k.kozlowski@samsung.com> <1385135469-27044-2-git-send-email-k.kozlowski@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <1385135469-27044-2-git-send-email-k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Krzysztof Kozlowski Cc: MyungJoo Ham , Chanwoo Choi , Samuel Ortiz , Anton Vorontsov , David Woodhouse , Liam Girdwood , Mark Brown , Grant Likely , Rob Herring , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Pawel Moll , Stephen Warren , Ian Campbell , Rob Landley , linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Bartlomiej Zolnierkiewicz , Marek Szyprowski , Kyungmin Park List-Id: devicetree@vger.kernel.org On Fri, 22 Nov 2013, Krzysztof Kozlowski wrote: > From: Chanwoo Choi >=20 > This patch adds max14577 core/irq driver to support MUIC(Micro USB IC= ) > device and charger device and support irq domain method to control > internal interrupt of max14577 device. Also, this patch supports DT > binding with max14577_i2c_parse_dt(). >=20 > The MAXIM 14577 chip contains Micro-USB Interface Circuit and Li+ Bat= tery > Charger. It contains accessory and USB charger detection logic. It su= pports > USB 2.0 Hi-Speed, UART and stereo audio signals over Micro-USB connec= tor. >=20 > The battery charger is compliant with the USB Battery Charging Specif= ication > Revision 1.1. It has also SFOUT LDO output for powering USB devices. >=20 > Signed-off-by: Chanwoo Choi > Signed-off-by: Krzysztof Kozlowski > Signed-off-by: Kyungmin Park > Reviewed-by: Mark Brown > --- > drivers/mfd/Kconfig | 13 ++ > drivers/mfd/Makefile | 1 + > drivers/mfd/max14577.c | 243 ++++++++++++++++++++++++= + > include/linux/mfd/max14577-private.h | 330 ++++++++++++++++++++++++= ++++++++++ > include/linux/mfd/max14577.h | 69 +++++++ > 5 files changed, 656 insertions(+) > create mode 100644 drivers/mfd/max14577.c > create mode 100644 include/linux/mfd/max14577-private.h > create mode 100644 include/linux/mfd/max14577.h Applied, thanks. --=20 Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org =E2=94=82 Open source software for ARM SoCs =46ollow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html