From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751757AbdFHGp3 (ORCPT ); Thu, 8 Jun 2017 02:45:29 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:36656 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751709AbdFHGpY (ORCPT ); Thu, 8 Jun 2017 02:45:24 -0400 Date: Thu, 8 Jun 2017 08:45:20 +0200 From: Krzysztof Kozlowski To: Arnd Bergmann Cc: Russell King , Kukjin Kim , Javier Martinez Canillas , Linux ARM , "moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES" , Linux Kernel Mailing List , Olof Johansson Subject: Re: [PATCH] ARM: samsung: Save defconfig for Exynos, S3C and S5P configs Message-ID: <20170608064520.GA2770@kozik-book> References: <20170607181846.13539-1-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 07, 2017 at 09:49:58PM +0200, Arnd Bergmann wrote: > On Wed, Jun 7, 2017 at 8:18 PM, Krzysztof Kozlowski wrote: > > Some configs for Samsung ARM SoCs were not updated for some time and > > they still contain obsolete Kconfig entries. Generate new defconfig for > > all Samsung ARM architectures (Exynos, S3C24xx, S3C64xx, S5Pv210). > > > > Signed-off-by: Krzysztof Kozlowski > > Hi Krzysztof, > > Updating the defconfig files is good, but I'm always a little unsure > about loss of > information when we do that. Would it be possible for you to split this patch > into two halves, with one of them just reordering the entries that moved, > and the second one removing the entries that have disappeared, with an > explanation for why they are no longer there? That would let us see whether > the change was intentional and avoid problems from renamed Kconfig > symbols that are no longer enabled afterwards. Splitting the change into two commits (reorder and removal) makes sense. However getting the information why some things were removed, will require more effort. I'll see what I can do. Best regards, Krzysztof