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 C0A5064C; Mon, 18 Apr 2022 03:25:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 05A69C385A4; Mon, 18 Apr 2022 03:25:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650252350; bh=dhF3VAnr2KENNVesIXWBrCcRVnkM3rSZ0f7/dVXqQqY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rgrz1DrUV07KwS+fhEmDTsl/y/bUF5GnfBaa4G4KeP5nKdpjS5cmzzSyVvpmoxcRD 89FiFojcrHCq8iXgsxg5lESCAmW55nTYtOJs+M1sr4vnJkoE3E4sBWT6qOrf/Shg5/ Umv7MKVL7e1cutST2LmbWY0Nk+szl997yjWDxbLvh0JG7sv2c6+YZL+pGXHg4omSNP TrzhEflESK+mRcaGIh6xTEkryOwxAawkNgunoNQ97aRZssFeoFY3+YGfwul6IcjbQl 6DPhkxioHLTVhqpHBT05fHkV3xgC6wZ+iGktZVcvkPmabM+814JIpniHsXaay/uJyQ Hkqq1WRA2qEbA== Date: Mon, 18 Apr 2022 11:25:46 +0800 From: Tzung-Bi Shih To: Stephen Boyd Cc: Benson Leung , linux-kernel@vger.kernel.org, patches@lists.linux.dev, Lee Jones , Daisuke Nojiri , Guenter Roeck , chrome-platform@lists.linux.dev Subject: Re: [PATCH 2/3] mfd: cros_ec_dev: Only register PCHG device if present Message-ID: References: <20220415003253.1973106-1-swboyd@chromium.org> <20220415003253.1973106-3-swboyd@chromium.org> Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220415003253.1973106-3-swboyd@chromium.org> On Thu, Apr 14, 2022 at 05:32:52PM -0700, Stephen Boyd wrote: > Don't create a device for the peripheral charger (PCHG) if there aren't > any peripheral charger ports. This removes a device on most ChromeOS > systems, because the peripheral charger functionality isn't always > present. > > Cc: Lee Jones > Cc: Daisuke Nojiri > Cc: Benson Leung > Cc: Guenter Roeck > Cc: > Signed-off-by: Stephen Boyd Share the same comment with the 1st patch in the series, Reviewed-by: Tzung-Bi Shih