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 4F9EDC433F5 for ; Tue, 8 Feb 2022 16:26:20 +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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=FoBB01d4Tzl/H6nrYxcszRD7KK8ObppchHE3ON6Lfpw=; b=YD4D7wTq7gkgsr Ejsyo4JOGjj00JJXWSigKI2OJaBm9O8IctjClP0XihiZuZEkrQP2oAHd76Kir/bMpF1WMP9U4SIXB 4SElGt/H+FGNvHQPgOGULDflE092tenTDvOea7u2lvkTJW0oq1CmoB5TsmyAypImHrNm6m7LlLMD0 QJBWumoi0lq04KreCSbHHLNR4rUb6CpG+y1ujapczGHwffXizwscXcJhaCajN43M8lHTyjD3mh3KT Vb9xiglQcMcVBIZsF4uNTU3/VMaz/7isApPoYOI7GObe7OTJnh8jDX5+KB27GJVk53czPlWtHS0Yo ddWpzzD1b5fsuEo61iiQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHTIT-00Erls-T7; Tue, 08 Feb 2022 16:24:54 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHTFs-00Eql9-5a for linux-arm-kernel@lists.infradead.org; Tue, 08 Feb 2022 16:22:14 +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 ams.source.kernel.org (Postfix) with ESMTPS id C051AB81C12; Tue, 8 Feb 2022 16:22:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B413EC340F2; Tue, 8 Feb 2022 16:22:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644337329; bh=ZV70IUeh32GHdGG2/5iy3KDBRhJ1xne/qFAM7rrDojI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FYr3B2T+9JtifRZk/42CU15cKfnnSxW54IN3NNiDJK8TsVzgueswux58D2U4hOgPg /OdbYRDKs4iV3+WrCn6fUxpvfy6zwYdjwTkKyMbnR/Sz45cLlrTO8CkS43oKzQkDsA f7IZcGHxQ6pmSdBa9sVTviWt+Cit/jDO3JLEbtV6cwR+5m/w3qklPGbAixZJ7+dgUn xjFJ7t5Dy7BDnHt6wLtIzbjomDaewTNInNAAB8WeqlSGI4a39pF3vwm6WLFHYnCnah FNrBxQpvBqrD+HAr7BKR8MbaSBnkcqT8ZUIic2X52ac2RGClkXJO0FqednIfEeVHtw vTZ5t0PPnf8DQ== From: Will Deacon To: "Rafael J. Wysocki" , Mark Rutland Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , LKML , Khuong Dinh , linux-arm-kernel@lists.infradead.org, Linux ACPI Subject: Re: [PATCH] perf: Replace acpi_bus_get_device() Date: Tue, 8 Feb 2022 16:21:54 +0000 Message-Id: <164433329407.3773412.15776450422000493467.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <10025610.nUPlyArG6x@kreacher> References: <10025610.nUPlyArG6x@kreacher> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220208_082212_407595_3D1CC2AD X-CRM114-Status: UNSURE ( 8.89 ) X-CRM114-Notice: Please train this message. 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, 01 Feb 2022 20:10:01 +0100, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Replace acpi_bus_get_device() that is going to be dropped with > acpi_fetch_acpi_dev(). > > No intentional functional impact. > > [...] Applied to will (for-next/perf), thanks! [1/1] perf: Replace acpi_bus_get_device() https://git.kernel.org/will/c/602c873eb52e Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel