summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/gpmc.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'for-next/omap-drivers'Sascha Hauer2013-12-061-11/+14
|\
| * omap: gpmc: some refactoringSascha Hauer2013-11-271-11/+14
| | | | | | | | | | | | | | | | - make debug messages more meaningful - calculate value once and use it to print and configure instead of calculating it twice Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | ARM: OMAP: centralize omap startupSascha Hauer2013-11-221-18/+1
|/ | | | | | | | | This introduces a single omap_init function which detects the SoC and does all further SoC initialization. This is done to get rid of initcalls without proper SoC protection. The same has been done for i.MX already. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* treewide: fix format specifiersSascha Hauer2013-01-271-3/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* arm: beaglebone: add first-stage support for AM335x and boardJan Luebbe2012-12-201-0/+3
| | | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM omap: Use SoC specific defines for gpmc and timer baseSascha Hauer2012-12-191-2/+9
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM omap: Make gpmc base runtime configurableSascha Hauer2012-12-191-2/+12
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-next/misc'Sascha Hauer2012-12-071-5/+1
|\
| * Remove old, inaccurate "FileName:" cruft from ARM filesRobert P. J. Day2012-12-051-5/+1
| | | | | | | | | | | | | | | | | | In addition, collapse adjacent comment blocks into one and remove extraneous blank lines. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Acked-by: Nishanth Menon <nm@ti.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | omap: gpmc: mark hex debug values as suchJan Luebbe2012-12-031-5/+5
|/ | | | | | | Also use %p for pointers. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
| | | | | | | The FSF address has changed in the past. Instead of updating it each time the address changes, just drop it completely treewide. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mtd OMAP NAND: Use prefetch engineSascha Hauer2012-08-031-0/+61
| | | | | | | | Use the prefetch engine to improve NAND performance. The howto is derived from the Kernel. Unlike the kernel we do not make the access mode configurable. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* gpmc: Add reset to gpmc_generic_initJan Weitzel2012-07-201-1/+11
| | | | | | | | | Add reset to gpmc_generic_init as proposed by TRM. This also fixes some strange timing issue while GPMC Initialization for NAND OMAP4460 Signed-off-by: Jan Weitzel <j.weitzel@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* introduce io.hSascha Hauer2011-09-221-1/+1
| | | | | | | To allow for some generic io accessors introduce io.h and use this instead of asm/io.h throughout the tree. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-221-4/+4
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Remove all ARM __raw_* functions. They are mixed all overJuergen Beisert2009-07-011-8/+8
| | | | | | | the place. This clean up all ARM architectures to use only one set of io functions. Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* OMAP: Add GPMC NAND supportNishanth Menon2008-09-151-0/+117
This patch adds support for a generic GPMC driver also a GPMC controller driver to allow platforms to add NAND devices generically. Signed-off-by: Nishanth Menon <x0nishan@ti.com>