RE: [PATCH v2 2/6] usb: typec: ucsi: add ccg command framework

2019-01-30 Thread Ajay Gupta
Hi Heikki, > > Used to send various commands to ccg controller. They are mainly used > > during firmware update process. > > > > We wait for response after sending the command and then read the > > response from RAB_RESPONSE register. > > > > Signed-off-by: Ajay Gupta > > --- > > Changes from v1:

Re: [PATCH v2 2/6] usb: typec: ucsi: add ccg command framework

2019-01-30 Thread Heikki Krogerus
On Mon, Jan 28, 2019 at 12:37:27PM -0800, Ajay Gupta wrote: > Used to send various commands to ccg controller. They are > mainly used during firmware update process. > > We wait for response after sending the command and then > read the response from RAB_RESPONSE register. > > Signed-off-by: Ajay

[PATCH v2 2/6] usb: typec: ucsi: add ccg command framework

2019-01-28 Thread Ajay Gupta
Used to send various commands to ccg controller. They are mainly used during firmware update process. We wait for response after sending the command and then read the response from RAB_RESPONSE register. Signed-off-by: Ajay Gupta --- Changes from v1: - Updated commit message and dropped