03 Jul, 2006

1 commit


22 Jun, 2006

1 commit

  • On Thu, Jun 01, 2006 at 02:46:11AM -0700, Rajesh Shah wrote:
    > This patch assumes that pci_request_region() will always be called
    > after pci_enable_device() and pci_release_region() will always
    > be called before pci_disable_device(). We cannot make this
    > assumption,since it's perfectly legal to disable a device
    > first and then release it's regions. So, I think that patch
    > needs to change.

    Patch below clarifies comments in Documentation/pci.txt.

    Signed-off-by: Grant Grundler
    Signed-off-by: Greg Kroah-Hartman

    Grant Grundler
     

28 Apr, 2006

1 commit


11 Sep, 2005

1 commit


17 Aug, 2005

1 commit


04 May, 2005

1 commit


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