Thanks Tzung-Bi!
Best Regards,
Even Xu
-----Original Message-----
From: Tzung-Bi Shih <tzungbi@kernel.org>
Sent: Wednesday, December 6, 2023 11:33 AM
To: Xu, Even <even.xu@intel.com>
Cc: jikos@kernel.org; srinivas.pandruvada@linux.intel.com; bleung@chromium.org; groeck@chromium.org; linux-input@vger.kernel.org; chrome-platform@lists.linux.dev
Subject: Re: [PATCH 4/4] platform: chrome: cros_ec_ishtp: use helper functions for connection
On Tue, Dec 05, 2023 at 09:50:33AM +0800, Even Xu wrote:
Use helper functions ishtp_cl_establish_connection() and
ishtp_cl_destroy_connection() to establish and destroy connection
respectively. These functions are used during initialization, reset
and deinitialization flows.
No functional changes are expected.
Signed-off-by: Even Xu <even.xu@intel.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Acked-by: Tzung-Bi Shih <tzungbi@kernel.org>
One minor suggestion: we usually use "platform/chrome:" instead of
"platform: chrome:" for the title prefix.