Message ID | 20240205164316.805408-1-m.felsch@pengutronix.de (mailing list archive) |
---|---|
Headers | show
Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (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 0459E41218 for <linux-usb@vger.kernel.org>; Mon, 5 Feb 2024 16:43:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707151418; cv=none; b=XAA6POcCS1ovn/NahQwKO9aTvUKRL0soOwskbMsZFWybEExgM5Z6/Yg2P/jD4vzxAd2gRgr7AZgDSXJtR8dBszw4Ws1YGtNsSxK6r1hXzdVo0L9LfKRfOli4/bgNmBAhbJvha3YSnMXSMW/U+DkmqL4pqwByWTsUU4zkCE9laqg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707151418; c=relaxed/simple; bh=BFvZkNV6wb7PoKEUe58zRpeKa5nlGZK65hmeJTAj55s=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=Kor3XBwufAX9CSfBQe/xwcnY1X8n2bd7itDnwjTW9ynYA4g/2PHgfaWXH7H8y1AEe0M+GOII3kcKr1VGGc7D7e/kEfqpDX2GJmAgdNpw/JtRJJ+trloR3Il+UD4VlRslqrwOeDiYwJlo+Opq7CEa2Op2AjhmTOxqSHe/RbNZrjc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from dude02.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::28]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from <m.felsch@pengutronix.de>) id 1rX240-0004Lp-7a; Mon, 05 Feb 2024 17:43:20 +0100 From: Marco Felsch <m.felsch@pengutronix.de> To: gregkh@linuxfoundation.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, linux@roeck-us.net, heikki.krogerus@linux.intel.com Cc: linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de Subject: [PATCH 0/4] USB-C TCPM Orientation Support Date: Mon, 5 Feb 2024 17:43:12 +0100 Message-Id: <20240205164316.805408-1-m.felsch@pengutronix.de> X-Mailer: git-send-email 2.39.2 Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: <linux-usb.vger.kernel.org> List-Subscribe: <mailto:linux-usb+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-usb+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 2a0a:edc0:0:1101:1d::28 X-SA-Exim-Mail-From: m.felsch@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-usb@vger.kernel.org |
Series | USB-C TCPM Orientation Support | expand |