Re: [PATCH 4/4] OMAP3: PM: export chip IDCODE, Production ID and Die ID

2010-04-27 Thread Eduardo Valentin
Hello Tony, On Mon, Apr 26, 2010 at 08:28:12PM +0200, ext Tony Lindgren wrote: * Eduardo Valentin eduardo.valen...@nokia.com [100426 01:20]: From: Eduardo Valentin eduardo.valen...@nokia.com This patch exports the OMAP3 IDCODE, Production ID and Die ID to userspace via /proc/cpuinfo

Re: [PATCH 4/4] OMAP3: PM: export chip IDCODE, Production ID and Die ID

2010-04-27 Thread Tony Lindgren
* Eduardo Valentin eduardo.valen...@nokia.com [100427 03:08]: Hello Tony, On Mon, Apr 26, 2010 at 08:28:12PM +0200, ext Tony Lindgren wrote: * Eduardo Valentin eduardo.valen...@nokia.com [100426 01:20]: + + /* Append OMAP3 IDCODE, Production ID and Die ID to system_soc_info */ + sz

RE: [PATCH 4/4] OMAP3: PM: export chip IDCODE, Production ID and Die ID

2010-04-26 Thread Shilimkar, Santosh
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Eduardo Valentin Sent: Monday, April 26, 2010 1:55 PM To: ext Kevin Hilman; ext Tony Lindgren Cc: \De-Schrijver Peter (Nokia-D/Helsinki)\; Linux-OMAP; Eduardo Valentin

RE: [PATCH 4/4] OMAP3: PM: export chip IDCODE, Production ID and Die ID

2010-04-26 Thread Shilimkar, Santosh
+ /* Append OMAP3 IDCODE, Production ID and Die ID to system_soc_info */ + sz = strlen(system_soc_info); + snprintf(system_soc_info + sz, SYSTEM_SOC_INFO_SIZE - sz, + \n\tIDCODE\t: %08x\n\tPr. ID\t: %08x %08x %08x %08x\n + \tDie ID\t: %08x %08x

Re: [PATCH 4/4] OMAP3: PM: export chip IDCODE, Production ID and Die ID

2010-04-26 Thread Tony Lindgren
* Eduardo Valentin eduardo.valen...@nokia.com [100426 01:20]: From: Eduardo Valentin eduardo.valen...@nokia.com This patch exports the OMAP3 IDCODE, Production ID and Die ID to userspace via /proc/cpuinfo using the system_soc_info. This can be used to track down silicon specific issues.