summaryrefslogtreecommitdiffstats
path: root/drivers/memory
Commit message (Expand)AuthorAgeFilesLines
* memory: Freescale CoreNet Coherency Fabric error reporting driverScott Wood2014-07-293-0/+262
* memory: mvebu-devbus: add a devbus, keep-config propertyThomas Petazzoni2014-04-291-9/+11
* memory: mvebu-devbus: add Orion5x supportThomas Petazzoni2014-04-291-21/+86
* memory: mvebu-devbus: split functionsThomas Petazzoni2014-04-291-39/+51
* memory: mvebu-devbus: use _SHIFT suffixes instead of _BITThomas Petazzoni2014-04-291-18/+18
* memory: mvebu-devbus: use ARMADA_ prefix in definesThomas Petazzoni2014-04-291-24/+24
* memory: mvebu-devbus: fix the conversion of the bus widthThomas Petazzoni2014-04-171-2/+13
* memory: ti-aemif: introduce AEMIF driverIvan Khoronzhuk2014-02-283-0/+439
* powerpc: select MEMORY for FSL_IFC to not break existing .config filesPaul Gortmaker2014-02-281-0/+4
* driver/memory:Move Freescale IFC driver to a common driverPrabhakar Kushwaha2014-02-182-0/+310
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-09-061-70/+2
|\
| * memory: mvebu-devbus: Remove unused variableEzequiel Garcia2013-08-121-8/+0
| * memory: mvebu-devbus: Remove address decoding window workaroundEzequiel Garcia2013-08-061-62/+2
* | tegra: simplify use of devm_ioremap_resourceJulia Lawall2013-08-152-4/+0
|/
* memory: tegra30-mc: Fix IRQ handler.Tuomas Tynkkynen2013-06-171-3/+6
* memory: tegra20-mc: Fix hang in IRQ handler.Tuomas Tynkkynen2013-06-171-1/+4
* Merge 3.10-rc3 into char-misc-nextGreg Kroah-Hartman2013-05-271-6/+0
|\
| * drivers/memory: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-6/+0
* | drivers: memory: Introduce Marvell EBU Device Bus driverEzequiel Garcia2013-05-213-0/+351
|/
* memory: emif: Load the correct custom config values from dtLokesh Vutla2013-03-251-3/+4
* memory: emif: errata i743: Prohibit usage of Power-Down modeGrygorii Strashko2013-03-251-0/+35
* memory: emif: Fix the incorrect 'size' parameter in memcpyOleksandr Dmytryshyn2013-03-251-1/+1
* memory: emif: use restart if power_off not present when out of specNishanth Menon2013-03-251-1/+9
* memory: emif: Handle devices which are not rated for >85CNishanth Menon2013-03-251-0/+27
* memory: emif: handle overflow for timing for LP modeNishanth Menon2013-03-251-8/+28
* memory: emif: setup LP settings on freq updateAmbresh K2013-03-251-0/+2
* memory: emif: Fix the lpmode timeout calculationLokesh Vutla2013-03-251-3/+7
* drivers: memory: use module_platform_driver_probe()Fabio Porcedda2013-03-151-11/+1
* memory: tegra30: Fix build error w/o PMHiroshi Doyu2013-03-151-0/+2
* memory: Convert to devm_ioremap_resource()Thierry Reding2013-01-223-11/+11
* Drivers: memory: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-4/+4
* memory: tegra{20,30}-mc: Fix reading incorrect register in mc_readl()Axel Lin2012-09-262-22/+10
* memory: emif: Add ifdef CONFIG_DEBUG_FS guard for emif_debugfs_[init|exit]Axel Lin2012-09-261-6/+17
* memory: fix build when CONFIG_OF && !CONFIG_DDRStephen Warren2012-09-052-2/+4
* memory: emif: add device tree support to emif driverAneesh V2012-09-044-1/+371
* memory: tegra{20,30}-mc: Remove empty *_remove()Hiroshi DOYU2012-05-142-12/+0
* memory: tegra{20,30}-mc: Use dev_err_ratelimited()Hiroshi DOYU2012-05-142-4/+6
* ARM: tegra30: Make MC optional in KconfigHiroshi DOYU2012-05-111-1/+7
* ARM: tegra20: Make MC optional in KconfigHiroshi DOYU2012-05-111-1/+7
* ARM: tegra30: MC: Remove unnecessary BUG*()Hiroshi DOYU2012-05-111-12/+8
* ARM: tegra20: MC: Remove unnecessary BUG*()Hiroshi DOYU2012-05-111-6/+6
* ARM: tegra30: Add Tegra Memory Controller(MC) driverHiroshi DOYU2012-05-103-0/+396
* ARM: tegra20: Add Tegra Memory Controller(MC) driverHiroshi DOYU2012-05-103-0/+267
* memory: emif: Add Kconfig dependency for TI EMIF controllerSantosh Shilimkar2012-05-041-0/+1
* memory: emif: add debugfs entries for emifAneesh V2012-05-021-0/+138
* memory: emif: add one-time settingsAneesh V2012-05-021-0/+148
* memory: emif: add interrupt and temperature handlingAneesh V2012-05-021-2/+209
* memory: emif: handle frequency and voltage change eventsAneesh V2012-05-022-4/+1020
* memory: emif: add basic infrastructure for EMIF driverAneesh V2012-05-024-0/+323
* memory: emif: add register definitions for EMIFAneesh V2012-05-021-0/+454