From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753506AbcEJUME (ORCPT ); Tue, 10 May 2016 16:12:04 -0400 Received: from mout.kundenserver.de ([217.72.192.75]:54903 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753027AbcEJUL7 (ORCPT ); Tue, 10 May 2016 16:11:59 -0400 From: Arnd Bergmann To: Mark Brown Cc: Linus Walleij , Liam Girdwood , Lee Jones , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/4] ARM: ux500: move ab8500_regulator_plat_data into driver Date: Tue, 10 May 2016 22:11:06 +0200 Message-ID: <3124394.oLWrYAHOyg@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20160510150822.GB6261@sirena.org.uk> References: <1462888794-2793296-1-git-send-email-arnd@arndb.de> <1462888794-2793296-3-git-send-email-arnd@arndb.de> <20160510150822.GB6261@sirena.org.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:QEVKNOi96KurQFQT6raSbrEtYgnqFcImjCdReCxF/ET7L5HUguA mVd9fLNzz7zHodjWeW22D7b+VUwub3Vd4p1dP+o+bwSCkzb4wXAjaWi8fEL8iQ8fd8SH/rp WHtPyuE+uAgcgpknP01Ls8zBe5+tEW7ixpkA/dsH928oHCHuIH/heHUh5cszbPkoWGXnSHl i5s78qeHwpjquBiV0yudA== X-UI-Out-Filterresults: notjunk:1;V01:K0:bczX0PrfODo=:rdUJcc+rGECee4RldMatLk dAxLthe+7siHWuzSYDOmz02/0kDjFxhsCgiK2Rz5b9b+tvfDVJGqToVDndbE9JqiUmtE4EkCH N9s4cr1ppXjN2DE3odPur+Q8ibOD9RcwtP+qcA61J5Lw7NaSDimgCFhPisMnc+apTeARlMD0L V9Wj9fV4m9hksWKkJOtc5FuhxD6xEQLYro7jhbXdMH7+7vxCqHyfQQ2rrUQTwtuulPtKbVhNT 9wQ6b11aliRuln621Sh/zmrvE/eCL7EQFHLgLaRKowqqgZ1q5CQI75Bq7VrrIWpNvK6ZnwLmL tHAW0xvuOq++hvI5ufUt3POmMd+xd3WvvWdc0wTlCe6zlQ4AxoWzSgvs6YYl0CvpRjgvLx85F EoMIxGWbJ64ExwXDKvc1eEsThMH6RSlsg93U//QH6olPPIobII2OhDhoE6z+SKk7NenD7pSWi YoXtze+dC8bO2JfpQXzNTE7B3iicqezqBsyQwZfTwB5hHEVv/YQvS2uV0ZMaN2Y7ZMnLqilAs a+yQbcks8WlpgD4BlqEKiZQT3PArST5W/zZB4bkCazmBeGqkvTDLqgFQFte8NQAuB7Ngctswu rd0Bv9FKllHrX83BRA2EIAXVWmfY6PcJAOPP4UXWORjN9Rzhux+tlQ2XSXb7NvANBdAyVOMp7 h3PVIY9eSd3iFxR9NJXxNnKpN+irCKcuvdnIZIpuB99X0D1TIxYlFmZ+T5m5Vc4jTsA6VsscN pPMun7OAuH/aYE39 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 10 May 2016 16:08:22 Mark Brown wrote: > On Tue, May 10, 2016 at 03:59:48PM +0200, Arnd Bergmann wrote: > > There is only one instance of ab8500_regulator_platform_data, and it's > > safe to assume we won't ever merge another one, so it's rather pointless > > to pass it through multiple levels of platform data pointers. > > I'm missing patches 1 and 4 in this series. What's going on, especially > with regard to dependencies? The four patches all have to be applied in order, I sent them to Linus (for ux500) and Lee (for mtd) as a series to first have a look if the series makes sense as a whole. You got added from get_maintainer.pl for two of the patches that are in your domain. I expect to have to either redo the series anyway, or have Linus pick it up and forward it. If I resend, I'll add you to Cc for the whole series, or I can bounce them to you if you like. Arnd