From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laxman Dewangan Subject: Re: [PATCH 0/4] mfd/regulator: tps65090: add DT support and suspend/resume cleanups Date: Tue, 8 Jan 2013 17:55:42 +0530 Message-ID: <50EC1046.3000701@nvidia.com> References: <1356686981-4152-1-git-send-email-ldewangan@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1356686981-4152-1-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@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: "broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org" , "sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org" Cc: "linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org" , Laxman Dewangan , "lrg-l0cyMroinI0@public.gmane.org" List-Id: devicetree@vger.kernel.org Hi Mark, On Friday 28 December 2012 02:59 PM, Laxman Dewangan wrote: > The patch series add DT support on TPS65090 device. > > Also remove the suspend/resume implementation as it duplicates with > irq_suspend/irq_resume(). > > Laxman Dewangan (4): > mfd: tps65090: add DT support for tps65090 > regulator: tps65090: add DT support > mfd: tps65090: Pass irq domain when adding mfd sub devices > mfd: tps65090: remove suspend/resume callbacks > I am not sure that the patches are created on correct sequence for adapting this in regulator subsystem and mfd subsystem. Can you please review whether the changes split is fine or not? Idea was to make independent patch for mfd and regulator so that they can apply independently. Thanks, Laxman