| Commit message (Expand) | Author | Age | Files | Lines |
* | memory: emif: Silence platform_get_irq() error in driver | Krzysztof Kozlowski | 2020-07-24 | 1 | -4/+1 |
* | memory: emif: Fix whitespace coding style violations | Krzysztof Kozlowski | 2020-07-24 | 1 | -9/+7 |
* | memory: emif: Put constant in comparison on the right side | Krzysztof Kozlowski | 2020-07-24 | 1 | -1/+1 |
* | memory: emif: remove set but not used variables 'cs1_used' and 'custom_configs' | YueHaibing | 2019-10-29 | 1 | -4/+1 |
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 2019-07-20 | 1 | -1/+2 |
|\ |
|
| * | memory: move jedec_ddr.h from include/memory to drivers/memory/ | Masahiro Yamada | 2019-06-17 | 1 | -1/+2 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
|/ |
|
* | memory-EMIF: Use seq_putc() in emif_regdump_show() | SF Markus Elfring | 2018-03-06 | 1 | -1/+1 |
* | drivers/memory: don't check resource with devm_ioremap_resource | Wolfram Sang | 2013-05-18 | 1 | -6/+0 |
* | memory: emif: Load the correct custom config values from dt | Lokesh Vutla | 2013-03-25 | 1 | -3/+4 |
* | memory: emif: errata i743: Prohibit usage of Power-Down mode | Grygorii Strashko | 2013-03-25 | 1 | -0/+35 |
* | memory: emif: Fix the incorrect 'size' parameter in memcpy | Oleksandr Dmytryshyn | 2013-03-25 | 1 | -1/+1 |
* | memory: emif: use restart if power_off not present when out of spec | Nishanth Menon | 2013-03-25 | 1 | -1/+9 |
* | memory: emif: Handle devices which are not rated for >85C | Nishanth Menon | 2013-03-25 | 1 | -0/+27 |
* | memory: emif: handle overflow for timing for LP mode | Nishanth Menon | 2013-03-25 | 1 | -8/+28 |
* | memory: emif: setup LP settings on freq update | Ambresh K | 2013-03-25 | 1 | -0/+2 |
* | memory: emif: Fix the lpmode timeout calculation | Lokesh Vutla | 2013-03-25 | 1 | -3/+7 |
* | drivers: memory: use module_platform_driver_probe() | Fabio Porcedda | 2013-03-15 | 1 | -11/+1 |
* | memory: Convert to devm_ioremap_resource() | Thierry Reding | 2013-01-22 | 1 | -5/+3 |
* | memory: emif: Add ifdef CONFIG_DEBUG_FS guard for emif_debugfs_[init|exit] | Axel Lin | 2012-09-26 | 1 | -6/+17 |
* | memory: emif: add device tree support to emif driver | Aneesh V | 2012-09-05 | 1 | -1/+181 |
* | memory: emif: add debugfs entries for emif | Aneesh V | 2012-05-02 | 1 | -0/+138 |
* | memory: emif: add one-time settings | Aneesh V | 2012-05-02 | 1 | -0/+148 |
* | memory: emif: add interrupt and temperature handling | Aneesh V | 2012-05-02 | 1 | -2/+209 |
* | memory: emif: handle frequency and voltage change events | Aneesh V | 2012-05-02 | 1 | -3/+891 |
* | memory: emif: add basic infrastructure for EMIF driver | Aneesh V | 2012-05-02 | 1 | -0/+289 |