From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751867AbcA2GJI (ORCPT ); Fri, 29 Jan 2016 01:09:08 -0500 Received: from mailgw02.mediatek.com ([218.249.47.111]:51043 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751352AbcA2GJF (ORCPT ); Fri, 29 Jan 2016 01:09:05 -0500 Message-ID: <1454018920.14802.41.camel@mhfsdcap03> Subject: Re: [PATCH v4 0/5] pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt2701 From: biao huang To: Linus Walleij CC: John Crispin , Rob Herring , Pawel Moll , Mark Rutland , "Ian Campbell" , Kumar Gala , Russell King , "Matthias Brugger" , Erin Lo , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "moderated list:ARM/Mediatek SoC support" , "linux-gpio@vger.kernel.org" , , Yingjoe Chen , Hongzhou Yang , "arm@kernel.org" Date: Fri, 29 Jan 2016 06:08:40 +0800 In-Reply-To: References: <1453857883-28436-1-git-send-email-biao.huang@mediatek.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, [PATCH v4 1/5] pinctrl: mediatek: fix direction control issue this patch is also a pinctrl patch, and it seems not merged in devel-mt2701 branch. Best Regards! Yours, Biao Huang On Thu, 2016-01-28 at 11:20 +0100, Linus Walleij wrote: > On Wed, Jan 27, 2016 at 2:24 AM, Biao Huang wrote: > > > Change in v4: > > 1. create a sperate patch for direction setting of input-enable/disalbe and input-schmitt-enable/disable. > > So I've merged the patches affecting drivers/pinctrl on the special > devel-mt2701 branch, so the ARM SoC people can pull this into > their tree to resolve dependencies on the pinctrl include > in include/dt-bindings. > https://git.kernel.org/cgit/linux/kernel/git/linusw/linux-pinctrl.git/log/?h=devel-mt2701 > > The rest of the patches should go into ARM SoC, so they can > just pull this branch in and apply that stuff on top. > > Allow this a few days, I am also waiting for the add-on patches > from John Crispin to come in, please include John in the > feedback loop. > > Yours, > Linus Walleij