summaryrefslogtreecommitdiffstats
path: root/drivers/memory
AgeCommit message (Expand)AuthorLines
2014-08-25Merge tag 'at91-drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kerne...Nicolas Ferre-0/+109
2014-07-29memory: Freescale CoreNet Coherency Fabric error reporting driverScott Wood-0/+262
2014-07-15memory: add a driver for atmel ram controllersAlexandre Belloni-0/+109
2014-04-29memory: mvebu-devbus: add a devbus, keep-config propertyThomas Petazzoni-9/+11
2014-04-29memory: mvebu-devbus: add Orion5x supportThomas Petazzoni-21/+86
2014-04-29memory: mvebu-devbus: split functionsThomas Petazzoni-39/+51
2014-04-29memory: mvebu-devbus: use _SHIFT suffixes instead of _BITThomas Petazzoni-18/+18
2014-04-29memory: mvebu-devbus: use ARMADA_ prefix in definesThomas Petazzoni-24/+24
2014-04-17memory: mvebu-devbus: fix the conversion of the bus widthThomas Petazzoni-2/+13
2014-02-28memory: ti-aemif: introduce AEMIF driverIvan Khoronzhuk-0/+439
2014-02-28powerpc: select MEMORY for FSL_IFC to not break existing .config filesPaul Gortmaker-0/+4
2014-02-18driver/memory:Move Freescale IFC driver to a common driverPrabhakar Kushwaha-0/+310
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds-70/+2
2013-08-15tegra: simplify use of devm_ioremap_resourceJulia Lawall-4/+0
2013-08-12memory: mvebu-devbus: Remove unused variableEzequiel Garcia-8/+0
2013-08-06memory: mvebu-devbus: Remove address decoding window workaroundEzequiel Garcia-62/+2
2013-06-17memory: tegra30-mc: Fix IRQ handler.Tuomas Tynkkynen-3/+6
2013-06-17memory: tegra20-mc: Fix hang in IRQ handler.Tuomas Tynkkynen-1/+4
2013-05-27Merge 3.10-rc3 into char-misc-nextGreg Kroah-Hartman-6/+0
2013-05-21drivers: memory: Introduce Marvell EBU Device Bus driverEzequiel Garcia-0/+351
2013-05-18drivers/memory: don't check resource with devm_ioremap_resourceWolfram Sang-6/+0
2013-03-25memory: emif: Load the correct custom config values from dtLokesh Vutla-3/+4
2013-03-25memory: emif: errata i743: Prohibit usage of Power-Down modeGrygorii Strashko-0/+35
2013-03-25memory: emif: Fix the incorrect 'size' parameter in memcpyOleksandr Dmytryshyn-1/+1
2013-03-25memory: emif: use restart if power_off not present when out of specNishanth Menon-1/+9
2013-03-25memory: emif: Handle devices which are not rated for >85CNishanth Menon-0/+27
2013-03-25memory: emif: handle overflow for timing for LP modeNishanth Menon-8/+28
2013-03-25memory: emif: setup LP settings on freq updateAmbresh K-0/+2
2013-03-25memory: emif: Fix the lpmode timeout calculationLokesh Vutla-3/+7
2013-03-15drivers: memory: use module_platform_driver_probe()Fabio Porcedda-11/+1
2013-03-15memory: tegra30: Fix build error w/o PMHiroshi Doyu-0/+2
2013-01-22memory: Convert to devm_ioremap_resource()Thierry Reding-11/+11
2013-01-03Drivers: memory: remove __dev* attributes.Greg Kroah-Hartman-4/+4
2012-09-26memory: tegra{20,30}-mc: Fix reading incorrect register in mc_readl()Axel Lin-22/+10
2012-09-26memory: emif: Add ifdef CONFIG_DEBUG_FS guard for emif_debugfs_[init|exit]Axel Lin-6/+17
2012-09-05memory: fix build when CONFIG_OF && !CONFIG_DDRStephen Warren-2/+4
2012-09-04memory: emif: add device tree support to emif driverAneesh V-1/+371
2012-05-14memory: tegra{20,30}-mc: Remove empty *_remove()Hiroshi DOYU-12/+0
2012-05-14memory: tegra{20,30}-mc: Use dev_err_ratelimited()Hiroshi DOYU-4/+6
2012-05-11ARM: tegra30: Make MC optional in KconfigHiroshi DOYU-1/+7
2012-05-11ARM: tegra20: Make MC optional in KconfigHiroshi DOYU-1/+7
2012-05-11ARM: tegra30: MC: Remove unnecessary BUG*()Hiroshi DOYU-12/+8
2012-05-11ARM: tegra20: MC: Remove unnecessary BUG*()Hiroshi DOYU-6/+6
2012-05-10ARM: tegra30: Add Tegra Memory Controller(MC) driverHiroshi DOYU-0/+396
2012-05-10ARM: tegra20: Add Tegra Memory Controller(MC) driverHiroshi DOYU-0/+267
2012-05-04memory: emif: Add Kconfig dependency for TI EMIF controllerSantosh Shilimkar-0/+1
2012-05-02memory: emif: add debugfs entries for emifAneesh V-0/+138
2012-05-02memory: emif: add one-time settingsAneesh V-0/+148
2012-05-02memory: emif: add interrupt and temperature handlingAneesh V-2/+209
2012-05-02memory: emif: handle frequency and voltage change eventsAneesh V-4/+1020