From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753548AbaB1SMc (ORCPT ); Fri, 28 Feb 2014 13:12:32 -0500 Received: from mail-ea0-f174.google.com ([209.85.215.174]:58003 "EHLO mail-ea0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751763AbaB1SM2 (ORCPT ); Fri, 28 Feb 2014 13:12:28 -0500 Message-ID: <5310D184.3050905@gmail.com> Date: Fri, 28 Feb 2014 19:12:20 +0100 From: Sebastian Hesselbarth User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 To: Jason Cooper , Mark Brown CC: Chris Ball , Zhang Rui , Eduardo Valentin , Wim Van Sebroeck , Liam Girdwood , Andrew Lunn , Gregory Clement , alsa-devel@alsa-project.org, linux-watchdog@vger.kernel.org, linux-pm@vger.kernel.org, linux-mmc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/4] ARM: dove: prepare new Dove DT Kconfig variable References: <1393536486-3827-1-git-send-email-sebastian.hesselbarth@gmail.com> <1393536486-3827-3-git-send-email-sebastian.hesselbarth@gmail.com> <20140228015310.GC9383@sirena.org.uk> <20140228163448.GM1872@titan.lakedaemon.net> In-Reply-To: <20140228163448.GM1872@titan.lakedaemon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/28/2014 05:34 PM, Jason Cooper wrote: > On Fri, Feb 28, 2014 at 10:53:10AM +0900, Mark Brown wrote: >> On Thu, Feb 27, 2014 at 10:28:03PM +0100, Sebastian Hesselbarth wrote: >>> DT-enabled Dove will move over from ARCH_DOVE in mach-dove to MACH_DOVE in >>> mach-mvebu. As non-DT ARCH_DOVE will stay to rot for a while, add a new >>> DT-only MACH_DOVE to mmc, thermal, wdt, and asoc Kconfigs. >> >> I'd be much happier merging this sort of stuff individually through the >> subsystems, we already have an annoying conflict here... Is there some >> bisection problem with doing that? > > shouldn't be. Since these changes || the old with the new config > symbols. > > Sebastian, can you split this up into individual patches? Sure, I'll send them in-reply-to this mail soon. I'll also add the SATA PHY Kconfig in a bisectable way, i.e. add MACH_DOVE and for now ignore that the driver is DT-only. We plan to remove mach-dove in one or two cycles anyway, it will go with it then. Sebastian From mboxrd@z Thu Jan 1 00:00:00 1970 From: sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth) Date: Fri, 28 Feb 2014 19:12:20 +0100 Subject: [PATCH 2/4] ARM: dove: prepare new Dove DT Kconfig variable In-Reply-To: <20140228163448.GM1872@titan.lakedaemon.net> References: <1393536486-3827-1-git-send-email-sebastian.hesselbarth@gmail.com> <1393536486-3827-3-git-send-email-sebastian.hesselbarth@gmail.com> <20140228015310.GC9383@sirena.org.uk> <20140228163448.GM1872@titan.lakedaemon.net> Message-ID: <5310D184.3050905@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 02/28/2014 05:34 PM, Jason Cooper wrote: > On Fri, Feb 28, 2014 at 10:53:10AM +0900, Mark Brown wrote: >> On Thu, Feb 27, 2014 at 10:28:03PM +0100, Sebastian Hesselbarth wrote: >>> DT-enabled Dove will move over from ARCH_DOVE in mach-dove to MACH_DOVE in >>> mach-mvebu. As non-DT ARCH_DOVE will stay to rot for a while, add a new >>> DT-only MACH_DOVE to mmc, thermal, wdt, and asoc Kconfigs. >> >> I'd be much happier merging this sort of stuff individually through the >> subsystems, we already have an annoying conflict here... Is there some >> bisection problem with doing that? > > shouldn't be. Since these changes || the old with the new config > symbols. > > Sebastian, can you split this up into individual patches? Sure, I'll send them in-reply-to this mail soon. I'll also add the SATA PHY Kconfig in a bisectable way, i.e. add MACH_DOVE and for now ignore that the driver is DT-only. We plan to remove mach-dove in one or two cycles anyway, it will go with it then. Sebastian