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 33092C4332F for ; Wed, 2 Nov 2022 04:30:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229709AbiKBEai (ORCPT ); Wed, 2 Nov 2022 00:30:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229939AbiKBEaW (ORCPT ); Wed, 2 Nov 2022 00:30:22 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6704C24BDA 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 01483617DE for ; Wed, 2 Nov 2022 04:30:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 62F7AC433C1; 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=PNzo5YWY0DamodGDuqLsp2Ia1B4Ps3Mziv1IipB1yy0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=lThtkqXLwPNMI3G9mlmkg+acU9Qv0y3DBW2sx3cmUiO2mBs23wOsCC5EfIeyBcDpi EdqJ+5nbKQU/3llbZp/LSCj53hm4lRF3LFyklZJ5sWtjb4SIfdw3Yg3P0XJieaPYZ8 tCQGjQMHMHlms3fFgJ83xBiUskLk02l2yR87eg5Pkqeo7R+6k8QYS71lRGHAWrwqOx dCWqcnRGEZS3JbkYNzR7RADPdnVGu0AXlOyEVK79/AMsVdRMAhfMSEdpnXQsjRN2+F d4N4tfcV9+8n9JU+EvEgE8B90bM3RabHNAFlM3ggXjhNWRvnZnPwNAW9a6pU7xtqtI 7KWjgMaYk300Q== 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 4FAD9E524C0; 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 1/5] platform/chrome: cros_ec_lpc: Move mec_init/destroy to device probe/remove From: patchwork-bot+chrome-platform@kernel.org Message-Id: <166736342032.16570.18054957309899520366.git-patchwork-notify@kernel.org> Date: Wed, 02 Nov 2022 04:30:20 +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 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 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