05 Jul, 2010

1 commit


12 Dec, 2009

1 commit

  • Initially only for 34xx. This code allows us to:

    - Make the code more generic as the omap internal signal
    names can stay the same across omap generations for some
    devices

    - Map mux registers to GPIO registers that is needed for
    dynamic muxing of pins during off-idle

    - Override bootloader mux values via kernel cmdline using
    omap_mux=some.signa1=0x1234,some.signal2=0x1234

    - View and set the mux registers via debugfs if
    CONFIG_DEBUG_FS is enabled

    Cc: Mike Rapoport
    Cc: Benoit Cousson
    Signed-off-by: Paul Walmsley
    Signed-off-by: Tony Lindgren

    Tony Lindgren
     

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
     

29 May, 2009

1 commit

  • This patch adds the support for OMAP4. The platform and machine specific
    headers and sources updated for OMAP4430 SDP platform.

    OMAP4430 is Texas Instrument's SOC based on ARM Cortex-A9 SMP architecture.
    It's a dual core SOC with GIC used for interrupt handling and SCU for cache
    coherency.

    Signed-off-by: Santosh Shilimkar
    Signed-off-by: Tony Lindgren

    Santosh Shilimkar
     

06 Sep, 2008

1 commit


07 Aug, 2008

1 commit


15 Apr, 2008

3 commits


11 May, 2007

1 commit

  • Add some OMAP 24xx pin mux declarations to support:

    - TUSB 6010 EVM (on H4)
    - All three full speed USB ports
    - GPIOs used with USB0 on Apollon and H4

    For OMAP2, issue MUX_WARNINGS and debug messages correctly; and make the
    message look more like the OMAP1 message.

    Signed-off-by: Kyungmin Park
    Signed-off-by: David Brownell
    Signed-off-by: Tony Lindgren

    Kyungmin Park
     

02 Mar, 2007

1 commit


01 Jul, 2006

1 commit


10 Nov, 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