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 67404BE6C; Fri, 6 Sep 2024 08:44:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725612279; cv=none; b=eiAqcHkuf4wNIy0DQ5a3bhmGMgPMcW1BgzGbpRI7nGA2+Yc6OL5TCSCevPvWQDG4+suEOg+0PMMhtwVi/kuqzKRTKDTeYOGbScQ018D2/MEbhVuLxU/YBrcD8WHT5wEzuK0bRTexpuymE4Kc/uOXO7/ww4P8dZVDoJqfwdVnbZE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725612279; c=relaxed/simple; bh=LsbP+G6YCGhSEArvYtEA6D21hf8VHCPCuW84buYYrok=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WUEpLJe2v4Muk6vcsV+yr0m9+ui8aeRC2QtqBnu0AESXXV9xQJO5anaKzVPjhapjnDep7y/nJ2fKq5uMtX0OjODJGgALg0LfR56/bIWNVImq6HwEV9CXJYCa42yoaTgpO+YCHfLBsop57Iiw82KokRm+VDzXxYjB34E+NakXZHw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=enn+DCz/; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="enn+DCz/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 53595C4CEC4; Fri, 6 Sep 2024 08:44:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1725612278; bh=LsbP+G6YCGhSEArvYtEA6D21hf8VHCPCuW84buYYrok=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=enn+DCz/B6kvCeRAPEWK9Zw2uRKBorbm41hA1JwzucDA09d1Ca9Pdd8tnhtdRtj0/ RTrROSkd6zvCi+VsACwPd/wzMYSRmqTBEGu5AMrBp7eSUsBWo5WDr0MZG3Qfb1xfnV FG4RIPHbtA4jn2UE/Ok9v5mW393lbFrA6uQ3BiIFnfEOIhJyfIjd/dUJqOEzNt4U3h V8IiLJR6A+V7TdAdke8h0BXnb9Pi4rYGE4flOQ7Drak0p04Hs5Pj1RqDu+fLkeMcnF V9FJ8lIaqleMymNNDPA99plk/H9TbfB87g0u4zb+yc79pe+xhqiEI+MamnjMLuF/4b a446aps19iYLQ== Date: Fri, 6 Sep 2024 08:44:35 +0000 From: Tzung-Bi Shih To: =?utf-8?Q?=C5=81ukasz?= Bartosik Cc: Heikki Krogerus , Greg Kroah-Hartman , Lee Jones , Benson Leung , Guenter Roeck , Abhishek Pandit-Subedi , Pavan Holla , linux-usb@vger.kernel.org, chrome-platform@lists.linux.dev Subject: Re: [PATCH v5 2/8] platform/chrome: Update EC feature flags Message-ID: References: <20240903163033.3170815-1-ukaszb@chromium.org> <20240903163033.3170815-3-ukaszb@chromium.org> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240903163033.3170815-3-ukaszb@chromium.org> On Tue, Sep 03, 2024 at 04:30:27PM +0000, Ɓukasz Bartosik wrote: > From: Pavan Holla > > Define EC_FEATURE_UCSI_PPM to enable usage of the cros_ec_ucsi > driver. Also, add any feature flags that are implemented by the EC > but are missing in the kernel header. > > Signed-off-by: Pavan Holla Same as previous patch, it needs your S-o-b tag at the end. See [1]. [1]: https://www.kernel.org/doc/html/latest/process/submitting-patches.html#when-to-use-acked-by-cc-and-co-developed-by