summaryrefslogtreecommitdiff
path: root/drivers/memory
AgeCommit message (Expand)Author
2021-06-03memory: tegra: Unify driversThierry Reding
2021-06-03memory: tegra: Only initialize reset controller if availableThierry Reding
2021-06-03memory: tegra: Make IRQ support opitonalThierry Reding
2021-06-03memory: tegra: Parameterize interrupt handlerThierry Reding
2021-06-03memory: tegra: Extract setup code into callbackThierry Reding
2021-06-03memory: tegra: Make per-SoC setup more genericThierry Reding
2021-06-03memory: tegra: Push suspend/resume into SoC driversThierry Reding
2021-06-03memory: tegra: Introduce struct tegra_mc_opsThierry Reding
2021-06-03memory: tegra: Unify struct tegra_mc across SoC generationsThierry Reding
2021-06-03memory: tegra: Consolidate register fieldsThierry Reding
2021-06-03memory: tegra30-emc: Use devm_tegra_core_dev_init_opp_table()Dmitry Osipenko
2021-06-03memory: tegra20-emc: Use devm_tegra_core_dev_init_opp_table()Dmitry Osipenko
2021-06-03memory: tegra: Enable compile testing for all driversDmitry Osipenko
2021-06-01memory: tegra: Fix compilation warnings on 64bit platformsDmitry Osipenko
2021-05-17memory: pl353: Fix error return code in pl353_smc_probe()Zhen Lei
2021-05-11memory: atmel-ebi: add missing of_node_put for loop iterationKrzysztof Kozlowski
2021-05-11memory: stm32-fmc2-ebi: add missing of_node_put for loop iterationKrzysztof Kozlowski
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada
2021-04-26Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-04-19Merge tag 'memory-controller-drv-5.13-2' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann
2021-04-13memory: mtk-smi: Add device-link between smi-larb and smi-commonYong Wu
2021-04-13memory: samsung: exynos5422-dmc: handle clk_set_parent() failureKrzysztof Kozlowski
2021-04-13memory: renesas-rpc-if: fix possible NULL pointer dereference of resourceKrzysztof Kozlowski
2021-04-08Merge tag 'memory-controller-drv-tegra-5.13' of git://git.kernel.org/pub/scm/...Arnd Bergmann
2021-04-05memory: pl353: fix mask of ECC page_size config registergexueyuan
2021-04-01memory: tegra: Print out info-level once per driver probeDmitry Osipenko
2021-04-01memory: tegra20: Protect debug code with a lockDmitry Osipenko
2021-04-01memory: tegra20: Correct comment to MC_STAT registers writesDmitry Osipenko
2021-04-01memory: tegra20: Add debug statisticsDmitry Osipenko
2021-04-01memory: tegra: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYang Li
2021-04-01memory: fsl-corenet-cf: Remove redundant dev_err call in ccf_probe()Qiheng Lin
2021-03-25memory: samsung: exynos5422-dmc: Convert to use resource-managed OPP APIYangtao Li
2021-03-07memory: gpmc: fix out of bounds read and dereference on gpmc_cs[]Colin Ian King
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-02-22Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-11Merge tag 'memory-controller-drv-5.12-2' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann
2021-02-08memory: tegra186-emc: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATT...Jiapeng Chong
2021-02-08memory: samsung: exynos5422-dmc: Correct function names in kerneldocKrzysztof Kozlowski
2021-02-08memory: ti-emif-pm: Drop of_match_ptr from of_device_id tableKrzysztof Kozlowski
2021-02-05Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ...Greg Kroah-Hartman
2021-02-02Merge tag 'memory-controller-drv-tegra-5.12' of git://git.kernel.org/pub/scm/...Arnd Bergmann
2021-02-02amba: Make the remove callback return voidUwe Kleine-König
2021-02-01iommu/mediatek: Support master use iova over 32bitYong Wu
2021-02-01iommu/mediatek: Use the common mtk-memory-port.hYong Wu
2021-01-29memory: tegra: Remove calls to dev_pm_opp_set_clkname()Viresh Kumar
2021-01-26memory: mtk-smi: Allow building as moduleYong Wu
2021-01-25memory: ti-aemif: Drop child node when jumping out loopPan Bian
2021-01-23memory: tegra: Check whether reset is already assertedDmitry Osipenko
2021-01-22memory: mtk-smi: Use platform_register_driversYong Wu