From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4D09D81E for ; Wed, 2 Nov 2022 12:30:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id F239DC4347C; Wed, 2 Nov 2022 12:30:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667392220; bh=tJRbm7zsQBu7ns6y4PDKDFo9e65Q/MoyvUbkyu+uD8E=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=bku4bzS/B5Hn0OD+nXht6T7u9j/9ha3Gg1COT/OCWeklnqREeC7TpBl3gtROAHqqV 1H+9iBMfnz/mJ5qgHmPFVHuuRop6OP5oyClDfrrnqX4guOWFJFByanBIXzMfItr4aQ GgFqGF7JVofIo0FqJsqg43gJP2LUzVWmSZzR8iNmCIMZUXUDQ8oNw5U90secVsqQbh PaXC+4citC0ILeCq1elCu5WRn3GtnmxgYCKGxplBzW/r9Qwyyy3PW3dZ7JscSiGZMt 839ACcjeKao3B8AnDi6466zsfe5M3mS5H8mobCa45mKQE5JtpNhPSZXdj7sBHHRPm4 NQJ/thHXxYbkg== 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 D8EF0C395FF; Wed, 2 Nov 2022 12:30:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH 1/5] platform/chrome: cros_ec_lpc: Move mec_init/destroy to device probe/remove From: patchwork-bot+chrome-platform@kernel.org Message-Id: <166739221988.25408.11930632346687523785.git-patchwork-notify@kernel.org> Date: Wed, 02 Nov 2022 12:30:19 +0000 References: <20221028141411.1.I0728421299079b104710c202d5d7095b2674fd8c@changeid> In-Reply-To: <20221028141411.1.I0728421299079b104710c202d5d7095b2674fd8c@changeid> To: Brian Norris Cc: bleung@chromium.org, groeck@chromium.org, chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org Hello: This series was applied to chrome-platform/linux.git (for-next) by Tzung-Bi Shih : On Fri, 28 Oct 2022 14:14:45 -0700 you wrote: > Disregarding the weird global state hiding in this cros_ec_lpc_mec_*() > stuff, it belongs in device probe/remove. 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: - [1/5] platform/chrome: cros_ec_lpc: Move mec_init/destroy to device probe/remove (no matching commit) - [2/5] platform/chrome: cros_ec_lpc: Mark PROBE_PREFER_ASYNCHRONOUS https://git.kernel.org/chrome-platform/c/bd88b965ae8c - [3/5] platform/chrome: cros_ec_debugfs: Set PROBE_PREFER_ASYNCHRONOUS https://git.kernel.org/chrome-platform/c/692a68ad7f3c - [4/5] platform/chrome: cros_ec_lightbar: Set PROBE_PREFER_ASYNCHRONOUS https://git.kernel.org/chrome-platform/c/873ab3e886b5 - [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