summaryrefslogtreecommitdiffstats
path: root/drivers/memory
AgeCommit message (Expand)AuthorLines
2021-10-10Merge branch 'for-v5.16/renesas-rpc' into mem-ctrl-nextKrzysztof Kozlowski-36/+124
2021-10-07memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probeDongliang Mu-7/+6
2021-10-07memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE withKai Song-1/+1
2021-10-07memory: renesas-rpc-if: RENESAS_RPCIF should select RESET_CONTROLLERGeert Uytterhoeven-0/+1
2021-10-07memory: tegra186-emc: Fix error return code in tegra186_emc_probe()Yang Yingliang-0/+1
2021-09-30memory: brcmstb_dpfe: Allow building Broadcom STB DPFE as moduleFlorian Fainelli-2/+2
2021-09-28memory: samsung: describe drivers in KConfigKrzysztof Kozlowski-6/+7
2021-09-28memory: renesas-rpc-if: Avoid unaligned bus access for HyperFlashAndrew Gabbasov-2/+46
2021-09-28memory: renesas-rpc-if: Correct QSPI data transfer in Manual modeWolfram Sang-35/+78
2021-09-24memory: tegra: Make use of the helper function devm_add_action_or_reset()Cai Huoqing-4/+2
2021-09-22memory: mtk-smi: mt8195: Add initial setting for smi-larbYong Wu-1/+78
2021-09-22memory: mtk-smi: mt8195: Add initial setting for smi-commonYong Wu-4/+38
2021-09-22memory: mtk-smi: mt8195: Add smi supportYong Wu-0/+26
2021-09-22memory: mtk-smi: Use devm_platform_ioremap_resourceYong Wu-8/+3
2021-09-22memory: mtk-smi: Add clocks for smi-sub-commonYong Wu-2/+8
2021-09-22memory: mtk-smi: Add device link for smi-sub-commonYong Wu-24/+51
2021-09-22memory: mtk-smi: Add error handle for smi_probeYong Wu-1/+9
2021-09-22memory: mtk-smi: Adjust some code positionYong Wu-113/+75
2021-09-22memory: mtk-smi: Rename smi_gen to smi_typeYong Wu-14/+14
2021-09-22memory: mtk-smi: Use clk_bulk clock opsYong Wu-88/+55
2021-09-20memory: tegra186-emc: Handle errors in BPMP responseMikko Perttunen-0/+4
2021-09-20memory: tegra: Remove interconnect state syncing hackDmitry Osipenko-9/+10
2021-09-15memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATT...Jing Yangyang-2/+2
2021-09-15memory: tegra30-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTR...jing yangyang-2/+2
2021-09-15memory: tegra: make the array list static const, makes object smallerColin Ian King-1/+1
2021-07-29Merge branch 'for-v5.15/omap-gpmc' into for-nextKrzysztof Kozlowski-73/+118
2021-07-29memory: omap-gpmc: Drop custom PM calls with cpu_pm notifierTony Lindgren-75/+118
2021-07-29memory: omap-gpmc: Clear GPMC_CS_CONFIG7 register on restore if unusedTony Lindgren-0/+2
2021-07-23memory: tegra: fix unused-function warningArnd Bergmann-0/+2
2021-06-16Merge tag 'memory-controller-drv-tegra-5.14-2' of https://git.kernel.org/pub/...Olof Johansson-3879/+5027
2021-06-12Merge tag 'memory-controller-drv-pl353-5.14' of https://git.kernel.org/pub/sc...Olof Johansson-304/+10
2021-06-10memory: pl353-smc: Declare variables following a reverse christmas tree orderMiquel Raynal-3/+3
2021-06-10memory: pl353-smc: Avoid useless acronyms in descriptionsMiquel Raynal-1/+1
2021-06-10memory: pl353-smc: Let lower level controller drivers handle initsMiquel Raynal-294/+0
2021-06-10memory: pl353-smc: Rename goto labelsMiquel Raynal-4/+4
2021-06-10memory: pl353-smc: Fix styleMiquel Raynal-2/+2
2021-06-10memory: emif: remove unused frequency and voltage notifiersKrzysztof Kozlowski-678/+0
2021-06-10memory: fsl_ifc: fix leak of private memory on probe failureKrzysztof Kozlowski-2/+2
2021-06-10memory: fsl_ifc: fix leak of IO mapping on probe failureKrzysztof Kozlowski-2/+2
2021-06-10memory: tegra: Delete dead debugfs checking codeDan Carpenter-16/+0
2021-06-03memory: tegra: Implement SID override programmingThierry Reding-0/+81
2021-06-03memory: tegra: Split Tegra194 data into separate fileThierry Reding-1349/+1358
2021-06-03memory: tegra: Add memory client IDs to tablesThierry Reding-0/+205
2021-06-03memory: tegra: Unify driversThierry Reding-95/+44
2021-06-03memory: tegra: Only initialize reset controller if availableThierry Reding-4/+5
2021-06-03memory: tegra: Make IRQ support opitonalThierry Reding-11/+13
2021-06-03memory: tegra: Parameterize interrupt handlerThierry Reding-109/+104
2021-06-03memory: tegra: Extract setup code into callbackThierry Reding-57/+84
2021-06-03memory: tegra: Make per-SoC setup more genericThierry Reding-11/+10
2021-06-03memory: tegra: Push suspend/resume into SoC driversThierry Reding-20/+58