Re: [PATCH v2 4/4] soc: samsung: exynos-chipid: convert to driver and merge exynos-asv

2020-12-08 Thread 'Krzysztof Kozlowski'
-...@vger.kernel.org; linux- > > ker...@vger.kernel.org > > Cc: Sylwester Nawrocki ; Marek Szyprowski > > ; Bartlomiej Zolnierkiewicz > > ; Arnd Bergmann ; Chanwoo > > Choi ; Alim Akhtar ; > > Pankaj Dubey > > Subject: [PATCH v2 4/4] soc: samsung: exynos-

RE: [PATCH v2 4/4] soc: samsung: exynos-chipid: convert to driver and merge exynos-asv

2020-12-07 Thread Pankaj Dubey
rowski > ; Bartlomiej Zolnierkiewicz > ; Arnd Bergmann ; Chanwoo > Choi ; Alim Akhtar ; > Pankaj Dubey > Subject: [PATCH v2 4/4] soc: samsung: exynos-chipid: convert to driver and > merge exynos-asv > > The Exynos Chip ID driver on Exynos SoCs has so far only informational

[PATCH v2 4/4] soc: samsung: exynos-chipid: convert to driver and merge exynos-asv

2020-12-07 Thread Krzysztof Kozlowski
The Exynos Chip ID driver on Exynos SoCs has so far only informational purpose - to expose the SoC device in sysfs. No other drivers depend on it so there is really no benefit of initializing it early. The code would be the most flexible if converted to a regular driver. However there is already