From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH V4 REPOST] mfd: add MAX8907 core driver Date: Wed, 12 Sep 2012 10:29:04 -0600 Message-ID: <5050B850.807@wwwdotorg.org> References: <1346973015-7252-1-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1346973015-7252-1-git-send-email-swarren@wwwdotorg.org> Sender: linux-kernel-owner@vger.kernel.org To: Samuel Ortiz Cc: Gyungoh Yoo , devicetree-discuss@lists.ozlabs.org, Mark Brown , Stephen Warren , linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On 09/06/2012 05:10 PM, Stephen Warren wrote: > From: Gyungoh Yoo > > The MAX8907 is an I2C-based power-management IC containing voltage > regulators, a reset controller, a real-time clock, and a touch-screen > controller. Samuel, This patch as-is won't compile due to the mfd_add_devices() API change. Do you want to fix this up when you apply (simply add an extra parameter "NULL" to the mfd_add_devices() call), or should I send an updated V5 for this? Thanks.