Re: [PATCH v2 1/5] usb: tcpm: add core framework

2024-07-17 Thread Tim Harvey
On Tue, Jul 16, 2024 at 7:00 PM Tim Harvey wrote: > > On Fri, Jul 12, 2024 at 5:23 PM Tim Harvey wrote: > > > > On Tue, Jun 4, 2024 at 9:36 AM Sebastian Reichel > > wrote: > > > > > > This adds TCPM framework in preparation for fusb302 support, which can > > > handle USB power delivery messages.

Re: [PATCH v2 1/5] usb: tcpm: add core framework

2024-07-16 Thread Tim Harvey
On Fri, Jul 12, 2024 at 5:23 PM Tim Harvey wrote: > > On Tue, Jun 4, 2024 at 9:36 AM Sebastian Reichel > wrote: > > > > This adds TCPM framework in preparation for fusb302 support, which can > > handle USB power delivery messages. This is needed to solve issues with > > devices, that are running

Re: [PATCH v2 1/5] usb: tcpm: add core framework

2024-07-13 Thread Soeren Moch
On 13.07.24 17:13, Simon Glass wrote: Hi Sebastian, On Tue, 4 Jun 2024 at 17:35, Sebastian Reichel wrote: This adds TCPM framework in preparation for fusb302 support, which can handle USB power delivery messages. This is neede

Re: [PATCH v2 1/5] usb: tcpm: add core framework

2024-07-13 Thread Simon Glass
Hi Sebastian, On Tue, 4 Jun 2024 at 17:35, Sebastian Reichel wrote: > > This adds TCPM framework in preparation for fusb302 support, which can > handle USB power delivery messages. This is needed to solve issues with > devices, t

Re: [PATCH v2 1/5] usb: tcpm: add core framework

2024-07-12 Thread Tim Harvey
On Tue, Jun 4, 2024 at 9:36 AM Sebastian Reichel wrote: > > This adds TCPM framework in preparation for fusb302 support, which can > handle USB power delivery messages. This is needed to solve issues with > devices, that are running from a USB-C port supporting USB-PD, but not > having a battery.

Re: [PATCH v2 1/5] usb: tcpm: add core framework

2024-07-05 Thread Marek Vasut
On 6/4/24 6:33 PM, Sebastian Reichel wrote: Hi, sorry for the abysmal delay diff --git a/cmd/tcpm.c b/cmd/tcpm.c new file mode 100644 index ..37cc3ed6a3b4 --- /dev/null +++ b/cmd/tcpm.c @@ -0,0 +1,142 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * (C) Copyright 2024 Collabora + *

[PATCH v2 1/5] usb: tcpm: add core framework

2024-06-04 Thread Sebastian Reichel
This adds TCPM framework in preparation for fusb302 support, which can handle USB power delivery messages. This is needed to solve issues with devices, that are running from a USB-C port supporting USB-PD, but not having a battery. Such a device currently boots to the kernel without interacting wi