Message ID | 20240223010328.2826774-1-jthies@google.com (mailing list archive) |
---|---|
Headers | show |
Series | usb: typec: ucsi: Expand SOP/SOP' Discovery | expand |
Hi Jameson, On Fri, 23 Feb 2024 at 03:04, Jameson Thies <jthies@google.com> wrote: > > Hi Heikki, > > This patch series expands support for partner and cable discover in the > UCSI driver. There are a few pieces here. > > 1. Some cleanup of the GET_CABLE_PROP definitions in ucsi.h. > 2. Cable discovery and registration with the USB Type-C connector class. > 3. Partner/Cable identity registration with the USB Type-C connector > class. > 4. SOP' alternate mode registration with the USB-C connector class using > a cable plug. > > These have been tested on a v6.6 kernel build running a usermode ppm > with a Realtek EVB. Let me know if you have any questions. First and the most obvious comment: 6.6 is four months old. I see that your base commit is the usb-testing tip, however you declare that you tested only on 6.6. Now I'm confused. Did you test your patches on top of usb-testing before sending them?
> First and the most obvious comment: 6.6 is four months old. I see that > your base commit is the usb-testing tip, however you declare that you > tested only on 6.6. Now I'm confused. Did you test your patches on top > of usb-testing before sending them? Hi Dmitry, sorry for the confusion. I tested this on a v6.6 kernel build with a few dependent commits cherry-picked to it. I'll re-validate the series on top of usb-testing.