aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/emif.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-29memory: emif: remove set but not used variables 'cs1_used' and 'custom_configs'YueHaibing1-4/+1
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-17memory: move jedec_ddr.h from include/memory to drivers/memory/Masahiro Yamada1-1/+2
2018-03-05memory-EMIF: Use seq_putc() in emif_regdump_show()SF Markus Elfring1-1/+1
2013-05-18drivers/memory: don't check resource with devm_ioremap_resourceWolfram Sang1-6/+0
2013-03-25memory: emif: Load the correct custom config values from dtLokesh Vutla1-3/+4
2013-03-25memory: emif: errata i743: Prohibit usage of Power-Down modeGrygorii Strashko1-0/+35
2013-03-25memory: emif: Fix the incorrect 'size' parameter in memcpyOleksandr Dmytryshyn1-1/+1
2013-03-25memory: emif: use restart if power_off not present when out of specNishanth Menon1-1/+9
2013-03-25memory: emif: Handle devices which are not rated for >85CNishanth Menon1-0/+27
2013-03-25memory: emif: handle overflow for timing for LP modeNishanth Menon1-8/+28
2013-03-25memory: emif: setup LP settings on freq updateAmbresh K1-0/+2
2013-03-25memory: emif: Fix the lpmode timeout calculationLokesh Vutla1-3/+7
2013-03-15drivers: memory: use module_platform_driver_probe()Fabio Porcedda1-11/+1
2013-01-22memory: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2012-09-26memory: emif: Add ifdef CONFIG_DEBUG_FS guard for emif_debugfs_[init|exit]Axel Lin1-6/+17
2012-09-04memory: emif: add device tree support to emif driverAneesh V1-1/+181
2012-05-02memory: emif: add debugfs entries for emifAneesh V1-0/+138
2012-05-02memory: emif: add one-time settingsAneesh V1-0/+148
2012-05-02memory: emif: add interrupt and temperature handlingAneesh V1-2/+209
2012-05-02memory: emif: handle frequency and voltage change eventsAneesh V1-3/+891
2012-05-02memory: emif: add basic infrastructure for EMIF driverAneesh V1-0/+289