Re: [PATCH] ARM: tegra: fuse: add fuctions to read speedo id and process id

2013-03-19 Thread Danny Huang
On Wed, 2013-03-20 at 09:50 +0800, Stephen Warren wrote: > On 03/19/2013 07:39 PM, Danny Huang wrote: > > On Wed, 2013-03-20 at 02:05 +0800, Stephen Warren wrote: > >> On 03/18/2013 08:33 PM, Danny Huang wrote: > >>> Add functions to read the speedo and process id of both cpu and soc. > >>> There m

Re: [PATCH] ARM: tegra: fuse: add fuctions to read speedo id and process id

2013-03-19 Thread Stephen Warren
On 03/19/2013 07:39 PM, Danny Huang wrote: > On Wed, 2013-03-20 at 02:05 +0800, Stephen Warren wrote: >> On 03/18/2013 08:33 PM, Danny Huang wrote: >>> Add functions to read the speedo and process id of both cpu and soc. >>> There might be some drivers need the information as well. >> >> What code

Re: [PATCH] ARM: tegra: fuse: add fuctions to read speedo id and process id

2013-03-19 Thread Danny Huang
On Wed, 2013-03-20 at 02:05 +0800, Stephen Warren wrote: > On 03/18/2013 08:33 PM, Danny Huang wrote: > > Add functions to read the speedo and process id of both cpu and soc. > > There might be some drivers need the information as well. > > What code wants to use these functions? It'd be best to s

Re: [PATCH] ARM: tegra: fuse: add fuctions to read speedo id and process id

2013-03-19 Thread Stephen Warren
On 03/18/2013 08:33 PM, Danny Huang wrote: > Add functions to read the speedo and process id of both cpu and soc. > There might be some drivers need the information as well. What code wants to use these functions? It'd be best to submit this patch with that code, so that something actually uses th