09 Jan, 2006

1 commit

  • Include fixes for 2.6.14-git11. Should allow to remove sched.h from
    module.h on i386, x86_64, arm, ia64, ppc, ppc64, and s390. Probably more
    to come since I haven't yet checked the other archs.

    Signed-off-by: Tim Schmielau
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Tim Schmielau
     

18 Nov, 2005

1 commit


10 Nov, 2005

1 commit


30 Oct, 2005

1 commit


29 Oct, 2005

3 commits

  • Add .owner initialisation to the device drivers
    in drivers/usb/host so that when built as module
    the device_driver refers to the owning module

    Signed-off-by: Ben Dooks
    Signed-off-by: Greg Kroah-Hartman

    Ben Dooks
     
  • This patch (as580) is perhaps the only result from the long discussion I
    had with David about his changes to the root-hub suspend/resume code. It
    renames the hub_suspend and hub_resume methods in struct usb_hcd to
    bus_suspend and bus_resume. These are more descriptive names, since the
    methods really do suspend or resume an entire USB bus, and less likely to
    be confused with the hub_suspend and hub_resume routines in hub.c.

    It also takes David's advice about removing the layer of bus glue, where
    those methods are called. And it implements a related change that David
    made to the other HCDs but forgot to put into dummy_hcd.

    Signed-off-by: Alan Stern
    Signed-off-by: Greg Kroah-Hartman

    Alan Stern
     
  • This simplifies some of the PM-related #ifdeffing by recognizing
    that USB_SUSPEND depends on PM. Also, OHCI drivers were often
    testing for USB_SUSPEND when they should have tested just PM.

    Signed-off-by: David Brownell
    Signed-off-by: Greg Kroah-Hartman

    drivers/usb/core/hcd.c | 2 ++
    drivers/usb/host/ohci-hcd.c | 2 +-
    drivers/usb/host/ohci-hub.c | 4 ++--
    drivers/usb/host/ohci-omap.c | 2 +-
    drivers/usb/host/ohci-pci.c | 2 +-
    drivers/usb/host/ohci-ppc-soc.c | 4 ++--
    drivers/usb/host/ohci-pxa27x.c | 2 +-
    drivers/usb/host/ohci-s3c2410.c | 3 +--
    drivers/usb/host/ohci-sa1111.c | 2 +-
    9 files changed, 12 insertions(+), 11 deletions(-)

    David Brownell
     

09 Sep, 2005

2 commits


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