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 0625E7FC for ; Tue, 23 Aug 2022 04:43:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E6EEC433C1; Tue, 23 Aug 2022 04:43:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661229805; bh=3+SproVuBpT94Tg43qdo0lGL5IzYEYPl3JCQvNfCEX4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gUPx646fuYLdAorPg02kqV3EQDvJw0i5UvMeZn9pxVU5mtOQqbG9sDnVWtAvd+iJM Ec433lF8zvN36zPtjvhB5Zhj2JUFmqIT0+9PFOZAlZeU4MBBhCkNJkkospaRmbqEB0 lyEjOw2Ojo2RoksRqt3El8aihPIGsuFdCoBh7JTuIMIrUKsk8O6l5KfevnSyipwK4V xaFV7lkyKCXtUHtwAWTxqE1tIUmbRx7cINidiL7VRn5gX7ta2Q81OXqgoHRDNT8KxA X7ByqtH/HHhk30hL7onfFB6Go+kjIWOGL7Kr6XVELifaBPDacOac+5vP9MCx0UmGe4 TtZf+IJIi5wuw== Date: Tue, 23 Aug 2022 04:43:22 +0000 From: Tzung-Bi Shih To: Prashant Malani Cc: linux-kernel@vger.kernel.org, chrome-platform@lists.linux.dev, bleung@chromium.org, Enric Balletbo i Serra , Guenter Roeck , Heikki Krogerus Subject: Re: [PATCH 1/4] platform/chrome: cros_ec_typec: Add bit offset for DP VDO Message-ID: References: <20220819190807.1275937-1-pmalani@chromium.org> <20220819190807.1275937-2-pmalani@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: <20220819190807.1275937-2-pmalani@chromium.org> On Fri, Aug 19, 2022 at 07:08:02PM +0000, Prashant Malani wrote: > Use the right macro while constructing the DP_PORT_VDO to ensure the Pin > Assignment offsets are correct. > > Fixes: 1ff5d97f070c ("platform/chrome: cros_ec_typec: Register port altmodes") > Signed-off-by: Prashant Malani I have no idea but use your judgment: Reviewed-by: Tzung-Bi Shih