Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=52c477a34bd26f246485b04c75f700a0c2a52580
Commit:     52c477a34bd26f246485b04c75f700a0c2a52580
Parent:     a7eec7b332e83ee63f7db08cc54bf3b4663eed67
Author:     Arnaud Patard <[EMAIL PROTECTED]>
AuthorDate: Fri Feb 16 23:50:32 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Sat Feb 17 11:17:40 2007 +0000

    [ARM] 4215/1: s3c2410 usb device:  per-platform vbus_draw
    
    Introduce a platform_device (machine) specific callback function
    which gets called when the amount of power we can draw from Vbus
    has changed.
    
    Signed-off-by: Harald Welte <[EMAIL PROTECTED]>
    Signed-off-by: Arnaud Patard <[EMAIL PROTECTED]>
    Acked-by: Ben Dooks <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 include/asm-arm/arch-s3c2410/udc.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/asm-arm/arch-s3c2410/udc.h 
b/include/asm-arm/arch-s3c2410/udc.h
index 2529eff..e59ec33 100644
--- a/include/asm-arm/arch-s3c2410/udc.h
+++ b/include/asm-arm/arch-s3c2410/udc.h
@@ -12,6 +12,7 @@
  *     14-Mar-2005     RTP     Created file
  *     02-Aug-2005     RTP     File rename
  *     07-Sep-2005     BJD     Minor cleanups, changed cmd to enum
+ *     18-Jan-2007     HMW     Add per-platform vbus_draw function
 */
 
 #ifndef __ASM_ARM_ARCH_UDC_H
@@ -25,6 +26,7 @@ enum s3c2410_udc_cmd_e {
 
 struct s3c2410_udc_mach_info {
        void    (*udc_command)(enum s3c2410_udc_cmd_e);
+       void    (*vbus_draw)(unsigned int ma);
        unsigned int vbus_pin;
        unsigned char vbus_pin_inverted;
 };
-
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