Re: [PATCH 1/3] usb: chipidea: Add identification registers access APIs

2014-12-24 Thread Sanchayan Maity
On 12/25/2014 07:43 AM, Peter Chen wrote: > On Wed, Dec 24, 2014 at 09:45:31PM +0530, Sanchayan Maity wrote: >> On 12/24/2014 09:30 PM, Stefan Agner wrote: >>> On 2014-12-19 10:55, Sanchayan Maity wrote: Using hw_write_id_reg and hw_read_id_reg to write and read identification registers c

Re: [PATCH 1/3] usb: chipidea: Add identification registers access APIs

2014-12-24 Thread Peter Chen
On Wed, Dec 24, 2014 at 09:45:31PM +0530, Sanchayan Maity wrote: > On 12/24/2014 09:30 PM, Stefan Agner wrote: > > On 2014-12-19 10:55, Sanchayan Maity wrote: > >> Using hw_write_id_reg and hw_read_id_reg to write and read > >> identification registers contents. This can be used to get > >> control

Re: [PATCH 1/3] usb: chipidea: Add identification registers access APIs

2014-12-24 Thread Peter Chen
On Wed, Dec 24, 2014 at 05:00:05PM +0100, Stefan Agner wrote: > On 2014-12-19 10:55, Sanchayan Maity wrote: > > Using hw_write_id_reg and hw_read_id_reg to write and read > > identification registers contents. This can be used to get > > controller information, change some system configurations > >

Re: [PATCH 1/3] usb: chipidea: Add identification registers access APIs

2014-12-24 Thread Sanchayan Maity
On 12/24/2014 09:30 PM, Stefan Agner wrote: > On 2014-12-19 10:55, Sanchayan Maity wrote: >> Using hw_write_id_reg and hw_read_id_reg to write and read >> identification registers contents. This can be used to get >> controller information, change some system configurations >> and so on. > > Check

[PATCH 1/3] usb: chipidea: Add identification registers access APIs

2014-12-19 Thread Sanchayan Maity
Using hw_write_id_reg and hw_read_id_reg to write and read identification registers contents. This can be used to get controller information, change some system configurations and so on. Signed-off-by: Sanchayan Maity --- drivers/usb/chipidea/ci.h | 53 +

[PATCH 1/3] usb: chipidea: add identification registers access APIs

2014-12-17 Thread Peter Chen
Using hw_write_id_reg and hw_read_id_reg to write and read identification registers contents, they can be used to get controller information, change some system configurations, and so on. Signed-off-by: Peter Chen --- drivers/usb/chipidea/ci.h | 39 +++ 1 file