14 Aug, 2008

2 commits


02 Feb, 2008

2 commits


26 Jan, 2008

1 commit


23 Aug, 2007

1 commit


19 Aug, 2007

1 commit


18 Jul, 2007

1 commit


13 Jul, 2007

4 commits


10 May, 2007

2 commits


08 May, 2007

1 commit


02 Dec, 2006

1 commit

  • A number of configuration file changes.

    These are mainly to replace references to ARCH_AT91RM9200 and
    ARCH_AT91SAM9261 with the common/generic ARCH_AT91. That way we don't
    need to mention every specific AT91 processor explicitly.

    Also adds the configuration option for AT91SAM9260-EK and AT91SAM9261-EK
    boards.

    Signed-off-by: Andrew Victor
    Signed-off-by: Russell King

    Andrew Victor
     

28 Sep, 2006

1 commit

  • inlined is the patch that adds basic support for USB OHCI controller
    support for PNX4008 Philips PNX4008 ARM board. Due to HW design, it
    depends on I2C driver for PNX4008 which I've recetnly posted to LKML and
    i2c at lm-sensors.

    Signed-off-by: Vitaly Wool
    Cc: David Brownell
    Signed-off-by: Greg Kroah-Hartman

    Vitaly Wool
     

03 Aug, 2006

1 commit

  • OHCI updates for AT91 series processors:

    - Get ready for at91sam926x processors (ARMv5tej not ARMv4t)

    - Suspend/resume support now behaves properly

    - In "standby" mode, OHCI can be a source of system wakeup events
    (remote wakeup, device connect/disconnect, etc)

    And minor cleanups.

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

    David Brownell
     

13 Jul, 2006

1 commit


25 Mar, 2006

1 commit

  • Because of historic reasons, there are two separate directories with
    V4L stuff. Most drivers are located at driver/media/video. However, some
    code for USB Webcams were inserted under drivers/usb/media.

    This makes difficult for module authors to know were things should be.
    Also, makes Kconfig menu confusing for normal users.

    This patch moves all V4L content under drivers/usb/media to
    drivers/media/video, and fixes Kconfig/Makefile entries.

    Signed-off-by: Greg Kroah-Hartman
    Signed-off-by: Mauro Carvalho Chehab

    Mauro Carvalho Chehab
     

21 Mar, 2006

3 commits

  • This adds support for OHCI on AT91rm9200 based boards.

    Possibly of interest here is the way this uses to
    gate clocks on/off during system pm state transitions. That's
    typical for non-PCI systems. Some can go further; Mini-A host
    side connectors enable ID-pin sensing.

    From: Andrew Victor
    Signed-off-by: David Brownell
    Signed-off-by: Greg Kroah-Hartman

    Andrew Victor
     
  • ALCHEMY: Add EHCI support for AU1200

    Updated by removing the OHCI support

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

    Jordan Crouse
     
  • Adding a Host Mode USB driver for the Freescale 83xx.

    This driver supports both the Dual-Role (DR) controller and the
    Multi-Port-Host (MPH) controller present in the Freescale MPC8349. It has
    been tested with the MPC8349CDS reference system. This driver depends on
    platform support code for setting up the pins on the device package in a
    manner appropriate for the board in use. Note that this patch requires
    selecting the EHCI controller option under the USB Host menu.

    Signed-off-by: Randy Vinson
    Signed-off-by: Greg Kroah-Hartman

    Randy Vinson
     

30 Jul, 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