From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751842AbbLJCgD (ORCPT ); Wed, 9 Dec 2015 21:36:03 -0500 Received: from mailgw02.mediatek.com ([218.249.47.111]:22322 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751141AbbLJCgA (ORCPT ); Wed, 9 Dec 2015 21:36:00 -0500 X-Listener-Flag: 11101 Message-ID: <1449714892.17341.3.camel@mhfsdcap03> Subject: Re: [PATCH 4/5] pinctrl: mediatek: Add Pinctrl/GPIO/EINT driver for mt2701 From: biao huang To: Linus Walleij CC: Hongzhou Yang , Yingjoe Chen , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , "Russell King" , Matthias Brugger , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , , "linux-gpio@vger.kernel.org" , Date: Thu, 10 Dec 2015 10:34:52 +0800 In-Reply-To: References: <1448527472-20651-1-git-send-email-biao.huang@mediatek.com> <1448527472-20651-5-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 On Wed, 2015-12-09 at 23:52 +0100, Linus Walleij wrote: > On Thu, Nov 26, 2015 at 9:44 AM, Biao Huang wrote: > > > Add mt2701 support using mediatek common pinctrl driver. > > MT2701 have some special pins need an extra setting register > > than other ICs, so adding this support to common code. > > > > Signed-off-by: Biao Huang > > This looks uncontroversial, but I would like to have some of the > other Mediatek driver authors send their Ack/Review tags, > so Hongzhou & Yingjoe: can you review this and the other > patch to the pin control driver? The v2 patch will be sent in next week, and there are some changes in mt2701 drivers. And I'll add Hongzhou & Yingjoe to review these patches. > > Yours, > Linus Walleij