From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 4/8] metag: tz1090: add Date: Thu, 25 Apr 2013 23:52:00 +0200 Message-ID: References: <1366727607-27444-1-git-send-email-james.hogan@imgtec.com> <1366727607-27444-5-git-send-email-james.hogan@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <1366727607-27444-5-git-send-email-james.hogan@imgtec.com> Sender: linux-kernel-owner@vger.kernel.org To: James Hogan Cc: "linux-kernel@vger.kernel.org" , Grant Likely , Rob Herring , "devicetree-discuss@lists.ozlabs.org" List-Id: devicetree@vger.kernel.org On Tue, Apr 23, 2013 at 4:33 PM, James Hogan wrote: > Add with definitions to number all the GPIOs > available on-chip. This is for use by the pinctrl and GPIO drivers. > > Signed-off-by: James Hogan Usually the specific pins and names is a pecularity best contained in the GPIO or pinctrl subsystem. Please try to push this down into the driver, and only use a simple number to access the GPIOs. Yours, Linus Walleij