From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 086DFC32753 for ; Wed, 31 Jul 2019 22:53:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D2542206A2 for ; Wed, 31 Jul 2019 22:53:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b="aLWTKr5D" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730357AbfGaWxp (ORCPT ); Wed, 31 Jul 2019 18:53:45 -0400 Received: from pandora.armlinux.org.uk ([78.32.30.218]:54532 "EHLO pandora.armlinux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726232AbfGaWxo (ORCPT ); Wed, 31 Jul 2019 18:53:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=ATvYdNztPV3VRoATCZ+XXKdGjFdgKnY+Oq7E+6cYRLw=; b=aLWTKr5D4Rlk7ktmm3LE29Dbo /taejBAF/fXWYBc+QVYYMIDzXl057wk3SyDWKz4hs+4iwydnV48UnmAg/XzlUTXhwOUIdnYrHWh0/ TWYVtv1avZ0FLXQm3YUQU2tYjr44orLV+M/V+ZhoQV3bDFScKO/OTTOMFAIaPnogFjiuG8ThozLND tdsnZMyYD3CGn1c5rBlIGRDrN4R282d8kjN05QVoIfOD2Inz1RIm/eToT6V6qRWJPSqewWytQAGLm OzOBhKPMd4feDMZu+M5tm5g0jqYDFq2FqDS8oZmuSAXX+PkFIlzTyr+EM50T1csY0ZV1uPbDrJsnc F5zemaCyA==; Received: from shell.armlinux.org.uk ([2002:4e20:1eda:1:5054:ff:fe00:4ec]:46960) by pandora.armlinux.org.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1hsxT5-0005ur-J6; Wed, 31 Jul 2019 23:53:11 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.92) (envelope-from ) id 1hsxSy-0003Z5-38; Wed, 31 Jul 2019 23:53:04 +0100 Date: Wed, 31 Jul 2019 23:53:04 +0100 From: Russell King - ARM Linux admin To: Arnd Bergmann Cc: soc@kernel.org, linux-arm-kernel@lists.infradead.org, Vladimir Zapolskiy , Sylvain Lemieux , Gregory Clement , Linus Walleij , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , "David S. Miller" , Greg Kroah-Hartman , Alan Stern , Guenter Roeck , linux-gpio@vger.kernel.org, netdev@vger.kernel.org, linux-serial@vger.kernel.org, linux-usb@vger.kernel.org, linux-watchdog@vger.kernel.org Subject: Re: [PATCH 00/14] ARM: move lpc32xx and dove to multiplatform Message-ID: <20190731225303.GC1330@shell.armlinux.org.uk> References: <20190731195713.3150463-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190731195713.3150463-1-arnd@arndb.de> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, Jul 31, 2019 at 09:56:42PM +0200, Arnd Bergmann wrote: > For dove, the patches are basically what I had proposed back in > 2015 when all other ARMv6/ARMv7 machines became part of a single > kernel build. I don't know what the state is mach-dove support is, > compared to the DT based support in mach-mvebu for the same > hardware. If they are functionally the same, we could also just > remove mach-dove rather than applying my patches. Well, the good news is that I'm down to a small board support file for the Dove Cubox now - but the bad news is, that there's still a board support file necessary to support everything the Dove SoC has to offer. Even for a DT based Dove Cubox, I'm still using mach-dove, but it may be possible to drop most of mach-dove now. Without spending a lot of time digging through it, it's impossible to really know. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 12.1Mbps down 622kbps up According to speedtest.net: 11.9Mbps down 500kbps up From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 79A46C433FF for ; Wed, 31 Jul 2019 22:55:32 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 44A46206A2 for ; Wed, 31 Jul 2019 22:55:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="M5bIohoc"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b="aLWTKr5D" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 44A46206A2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=armlinux.org.uk Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=tQAhn/9MYNcqZLZymUbZbwoybI1VdxfBJ6oLdBwGvNo=; b=M5bIohocDeu9h4 rilzdPKJ55zqE9xiuF8GOjqHDxDC984WILue/LEvZ+CDLrPTNUhtcLW8Ey/foUY2fmkHrj1jNrJkw tqY4wtKFac84h7Zg/4AuDepVPPIGFCoYKsmHiGGsbgRnSYXeJS48JbvQsbBjg/FE1SACIQEwlxiSt gMrYrbupNXGnVI+2iv5rmGg4F2ucaRrFnGgXngcGqIwlo9T//5ZI2LcFDCY+b4auAp2yDnkXD2wBX 4rPEJpwc6RV086sn71iRnvC8gXnutRk00kkrZpvdeMN1Q3N8L78zts+EAGWsoR4JkJlhIPE8N5QVN DAwOH5FuYwEpEmGSLWhA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hsxVL-0001hT-5I; Wed, 31 Jul 2019 22:55:31 +0000 Received: from pandora.armlinux.org.uk ([2001:4d48:ad52:3201:214:fdff:fe10:1be6]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hsxVH-0000HM-MP for linux-arm-kernel@lists.infradead.org; Wed, 31 Jul 2019 22:55:29 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=ATvYdNztPV3VRoATCZ+XXKdGjFdgKnY+Oq7E+6cYRLw=; b=aLWTKr5D4Rlk7ktmm3LE29Dbo /taejBAF/fXWYBc+QVYYMIDzXl057wk3SyDWKz4hs+4iwydnV48UnmAg/XzlUTXhwOUIdnYrHWh0/ TWYVtv1avZ0FLXQm3YUQU2tYjr44orLV+M/V+ZhoQV3bDFScKO/OTTOMFAIaPnogFjiuG8ThozLND tdsnZMyYD3CGn1c5rBlIGRDrN4R282d8kjN05QVoIfOD2Inz1RIm/eToT6V6qRWJPSqewWytQAGLm OzOBhKPMd4feDMZu+M5tm5g0jqYDFq2FqDS8oZmuSAXX+PkFIlzTyr+EM50T1csY0ZV1uPbDrJsnc F5zemaCyA==; Received: from shell.armlinux.org.uk ([2002:4e20:1eda:1:5054:ff:fe00:4ec]:46960) by pandora.armlinux.org.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1hsxT5-0005ur-J6; Wed, 31 Jul 2019 23:53:11 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.92) (envelope-from ) id 1hsxSy-0003Z5-38; Wed, 31 Jul 2019 23:53:04 +0100 Date: Wed, 31 Jul 2019 23:53:04 +0100 From: Russell King - ARM Linux admin To: Arnd Bergmann Subject: Re: [PATCH 00/14] ARM: move lpc32xx and dove to multiplatform Message-ID: <20190731225303.GC1330@shell.armlinux.org.uk> References: <20190731195713.3150463-1-arnd@arndb.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190731195713.3150463-1-arnd@arndb.de> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190731_155527_735752_2BB8A66C X-CRM114-Status: GOOD ( 14.69 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , linux-watchdog@vger.kernel.org, Jason Cooper , "David S. Miller" , Greg Kroah-Hartman , Linus Walleij , linux-usb@vger.kernel.org, Vladimir Zapolskiy , linux-gpio@vger.kernel.org, soc@kernel.org, netdev@vger.kernel.org, Alan Stern , Guenter Roeck , linux-serial@vger.kernel.org, Sylvain Lemieux , Gregory Clement , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Jul 31, 2019 at 09:56:42PM +0200, Arnd Bergmann wrote: > For dove, the patches are basically what I had proposed back in > 2015 when all other ARMv6/ARMv7 machines became part of a single > kernel build. I don't know what the state is mach-dove support is, > compared to the DT based support in mach-mvebu for the same > hardware. If they are functionally the same, we could also just > remove mach-dove rather than applying my patches. Well, the good news is that I'm down to a small board support file for the Dove Cubox now - but the bad news is, that there's still a board support file necessary to support everything the Dove SoC has to offer. Even for a DT based Dove Cubox, I'm still using mach-dove, but it may be possible to drop most of mach-dove now. Without spending a lot of time digging through it, it's impossible to really know. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 12.1Mbps down 622kbps up According to speedtest.net: 11.9Mbps down 500kbps up _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel