Re: [PATCH 0/4] platform/chrome: typec: Add mux support

From: Prashant Malani
Date: Thu Jun 25 2020 - 12:11:03 EST


Thanks Enric!

On Thu, Jun 25, 2020 at 4:56 AM Enric Balletbo i Serra
<enric.balletbo@xxxxxxxxxxxxx> wrote:
>
> Hi Prashant,
>
> On 28/5/20 13:36, Prashant Malani wrote:
> > This series adds mux control support for USB and DP alternate modes on
> > devices using the cros-ec-typec driver with Type C switch handles
> > provided by firmware bindings.
> >
> > The first patch imports some recent updates to the
> > EC_CMD_USB_PD_MUX_INFO bit fields from the Chrome EC
> > code base[1], while the rest add the aforementioned functionality.
> >
> > This series depends on the following patch :
> > https://lkml.org/lkml/2020/5/19/1219
> >
> > [1] : https://chromium.googlesource.com/chromiumos/platform/ec/+/refs/heads/master/include/ec_commands.h
> >
> > Prashant Malani (4):
> > platform/chrome: cros_ec: Update mux state bits
> > platform/chrome: typec: Register PD CTRL cmd v2
> > platform/chrome: typec: Add USB mux control
> > platform/chrome: typec: Support DP alt mode
> >
> > drivers/platform/chrome/cros_ec_typec.c | 190 ++++++++++++++++--
> > .../linux/platform_data/cros_ec_commands.h | 14 +-
> > 2 files changed, 187 insertions(+), 17 deletions(-)
> >
>
> Tweaked a bit the subject, s/typec/cros_ec_typec/ and queued the four patches
> for 5.9.
>
> Thanks,
> Enric