From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1CDC8C10F13 for ; Tue, 16 Apr 2019 10:53:54 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E33D12075B for ; Tue, 16 Apr 2019 10:53:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="jm2Yddbr" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E33D12075B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=EPD9pOqSZhwQn1NBmX7GAqWHw7b90dgDCatNgBy4oR0=; b=jm2YddbrhEzAUFtQZv39XwG/o ezWnVcNKP4t8v2bI2W3mZ5DMtds+ZEpHwbHshP6SAD0JOnQa2x4I8tJwN5JQurlF11o9T7JMWVKBw UuuREl3uhbTjDVAV1/c3AveOXR9sSb0B4NH2E7kdE+Y/GWmD4iCBjvLpoItm8lvofV/DzblsJ1bKM t9lLCtUwhVY+xbzZfjXdJLWCN60Hz/zR2sFV4/U6Qiw7AceBX0eX4PlIgasOtwHiI3dyzU5iVko6U A2vBCSLwLbUz5MByzCy1IxBqbYNWrVXRhPbDNUA/SfCYHUg7Tjnxdu8q5Xg7S70JOsy/fu5vbJvaM kYMQW++Vw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hGLil-0002iP-Ps; Tue, 16 Apr 2019 10:53:47 +0000 Received: from foss.arm.com ([217.140.101.70]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hGLij-0002i6-IA for linux-arm-kernel@lists.infradead.org; Tue, 16 Apr 2019 10:53:46 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E267380D; Tue, 16 Apr 2019 03:53:44 -0700 (PDT) Received: from [10.37.12.114] (unknown [10.37.12.114]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A957F3F68F; Tue, 16 Apr 2019 03:53:40 -0700 (PDT) Subject: Re: [RESEND][PATCH v2 27/36] drivers: Add a generic helper to match device by fwnode handle To: rafael@kernel.org References: <1555344260-12375-28-git-send-email-suzuki.poulose@arm.com> <1555411164-26399-1-git-send-email-suzuki.poulose@arm.com> From: Suzuki K Poulose Message-ID: Date: Tue, 16 Apr 2019 11:56:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190416_035345_599386_600B5DBE X-CRM114-Status: GOOD ( 12.73 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mathieu.poirier@linaro.org, gregkh@linuxfoundation.org, coresight@lists.linaro.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 04/16/2019 11:48 AM, Rafael J. Wysocki wrote: > On Tue, Apr 16, 2019 at 12:39 PM Suzuki K Poulose > wrote: >> >> Make the device_fwnode_match() a generic helper to match device >> by fwnode handle for use with bus_find_device(). This will be >> also used by coresight. >> >> Cc: Greg Kroah-Hartman >> Cc: "Rafael J. Wysocki" >> Cc: linux-acpi@vger.kernel.org >> Signed-off-by: Suzuki K Poulose >> --- >> >> Resending with linux-acpi in Cc, as requested by Rafael. > > Do any other patches in your series depend on this one? Yes, I do. But they are in the middle of a big series of changes and I don't expect this series to go into 5.2. So, if you plan to pull this please go ahead. Suzuki _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel