02 Jan, 2012
2 commits
-
This patch converts the drivers in drivers/video/omap/* to use the
module_platform_driver() macro which makes the code smaller and a bit
simpler.Cc: Jonathan McDowell
Cc: Cory Maccarrone
Cc: Laurent Gonzalez
Cc: Marek Vasut
Signed-off-by: Axel Lin
Signed-off-by: Tomi Valkeinen -
These symbols are not used outside it's driver so no need to
make the symbol global.Signed-off-by: Axel Lin
Signed-off-by: Tomi Valkeinen
08 Aug, 2011
1 commit
-
Signed-off-by: Russell King
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 useThis 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
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
21 Sep, 2009
1 commit
-
Trivial patch which adds the __init and __exit macros to the module_init /
module_exit functions to several files in drivers/video/omap/Signed-off-by: Peter Huewe
Signed-off-by: Jiri Kosina
07 Aug, 2008
1 commit
-
This just leaves include/asm-arm/plat-* to deal with.
Signed-off-by: Russell King
18 Jul, 2007
1 commit
-
- Add TFT LCD panel support for Palm Tungsten|T
Signed-off-by: Trilok Soni
Cc: Tony Lindgren
Cc: "Antonino A. Daplas"
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds