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