19 Oct, 2006

1 commit


27 Sep, 2006

1 commit


01 Jul, 2006

1 commit


24 Mar, 2006

1 commit

  • This patch cleans up pcihp_skelton.c as follows.

    o Move slot name area into struct slot.
    o Replace kmalloc with kzalloc and clean up the arg of sizeof()
    o Fix the wrong use of get_*_status() functions.

    Signed-off-by: Kenji Kaneshige
    Signed-off-by: Greg Kroah-Hartman

    Kenji Kaneshige
     

04 May, 2005

1 commit

  • Here are some spelling corrections for drivers/pci.

    CONTROLER -> CONTROLLER
    Regisetr -> Register
    harware -> hardware
    inital -> initial
    Initilize -> Initialize
    funtion -> function
    funciton -> function
    occured -> occurred

    Signed-off-by: Steven Cole
    Signed-off-by: Greg Kroah-Hartman

    Steven Cole
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds