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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7D9EC761A6 for ; Tue, 4 Apr 2023 13:54:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235549AbjDDNwx (ORCPT ); Tue, 4 Apr 2023 09:52:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52596 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235524AbjDDNwi (ORCPT ); Tue, 4 Apr 2023 09:52:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9D1694C02; Tue, 4 Apr 2023 06:52:20 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1F39D633FB; Tue, 4 Apr 2023 13:52:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 08180C433EF; Tue, 4 Apr 2023 13:52:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1680616339; bh=MSq80/jtEP5/a2z150pfwlx/0iqZWHMJS6OkyDwhKuM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=I0wC+XbwQZkysDSJDYjR3YlSRS/d5GsJ6aBEPNStkL2IR5798BIeRPaPS3xym6auB r9d7FIRPVegGc06XA0aTWAD12XZ/+t9Pdidw02Fk8hRoeFYrThIyimsqG94OFOxA3y RYhuE7cLJ1+HCBLq3tFAGyRLGFpb/8NcYgOGmB6c= Date: Tue, 4 Apr 2023 15:52:17 +0200 From: Greg KH To: Jonathan Cameron Cc: Mark Rutland , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Will Deacon , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxarm@huawei.com, Dan Williams , Shaokun Zhang , Yicong Yang , Jiucheng Xu , Khuong Dinh , Robert Richter , Atish Patra , Anup Patel , Andy Gross , Bjorn Andersson , Frank Li , Shuai Xue , Vineet Gupta , Shawn Guo , Fenghua Yu , Dave Jiang , Wu Hao , Tom Rix , linux-fpga@vger.kernel.org, Suzuki K Poulose , Liang Kan Subject: Re: [PATCH 04/32] perf/hisi-uncore: Assign parents for event_source devices Message-ID: <2023040411-parish-tanning-4440@gregkh> References: <20230404134225.13408-1-Jonathan.Cameron@huawei.com> <20230404134225.13408-5-Jonathan.Cameron@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230404134225.13408-5-Jonathan.Cameron@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org On Tue, Apr 04, 2023 at 02:41:57PM +0100, Jonathan Cameron wrote: > Currently the PMU device appears directly under /sys/devices/ > Only root busses should appear there, so instead assign the pmu->dev > parent to be the platform device. > > Link: https://lore.kernel.org/linux-cxl/ZCLI9A40PJsyqAmq@kroah.com/ > Signed-off-by: Jonathan Cameron Reviewed-by: Greg Kroah-Hartman