All of lore.kernel.org
 help / color / mirror / Atom feed
From: akpm@linux-foundation.org
To: akpm@linux-foundation.org, dbrownell@users.sourceforge.net,
	mm-commits@vger.kernel.org
Subject: - at91-gpio-wrappers-tidy.patch removed from -mm tree
Date: Sun, 11 Feb 2007 23:23:45 -0800	[thread overview]
Message-ID: <200702120723.l1C7Nj7i024725@shell0.pdx.osdl.net> (raw)


The patch titled
     at91-gpio-wrappers-tidy
has been removed from the -mm tree.  Its filename was
     at91-gpio-wrappers-tidy.patch

This patch was dropped because it was folded into at91-gpio-wrappers.patch

------------------------------------------------------
Subject: at91-gpio-wrappers-tidy
From: Andrew Morton <akpm@osdl.org>

Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/asm-arm/arch-at91rm9200/gpio.h |   25 +++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)

diff -puN include/asm-arm/arch-at91rm9200/gpio.h~at91-gpio-wrappers-tidy include/asm-arm/arch-at91rm9200/gpio.h
--- a/include/asm-arm/arch-at91rm9200/gpio.h~at91-gpio-wrappers-tidy
+++ a/include/asm-arm/arch-at91rm9200/gpio.h
@@ -205,30 +205,39 @@ extern void at91_gpio_resume(void);
 #include <asm/errno.h>
 
 static inline int gpio_request(unsigned gpio, const char *label)
-	{ return 0; }
+{
+	return 0;
+}
 
 static inline void gpio_free(unsigned gpio)
-	{ }
-
+{
+}
 
 extern int gpio_direction_input(unsigned gpio);
 extern int gpio_direction_output(unsigned gpio);
 
 static inline int gpio_get_value(unsigned gpio)
-	{ return at91_get_gpio_value(gpio); }
+{
+	return at91_get_gpio_value(gpio);
+}
 
 static inline void gpio_set_value(unsigned gpio, int value)
-	{ (void) at91_set_gpio_value(gpio, value); }
+{
+	at91_set_gpio_value(gpio, value);
+}
 
 #include <asm-generic/gpio.h>		/* cansleep wrappers */
 
 static inline int gpio_to_irq(unsigned gpio)
-	{ return gpio; }
+{
+	return gpio;
+}
 
 static inline int irq_to_gpio(unsigned irq)
-	{ return irq; }
+{
+	return irq;
+}
 
 #endif	/* __ASSEMBLY__ */
 
 #endif
-
_

Patches currently in -mm which might be from akpm@osdl.org are

origin.patch
register_chrdev_region-dont-hand-out-the-local-experimental-majors.patch
register_blkdev-dont-hand-out-the-local-experimental-majors.patch
spi-controller-driver-for-omap-microwire.patch
mips-convert-to-use-shared-apm-emulation-fix.patch
omap-gpio-wrappers.patch
at91-gpio-wrappers.patch
at91-gpio-wrappers-tidy.patch
ecryptfs-public-key-packet-management-slab-fix.patch
ecryptfs-generalize-metadata-read-write-fix.patch
dynamic-kernel-command-line-ia64-fix.patch
kvm-add-a-global-list-of-all-virtual-machines-tidy.patch
cyber2010-framebuffer-on-arm-netwinder-fix-tidy.patch
mark-struct-file_operations-const-2-fix.patch
mark-struct-file_operations-const-4-fix.patch

                 reply	other threads:[~2007-02-12  7:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200702120723.l1C7Nj7i024725@shell0.pdx.osdl.net \
    --to=akpm@linux-foundation.org \
    --cc=dbrownell@users.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mm-commits@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.