Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1473049imm; Tue, 10 Jul 2018 02:22:36 -0700 (PDT) X-Google-Smtp-Source: AAOMgpczRhf8z14rUgKPyrM6PKUIhOstZtu1I9dwM+kcVgx6aVmF1RSM2rt/YEidX3yFd6rJuTwK X-Received: by 2002:a63:af14:: with SMTP id w20-v6mr16540700pge.47.1531214556009; Tue, 10 Jul 2018 02:22:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531214555; cv=none; d=google.com; s=arc-20160816; b=FiKgjV/6jobbM0/cwhcRlyfuUFOjpcMCG2Y3KPtyjxYsBAls4Irde0KrUN8O5h3SVd 8vbRK2d2oVwOSSUYLu/595V0qe4UHjBKYffhw0j929g4nbsJZf3e1EBHBPOKsTwLe/v5 e1hZejBDtnRcEJo9UUMkgBx1k1G9QWOAcaKaSQYDX2DXlg235KIuEkKwf140Zm9H7j39 6pHTSia2aWTrWTQIhnpxEqgN3PAO+phhP+0p6YXaC6QlwavUypPuftEkXFN0+7eWbwk9 gywYGKo+PeLVxkuoO3ogFL5EJtUWkny6pQc//6eNncvxFmuLcggA0F812oJmKPj8kFyU 94uQ== 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=K6rcQ26IV7xvrxxCyD5p7/xg5vRZ5oQk0oWYBiX+7a4=; b=tqpmRCq3F/Ih5XzxiwRIlenNVpzGODxe3tElX29Xieatbawdfv3wEJL9ef53eo+MNU PZv2vvvfLYYxvRbHRlSnZXzaEoFXpPRkD7y8fww+5lorW7P+64bacpcH0WV8lzg17snT R6GOTazHfMSJTJ+Zm+yNq308Qen1neO+YoypCoyEXIs+lELZViIaKYflyeN4hmkw7wwi U7QdUbRewJr6NJv0E94wLpQkpfH4XIt5p29hJ1IZ9m7BdDIhg7MeAEK3xDjyYrubJ+HV cqjnRPOlhQ8Tt9C7mjRi43zQESHZlci2c1A9Ud41WJMLhu+69YtdbnlgcxWm0XOQvt7S L7bg== 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 92-v6si16459531plw.102.2018.07.10.02.22.21; Tue, 10 Jul 2018 02:22:35 -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 S1753275AbeGJJUI (ORCPT + 99 others); Tue, 10 Jul 2018 05:20:08 -0400 Received: from mail-sh2.amlogic.com ([58.32.228.45]:13712 "EHLO mail-sh2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751903AbeGJJUG (ORCPT ); Tue, 10 Jul 2018 05:20:06 -0400 Received: from [192.168.90.200] (10.18.20.235) by mail-sh2.amlogic.com (10.18.11.6) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Tue, 10 Jul 2018 17:19:20 +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: Tue, 10 Jul 2018 17:19:32 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.18.20.235] 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 On 07/10/18 06:07, 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" - I assume it's their new OTT/STB > SoCs since G12A is mentioned here and it seems to have a GPU: [0]) > yes, it's more like a new generation of OTT/STB SoCs.. > I will try to have a look in the next few days and see if I can spot > anything obvious generally the pinctrl IP hasn't changed, so only pinctrl data need to be updated (the pin mux IP is same as AXG SoC which already explain in another thread). > not sure if Neil or Kevin have access to the documentation, so it'd be > great if they could give feedback as well > we are preparing documention to baylibre guys.. I think there is not many boards available in the public? > > Regards > Martin > > > [0] http://openlinux.amlogic.com:8000/download/doc/Linux_BSP_Kernel4.9_Buildroot_OpenLinux_Release_Notes_V20180330.pdf > > . >