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 85BAAC433FE for ; Wed, 2 Nov 2022 04:30:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229992AbiKBEae (ORCPT ); Wed, 2 Nov 2022 00:30:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34304 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229934AbiKBEaW (ORCPT ); Wed, 2 Nov 2022 00:30:22 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4E4AE24966 for ; Tue, 1 Nov 2022 21:30:21 -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 E6B02617CA for ; Wed, 2 Nov 2022 04:30:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 59278C433D7; Wed, 2 Nov 2022 04:30:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667363420; bh=SxcFiNNlESZYmu8HD6awz4+sxFK8D7D4b4vaLc6b+jY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=V5wQx3tjESP46X8N5iYm+4ZZ1UdainoHjc/+5G2VTnDNSdjbILPrUaJIcL2g7b35M dtxOZTMLEGDRDN9fkSQHBsDuRCtF8wKEPxDMBltOQ9HxRxh1YbcjKGYlD5AIm6Wo1I JcS6UF1rQViEPN1FM6MdrY+rFxCVtRGZkzuRoofIviZlwhQEH6pNZJAZBDn9YPOGGj 5GVKVkcVg9ZWJPSDEKnloe3+cP8oaoAmQhOSVKGdeGsp08jd8etOtDLbp8gZG3HmF/ tFk0URyO2zRjJYcEJUpkv4EKoFrMRRpMHzssCjugFmYvj9pOL90QO1WjVtL6OBq1o1 wYZw9GAy6GrGQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 45885E270D5; Wed, 2 Nov 2022 04:30:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2 1/5] platform/chrome: cros_ec_lpc: Move mec_init to device probe From: patchwork-bot+chrome-platform@kernel.org Message-Id: <166736342028.16570.10158503441705914946.git-patchwork-notify@kernel.org> Date: Wed, 02 Nov 2022 04:30:20 +0000 References: <20221101152132.v2.1.I0728421299079b104710c202d5d7095b2674fd8c@changeid> In-Reply-To: <20221101152132.v2.1.I0728421299079b104710c202d5d7095b2674fd8c@changeid> To: Brian Norris Cc: bleung@chromium.org, groeck@chromium.org, chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to chrome-platform/linux.git (for-kernelci) by Tzung-Bi Shih : On Tue, 1 Nov 2022 15:22:06 -0700 you wrote: > Disregarding the weird global state hiding in this cros_ec_lpc_mec_*() > stuff, it belongs in device probe. We shouldn't assume we can access > hardware resources when the device isn't attached to the driver. > > Signed-off-by: Brian Norris > --- > > [...] Here is the summary with links: - [v2,1/5] platform/chrome: cros_ec_lpc: Move mec_init to device probe https://git.kernel.org/chrome-platform/c/fdf84f9ae30b - [v2,2/5] platform/chrome: cros_ec_lpc: Mark PROBE_PREFER_ASYNCHRONOUS https://git.kernel.org/chrome-platform/c/bd88b965ae8c - [v2,3/5] platform/chrome: cros_ec_debugfs: Set PROBE_PREFER_ASYNCHRONOUS https://git.kernel.org/chrome-platform/c/692a68ad7f3c - [v2,4/5] platform/chrome: cros_ec_lightbar: Set PROBE_PREFER_ASYNCHRONOUS https://git.kernel.org/chrome-platform/c/873ab3e886b5 - [v2,5/5] platform/chrome: cros_ec_spi: Set PROBE_PREFER_ASYNCHRONOUS https://git.kernel.org/chrome-platform/c/015e4b05c377 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html