aboutsummaryrefslogtreecommitdiff
path: root/drivers/memory/emif.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-1/+1
2022-05-19memory: emif: Use kernel_can_power_off()Gravatar Dmitry Osipenko 1-1/+1
2022-04-26memory: emif: simplify platform_get_resource()Gravatar Krzysztof Kozlowski 1-3/+1
2022-04-06memory: emif: remove unneeded ENOMEM error messagesGravatar Krzysztof Kozlowski 1-10/+1
2022-03-04memory: emif: check the pointer temp in get_device_details()Gravatar Jia-Ju Bai 1-1/+1
2022-03-04memory: emif: Add check for setup_interruptsGravatar Jiasheng Jiang 1-2/+4
2021-06-10memory: emif: remove unused frequency and voltage notifiersGravatar Krzysztof Kozlowski 1-678/+0
2021-01-03memory: emif: Use DEFINE_SPINLOCK() for spinlockGravatar Zheng Yongjun 1-2/+1
2020-09-20memory: emif: Convert to DEFINE_SHOW_ATTRIBUTEGravatar Qinglang Miao 1-20/+2
2020-08-27memory: emif: Remove bogus debugfs error handlingGravatar Dan Carpenter 1-28/+5
2020-07-24memory: emif: Silence platform_get_irq() error in driverGravatar Krzysztof Kozlowski 1-4/+1
2020-07-24memory: emif: Fix whitespace coding style violationsGravatar Krzysztof Kozlowski 1-9/+7
2020-07-24memory: emif: Put constant in comparison on the right sideGravatar Krzysztof Kozlowski 1-1/+1
2019-10-29memory: emif: remove set but not used variables 'cs1_used' and 'custom_configs'Gravatar YueHaibing 1-4/+1
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-17memory: move jedec_ddr.h from include/memory to drivers/memory/Gravatar Masahiro Yamada 1-1/+2
2018-03-05memory-EMIF: Use seq_putc() in emif_regdump_show()Gravatar SF Markus Elfring 1-1/+1
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-01-22memory: Convert to devm_ioremap_resource()Gravatar Thierry Reding 1-5/+3
2012-09-26memory: emif: Add ifdef CONFIG_DEBUG_FS guard for emif_debugfs_[init|exit]Gravatar Axel Lin 1-6/+17
2012-09-04memory: emif: add device tree support to emif driverGravatar Aneesh V 1-1/+181
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 1-3/+891
2012-05-02memory: emif: add basic infrastructure for EMIF driverGravatar Aneesh V 1-0/+289