Re: [PATCH v4 1/2] soc: samsung: add exynos chipid driver support

2014-12-10 Thread Pankaj Dubey
Hi Yadwinder, On Thursday 04 December 2014 11:56 PM, Yadwinder Singh Brar wrote: Hi Pankaj, On Wed, Dec 3, 2014 at 1:47 PM, Pankaj Dubey mailto:pankaj.du...@samsung.com>> wrote: Exynos SoCs have Chipid, for identification of product IDs and SoC revisions. This patch intendes to

Re: [PATCH v4 1/2] soc: samsung: add exynos chipid driver support

2014-12-10 Thread Pankaj Dubey
Hi Yadwinder, On Thursday 04 December 2014 11:56 PM, Yadwinder Singh Brar wrote: Hi Pankaj, On Wed, Dec 3, 2014 at 1:47 PM, Pankaj Dubey pankaj.du...@samsung.com mailto:pankaj.du...@samsung.com wrote: Exynos SoCs have Chipid, for identification of product IDs and SoC revisions. This

Re: [PATCH v4 1/2] soc: samsung: add exynos chipid driver support

2014-12-04 Thread Arnd Bergmann
On Thursday 04 December 2014 10:30:36 Pankaj Dubey wrote: > > > > On Wednesday 03 December 2014 13:47:37 Pankaj Dubey wrote: > > > >> + soc_dev_attr->soc_id = exynos_product_id_to_name(soc_product_id); > >> + > >> + soc_dev = soc_device_register(soc_dev_attr); > >> + if

Re: [PATCH v4 1/2] soc: samsung: add exynos chipid driver support

2014-12-04 Thread Arnd Bergmann
On Thursday 04 December 2014 10:30:36 Pankaj Dubey wrote: On Wednesday 03 December 2014 13:47:37 Pankaj Dubey wrote: + soc_dev_attr-soc_id = exynos_product_id_to_name(soc_product_id); + + soc_dev = soc_device_register(soc_dev_attr); + if (IS_ERR(soc_dev)) +

Re: [PATCH v4 1/2] soc: samsung: add exynos chipid driver support

2014-12-03 Thread Pankaj Dubey
Hi Arnd, On Wednesday 03 December 2014 04:13 PM, Arnd Bergmann wrote: Exynos SoCs have Chipid, for identification of product IDs and SoC revisions. This patch intendes to provide initialization code for all these functionalites, at the same time it provides some sysfs entries for accessing

Re: [PATCH v4 1/2] soc: samsung: add exynos chipid driver support

2014-12-03 Thread Arnd Bergmann
> Exynos SoCs have Chipid, for identification of product IDs > and SoC revisions. This patch intendes to provide initialization > code for all these functionalites, at the same time it provides some > sysfs entries for accessing these information to userspace. > > This driver usese existing

[PATCH v4 1/2] soc: samsung: add exynos chipid driver support

2014-12-03 Thread Pankaj Dubey
Exynos SoCs have Chipid, for identification of product IDs and SoC revisions. This patch intendes to provide initialization code for all these functionalites, at the same time it provides some sysfs entries for accessing these information to userspace. This driver usese existing binding for

[PATCH v4 1/2] soc: samsung: add exynos chipid driver support

2014-12-03 Thread Pankaj Dubey
Exynos SoCs have Chipid, for identification of product IDs and SoC revisions. This patch intendes to provide initialization code for all these functionalites, at the same time it provides some sysfs entries for accessing these information to userspace. This driver usese existing binding for

Re: [PATCH v4 1/2] soc: samsung: add exynos chipid driver support

2014-12-03 Thread Arnd Bergmann
Exynos SoCs have Chipid, for identification of product IDs and SoC revisions. This patch intendes to provide initialization code for all these functionalites, at the same time it provides some sysfs entries for accessing these information to userspace. This driver usese existing binding for

Re: [PATCH v4 1/2] soc: samsung: add exynos chipid driver support

2014-12-03 Thread Pankaj Dubey
Hi Arnd, On Wednesday 03 December 2014 04:13 PM, Arnd Bergmann wrote: Exynos SoCs have Chipid, for identification of product IDs and SoC revisions. This patch intendes to provide initialization code for all these functionalites, at the same time it provides some sysfs entries for accessing