summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/gpmc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM: OMAP2+: Add function to read GPMC settings from device-treeJon Hunter2013-04-011-0/+40
* ARM: OMAP2+: Don't configure of chip-select options in gpmc_cs_configure()Jon Hunter2013-04-011-42/+7
* ARM: OMAP2+: Add function for configuring GPMC settingsJon Hunter2013-04-011-0/+100
* ARM: OMAP2+: Add structure for storing GPMC settingsJon Hunter2013-04-011-18/+27
* ARM: OMAP2+: Add variable to store number of GPMC waitpinsJon Hunter2013-04-011-0/+13
* ARM: omap2: gpmc: Remove redundant chip select out of range checkEzequiel Garcia2013-04-011-9/+1
* ARM: omap2: gpmc: Fix gpmc_cs_reserved() return valueEzequiel Garcia2013-04-011-2/+2
* ARM: omap2: gpmc: Remove unused gpmc_round_ns_to_ticks() functionEzequiel Garcia2013-04-011-7/+0
* ARM: omap2: gpmc: Mark local scoped functions staticEzequiel Garcia2013-04-011-7/+7
* ARM: OMAP: Clear GPMC bits when applying new setting.Mark Jackson2013-04-011-0/+4
* Merge commit '31d9adca82ce65e5c99d045b5fd917c702b6fce3' into tmpJon Hunter2013-04-011-12/+237
|\
| * ARM: OMAP2+: Fix broken gpmc supportJon Hunter2013-03-041-3/+3
| * Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-3/+0
| |\
| | * ARM: OMAP2+: Remove apollon board supportKyungmin Park2013-02-011-3/+0
| * | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-1/+1
| |\ \
| | * | ARM: OMAP2+: omap_device: remove obsolete pm_lats and early_device codePaul Walmsley2013-01-261-1/+1
| | |/
| * | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-02-211-2/+2
| |\ \
| | * | ARM: OMAP2+: Use omap initcallsTony Lindgren2013-01-111-2/+2
| | |/
OpenPOWER on IntegriCloud