aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-07memory: gpmc: fix out of bounds read and dereference on gpmc_cs[]Colin Ian King1-2/+5
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-0/+218
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-6/+2
2021-02-22Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+8
2021-02-11Merge tag 'memory-controller-drv-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/driversArnd Bergmann3-9/+9
2021-02-08memory: tegra186-emc: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEJiapeng Chong1-6/+6
2021-02-08memory: samsung: exynos5422-dmc: Correct function names in kerneldocKrzysztof Kozlowski1-2/+2
2021-02-08memory: ti-emif-pm: Drop of_match_ptr from of_device_id tableKrzysztof Kozlowski1-1/+1
2021-02-05Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into char-misc-nextGreg Kroah-Hartman2-6/+2
2021-02-02Merge tag 'memory-controller-drv-tegra-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/driversArnd Bergmann6-62/+425
2021-02-02amba: Make the remove callback return voidUwe Kleine-König2-6/+2
2021-02-01iommu/mediatek: Support master use iova over 32bitYong Wu1-0/+7
2021-02-01iommu/mediatek: Use the common mtk-memory-port.hYong Wu1-0/+1
2021-01-29memory: tegra: Remove calls to dev_pm_opp_set_clkname()Viresh Kumar3-33/+6
2021-01-26memory: mtk-smi: Allow building as moduleYong Wu2-1/+10
2021-01-25memory: ti-aemif: Drop child node when jumping out loopPan Bian1-2/+6
2021-01-23memory: tegra: Check whether reset is already assertedDmitry Osipenko1-0/+7
2021-01-22memory: mtk-smi: Use platform_register_driversYong Wu1-19/+6
2021-01-07memory: dfl-emif: add the DFL EMIF private feature driverXu Yilun3-0/+218
2021-01-05memory: renesas-rpc-if: Add RZ/G2 to Kconfig descriptionAdam Ford1-3/+3
2021-01-05memory: tegra124: Support interconnect frameworkDmitry Osipenko3-12/+391
2021-01-05memory: tegra124-emc: Continue probing if timings are missing in device-treeDmitry Osipenko1-17/+9
2021-01-05memory: tegra124-emc: Make driver modularDmitry Osipenko2-11/+23
2021-01-03memory: emif: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-2/+1
2021-01-03memory: mtk-smi: Fix PM usage counter unbalance in mtk_smi opsZhang Qilong1-2/+2
2020-12-09Merge tag 'memory-controller-drv-tegra-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/driversArnd Bergmann4-50/+516
2020-12-09Merge tag 'memory-controller-drv-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/driversArnd Bergmann3-15/+7
2020-12-05memory: jz4780_nemc: Fix potential NULL dereference in jz4780_nemc_probe()Zhang Changzhong1-0/+2
2020-12-05memory: ti-emif-sram: only build for ARMv7Arnd Bergmann1-1/+1
2020-12-05memory: tegra30: Support interconnect frameworkDmitry Osipenko3-22/+496
2020-12-05memory: tegra20: Support hardware versioning and clean up OPP table initializationDmitry Osipenko1-28/+20
2020-11-28memory: renesas-rpc-if: Make rpcif_enable/disable_rpm() as static inlineLad Prabhakar1-13/+0
2020-11-28memory: renesas-rpc-if: Fix a node reference leak in rpcif_probe()Lad Prabhakar1-0/+2
2020-11-28memory: renesas-rpc-if: Fix unbalanced pm_runtime_enable in rpcif_{enable,disable}_rpmLad Prabhakar1-1/+1
2020-11-28memory: renesas-rpc-if: Return correct value to the caller of rpcif_manual_xfer()Lad Prabhakar1-1/+2
2020-11-26Merge tag 'memory-controller-drv-tegra-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/driversArnd Bergmann12-168/+901
2020-11-26memory: tegra30-emc: Remove unnecessary of_node_put in tegra_emc_probeNathan Chancellor1-3/+1
2020-11-26memory: tegra: Complete tegra210_swgroupsNicolin Chen1-0/+10
2020-11-26memory: tegra30-emc: Continue probing if timings are missing in device-treeDmitry Osipenko1-14/+15
2020-11-26memory: tegra30-emc: Make driver modularDmitry Osipenko3-6/+16
2020-11-26memory: tegra30: Add FIFO sizes to memory clientsDmitry Osipenko1-0/+66
2020-11-26memory: tegra20-emc: Add devfreq supportDmitry Osipenko2-1/+92
2020-11-26memory: tegra20-emc: Remove IRQ number from error messageDmitry Osipenko1-1/+1
2020-11-26memory: tegra20-emc: Factor out clk initializationDmitry Osipenko1-23/+47
2020-11-26memory: tegra20-emc: Use dev_pm_opp_set_clkname()Dmitry Osipenko1-11/+19
2020-11-26memory: tegra20: Support interconnect frameworkDmitry Osipenko3-4/+386
2020-11-26memory: tegra20-emc: Continue probing if timings are missing in device-treeDmitry Osipenko1-18/+16
2020-11-26memory: tegra20-emc: Make driver modularDmitry Osipenko2-6/+13
2020-11-26memory: tegra-mc: Add interconnect frameworkDmitry Osipenko3-0/+123
2020-11-26memory: tegra: Add missing latency allowness entry for Page Table CacheDmitry Osipenko3-0/+18