summaryrefslogtreecommitdiffstats
path: root/drivers/memory
Commit message (Expand)AuthorAgeFilesLines
...
* | memory: gpmc: fix out of bounds read and dereference on gpmc_cs[]Colin Ian King2021-03-071-2/+5
|/
* Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-243-0/+218
|\
| * Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ...Greg Kroah-Hartman2021-02-052-6/+2
| |\
| * | memory: dfl-emif: add the DFL EMIF private feature driverXu Yilun2021-01-073-0/+218
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-222-6/+2
|\ \ \ | | |/ | |/|
| * | amba: Make the remove callback return voidUwe Kleine-König2021-02-022-6/+2
| |/
* | Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-221-0/+8
|\ \
| * | iommu/mediatek: Support master use iova over 32bitYong Wu2021-02-011-0/+7
| * | iommu/mediatek: Use the common mtk-memory-port.hYong Wu2021-02-011-0/+1
| |/
* | Merge tag 'memory-controller-drv-5.12-2' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2021-02-113-9/+9
|\ \
| * | memory: tegra186-emc: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATT...Jiapeng Chong2021-02-081-6/+6
| * | memory: samsung: exynos5422-dmc: Correct function names in kerneldocKrzysztof Kozlowski2021-02-081-2/+2
| * | memory: ti-emif-pm: Drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2021-02-081-1/+1
* | | Merge tag 'memory-controller-drv-tegra-5.12' of git://git.kernel.org/pub/scm/...Arnd Bergmann2021-02-026-62/+425
|\ \ \ | |/ / |/| |
| * | memory: tegra: Remove calls to dev_pm_opp_set_clkname()Viresh Kumar2021-01-293-33/+6
| * | memory: tegra: Check whether reset is already assertedDmitry Osipenko2021-01-231-0/+7
| * | memory: tegra124: Support interconnect frameworkDmitry Osipenko2021-01-053-12/+391
| * | memory: tegra124-emc: Continue probing if timings are missing in device-treeDmitry Osipenko2021-01-051-17/+9
| * | memory: tegra124-emc: Make driver modularDmitry Osipenko2021-01-052-11/+23
| |/
* | memory: mtk-smi: Allow building as moduleYong Wu2021-01-262-1/+10
* | memory: ti-aemif: Drop child node when jumping out loopPan Bian2021-01-251-2/+6
* | memory: mtk-smi: Use platform_register_driversYong Wu2021-01-221-19/+6
* | memory: renesas-rpc-if: Add RZ/G2 to Kconfig descriptionAdam Ford2021-01-051-3/+3
* | memory: emif: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-031-2/+1
* | memory: mtk-smi: Fix PM usage counter unbalance in mtk_smi opsZhang Qilong2021-01-031-2/+2
|/
* Merge tag 'memory-controller-drv-tegra-5.11-3' of git://git.kernel.org/pub/sc...Arnd Bergmann2020-12-094-50/+516
|\
| * memory: tegra30: Support interconnect frameworkDmitry Osipenko2020-12-053-22/+496
| * memory: tegra20: Support hardware versioning and clean up OPP table initializ...Dmitry Osipenko2020-12-051-28/+20
* | Merge tag 'memory-controller-drv-5.11-2' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2020-12-093-15/+7
|\ \
| * | memory: jz4780_nemc: Fix potential NULL dereference in jz4780_nemc_probe()Zhang Changzhong2020-12-051-0/+2
| * | memory: ti-emif-sram: only build for ARMv7Arnd Bergmann2020-12-051-1/+1
| * | memory: renesas-rpc-if: Make rpcif_enable/disable_rpm() as static inlineLad Prabhakar2020-11-281-13/+0
| * | memory: renesas-rpc-if: Fix a node reference leak in rpcif_probe()Lad Prabhakar2020-11-281-0/+2
| * | memory: renesas-rpc-if: Fix unbalanced pm_runtime_enable in rpcif_{enable,dis...Lad Prabhakar2020-11-281-1/+1
| * | memory: renesas-rpc-if: Return correct value to the caller of rpcif_manual_xf...Lad Prabhakar2020-11-281-1/+2
* | | Merge tag 'memory-controller-drv-tegra-5.11-2' of git://git.kernel.org/pub/sc...Arnd Bergmann2020-11-2612-168/+901
|\ \ \ | |/ / |/| / | |/
| * memory: tegra30-emc: Remove unnecessary of_node_put in tegra_emc_probeNathan Chancellor2020-11-261-3/+1
| * memory: tegra: Complete tegra210_swgroupsNicolin Chen2020-11-261-0/+10
| * memory: tegra30-emc: Continue probing if timings are missing in device-treeDmitry Osipenko2020-11-261-14/+15
| * memory: tegra30-emc: Make driver modularDmitry Osipenko2020-11-263-6/+16
| * memory: tegra30: Add FIFO sizes to memory clientsDmitry Osipenko2020-11-261-0/+66
| * memory: tegra20-emc: Add devfreq supportDmitry Osipenko2020-11-262-1/+92
| * memory: tegra20-emc: Remove IRQ number from error messageDmitry Osipenko2020-11-261-1/+1
| * memory: tegra20-emc: Factor out clk initializationDmitry Osipenko2020-11-261-23/+47
| * memory: tegra20-emc: Use dev_pm_opp_set_clkname()Dmitry Osipenko2020-11-261-11/+19
| * memory: tegra20: Support interconnect frameworkDmitry Osipenko2020-11-263-4/+386
| * memory: tegra20-emc: Continue probing if timings are missing in device-treeDmitry Osipenko2020-11-261-18/+16
| * memory: tegra20-emc: Make driver modularDmitry Osipenko2020-11-262-6/+13
| * memory: tegra-mc: Add interconnect frameworkDmitry Osipenko2020-11-263-0/+123
| * memory: tegra: Add missing latency allowness entry for Page Table CacheDmitry Osipenko2020-11-263-0/+18