summaryrefslogtreecommitdiff
path: root/drivers/memory/emif.c
AgeCommit message (Expand)Author
2024-01-23memory: emif: Drop usage of platform_driver_probe()Uwe Kleine-König
2024-01-23memory: emif: Simplify code handling CONFIG_OFUwe Kleine-König
2024-01-23memory: emif: Simplify code handling CONFIG_DEBUG_FSUwe Kleine-König
2023-12-19memory: emif: Convert to platform remove callback returning voidUwe Kleine-König
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-05-19memory: emif: Use kernel_can_power_off()Dmitry Osipenko
2022-04-26memory: emif: simplify platform_get_resource()Krzysztof Kozlowski
2022-04-06memory: emif: remove unneeded ENOMEM error messagesKrzysztof Kozlowski
2022-03-04memory: emif: check the pointer temp in get_device_details()Jia-Ju Bai
2022-03-04memory: emif: Add check for setup_interruptsJiasheng Jiang
2021-06-10memory: emif: remove unused frequency and voltage notifiersKrzysztof Kozlowski
2021-01-03memory: emif: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun
2020-09-20memory: emif: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao
2020-08-27memory: emif: Remove bogus debugfs error handlingDan Carpenter
2020-07-24memory: emif: Silence platform_get_irq() error in driverKrzysztof Kozlowski
2020-07-24memory: emif: Fix whitespace coding style violationsKrzysztof Kozlowski
2020-07-24memory: emif: Put constant in comparison on the right sideKrzysztof Kozlowski
2019-10-29memory: emif: remove set but not used variables 'cs1_used' and 'custom_configs'YueHaibing
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-17memory: move jedec_ddr.h from include/memory to drivers/memory/Masahiro Yamada
2018-03-05memory-EMIF: Use seq_putc() in emif_regdump_show()SF Markus Elfring
2013-05-18drivers/memory: don't check resource with devm_ioremap_resourceWolfram Sang
2013-03-25memory: emif: Load the correct custom config values from dtLokesh Vutla
2013-03-25memory: emif: errata i743: Prohibit usage of Power-Down modeGrygorii Strashko
2013-03-25memory: emif: Fix the incorrect 'size' parameter in memcpyOleksandr Dmytryshyn
2013-03-25memory: emif: use restart if power_off not present when out of specNishanth Menon
2013-03-25memory: emif: Handle devices which are not rated for >85CNishanth Menon
2013-03-25memory: emif: handle overflow for timing for LP modeNishanth Menon
2013-03-25memory: emif: setup LP settings on freq updateAmbresh K
2013-03-25memory: emif: Fix the lpmode timeout calculationLokesh Vutla
2013-03-15drivers: memory: use module_platform_driver_probe()Fabio Porcedda
2013-01-22memory: Convert to devm_ioremap_resource()Thierry Reding
2012-09-26memory: emif: Add ifdef CONFIG_DEBUG_FS guard for emif_debugfs_[init|exit]Axel Lin
2012-09-04memory: emif: add device tree support to emif driverAneesh V
2012-05-02memory: emif: add debugfs entries for emifAneesh V
2012-05-02memory: emif: add one-time settingsAneesh V
2012-05-02memory: emif: add interrupt and temperature handlingAneesh V
2012-05-02memory: emif: handle frequency and voltage change eventsAneesh V
2012-05-02memory: emif: add basic infrastructure for EMIF driverAneesh V