| To: | Arnaud Patard <apatard@mandriva.com> |
|---|---|
| Subject: | Re: [PATCH] loongson 2f: Add gpio/gpioilb support |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Thu, 29 Apr 2010 20:11:42 +0800 |
| Cc: | linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=ThHS8s6gA32y3a9aa4KbaIkvF3vT3kbws7cKAuHJlto=; b=Wr1g+WiBXg10UQe/X12GLHDv7++hbmsHAXuc4e8hsc83sIJgET1m1Iw0QB9T1hucc/ okb/4z3Cx03rGcx1jSQERcLRkCpVjmBJep4g55guxl4cV/X82i0RKk9qv4kAWTGP66Sk WUWRZdmnxgBVRI18hVX4yBGuslsUBH05GmEzg= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=Op8STf5Gw5WSSVlZqqzfaFyePOUAIdKO0SIHzGkpKRCncECPBhXspVigSxkj++WPvh kDC1YbBjhKyJcJ+rIJHZRzNLfiPeTvtKBaKRUm4zyI2+yaK9QjorO1GcnEDuyX6y3vyL +LpasvW0QCfwKMG5OyhGSd6itquLER1fHZODI= |
| In-reply-to: | <m3sk6ewpep.fsf@anduin.mandriva.com> |
| Organization: | DSLab, Lanzhou University, China |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <m3sk6ewpep.fsf@anduin.mandriva.com> |
| Reply-to: | wuzhangjin@gmail.com |
| Sender: | linux-mips-bounce@linux-mips.org |
On Thu, 2010-04-29 at 11:58 +0200, Arnaud Patard wrote:
> This patch is adding support for the 4 GPIO availables on the ST LS2F
> cpus.
>
> Signed-off-by: Arnaud Patard <apatard@mandriva.com>
> ---
[...]
> Index: linux-2.6/arch/mips/loongson/common/gpio.c
[...]
> +
> +static int __init ls2f_gpio_setup(void)
> +{
> + return gpiochip_add(&ls2f_chip);
> +}
> +arch_initcall(ls2f_gpio_setup);
> +
The above blank line is at the end of the file, we can remove it,
otherwise, "git am" will complain about it.
Regards,
Wu Zhangjin
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] arch/mips/loongson/common/machtype.c: Fix typo, Wu Zhangjin |
|---|---|
| Next by Date: | Re: [PATCH] loongson 2f: Add gpio/gpioilb support, Arnaud Patard |
| Previous by Thread: | [PATCH] loongson 2f: Add gpio/gpioilb support, Arnaud Patard |
| Next by Thread: | Re: [PATCH] loongson 2f: Add gpio/gpioilb support, Arnaud Patard |
| Indexes: | [Date] [Thread] [Top] [All Lists] |