From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754107Ab1I1Mb5 (ORCPT ); Wed, 28 Sep 2011 08:31:57 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:58798 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751869Ab1I1Mb4 (ORCPT ); Wed, 28 Sep 2011 08:31:56 -0400 Date: Wed, 28 Sep 2011 13:31:55 +0100 From: Mark Brown To: Daniel Drake Cc: Grant Likely , sameo@linux.intel.com, devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, dilinger@queued.net Subject: Re: [PATCH 1/3] mfd: allow mfd_cell association with device tree node Message-ID: <20110928123154.GG3279@opensource.wolfsonmicro.com> References: <20110921131637.GF4374@opensource.wolfsonmicro.com> <20110927150555.GF20588@ponder.secretlab.ca> <20110927181420.GQ4289@opensource.wolfsonmicro.com> <20110927182636.GR4289@opensource.wolfsonmicro.com> <20110927183832.GS4289@opensource.wolfsonmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Cookie: You are always busy. 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 Wed, Sep 28, 2011 at 10:07:43AM +0100, Daniel Drake wrote: > On Tue, Sep 27, 2011 at 7:38 PM, Mark Brown > > You're modifying global data which should really be const and is shared > > between multiple devices in place.  Probably you'll not notice any > > practical effects, especially if you don't happen to have multiple > > devices in the same system. > I see. In this case, it would be impossible to have two VX855s in the > same system, and if you did, you would have bigger problems. In this > context what we're doing is safe. Right, but your modification was to the MFD core so it's going to affect other devices...