summaryrefslogtreecommitdiff
path: root/drivers/memory
AgeCommit message (Expand)AuthorFilesLines
2025-03-13memory: tegra20-emc: Correct memory device maskDmitry Osipenko1-1/+1
2025-03-13memory: tegra20-emc: fix an OF node reference bug in tegra_emc_find_node_by_r...Joe Hattori1-4/+4
2025-03-13memory: tegra20-emc: Support matching timings by LPDDR2 configurationDmitry Osipenko2-14/+186
2025-03-13memory: Add LPDDR2-info helpersDmitry Osipenko4-0/+184
2024-09-04memory: stm32-fmc2-ebi: check regmap_read return valueChristophe Kerello1-34/+88
2024-09-04memory: tegra: Skip SID programming if SID registers aren't setAshish Mhetre1-0/+3
2024-08-19memory: fsl_ifc: Make FSL_IFC config visible and selectableEsben Haabendal1-1/+1
2023-07-23memory: brcmstb_dpfe: fix testing array offset after useKrzysztof Kozlowski1-1/+3
2023-02-01memory: mvebu-devbus: Fix missing clk_disable_unprepare in mvebu_devbus_probe()Gaosheng Cui1-2/+1
2023-02-01memory: atmel-sdramc: Fix missing clk_disable_unprepare in atmel_ramc_probe()Gaosheng Cui1-4/+2
2023-02-01memory: tegra: Remove clients SID override programmingAshish Mhetre1-36/+0
2022-10-26memory: of: Fix refcount leak bug in of_lpddr3_get_ddr_timings()Liang He1-0/+1
2022-10-26memory: of: Fix refcount leak bug in of_get_ddr_timings()Liang He1-0/+1
2022-10-26memory: pl353-smc: Fix refcount leak bug in pl353_smc_probe()Liang He1-0/+1
2022-07-12memory: renesas-rpc-if: Avoid unaligned bus access for HyperFlashAndrew Gabbasov1-2/+46
2022-06-29memory: samsung: exynos5422-dmc: Fix refcount leak in of_get_dram_timingsMiaoqian Lin1-11/+18
2022-06-09memory: samsung: exynos5422-dmc: Avoid some over memory allocationChristophe JAILLET1-3/+2
2022-05-09memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual ModeGeert Uytterhoeven1-14/+46
2022-04-20memory: renesas-rpc-if: fix platform-device leak in error pathJohan Hovold1-1/+9
2022-04-20memory: atmel-ebi: Fix missing of_node_put in atmel_ebi_probeMiaoqian Lin1-6/+17
2022-04-08memory: emif: check the pointer temp in get_device_details()Jia-Ju Bai1-1/+1
2022-04-08memory: emif: Add check for setup_interruptsJiasheng Jiang1-2/+4
2022-01-27memory: renesas-rpc-if: Return error in case devm_ioremap_resource() failsLad Prabhakar1-1/+1
2021-11-25memory: tegra20-emc: Add runtime dependency on devfreq governor moduleDmitry Osipenko1-0/+1
2021-11-18memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probeDongliang Mu1-7/+6
2021-11-18memory: renesas-rpc-if: Correct QSPI data transfer in Manual modeWolfram Sang1-35/+78
2021-07-29Merge branch 'for-v5.15/omap-gpmc' into for-nextKrzysztof Kozlowski1-73/+118
2021-07-29memory: omap-gpmc: Drop custom PM calls with cpu_pm notifierTony Lindgren1-75/+118
2021-07-29memory: omap-gpmc: Clear GPMC_CS_CONFIG7 register on restore if unusedTony Lindgren1-0/+2
2021-07-23memory: tegra: fix unused-function warningArnd Bergmann1-0/+2
2021-06-16Merge tag 'memory-controller-drv-tegra-5.14-2' of https://git.kernel.org/pub/...Olof Johansson15-3879/+5027
2021-06-12Merge tag 'memory-controller-drv-pl353-5.14' of https://git.kernel.org/pub/sc...Olof Johansson1-304/+10
2021-06-10memory: pl353-smc: Declare variables following a reverse christmas tree orderMiquel Raynal1-3/+3
2021-06-10memory: pl353-smc: Avoid useless acronyms in descriptionsMiquel Raynal1-1/+1
2021-06-10memory: pl353-smc: Let lower level controller drivers handle initsMiquel Raynal1-294/+0
2021-06-10memory: pl353-smc: Rename goto labelsMiquel Raynal1-4/+4
2021-06-10memory: pl353-smc: Fix styleMiquel Raynal1-2/+2
2021-06-10memory: emif: remove unused frequency and voltage notifiersKrzysztof Kozlowski1-678/+0
2021-06-10memory: fsl_ifc: fix leak of private memory on probe failureKrzysztof Kozlowski1-2/+2
2021-06-10memory: fsl_ifc: fix leak of IO mapping on probe failureKrzysztof Kozlowski1-2/+2
2021-06-10memory: tegra: Delete dead debugfs checking codeDan Carpenter4-16/+0
2021-06-03memory: tegra: Implement SID override programmingThierry Reding2-0/+81
2021-06-03memory: tegra: Split Tegra194 data into separate fileThierry Reding4-1349/+1358
2021-06-03memory: tegra: Add memory client IDs to tablesThierry Reding1-0/+205
2021-06-03memory: tegra: Unify driversThierry Reding4-95/+44
2021-06-03memory: tegra: Only initialize reset controller if availableThierry Reding1-4/+5
2021-06-03memory: tegra: Make IRQ support opitonalThierry Reding1-11/+13
2021-06-03memory: tegra: Parameterize interrupt handlerThierry Reding3-109/+104
2021-06-03memory: tegra: Extract setup code into callbackThierry Reding6-57/+84
2021-06-03memory: tegra: Make per-SoC setup more genericThierry Reding2-11/+10