From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anton Vorontsov Subject: Re: [PATCH v3 4/7] mfd: max8925: support dt for power supply Date: Sun, 18 Nov 2012 23:54:49 -0800 Message-ID: <20121119075448.GA12333@lizard> References: <1353310752-13212-1-git-send-email-qingx@marvell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1353310752-13212-1-git-send-email-qingx-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Qing Xu Cc: sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org, dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org, cxie4-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org List-Id: devicetree@vger.kernel.org On Mon, Nov 19, 2012 at 03:39:12PM +0800, Qing Xu wrote: > From: Qing Xu JFYI, I added the following text: This patch adds support for initializing platform data from the device-tree description. Plus added include. > Signed-off-by: Qing Xu > --- Applied, thank you! From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753125Ab2KSH6A (ORCPT ); Mon, 19 Nov 2012 02:58:00 -0500 Received: from mail-pb0-f46.google.com ([209.85.160.46]:49161 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752874Ab2KSH57 (ORCPT ); Mon, 19 Nov 2012 02:57:59 -0500 Date: Sun, 18 Nov 2012 23:54:49 -0800 From: Anton Vorontsov To: Qing Xu Cc: dwmw2@infradead.org, sameo@linux.intel.com, grant.likely@secretlab.ca, rob.herring@calxeda.com, haojian.zhuang@gmail.com, cxie4@marvell.com, linux-kernel@vger.kernel.org, devicetree-discuss@lists.ozlabs.org Subject: Re: [PATCH v3 4/7] mfd: max8925: support dt for power supply Message-ID: <20121119075448.GA12333@lizard> References: <1353310752-13212-1-git-send-email-qingx@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1353310752-13212-1-git-send-email-qingx@marvell.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 19, 2012 at 03:39:12PM +0800, Qing Xu wrote: > From: Qing Xu JFYI, I added the following text: This patch adds support for initializing platform data from the device-tree description. Plus added include. > Signed-off-by: Qing Xu > --- Applied, thank you!