Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933428AbbDUVKN (ORCPT ); Tue, 21 Apr 2015 17:10:13 -0400 Received: from mail-lb0-f174.google.com ([209.85.217.174]:35442 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932170AbbDUVKI (ORCPT ); Tue, 21 Apr 2015 17:10:08 -0400 MIME-Version: 1.0 In-Reply-To: References: <1429604702-14157-1-git-send-email-ricardo.ribalda@gmail.com> <1429604702-14157-2-git-send-email-ricardo.ribalda@gmail.com> From: Ricardo Ribalda Delgado Date: Tue, 21 Apr 2015 23:09:46 +0200 Message-ID: Subject: Re: [PATCH 2/2 v2] of/platform: Use platform_device interface To: Rob Herring Cc: Grant Likely , Rob Herring , Andrew Morton , Bjorn Helgaas , Vivek Goyal , Jakub Sitnicki , Mike Travis , Jiang Liu , Thierry Reding , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1588 Lines: 44 Hello Rob On Tue, Apr 21, 2015 at 10:13 PM, Rob Herring wrote: > On Tue, Apr 21, 2015 at 3:25 AM, Ricardo Ribalda Delgado > wrote: >> of_platform_device_create_pdata() was using of_device_add() to create >> the devices, but of_platform_device_destroy was using >> of_platform_device_destroy(). >> >> of_device_add(), do not call insert_resource(), which initializes the >> parent field of the resource structure, needed by release_resource(), >> called by of_platform_device_destroy(). > > This is because some DTs have overlapping resources and doing this > would break things. If you look at the git history, this was fixed and > then reverted by Grant. I cannot find that commit sorry, could you give me the hash or a link to the mailing list? ricardo@pilix:~/linux$ git shortlog drivers/of/platform.c | grep -i Revert Revert "drivers: of: add initialization code for dma reserved memory" To give a litte context to this patch, the issue started with this conversaion with Bjorn: https://lkml.org/lkml/2015/4/20/435 What we have today is also wrong, it leads to a null pointer deference (and therefore a whole crash). If we cannot use platform_device_add, then we cannot use platform_device_destroy :) Shall I prepare a patch replacing platform_device_destroy()? Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/