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 910B0189BB3; Fri, 14 Mar 2025 08:09:52 +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=1741939793; cv=none; b=lJmoKTG+M71o1+UbeuxdV2dO/y4Zc8dR78aSRJ5KpyTmG32is9CMeu/0PYhs4eW0IM85gwiApnaCBGtJHzicdMrsp6R3jxEj/1mAc6Qy99nxHqCzO7NHkwyXPaX6XCKrJlhODvpjyxpYUuLO5lcSWfU2GeAkJK/5C6TJyujRnqg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741939793; c=relaxed/simple; bh=3DOc5XgRYHRujpv/vCcX6GXenKoi0kmZS+HllmaFkXA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=d10id/0KZJRtv1aNXn7cnapr7F07Ysy3X/o50yZ+wid7EmR5ZCJE0HVVt0QZt+hTpAqgCb+iyOeEynzSStp7q81jeaOxUMAIVEsuJXfFiP4IJu6r3IsVHu9kuA22oIMOyFqgFjxtLwtoc4y5ERUlJJyBb/6RLF2v2eqmYpkwJcs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=bNBf9cRh; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="bNBf9cRh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AC4A5C4CEE3; Fri, 14 Mar 2025 08:09:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1741939792; bh=3DOc5XgRYHRujpv/vCcX6GXenKoi0kmZS+HllmaFkXA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bNBf9cRhXGKQOXxBYBQfP3evS7xu5BvaUyHzCqLUE2krtq9VgAq5jvYUCYEBpUp7J Z4RItNAtBkTn30A4Y5V2H841hSqe3R9D4Gs3IwKd+dYV93WcZgw9Ph30FsRol2iJYO 0ANDRJgOlDcB35sHtKEcmrTZN0NghCCT1JXv46Ac= Date: Fri, 14 Mar 2025 09:09:49 +0100 From: Greg Kroah-Hartman To: Pengyu Luo Cc: Heikki Krogerus , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH v8] usb: typec: ucsi: add Huawei Matebook E Go ucsi driver Message-ID: <2025031449-native-lankiness-2201@gregkh> References: <20250308105356.53808-1-mitltlatltl@gmail.com> 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=us-ascii Content-Disposition: inline In-Reply-To: <20250308105356.53808-1-mitltlatltl@gmail.com> On Sat, Mar 08, 2025 at 06:53:54PM +0800, Pengyu Luo wrote: > The Huawei Matebook E Go tablet implements the UCSI interface in the > onboard EC. Add the glue driver to interface with the platform's UCSI > implementation. > > This driver is inspired by the following drivers: > drivers/usb/typec/ucsi/ucsi_yoga_c630.c > drivers/usb/typec/ucsi/ucsi_glink.c > drivers/soc/qcom/pmic_glink_altmode.c > > base-commit: 0a2f889128969dab41861b6e40111aa03dc57014 This line should not be in the changelog. thanks, greg k-h