Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753485AbcDNKAV (ORCPT ); Thu, 14 Apr 2016 06:00:21 -0400 Received: from foss.arm.com ([217.140.101.70]:41068 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751886AbcDNKAT (ORCPT ); Thu, 14 Apr 2016 06:00:19 -0400 Date: Thu, 14 Apr 2016 10:59:57 +0100 From: Mark Rutland To: Russell King - ARM Linux , rank Rowand , Rob Herring , pantelis.antoniou@konsulko.com Cc: Masahiro Yamada , devicetree@vger.kernel.org, Arnd Bergmann , Linux Kernel Mailing List , linux-arm-kernel Subject: Re: [Question] refcount of DT node Message-ID: <20160414095957.GB10273@leverpostej> References: <20160414084849.GT19428@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160414084849.GT19428@n2100.arm.linux.org.uk> 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 Content-Length: 1120 Lines: 29 On Thu, Apr 14, 2016 at 09:48:49AM +0100, Russell King - ARM Linux wrote: > On Thu, Apr 14, 2016 at 04:47:57PM +0900, Masahiro Yamada wrote: > > Hi experts. > > > > My understanding of refcount of DT node is poor. > > The message from DT people is... don't worry about DT node refcounting. > Do whatever you want with it, they don't care whether you have correct > refcounting or not. > > The background behind that is that I've tried to fix the refcounting, > and even had the coccinelle people generate some stuff to work on this > issue, but DT people's attitude towards it is "don't bother". > > So yes, people may get it wrong, but it seems it's something that DT > people want ignored. I'm not sure that's quite fair; the last discussion I recall about this ended up concluding that we need a better API, rather than papering over problems. That said, there isn't much obvious progress on that front. Frank, Pantelis, Rob, were there any conclusions on this from ELC, or is this something that needs someone to propose something? Mark. [1] http://permalink.gmane.org/gmane.linux.drivers.devicetree/153777