Re: [PATCH 5/5] ARM: config: Get rid of config COMMON_CLK_MAX77802

From: Laxman Dewangan
Date: Thu Jun 16 2016 - 09:21:33 EST



On Thursday 16 June 2016 06:36 PM, Javier Martinez Canillas wrote:
Hello Krzysztof,

On 06/16/2016 08:25 AM, Krzysztof Kozlowski wrote:
On 06/15/2016 05:39 PM, Javier Martinez Canillas wrote:
Hello Laxman,

On 06/15/2016 10:13 AM, Laxman Dewangan wrote:
The clock driver used by Maxim PMIC MAX77802 is clk-max77686
which can be enabled with config CONFIG_COMMON_CLK_MAX77686.

Hence the config CONFIG_COMMON_CLK_MAX77802 is not required.

Signed-off-by: Laxman Dewangan <ldewangan@xxxxxxxxxx>
CC: Krzysztof Kozlowski <k.kozlowski@xxxxxxxxxxx>
CC: Javier Martinez Canillas <javier@xxxxxxxxxxxx>
---
arch/arm/configs/exynos_defconfig | 1 -
arch/arm/configs/multi_v7_defconfig | 1 -
Please split these two changes in separate patches, there are just
cleanups needed after 1/5 and they can be picked separately.
Not entirely separately. If we do not want to loose max77802 clocks on
defconfigs, then it should go with the same tree or after driver get
merged. I prefer the latter, similar case to 1898994229f8 ("ARM:
multi_v7_defconfig: Switch max77693 to module").

Agreed. Your latter example is what I tried to say (that can be picked
as cleanups separately once 1/5 hits mainline). I just didn't express
clearly.


OK, I will drop this from series when will send V2.
The changes can be done later on once clock changes get merged.