05 Jul, 2010

3 commits


12 Dec, 2009

1 commit

  • This change implements USB client side support into the HTC
    Herald board configuration. It uses a similar, but updated
    algorithm to initialize the USB as is used in the linwizard
    project.

    Signed-off-by: Cory Maccarrone
    Signed-off-by: Tony Lindgren

    Cory Maccarrone
     

23 Nov, 2009

1 commit

  • The l3_ocpi_ck clock is needed on omap7xx processors for USB.
    Additionally, bit 8 of the SOFT_REQ_REG needs to be enabled for
    the usb_dc_ck on omap7xx, which is a different bit than that
    of the omap16xx-defined clock of the same name.

    I added a provision for the usb_dc_ck and l3_ocpi_ck clocks as
    dc_clk and hhc_clk, respectively, for omap7xx CPUs. Additionally,
    I added a check in machine_without_vbus_sense for all omap7xx
    devices, as presently I know of no omap7xx-based devices that
    have vbus sense, and it made more sense to me to use a cpu check
    here than to spell out each machine one at a time. Finally, DMA
    is disabled for omap7xx, as it causes problems with these chips.

    Cc: linux-usb@vger.kernel.org
    Cc: David Brownell
    Signed-off-by: Cory Maccarrone
    Signed-off-by: Tony Lindgren

    Cory Maccarrone
     

21 Oct, 2009

1 commit

  • Move the remaining headers under plat-omap/include/mach
    to plat-omap/include/plat. Also search and replace the
    files using these headers to include using the right path.

    This was done with:

    #!/bin/bash
    mach_dir_old="arch/arm/plat-omap/include/mach"
    plat_dir_new="arch/arm/plat-omap/include/plat"
    headers=$(cd $mach_dir_old && ls *.h)
    omap_dirs="arch/arm/*omap*/ \
    drivers/video/omap \
    sound/soc/omap"
    other_files="drivers/leds/leds-ams-delta.c \
    drivers/mfd/menelaus.c \
    drivers/mfd/twl4030-core.c \
    drivers/mtd/nand/ams-delta.c"

    for header in $headers; do
    old="#include

    Tony Lindgren
     

08 Oct, 2009

2 commits


24 Mar, 2009

1 commit

  • OMAP_TAGS should vanish soon since they're not generic arm tags.
    Most of them can be converted to a platform_data or parsed
    from a command line like e.g. serial tag.

    For OMAP_TAG_USB we just let boards call omap_usb_init()
    passing a pointer to omap_usb_config.

    Patch updated by Tony for mainline, basically make
    n770 and h4 compile. Also folded in a fix for OSK
    by David Brownell .

    Signed-off-by: Felipe Balbi
    Signed-off-by: Tony Lindgren

    Felipe Balbi
     

25 Jan, 2009

1 commit


08 Jan, 2009

2 commits

  • Move otg_get/set/put_transceiver() from omap specific code
    to common otg.c so other upcoming drivers can share them.

    [ dbrownell@users.sourceforge.net: move to drivers/usb/otg, dox ]

    Signed-off-by: Tony Lindgren
    Signed-off-by: Felipe Balbi
    Signed-off-by: Philipp Zabel
    Signed-off-by: David Brownell
    Signed-off-by: Greg Kroah-Hartman

    Tony Lindgren
     
  • As Russell King points out, calling put_device(otg_transceiver->dev)
    directly in driver cleanup paths makes assumptions about otg_transceiver
    internals.

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

    Philipp Zabel
     

06 Sep, 2008

1 commit


07 Aug, 2008

2 commits


03 Jul, 2008

1 commit


15 Apr, 2008

1 commit


21 May, 2007

1 commit


09 May, 2007

1 commit


28 Sep, 2006

1 commit


01 Jul, 2006

1 commit


10 Nov, 2005

1 commit


30 Oct, 2005

1 commit


29 Sep, 2005

1 commit


08 Sep, 2005

1 commit

  • Patch from Tony Lindgren

    This patch syncs the mainline kernel with linux-omap tree.
    The highlights of the patch are:
    - Clock updates by Tuukka Tikkanen, Juha Yrjola,
    Daniel Petrini and Tony Lindgren
    - DMA fixes by Imre Deak, Juha Yrjola and Daniel Petrini
    - Add support to dual-mode hardware timers by Lauri Leukkunen
    - GPIO support for 24xx by Paul Mundt
    - GPIO wake-up support by Tony Lindgren
    - Better GPIO interrupt handler to not lose interrupts by
    Ralph Walden and Ladislav Michl
    - Power Management updates by Tuukka Tikkanen
    - Make Power Management code use new SRAM functions by
    Tony Lindgren

    Signed-off-by: Tony Lindgren
    Signed-off-by: Russell King

    Tony Lindgren
     

11 Jul, 2005

2 commits