summaryrefslogtreecommitdiffstats
path: root/drivers/memory/emif.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-07-201-1/+2
|\
| * memory: move jedec_ddr.h from include/memory to drivers/memory/Masahiro Yamada2019-06-171-1/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
|/
* memory-EMIF: Use seq_putc() in emif_regdump_show()SF Markus Elfring2018-03-061-1/+1
* drivers/memory: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-6/+0Star
* 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/+1Star
* memory: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-5/+3Star
* memory: emif: Add ifdef CONFIG_DEBUG_FS guard for emif_debugfs_[init|exit]Axel Lin2012-09-261-6/+17
* memory: emif: add device tree support to emif driverAneesh V2012-09-051-1/+181
* 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-021-3/+891
* memory: emif: add basic infrastructure for EMIF driverAneesh V2012-05-021-0/+289