02 Jan, 2012

2 commits


08 Aug, 2011

1 commit


09 Dec, 2009

1 commit

  • Split arch/arm/plat-omap/include/mach/omapfb.h into two files:

    include/linux/omapfb.h - ioctls etc for userspace and some kernel
    stuff for board files
    drivers/video/omap/omapfb.h - for omapfb internal use

    This cleans up omapfb.h and also makes it easier for the upcoming new
    DSS driver to co-exist with the old driver.

    Signed-off-by: Tomi Valkeinen
    Acked-by: Tony Lindgren

    Tomi Valkeinen
     

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
     

21 Sep, 2009

1 commit


17 Oct, 2008

1 commit

  • This updates most of the OMAP drivers which are in mainline to switch to
    using the cross-platform GPIO calls instead of the older OMAP-specific
    ones.

    This is all fairly brainless/obvious stuff. Probably the most interesting
    bit is to observe that the omap-keypad code seems to now have a portable
    core that could work with non-OMAP matrix keypads. (That would improve
    with hardware IRQ debouncing enabled, of course...)

    Signed-off-by: David Brownell
    Signed-off-by: Tony Lindgren
    Cc: Dmitry Torokhov
    Cc: Antonino Daplas
    Cc: David Woodhouse
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Brownell
     

07 Aug, 2008

1 commit


17 Oct, 2007

1 commit

  • Other/Some pr_*() macros are already defined in kernel.h, but pr_err() was
    defined multiple times in several other places

    Signed-off-by: Emil Medve
    Cc: Jean Delvare
    Cc: Jeff Garzik
    Cc: "Antonino A. Daplas"
    Cc: Tony Lindgren
    Reviewed-by: Satyam Sharma
    Acked-by: Randy Dunlap
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Emil Medve
     

18 Jul, 2007

1 commit