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.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 6760AC3A5A1 for ; Thu, 22 Aug 2019 10:32:06 +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 3BB57206B7 for ; Thu, 22 Aug 2019 10:32:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="SKPfE5Qq" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3BB57206B7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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:Date: Message-ID:From:References:To:Subject:Reply-To:Content-ID:Content-Description :Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Ap4G7Z1V+VtWy2WLgm5uj4HODmPfK+eg9j/S5DFUpoU=; b=SKPfE5QqSvAJm6 gPJwWrR7ZtLoglCMcmqS9XHjMb6e72NC/Ujd6kzI3thBfebpKYXSGHhDEtLj3QrBTGkdqE6nOUPfC HpUwstjvisVNMg3Q0vR7M05kgC7NODm7Khj+cRai70Nl/ZGU+ARu6M60oo4F6GTzIgXMArrpYORPF 7W+oiMRVmdvcLoZN6jBKPDOgFfY6bRG1wYTBQiJN5VJd6naU8z5FU7rfFheqqMMfCPuVeF7yYMBxc R47/GahvDPmlULRBieVjmQVPLrIpY2bODl4uR6TO3+piHJNJ3ZPD/JxNQIfPUHhxmYOZOCMO3JFAH OX1QjOuwoYNiKBAcoLlw==; 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 1i0kNx-0002Za-Qx; Thu, 22 Aug 2019 10:32:05 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i0kNu-0002YR-UY for linux-arm-kernel@lists.infradead.org; Thu, 22 Aug 2019 10:32:04 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AEE8915AD; Thu, 22 Aug 2019 03:32:01 -0700 (PDT) Received: from [10.1.197.61] (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 188B93F246; Thu, 22 Aug 2019 03:31:58 -0700 (PDT) Subject: Re: [PATCH v2 00/20] Initial support for Marvell MMP3 SoC To: Lubomir Rintel , Olof Johansson References: <20190822092643.593488-1-lkundrak@v3.sk> From: Marc Zyngier Organization: Approximate Message-ID: <244fdc87-0fe5-be79-d9cd-2395d0ac3f57@kernel.org> Date: Thu, 22 Aug 2019 11:31:57 +0100 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20190822092643.593488-1-lkundrak@v3.sk> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190822_033203_031936_501F80EB X-CRM114-Status: GOOD ( 17.97 ) 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: Mark Rutland , devicetree@vger.kernel.org, Jason Cooper , Stephen Boyd , linux-kernel@vger.kernel.org, Michael Turquette , Russell King , Kishon Vijay Abraham I , Rob Herring , Thomas Gleixner , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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 22/08/2019 10:26, Lubomir Rintel wrote: > Hi, > > this is a second spin of a patch set that adds support for the Marvell > MMP3 processor. MMP3 is used in OLPC XO-4 laptops, Panasonic Toughpad > FZ-A1 tablet and Dell Wyse 3020 Tx0D thin clients. > > Compared to v1, there's a handful of fixes in response to reviews. Patch > 02/20 is new. Details in individual patches. > > Apart from the adjustments in mach-mmp/, the patch makes necessary > changes to the irqchip driver and adds an USB2 PHY driver. The latter > has a dependency on the mach-mmp/ changes, so it can't be submitted > separately. > > The patch set has been tested to work on Wyse Tx0D and not ruin MMP2 > support on XO-1.75. How do you want this series to be merged? I'm happy to take the irqchip related patches as well as the corresponding DT change (once reviewed) through my tree. Thanks, M. -- Jazz is not dead, it just smells funny... _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel