summaryrefslogtreecommitdiffstats
path: root/drivers/memory/emif.c
Commit message (Expand)AuthorAgeFilesLines
* memory: emif: Drop usage of platform_driver_probe()Uwe Kleine-König2024-01-231-12/+13
* memory: emif: Simplify code handling CONFIG_OFUwe Kleine-König2024-01-231-10/+0
* memory: emif: Simplify code handling CONFIG_DEBUG_FSUwe Kleine-König2024-01-231-20/+12
* memory: emif: Convert to platform remove callback returning voidUwe Kleine-König2023-12-191-4/+2
* Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-301-1/+1
|\
| * memory: emif: Use kernel_can_power_off()Dmitry Osipenko2022-05-191-1/+1
* | memory: emif: simplify platform_get_resource()Krzysztof Kozlowski2022-04-261-3/+1
* | memory: emif: remove unneeded ENOMEM error messagesKrzysztof Kozlowski2022-04-061-10/+1
|/
* memory: emif: check the pointer temp in get_device_details()Jia-Ju Bai2022-03-041-1/+1
* memory: emif: Add check for setup_interruptsJiasheng Jiang2022-03-041-2/+4
* memory: emif: remove unused frequency and voltage notifiersKrzysztof Kozlowski2021-06-101-678/+0
* memory: emif: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-031-2/+1
* memory: emif: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-201-20/+2
* memory: emif: Remove bogus debugfs error handlingDan Carpenter2020-08-271-28/+5
* memory: emif: Silence platform_get_irq() error in driverKrzysztof Kozlowski2020-07-241-4/+1
* memory: emif: Fix whitespace coding style violationsKrzysztof Kozlowski2020-07-241-9/+7
* memory: emif: Put constant in comparison on the right sideKrzysztof Kozlowski2020-07-241-1/+1
* memory: emif: remove set but not used variables 'cs1_used' and 'custom_configs'YueHaibing2019-10-291-4/+1
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-07-191-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/+1
|/
* memory-EMIF: Use seq_putc() in emif_regdump_show()SF Markus Elfring2018-03-051-1/+1
* drivers/memory: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-6/+0
* 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/+1
* memory: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-5/+3
* 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-041-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