Re: [PATCH RFC] usb: typec: ucsi: Add support for orientation
From: Abel Vesa
Date: Fri Oct 24 2025 - 16:20:04 EST
On 25-10-15 16:00:43, Greg Kroah-Hartman wrote:
> On Wed, Oct 15, 2025 at 04:50:36PM +0300, Abel Vesa wrote:
> > According to UCSI 2.0 specification, the orientation is
> > part of the connector status payload. So tie up the port
> > orientation.
> >
> > Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxx>
> > ---
> > drivers/usb/typec/ucsi/ucsi.c | 24 ++++++++++++++++++++++++
> > drivers/usb/typec/ucsi/ucsi.h | 3 +++
> > 2 files changed, 27 insertions(+)
>
> Why is this a "RFC"? What is the request?
>
My bad. Posted as an RFC since I wasn't sure if I tied the ucsi_orientation
correctly, meaning in all the right places.
Let me know if you want me to respin this as a proper patch.