From mboxrd@z Thu Jan 1 00:00:00 1970 From: joe@perches.com (Joe Perches) Date: Mon, 02 May 2011 12:40:33 -0700 Subject: [PATCH 2/4] pinmux: add a driver for the U300 pinmux In-Reply-To: <1304363798-30409-1-git-send-email-linus.walleij@stericsson.com> References: <1304363798-30409-1-git-send-email-linus.walleij@stericsson.com> Message-ID: <1304365233.7792.42.camel@Joe-Laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 2011-05-02 at 21:16 +0200, Linus Walleij wrote: > From: Linus Walleij [] > diff --git a/drivers/pinmux/pinmux-u300.c b/drivers/pinmux/pinmux-u300.c > +++ b/drivers/pinmux/pinmux-u300.c > +struct u300_pin_desc { > + unsigned number; > + char *name; const char *name? From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755687Ab1EBTkg (ORCPT ); Mon, 2 May 2011 15:40:36 -0400 Received: from mail.perches.com ([173.55.12.10]:1126 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753880Ab1EBTkf (ORCPT ); Mon, 2 May 2011 15:40:35 -0400 Subject: Re: [PATCH 2/4] pinmux: add a driver for the U300 pinmux From: Joe Perches To: Linus Walleij Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Grant Likely , Lee Jones , Martin Persson , Linus Walleij In-Reply-To: <1304363798-30409-1-git-send-email-linus.walleij@stericsson.com> References: <1304363798-30409-1-git-send-email-linus.walleij@stericsson.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 02 May 2011 12:40:33 -0700 Message-ID: <1304365233.7792.42.camel@Joe-Laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2011-05-02 at 21:16 +0200, Linus Walleij wrote: > From: Linus Walleij [] > diff --git a/drivers/pinmux/pinmux-u300.c b/drivers/pinmux/pinmux-u300.c > +++ b/drivers/pinmux/pinmux-u300.c > +struct u300_pin_desc { > + unsigned number; > + char *name; const char *name?