Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b770d6b9b726932a74126311fa163ebf379631d8
Commit:     b770d6b9b726932a74126311fa163ebf379631d8
Parent:     43081e18336d67937092dd05ffe320d2fbffd012
Author:     Adrian McMenamin <[EMAIL PROTECTED]>
AuthorDate: Mon Feb 11 00:25:02 2008 +0000
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Thu Feb 14 14:22:11 2008 +0900

    maple: improve detection of attached peripherals
    
    Improve device detection for maple through longer delay
    
    Experience suggests that a much longer delay in setting up the Maple bus
    on the Dreamcast leads to better hardware detection.
    
    Signed-off-by: Adrian McMenamin <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 drivers/sh/maple/maple.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/sh/maple/maple.c b/drivers/sh/maple/maple.c
index 616e226..9cfcfd8 100644
--- a/drivers/sh/maple/maple.c
+++ b/drivers/sh/maple/maple.c
@@ -659,7 +659,6 @@ static int __init maple_bus_init(void)
                goto cleanup_device;
 
        retval = driver_register(&maple_dummy_driver.drv);
-
        if (retval)
                goto cleanup_bus;
 
@@ -705,7 +704,7 @@ static int __init maple_bus_init(void)
                mdev[i]->mq->length = 0;
                maple_add_packet(mdev[i]->mq);
                /* delay aids hardware detection */
-               udelay(20);
+               mdelay(5);
                subdevice_map[i] = 0;
        }
 
-
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