From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756716AbcFHPvY (ORCPT ); Wed, 8 Jun 2016 11:51:24 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:51710 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756624AbcFHPvV (ORCPT ); Wed, 8 Jun 2016 11:51:21 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Linus Walleij , Lee Jones , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 4/4] mfd: db8500 stop passing around platform data Date: Wed, 08 Jun 2016 17:51:58 +0200 Message-ID: <3648943.90TpD9e9VC@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-22-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: References: <1462889050-2818609-1-git-send-email-arnd@arndb.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:yZwv6cnODzLBXtlQBs4iYroF8RfLhs7TnGmJdJHYg6I4oYisEgK Rcs0Eau9Jbcbm98p4XjsDyv42XOMj9FeDQG1DQ1+VQGfooUPmHuJ4QPuUiI9UlM/VR3Wqy+ LGf2Y34y+QTc3afZPcOBb85/skB7jinOnXPQi4WhiaXryiJ4MwVrmmDVpvUIA0kyrgIMDC3 ZwaVOVnS08tFgigOohQmA== X-UI-Out-Filterresults: notjunk:1;V01:K0:cMmmzqG+IlA=:ibPmpT0cO9U6XI2RtgljxK F5YNv5Fmyk3vxuBGvtwb2rJfESK9aNBv4aNB76BugMB5bKpJuLxj4QGP+jSxBvrkJw17prqZA 9FD7D18xCmiVRaeUm3d4VLiNuwgrhEH7OuF7VVQyyG/iYIUIIbkYiX4QfDOaiPAxeZ5SZKvNP pfk/q7sSW6nTD9NZy9OHazhnRPuydqmVEn7KgeKxFXmnYzWn7oazDUp/3EOtdqU8fXS7T+L1o r525qwom6212XpZOi7ZKFBD+KC4SfVssemftgjfsUc2IKXOzglrV60M2blwYIax3tRB5mxnJz buBXACO8VhPSiieOrYGtWz1nTTrdO3WL6vl/aYfrJvk5jk1QfmhPML+ipKKbOkLIV0GTYdJeB CfzPQsYaELuxVSXceOvEw5FBACrLmL+vnWRcvgo/8gP85ZLAzSyaN3IlrVP1ZF3uMpM2hbst1 igqt1G0gdINKObX7VAHs7oxe+Jj5DVGeVTdZDPTsZIK5l1T7ydPTG4mzhcwbS7QSmxdbyQiD7 DeD0YufMDzAA1+IamJdHhtpsZWNY943+3vYkfuwFns3/XZPhr+ptvdAetZdiyxOQHEXP35sUq dwPn6uE+doSiQFyN3kOOMwp9jgAvhFyql5uKTh+jbRWA20I+Yt3sos138dhgutLrVibItV9wB NSIs4QfuQMccinFPZDsZbkHbUrp6/FJyYi3w/HAxWi/RogCAfa6MUrVs3L8M0rg1wUE26mhx4 1sp4Vbh9zPksYby+ Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, June 8, 2016 1:37:12 PM CEST Linus Walleij wrote: > On Tue, May 10, 2016 at 4:02 PM, Arnd Bergmann wrote: > > > Except for the constant DB8500_PRCMU_FW_VERSION_OFFSET number, nothing > > is ever passed through the platform data and used in a driver, so we > > can simply stop passing it around. > > > > Signed-off-by: Arnd Bergmann > > Reviewed-by: Linus Walleij > > Do you think it's relevant for Lee to take this or do you want to > have it in ARM SoC together with the other cleanups (that I > haven't had time to look at...)? > > In the latter case I need an ACK from Lee to apply it for a pull > request to ARM SoC. > > The functionality it pertains to is out-of-tree but if we want to > reintroduce it, it should happen through DT anyway. I think most of the changes are in mfd, so it would be appropriate for Lee to take them all, but I could also put them into arm-soc if he prefers. Arnd