summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/gpmc.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-28memory: gpmc: Move omap gpmc code to live under driversTony Lindgren1-2094/+0
2014-11-28ARM: OMAP2+: Move GPMC initcall to devices.cTony Lindgren1-30/+1
2014-11-20ARM: OMAP2+: Prepare to move GPMC to drivers by platform data headerTony Lindgren1-5/+58
2014-11-06ARM: OMAP2+: Remove unnecesary include in GPMC driverJavier Martinez Canillas1-1/+0
2014-11-03Merge branch 'for-v3.19/gpmc-omap' of github.com:rogerq/linux into omap-for-v...Tony Lindgren1-33/+54
2014-11-03ARM: OMAP2+: Require proper GPMC timings for devicesTony Lindgren1-16/+0
2014-11-03ARM: OMAP2+: Show bootloader GPMC timings to allow configuring the .dts fileTony Lindgren1-3/+141
2014-11-03ARM: OMAP2+: Fix support for multiple devices on a GPMC chip selectTony Lindgren1-12/+49
2014-10-30ARM: OMAP2+: gpmc: Sanity check GPMC fck on probeRoger Quadros1-8/+7
2014-10-30ARM: OMAP2+: gpmc: Keep Chip Select disabled while configuring itRoger Quadros1-7/+27
2014-10-30ARM: OMAP2+: gpmc: Always enable A26-A11 for non NAND devicesRoger Quadros1-0/+8
2014-10-30ARM: OMAP2+: gpmc: Error out if timings fail in gpmc_probe_generic_child()Roger Quadros1-1/+6
2014-10-30ARM: OMAP2+: gpmc: Print error message in set_gpmc_timing_reg()Roger Quadros1-17/+6
2014-10-18Merge tag 'for-linus-20141015' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+2
2014-10-08Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-09-17nand: omap2: Add support for flash-based bad block tableEzequiel García1-0/+2
2014-09-11ARM: OMAP2+: make of_device_ids constUwe Kleine-König1-1/+1
2014-09-04ARM: OMAP2+: gpmc: Don't complain if wait pin is used without r/w monitoringRoger Quadros1-4/+3
2014-08-25ARM: OMAP2+: GPMC: Support Software ECC scheme via DTRoger Quadros1-2/+5
2014-07-07ARM: OMAP2+: Make GPMC skip disabled devicesGuido Martínez1-1/+1
2014-06-11Merge tag 'for-linus-20140610' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+15
2014-05-20mtd: nand: omap: add support for BCH16_ECC - GPMC driver updatespekon gupta1-0/+15
2014-05-08ARM: OMAP2+: raw read and write endian fixVictor Kamensky1-4/+4
2014-04-23ARM: OMAP2+: Fix GPMC remap for devices using an offsetTony Lindgren1-0/+8
2014-04-21ARM: OMAP2+: Fix oops for GPMC freeTony Lindgren1-2/+5
2014-02-13ARM: OMAP2+: gpmc: fix: DT ONENAND child nodes not probed when MTD_ONENAND is...Pekon Gupta1-1/+1
2014-02-13ARM: OMAP2+: gpmc: fix: DT NAND child nodes not probed when MTD_NAND is built...Pekon Gupta1-1/+1
2013-11-25Merge tag 'omap-for-v3.13/more-fixes-for-merge-window-take2' of git://git.ker...Olof Johansson1-39/+19
2013-11-15ARM: OMAP2+: Fix GPMC and simplify bootloader timings for 8250 and smc91xTony Lindgren1-39/+19
2013-11-14Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds1-14/+34
2013-11-06ARM: OMAP2+: cleaned-up DT support of various ECC schemesPekon Gupta1-14/+34
2013-10-11ARM: OMAP2+: Add minimal 8250 support for GPMCTony Lindgren1-0/+38
2013-09-18ARM: mach-omap2: gpmc: Fix warning when CONFIG_ARM_LPAE=yFabio Estevam1-2/+2
2013-08-22ARM: OMAP2: use 'int' instead of 'unsigned' for variable 'gpmc_irq_start'Chen Gang1-1/+1
2013-07-04ARM: OMAP2+: Cocci spatch "ptr_ret.spatch"Thomas Meyer1-1/+1
2013-06-18ARM: OMAP2+: gpmc: Low power transition supportavinash philip1-2/+19
2013-06-12ARM: OMAP2+: gpmc: Converts GPMC driver to pm_runtime capableavinash philip1-2/+6
2013-06-12ARM: OMAP2+: gpmc: get number of useable GPMC chip-selects via DTGupta Pekon1-9/+29
2013-05-16ARM: dts: OMAP2+: Simplify NAND supportJon Hunter1-1/+0
2013-05-16ARM: OMAP2+: Allow NAND transfer mode to be specified in DTMark Jackson1-0/+14
2013-04-30ARM: OMAP2+: only WARN if a GPMC child probe function failJavier Martinez Canillas1-3/+2
2013-04-30ARM: OMAP2+: only search for GPMC DT child nodes on probeJavier Martinez Canillas1-23/+10
2013-04-03ARM: OMAP2+: Add GPMC DT support for Ethernet child nodesJavier Martinez Canillas1-0/+8
2013-04-03ARM: OMAP2+: rename gpmc_probe_nor_child() to gpmc_probe_generic_child()Javier Martinez Canillas1-5/+5
2013-04-03ARM: OMAP2+: return -ENODEV if GPMC child device creation failsJavier Martinez Canillas1-0/+1
2013-04-03ARM: OMAP2+: Allow GPMC probe to complete even if CS mapping failsJon Hunter1-17/+7
2013-04-03ARM: OMAP2+: Remove unnecesssary GPMC definitions and variableJon Hunter1-7/+5
2013-04-03ARM: OMAP2+: Detect incorrectly aligned GPMC base addressJon Hunter1-3/+19
2013-04-03ARM: OMAP2+: Add device-tree support for NOR flashJon Hunter1-0/+115
2013-04-03ARM: OMAP2+: Add additional GPMC timing parametersJon Hunter1-47/+47