From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756672AbdLPD2H (ORCPT ); Fri, 15 Dec 2017 22:28:07 -0500 Received: from mail-sh2.amlogic.com ([58.32.228.45]:46122 "EHLO mail-sh2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756038AbdLPD2E (ORCPT ); Fri, 15 Dec 2017 22:28:04 -0500 Subject: Re: [PATCH v4 0/2] dt: add pinctrl driver for Meson-AXG SoC To: Kevin Hilman References: <20171208015418.9632-1-yixun.lan@amlogic.com> <7ha7yj93hu.fsf@baylibre.com> CC: , , Rob Herring , Mark Rutland , Linus Walleij , Neil Armstrong , Jerome Brunet , Carlo Caione , Xingyu Chen , , , , From: Yixun Lan Message-ID: <6949cc46-b391-efb5-e768-7c7ba56f8ec2@amlogic.com> Date: Sat, 16 Dec 2017 11:27:59 +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: <7ha7yj93hu.fsf@baylibre.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [58.34.185.131] 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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/16/2017 03:48 AM, Kevin Hilman wrote: > Yixun Lan writes: > >> This is DT part patchset for adding pinctrl support for >> the Amlogic's Meson-AXG SoC. >> >> Changes since v3 at [3] >> -- rebase to khilman's v4.16/dt64 branch and re-send >> -- add Rob's Ack >> >> Changes since v2 at [2]: >> -- Resend this patch series due to fail to send patch [2/2] >> >> Changes since v1 at [1]: >> -- Separate DT part patches >> -- Add Neil Armstrong's Ack >> >> [3] >> http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005392.html >> http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005393.html >> http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005394.html >> >> [2] >> http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005390.html >> >> [1] >> http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005270.html >> http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005271.html >> http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005272.html >> http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005273.html >> http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005274.html >> >> Xingyu Chen (2): >> documentation: Add compatibles for Amlogic Meson AXG pin controllers >> ARM64: dts: meson-axg: add pinctrl DT info for Meson-AXG SoC > > Applied both to v4.14/dt64 > > Normally, the documentation patch should go with the driver, but since > Linus has already merged the driver, this time I'll take it with the DT > itself. > Hi Kevin sorry, I just checked Linus' pinctrl tree - the for-next branch, the documentation patch is already taken there. so probably you could drop it here? Yixun