Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp6806933imm; Wed, 27 Jun 2018 13:50:24 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKJ/81lbUsNFsCZocXdSZRwsKXzOuZDQ+v5Hg6zoe4MoMIOLblldeSzMTqpm2RpgxQMDBGi X-Received: by 2002:a63:370f:: with SMTP id e15-v6mr6410988pga.192.1530132624817; Wed, 27 Jun 2018 13:50:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530132624; cv=none; d=google.com; s=arc-20160816; b=FIECxvwbqMQ+KMkbAlsvFr4V9x8dvkwhYu4SvMz9pGW12GOXsCjcJeYz0s4mIdoioj btHPpiR/5jHTPDEGl/gjnvTylcocAJYw0x+FqGPQs1HRuStxEjz4SDPazwpSwBNCnOvD huCQdi6zRRPpCC2r8efXNAOAs/DPodYfZ9Nk7IqW354F2dsMpSri1BnzD9EyPbNBs9gh wsuMvYQObcXGVVPzzVyudpbyyRN41eTTVQoEsCYr1/OE9a7Owz9jw1MCOEsPv9Vpt3ll qpnSo6JgfQWzqzi+zwuaXdlHjFNBEQaUqFVy4WRsS+ocxxvSZciPtgIcQdYCgbKxFsbs z/lQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:from:cc:to:subject :content-transfer-encoding:mime-version:references:in-reply-to:date :arc-authentication-results; bh=ceU7/aGtsZh1E+mA0IH6zzL0wvSH56qQ+g4Le53xd2g=; b=oK+wzxezvg3qkgvutQ+7GQFxigXfD0slxk1j6I/hsbwkvlqIBPDEZpLxHqxjW3A7Lq SLWbH/YRYVbKCR41pV6Jjh4kfpk3bwcrA3AATrjrC2JTHdGB2IaBr7W8MTLITGTZRaew +RDu38aQrtBNbg5ok1Q5s6sQa5Y1dBNhh5HwtQQPxnZZHIVFSJmCpylxEOPbzFQPrI7t UWyS9p1MRrlWyfMM9f6NUO00B1D9azUde5aNTFvyF7/L6PfeyaeBcUsd5Nuwt1ceF2WZ DWHfzImOcSxodrCvZHxByfqHX2LRN17Sy6O0s6/clGsJTHLdNr2jKf5+SDmrz41LdXDk +9LA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f9-v6si4728095plo.206.2018.06.27.13.50.10; Wed, 27 Jun 2018 13:50:24 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754946AbeF0UWH convert rfc822-to-8bit (ORCPT + 99 others); Wed, 27 Jun 2018 16:22:07 -0400 Received: from hermes.aosc.io ([199.195.250.187]:53548 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752011AbeF0UWF (ORCPT ); Wed, 27 Jun 2018 16:22:05 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 93FA847DBE; Wed, 27 Jun 2018 20:21:55 +0000 (UTC) Date: Thu, 28 Jun 2018 04:21:30 +0800 In-Reply-To: <20180627183721.jmmsmp3u3mq4drvb@flea> References: <20180622122615.55836-1-icenowy@aosc.io> <20180627183721.jmmsmp3u3mq4drvb@flea> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [PATCH v2 0/7] Allwinner A64 DE2 CCU support with dedicated DE2 bus driver To: linux-arm-kernel@lists.infradead.org, Maxime Ripard CC: devicetree@vger.kernel.org, Jernej Skrabec , linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, Chen-Yu Tsai , Rob Herring , Jagan Teki , linux-clk@vger.kernel.org From: Icenowy Zheng Message-ID: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 于 2018年6月28日 GMT+08:00 上午2:37:21, Maxime Ripard 写到: >On Fri, Jun 22, 2018 at 08:26:08PM +0800, Icenowy Zheng wrote: >> This patchset tries to implement the Allwinner A64 DE2 as a bus >driver, >> in order to model the fact that the SRAM claim controls the access to >> the whole DE2 memory space. >> >> PATCH 1 and PATCH 4 are for the CCU part. >> >> PATCH 2 is the device tree binding for the A64 DE2 bus, and PATCH 3 >> implements the bus driver. >> >> PATCH 5 adds the DE2 CCU device tree node, with the DE2 bus node. >> >> PATCH 6 and 7 are HDMI simplefb patches for A64. They're present as a >> test to this patchset. > >Applied all the patches with the minor modifications Chen-Yu and I >suggested. > >The threading was broken on your serie though, so you probably want to >check your git configuration. In fact I think I should check my ISP configuration. The breakage is introduced due to too long delay between aosc.io mail server and my computer, so I must start to send the remaining patches again. > >Thanks! >Maxime