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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 70420C761A6 for ; Tue, 4 Apr 2023 13:53:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=EqJh9ff5zavH6NOUGuERpkeAyK3wS2JtC1hh3ysdzMY=; b=ws6eCbqro8clx5 BZW15pQdffkdVcM+jT/bSpBWlvO4S6HWBh4WBLj6t/vGp/A0O0vDrspHd1033nlMDKGrWU96dwlBh eV8khkjVy03upnI0YGzqwsZxfucmNyufs2IU5EgI6/WJwt6cgBce9AUpW1HkWbp8zIqGF0l1qje2Z R7YnUSHmhqPQEDJ2s+FRKZYl9ALjWmu10LLEP5Ehnl5QYT6al+GEVjTQGjf/6EpXdLtskJajnlvRh SGlkDH4NSUJ+nUK1uCMu9fdX39BmMXkyHPTOLcdgeyREEZ+cIvQ2ovXUMBCo/7lkZMdavkM89cvJv vI9Pbf9uJH2WlO7/xDDQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pjh5R-001art-05; Tue, 04 Apr 2023 13:52:37 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pjh5M-001aoy-3B for linux-arm-kernel@lists.infradead.org; Tue, 04 Apr 2023 13:52:35 +0000 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 6CB146317E; Tue, 4 Apr 2023 13:52:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C09BCC433D2; Tue, 4 Apr 2023 13:52:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1680616352; bh=uQpwNiCGK45NM7xWkrqtCc0SIYaONCTxiDSyYfND32I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yZuYfaKCF5i3gr9xn3cVUBee4GnMOifjBJT4lGyDuVvLjQBCSLQ5Wmnd9sNdFVkjo r5Jpw1Q/CCJqTrwovP5xxZTigh8O70rLNCGeOcRX5i8HJscwQrX+Cd6zk2hBUgBQBA twgoHIj1On3bmKeMz4VFGHZZz1j47SywIpGZS/9c= Date: Tue, 4 Apr 2023 15:52:29 +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 05/32] Documentation: hns-pmu: Use /sys/bus/event_source/devices paths Message-ID: <2023040424-pope-footsie-44a6@gregkh> References: <20230404134225.13408-1-Jonathan.Cameron@huawei.com> <20230404134225.13408-6-Jonathan.Cameron@huawei.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230404134225.13408-6-Jonathan.Cameron@huawei.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230404_065233_083402_4CA785D8 X-CRM114-Status: GOOD ( 10.29 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Apr 04, 2023 at 02:41:58PM +0100, Jonathan Cameron wrote: > To allow setting an appropriate parent for the struct pmu device > remove existing references to /sys/devices/ path. > > Signed-off-by: Jonathan Cameron Reviewed-by: Greg Kroah-Hartman _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel