aboutsummaryrefslogtreecommitdiff
path: root/drivers/memory
AgeCommit message (Expand)AuthorFilesLines
2013-05-18drivers/memory: don't check resource with devm_ioremap_resourceGravatar Wolfram Sang 1-6/+0
2013-03-25memory: emif: Load the correct custom config values from dtGravatar Lokesh Vutla 1-3/+4
2013-03-25memory: emif: errata i743: Prohibit usage of Power-Down modeGravatar Grygorii Strashko 1-0/+35
2013-03-25memory: emif: Fix the incorrect 'size' parameter in memcpyGravatar Oleksandr Dmytryshyn 1-1/+1
2013-03-25memory: emif: use restart if power_off not present when out of specGravatar Nishanth Menon 1-1/+9
2013-03-25memory: emif: Handle devices which are not rated for >85CGravatar Nishanth Menon 1-0/+27
2013-03-25memory: emif: handle overflow for timing for LP modeGravatar Nishanth Menon 1-8/+28
2013-03-25memory: emif: setup LP settings on freq updateGravatar Ambresh K 1-0/+2
2013-03-25memory: emif: Fix the lpmode timeout calculationGravatar Lokesh Vutla 1-3/+7
2013-03-15drivers: memory: use module_platform_driver_probe()Gravatar Fabio Porcedda 1-11/+1
2013-03-15memory: tegra30: Fix build error w/o PMGravatar Hiroshi Doyu 1-0/+2
2013-01-22memory: Convert to devm_ioremap_resource()Gravatar Thierry Reding 3-11/+11
2013-01-03Drivers: memory: remove __dev* attributes.Gravatar Greg Kroah-Hartman 2-4/+4
2012-09-26memory: tegra{20,30}-mc: Fix reading incorrect register in mc_readl()Gravatar Axel Lin 2-22/+10
2012-09-26memory: emif: Add ifdef CONFIG_DEBUG_FS guard for emif_debugfs_[init|exit]Gravatar Axel Lin 1-6/+17
2012-09-05memory: fix build when CONFIG_OF && !CONFIG_DDRGravatar Stephen Warren 2-2/+4
2012-09-04memory: emif: add device tree support to emif driverGravatar Aneesh V 4-1/+371
2012-05-14memory: tegra{20,30}-mc: Remove empty *_remove()Gravatar Hiroshi DOYU 2-12/+0
2012-05-14memory: tegra{20,30}-mc: Use dev_err_ratelimited()Gravatar Hiroshi DOYU 2-4/+6
2012-05-11ARM: tegra30: Make MC optional in KconfigGravatar Hiroshi DOYU 1-1/+7
2012-05-11ARM: tegra20: Make MC optional in KconfigGravatar Hiroshi DOYU 1-1/+7
2012-05-11ARM: tegra30: MC: Remove unnecessary BUG*()Gravatar Hiroshi DOYU 1-12/+8
2012-05-11ARM: tegra20: MC: Remove unnecessary BUG*()Gravatar Hiroshi DOYU 1-6/+6
2012-05-10ARM: tegra30: Add Tegra Memory Controller(MC) driverGravatar Hiroshi DOYU 3-0/+396
2012-05-10ARM: tegra20: Add Tegra Memory Controller(MC) driverGravatar Hiroshi DOYU 3-0/+267
2012-05-04memory: emif: Add Kconfig dependency for TI EMIF controllerGravatar Santosh Shilimkar 1-0/+1
2012-05-02memory: emif: add debugfs entries for emifGravatar Aneesh V 1-0/+138
2012-05-02memory: emif: add one-time settingsGravatar Aneesh V 1-0/+148
2012-05-02memory: emif: add interrupt and temperature handlingGravatar Aneesh V 1-2/+209
2012-05-02memory: emif: handle frequency and voltage change eventsGravatar Aneesh V 2-4/+1020
2012-05-02memory: emif: add basic infrastructure for EMIF driverGravatar Aneesh V 4-0/+323
2012-05-02memory: emif: add register definitions for EMIFGravatar Aneesh V 1-0/+454