Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=61b59563266aa6bedaf5d45b9b25bc48bb4d3ed3
Commit:     61b59563266aa6bedaf5d45b9b25bc48bb4d3ed3
Parent:     e745106ce34553171a5d8d2450be07c0cffe39d5
Author:     Sonic Zhang <[EMAIL PROTECTED]>
AuthorDate: Thu Jul 12 17:06:45 2007 +0800
Committer:  Bryan Wu <[EMAIL PROTECTED]>
CommitDate: Thu Jul 12 17:06:45 2007 +0800

    Blackfin arch: Add peripheral io API to gpio header file
    
    Signed-off-by: Sonic Zhang <[EMAIL PROTECTED]>
    Signed-off-by: Bryan Wu <[EMAIL PROTECTED]>
---
 include/asm-blackfin/mach-bf548/gpio.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/asm-blackfin/mach-bf548/gpio.h 
b/include/asm-blackfin/mach-bf548/gpio.h
index 8c5847a..dbf66bc 100644
--- a/include/asm-blackfin/mach-bf548/gpio.h
+++ b/include/asm-blackfin/mach-bf548/gpio.h
@@ -210,3 +210,7 @@ struct gpio_port_t {
        unsigned int port_mux;
 };
 
+int gpio_request(unsigned short gpio, const char *label);
+void peripheral_free(unsigned short per);
+int peripheral_request_list(unsigned short per[], const char *label);
+void peripheral_free_list(unsigned short per[]);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to