Re: [PATCH v2 1/2] usb: typec: tcpci: Add tcpc chip level callbacks

2021-03-11 Thread Badhri Jagan Sridharan
On Thu, Mar 11, 2021 at 10:34 PM Greg Kroah-Hartman wrote: > > On Fri, Mar 12, 2021 at 07:33:45AM +0100, Greg Kroah-Hartman wrote: > > On Thu, Mar 11, 2021 at 09:24:42PM -0800, Badhri Jagan Sridharan wrote: > > > This change adds chip callbacks for the following operations: > > > 1. Notifying port

Re: [PATCH v2 1/2] usb: typec: tcpci: Add tcpc chip level callbacks

2021-03-11 Thread Greg Kroah-Hartman
On Fri, Mar 12, 2021 at 07:33:45AM +0100, Greg Kroah-Hartman wrote: > On Thu, Mar 11, 2021 at 09:24:42PM -0800, Badhri Jagan Sridharan wrote: > > This change adds chip callbacks for the following operations: > > 1. Notifying port role > > 2. Notifying orientation > > This should be 2 different pat

Re: [PATCH v2 1/2] usb: typec: tcpci: Add tcpc chip level callbacks

2021-03-11 Thread Greg Kroah-Hartman
On Thu, Mar 11, 2021 at 09:24:42PM -0800, Badhri Jagan Sridharan wrote: > This change adds chip callbacks for the following operations: > 1. Notifying port role > 2. Notifying orientation This should be 2 different patches, one per callback, right? And where is the code using these callbacks? We

[PATCH v2 1/2] usb: typec: tcpci: Add tcpc chip level callbacks

2021-03-11 Thread Badhri Jagan Sridharan
This change adds chip callbacks for the following operations: 1. Notifying port role 2. Notifying orientation Signed-off-by: Badhri Jagan Sridharan --- Changes since V1: - Dropped changes related to get_/set_current_limit and pd_capable callback. Will send them in as separate patches. --- driv