Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp593862imm; Sat, 14 Jul 2018 07:48:07 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfBrAO1fDZ5RjdMVGMMEQonPaq3zpRbbS1goaS817q51D2YMLyB6W9Rz+ptWrrJAqHD8Kak X-Received: by 2002:a17:902:599b:: with SMTP id p27-v6mr10177210pli.191.1531579687673; Sat, 14 Jul 2018 07:48:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531579687; cv=none; d=google.com; s=arc-20160816; b=YKtqQqoIsJ5cYObLigAi6ium9Jv2ILS5xvBxEGF60I3p+iJZ+tBr6pn8vwuZy9gmQC 4NBB254AXTlsd+4CnL3AOi5c3338rlj2PO2o3YW2DRJ7dafTFSLVGymxW07Y18Dv+NFS ZA+FJ2zDUAZGCngUiW7xTlX8NHF8+fVEqQPdAEPJ7Ob1flpuyZDihXldcRx5/+hLmGz4 ldEZ4stpI5GRkvHVMGPxP15to4usaKwfmIduwLj54BbkEbyo06C6JAYOuBn32eaKbxHS iRjdua2wAT0or6cCMKYn5fodMdv68O0yVk/VTSSW9SXf6G/KXk8dk9oAObJ4jGrI8Mmx bKvA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject:arc-authentication-results; bh=7cZRkVcorKUEP7Rbuq7IjlTa7a3AFZqFKrjJL70nu3Y=; b=J7eTjYaMAi6MEzE1rQ2GFagKO66f9mfinnxrjk4Khtyh4um3oq+pQ4dMWLokA7FYi8 lk9UKuly6RONzckMp8ifAmaQ56VGZzM19Hp0pluxzX07a+HlIiYUBCZp3UBetWUSk5mH FTXKQdrU0IPIBJCvRz8Tegt2uzqfp1CtUYfEHHRQfYOtOdmJzJ8ZN6IjQJML07KKHxV5 2BFCVi/Xatp2NQ2Zc0PpVtZ80Ejxh8RtHWLKZmqt/G1RJqZwVyFMLovpUBwaFW+QlPJe nJNpMzP+kFeOQRkmcFTkDUgmowtP9y001DO2I1zQPGwx46OG0WbwKZKMdNBaqstWe42F N3EA== 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 x185-v6si12264524pfb.306.2018.07.14.07.47.52; Sat, 14 Jul 2018 07:48:07 -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 S1727855AbeGNPGi (ORCPT + 99 others); Sat, 14 Jul 2018 11:06:38 -0400 Received: from mail-sh2.amlogic.com ([58.32.228.45]:28973 "EHLO mail-sh2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726941AbeGNPGi (ORCPT ); Sat, 14 Jul 2018 11:06:38 -0400 Received: from [192.168.90.65] (61.173.0.103) by mail-sh2.amlogic.com (10.18.11.6) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Sat, 14 Jul 2018 22:46:32 +0800 Subject: Re: [PATCH 0/3] pinctrl: meson-g12a: add pinctrl driver support To: Martin Blumenstingl , References: <20180704224511.29350-1-yixun.lan@amlogic.com> CC: , , , , Neil Armstrong , , , , , , , , From: Yixun Lan Message-ID: Date: Sat, 14 Jul 2018 22:47:14 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [61.173.0.103] X-ClientProxiedBy: mail-sh2.amlogic.com (10.18.11.6) To mail-sh2.amlogic.com (10.18.11.6) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Martin see my comments On 07/14/2018 10:36 PM, Martin Blumenstingl wrote: > On Tue, Jul 10, 2018 at 12:07 AM Martin Blumenstingl > wrote: >> >> Hi Linus, >> >> On Mon, Jul 9, 2018 at 3:35 PM Linus Walleij wrote: >>> >>> On Wed, Jul 4, 2018 at 4:48 PM Yixun Lan wrote: >>>> >>>> This patch series try to add pinctrl driver support for >>>> the Meson-G12A SoC. >>>> >>>> >>>> Yixun Lan (3): >>>> documentation: Add compatibles for Amlogic Meson G12A pin controllers >>>> dt-bindings: pinctrl: meson-g12a: document pin name >>>> pinctrl: meson-g12a: add pinctrl driver support >>> >>> Overall this looks good to me, could we get some review or ACKs >>> from Beniamino, Martin and/or Carlo as an indication that everything >>> seems all right before I apply the series? >> I do not have any documentation for this hardware (I'm not even sure >> if this is the successor to AXG/"the Audio SoCs" or rather a successor >> of GXL or GXM/"the OTT/STB SoCs" > for those who are interested: according to [0] the marketing name of > this SoC will be "A311D" - specs from the linked PDF: A311D is the G12B SoC series This pinctrl patch is target for G12A for now, but can be very easily extend to support G12B.. > - CPU: Quad Cortex-A73 + Dual Cortex-A53 (max frequency: TBD) > - GPU: ARM G52 MP4 (4ppc) > - Memory: DDR3/4 LPDDR3/4 > - Video decoding: 4K H265&VP9&AVS2 > - Video Encoding: 1080P H264 H265 > - HDMI-Tx: 4K2K > - Ethernet: 10/100M/1000M > - AV output: CVBS > - IP License: Dolby, DTS > > W400 is the reference board for this SoC, it comes with: > - EMMC > - WIFI AP6398S > - DDR 2GB > yes, W400 for G12B, and U200 for G12A > if I had to guess then I would say it's the successor of the GXL (or > GXM?) family > Yes, successor of GXL > > Regards > Martin > > > [0] http://openlinux.amlogic.com:8000/download/doc/Amlogic_A311D_Buildroot_Preview_Release_Notes_V20180706.pdf > > . >