Re: [PATCH 11/36] ARM: s5pv210: split from plat-samsung

2019-10-23 Thread Krzysztof Kozlowski
On Wed, Oct 23, 2019 at 03:17:35PM +0200, Arnd Bergmann wrote: > On Wed, Oct 23, 2019 at 2:15 PM Krzysztof Kozlowski wrote: > > On Thu, Oct 10, 2019 at 10:29:55PM +0200, Arnd Bergmann wrote: > > > These can be build completely independently, so split > > > the two Kconfig symbols. > > > conf

Re: [PATCH 11/36] ARM: s5pv210: split from plat-samsung

2019-10-23 Thread Arnd Bergmann
On Wed, Oct 23, 2019 at 2:15 PM Krzysztof Kozlowski wrote: > On Thu, Oct 10, 2019 at 10:29:55PM +0200, Arnd Bergmann wrote: > > These can be build completely independently, so split > > the two Kconfig symbols. > > config DEBUG_S3C_UART0 > > - depends on PLAT_SAMSUNG || ARCH_EXYN

Re: [PATCH 11/36] ARM: s5pv210: split from plat-samsung

2019-10-23 Thread Krzysztof Kozlowski
On Thu, Oct 10, 2019 at 10:29:55PM +0200, Arnd Bergmann wrote: > These can be build completely independently, so split > the two Kconfig symbols. > > Signed-off-by: Arnd Bergmann > --- > arch/arm/Kconfig.debug| 6 +++--- > arch/arm/Makefile | 1 - > arch/arm/plat-samsung/Kcon

Re: [PATCH 11/36] ARM: s5pv210: split from plat-samsung

2019-10-22 Thread Arnd Bergmann
On Tue, Oct 22, 2019 at 5:53 PM Uwe Kleine-König wrote: > The background of my question was me wondering if builds > for PLAT_S3C24XX=y (before your patch series) don't need plat-samsung. What I found is that the DT-based platforms (exynos and s5p) need almost nothing from plat-samsung, while the

Re: [PATCH 11/36] ARM: s5pv210: split from plat-samsung

2019-10-22 Thread Uwe Kleine-König
Hello, On Tue, Oct 22, 2019 at 04:01:12PM +0200, Arnd Bergmann wrote: > > > @@ -235,7 +235,6 @@ machine-$(CONFIG_PLAT_SPEAR) += spear > > > # by CONFIG_* macro name. > > > plat-$(CONFIG_ARCH_OMAP) += omap > > > plat-$(CONFIG_ARCH_S3C64XX) += samsung > > > -plat-$(CONFIG_ARCH_S

Re: [PATCH 11/36] ARM: s5pv210: split from plat-samsung

2019-10-22 Thread Arnd Bergmann
On Fri, Oct 11, 2019 at 7:51 AM Uwe Kleine-König wrote: > > On Thu, Oct 10, 2019 at 10:29:55PM +0200, Arnd Bergmann wrote: > > These can be build completely independently, so split > > the two Kconfig symbols. > > > > Signed-off-by: Arnd Bergmann > > I'd mention the two symbols' names you're work

Re: [PATCH 11/36] ARM: s5pv210: split from plat-samsung

2019-10-15 Thread Thierry Reding
On Thu, Oct 10, 2019 at 10:29:55PM +0200, Arnd Bergmann wrote: [...] > diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig > index e3a2518503ed..8eb738cac0c7 100644 > --- a/drivers/pwm/Kconfig > +++ b/drivers/pwm/Kconfig > @@ -394,7 +394,7 @@ config PWM_ROCKCHIP > > config PWM_SAMSUNG >

Re: [PATCH 11/36] ARM: s5pv210: split from plat-samsung

2019-10-15 Thread Ulf Hansson
On Thu, 10 Oct 2019 at 22:38, Arnd Bergmann wrote: > > These can be build completely independently, so split > the two Kconfig symbols. > > Signed-off-by: Arnd Bergmann > --- > arch/arm/Kconfig.debug| 6 +++--- > arch/arm/Makefile | 1 - > arch/arm/plat-samsung/Kconfig | 2 +-

Re: [PATCH 11/36] ARM: s5pv210: split from plat-samsung

2019-10-10 Thread Uwe Kleine-König
On Thu, Oct 10, 2019 at 10:29:55PM +0200, Arnd Bergmann wrote: > These can be build completely independently, so split > the two Kconfig symbols. > > Signed-off-by: Arnd Bergmann I'd mention the two symbols' names you're working on in the commit log. I guess it's about PLAT_SAMSUNG and ARCH_S5PV

[PATCH 11/36] ARM: s5pv210: split from plat-samsung

2019-10-10 Thread Arnd Bergmann
These can be build completely independently, so split the two Kconfig symbols. Signed-off-by: Arnd Bergmann --- arch/arm/Kconfig.debug| 6 +++--- arch/arm/Makefile | 1 - arch/arm/plat-samsung/Kconfig | 2 +- drivers/mmc/host/Kconfig | 2 +- drivers/pwm/Kconfig