From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161322AbcHEMOB (ORCPT ); Fri, 5 Aug 2016 08:14:01 -0400 Received: from b.ns.miles-group.at ([95.130.255.144]:44723 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1161294AbcHEMOA (ORCPT ); Fri, 5 Aug 2016 08:14:00 -0400 Subject: Re: [PATCH v1 2/2] mtd: Add hooks to call get and put on mtd devices. To: "Baxter, Jim" References: <1470320194-9602-1-git-send-email-Sandeep_Jain@mentor.com> <1470320194-9602-3-git-send-email-Sandeep_Jain@mentor.com> <91745308-1747-e7f5-46d0-83482e218a02@mentor.com> Cc: Sandeep Jain , David Woodhouse , Brian Norris , "linux-mtd@lists.infradead.org" , LKML From: Richard Weinberger Message-ID: <57A48302.30708@nod.at> Date: Fri, 5 Aug 2016 14:13:54 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <91745308-1747-e7f5-46d0-83482e218a02@mentor.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 05.08.2016 um 13:54 schrieb Baxter, Jim: >> On Thu, Aug 4, 2016 at 4:16 PM, Sandeep Jain wrote: >>> From: Jim Baxter >>> >>> Add hooks to mtdpart to call _get_device and _put_device, >>> this allows the mtd devices to perform internal >>> reference counting if required. >>> >>> Signed-off-by: Jim Baxter >>> Signed-off-by: Sandeep Jain >> >> I sent the same patch some time ago: >> https://patchwork.ozlabs.org/patch/644422/ Brian, can you please pickup my patch for 4.8-rcX? The patch fixes a real problem and another patch from Mentor folks depends on it. Thanks, //richard