From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH V4 RESEND 5/6] pinctrl: imx: make imx_pmx_ops.gpio_set_direction platform specific callbacks Date: Tue, 1 Aug 2017 13:55:50 +0200 Message-ID: References: <1500990116-3620-1-git-send-email-aisheng.dong@nxp.com> <1500990116-3620-6-git-send-email-aisheng.dong@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from mail-it0-f52.google.com ([209.85.214.52]:36244 "EHLO mail-it0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751352AbdHALzw (ORCPT ); Tue, 1 Aug 2017 07:55:52 -0400 Received: by mail-it0-f52.google.com with SMTP id 77so6571494itj.1 for ; Tue, 01 Aug 2017 04:55:51 -0700 (PDT) In-Reply-To: <1500990116-3620-6-git-send-email-aisheng.dong@nxp.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Dong Aisheng Cc: "linux-gpio@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Shawn Guo , Dong Aisheng , Stefan Agner , Bai Ping , Andy Duan , Sascha Hauer , Alexandre Courbot On Tue, Jul 25, 2017 at 3:41 PM, Dong Aisheng wrote: > Various IMX platforms may have different imx_pmx_ops.gpio_set_direction > implementations, so let's make it platform specific callbacks instead of > the fixed common one. > > Currently only VF610 platform implements it. No function level changes. > > Cc: Linus Walleij > Cc: Alexandre Courbot > Cc: Shawn Guo > Acked-by: Stefan Agner > Signed-off-by: Dong Aisheng Patch applied. Yours, Linus Walleij