Re: [PATCH v3] usb: typec: tcpm: Export partner Source Capabilities

2021-03-02 Thread Greg KH
On Sun, Feb 14, 2021 at 07:17:30PM +0800, Kyle Tso wrote: > Export a function for other drivers to get the partner Source > Capabilities. What driver? We need a user of new functions in the kernel, otherwise they are ripe for removal. thanks, greg k-h

Re: [PATCH v3] usb: typec: tcpm: Export partner Source Capabilities

2021-02-15 Thread Dan Carpenter
Hi Kyle, url: https://github.com/0day-ci/linux/commits/Kyle-Tso/usb-typec-tcpm-Export-partner-Source-Capabilities/20210214-192125 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-testing config: i386-randconfig-m021-20210214 (attached as .config) compiler: gcc-9 (Deb

[PATCH v3] usb: typec: tcpm: Export partner Source Capabilities

2021-02-14 Thread Kyle Tso
Export a function for other drivers to get the partner Source Capabilities. Signed-off-by: Kyle Tso --- Changes since v1: - add a put function to free the memory Changes since v2: - bring back the function tcpm_copy_pdos drivers/usb/typec/tcpm/tcpm.c | 47 +++ i