[COMMON] soc: samsung: add exynos chipid driver support
authorPankaj Dubey <pankaj.dubey@samsung.com>
Thu, 11 Dec 2014 13:49:06 +0000 (22:49 +0900)
committerJaehyoung Choi <jkkkkk.choi@samsung.com>
Wed, 2 May 2018 01:51:15 +0000 (10:51 +0900)
commit414daa4018234e84c193e71a596139a33f09788c
tree3207e7b8c91b020e59af25503bbe4ca216a05929
parent51e322a7f111b32e1c31c6a6fe213b9f2ca04116
[COMMON] soc: samsung: add exynos chipid driver support

Exynos SoCs have Chipid, for identification of product IDs
and SoC revisions. This patch intendes to provide initialization
code for all these functionalites.

This driver usese existing binding for exnos-chipid.

CC: Grant Likely <grant.likely@linaro.org>
CC: Rob Herring <robh+dt@kernel.org>
CC: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: Hosung Kim <hosung0.kim@samsung.com>
Conflicts:

drivers/soc/Kconfig
drivers/soc/Makefile
drivers/soc/samsung/Kconfig
drivers/soc/samsung/Makefile

Change-Id: I1271233bcbbc2509e0a0fe69b24de8b3a0044418
drivers/soc/samsung/Kconfig
drivers/soc/samsung/Makefile
drivers/soc/samsung/exynos-chipid.c [new file with mode: 0644]
include/linux/soc/samsung/exynos-soc.h [new file with mode: 0644]