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