From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935141AbcCPPAi (ORCPT ); Wed, 16 Mar 2016 11:00:38 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:34933 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934685AbcCPPAc (ORCPT ); Wed, 16 Mar 2016 11:00:32 -0400 Subject: Re: [PATCH 10/17] pinctrl: Add PLX Technology OXNAS pinctrl and gpio driver To: Linus Walleij References: <1457005210-18485-1-git-send-email-narmstrong@baylibre.com> <1457005210-18485-11-git-send-email-narmstrong@baylibre.com> Cc: "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-gpio@vger.kernel.org" , Ma Haijun , Jean-Christophe PLAGNIOL-VILLARD From: Neil Armstrong Organization: Baylibre Message-ID: <56E9750B.2000800@baylibre.com> Date: Wed, 16 Mar 2016 16:00:27 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/15/2016 03:56 PM, Linus Walleij wrote: > On Thu, Mar 3, 2016 at 12:40 PM, Neil Armstrong wrote: > >> Add pinctrl and gprio control support to PLX Technology OXNAS SoC Family > > Be a bit more verbose. Is this MIPS? ARM? How many pins does it have? Etc. > >> CC: Ma Haijun >> CC: Jean-Christophe PLAGNIOL-VILLARD >> Signed-off-by: Neil Armstrong > > This driver has some way to go, but let's work on it! Hi Linus, Thanks a lot for the review. This driver was initially forked from the at91 driver by Jean-Christophe PLAGNIOL-VILLARD, I just cleaned it up for upstreaming, but yes it must be rewritten. I think I'll reboot over a clean base, could you give a reference driver I should follow ? It's a very simple HW, it should be easy. > > There will be more review comments but I look forward to v2 as the first > step, using more library functions and cutting down the code a bit! These first comments are precious ! Could I post a v2 separately for review ? Thanks, Neil > > Yours, > Linus Walleij >