Received: by 10.213.65.68 with SMTP id h4csp1182873imn; Sun, 18 Mar 2018 18:29:58 -0700 (PDT) X-Google-Smtp-Source: AG47ELvfnRcp8rEQyEr491E7ku5nm0mQwMDojp3S13xSCnNgeaYXEEzaFTEa+/AdFAspa4VCbSoy X-Received: by 2002:a17:902:7088:: with SMTP id z8-v6mr10588778plk.174.1521422998219; Sun, 18 Mar 2018 18:29:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521422998; cv=none; d=google.com; s=arc-20160816; b=ZqlUXFt+N9528TaZ390SKHPppXLt/YEN5AW9v9PFhNAFXWIfERYWAHDGVC/KF0/Q5t OwASC7fH2M67lMwIGeETYb+DmcEvIij/LLW2SZtWe00qAQB3GITE7i6ZEzSPwOe9GJXc OLVEjPWKaL4tm2Ae46zb1q/xrhLgw3aTtMWUAyU7dIx5oiGkPf1G7Irctux9hifTjNU3 t7O6o1ac8MiFGQ4XiYWn72u3pGozIvSZ4NYD2g0LCpTVqB28a1c96D3xvfXbqfBqFT0K Q8Bi2OPLddIJcWA1xSyAcq6jO+0G7gTcMoasW5DwpK7t9MdBKOGvSKeuqEf1McG461I/ u11g== 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=kd4u6YhfMdbmXyt99X6tuyciLMKMQzVrUEMd6AH1C+0=; b=WFV7KxQpLxHudQKufxqvP5RIY9u5aACVrG3ZvG7xyvUBkY6K81L2rO/ViZloxJ1K6v 0VDwBIr5kOMwVNo4lZuXlQhor8rDgRy+SRzBMv6L4ftPGDwHbKiKztzdhRob1kgs0KP8 63RJQkz8y005iDVenS8VQL47flpIEsFfk6j+uNnuWfYDeZ0PB72q29Q1rTpk1iNeo9OB fXUo1bmBOgX4tCTrFdRXEPax4ktZ6Q2MqFp2zhQWSYZBLfA4NzVC9I1ud8F/ypV+AQ83 xK/hPrQHhtW3m1/ZPNqjJmgNttTVtc4nUPr1zE7oDmBYDG3RCW4893sVzXWD2mvQT6VP IzsQ== 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 b8-v6si11341616ple.246.2018.03.18.18.29.44; Sun, 18 Mar 2018 18:29:58 -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 S1754980AbeCSB2n convert rfc822-to-8bit (ORCPT + 99 others); Sun, 18 Mar 2018 21:28:43 -0400 Received: from hermes.aosc.io ([199.195.250.187]:54565 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754531AbeCSB2l (ORCPT ); Sun, 18 Mar 2018 21:28:41 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 5C50E59A4E; Mon, 19 Mar 2018 01:28:37 +0000 (UTC) Date: Mon, 19 Mar 2018 09:28:23 +0800 In-Reply-To: <20180318201744.dw6hnm2vdybaunev@flea> References: <20180316140215.28663-1-icenowy@aosc.io> <20180318201744.dw6hnm2vdybaunev@flea> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [PATCH v4 0/9] Initial Allwinner H6 support To: linux-arm-kernel@lists.infradead.org, Maxime Ripard CC: devicetree@vger.kernel.org, Linus Walleij , linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Chen-Yu Tsai , Rob Herring , 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年3月19日 GMT+08:00 上午4:17:44, Maxime Ripard 写到: >On Fri, Mar 16, 2018 at 10:02:06PM +0800, Icenowy Zheng wrote: >> This patchset adds initial support for the Allwinner H6 SoC. >> >> It's quite different from earlier Allwinner SoCs. For example, the >> memory map is refactored, and the CCU is rearranged. It's also the >first >> Allwinner SoC with PCI Express interface (although the implementation >> of the PCI Express controller is broken), and the second one with USB >> 3.0 (the first one is A80). >> >> This patchset adds the most basical support for it, including the >main pin >> controller, the main CCU and the basical device tree. >> >> Icenowy Zheng (9): >> pinctrl: sunxi: refactor irq related register function to have desc >> pinctrl: sunxi: introduce IRQ bank conversion function >> pinctrl: sunxi: change irq_bank_base to irq_bank_map >> pinctrl: sunxi: add support for the Allwinner H6 main pin >controller >> clk: sunxi-ng: Support fixed post-dividers on NKMP style clocks >> dt-bindings: add device tree binding for Allwinner H6 main CCU >> clk: sunxi-ng: add support for the Allwinner H6 CCU >> arm64: allwinner: h6: add the basical Allwinner H6 DTSI file >> arm64: allwinner: h6: add support for Pine H64 board > >Applied the !pinctrl patches. Oops, one clock (CLK_HDMI_SLOW) is missing in the CCU driver, as Jernej pointed out. Should I send a patch that fix it? > >Thanks! >Maxime