summaryrefslogtreecommitdiffstats
path: root/drivers/memory
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * memory: tegra: Remove superfluous error messages around platform_get_irq()Dmitry Osipenko2020-11-263-7/+3
| * memory: tegra: Use devm_platform_ioremap_resource()Dmitry Osipenko2020-11-262-6/+2
| * memory: tegra: Add and use devm_tegra_memory_controller_get()Dmitry Osipenko2020-11-264-59/+64
| * memory: tegra: Sort tegra210_swgroups by reg addressNicolin Chen2020-10-271-10/+10
| * memory: tegra: Correct tegra210_mc_clients def valuesNicolin Chen2020-10-271-14/+14
| * memory: tegra: Correct la.reg address of seswrNicolin Chen2020-10-271-1/+1
* | memory: pl353-smc: fix compile test on !ARM_AMBAKrzysztof Kozlowski2020-11-181-2/+2
* | memory: mtk-smi: Add mt8192 supportYong Wu2020-11-051-0/+19
* | memory: jz4780_nemc: Fix an error pointer vs NULL check in probe()Dan Carpenter2020-10-261-2/+2
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-10-2414-266/+332
|\
| * memory: emif: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-201-20/+2
| * memory: tegra: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-201-13/+1
| * memory: omap-gpmc: Fix compile test on SPARCKrzysztof Kozlowski2020-09-161-0/+1
| * memory: mtk-smi: add support for MT8167Fabien Parent2020-09-091-0/+23
| * memory: tegra: Delete duplicated argument to '|' in function tegra210_emc_r21...Ye Bin2020-09-091-1/+0
| * memory: fsl-corenet-cf: Fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-09-021-4/+2
| * memory: omap-gpmc: Fix -Wunused-function warningsYueHaibing2020-09-021-57/+57
| * memory: tegra: Remove GPU from DRM IOMMU groupThierry Reding2020-09-021-1/+0
| * memory: tegra186-emc: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-021-8/+2
| * memory: brcmstb_dpfe: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-021-5/+2
| * memory: samsung: exynos5422-dmc: add missing and fix kerneldocKrzysztof Kozlowski2020-09-011-4/+42
| * memory: samsung: exynos5422-dmc: remove unused exynos5_dmc membersKrzysztof Kozlowski2020-09-011-9/+0
| * memory: samsung: exynos5422-dmc: rename timing register fields variablesKrzysztof Kozlowski2020-09-011-24/+25
| * memory: emif: Remove bogus debugfs error handlingDan Carpenter2020-08-271-28/+5
| * memory: omap-gpmc: Fix build error without CONFIG_OFYueHaibing2020-08-271-0/+4
| * memory: omap-gpmc: Fix a couple off by onesDan Carpenter2020-08-261-2/+2
| * memory: brcmstb_dpfe: fix array index out of boundsMarkus Mayer2020-08-221-7/+16
| * memory: brcmstb_dpfe: Fix memory leakAlex Dewar2020-08-201-6/+10
| * memory: tegra: Correct shift value of apewNicolin Chen2020-08-201-1/+1
| * memory: Enable compile testing for most of the driversKrzysztof Kozlowski2020-08-171-17/+22
| * memory: brcmstb_dpfe: add separate entry for compile testKrzysztof Kozlowski2020-08-172-1/+13
| * memory: tegra: tegra210-emc: fix indentationKrzysztof Kozlowski2020-08-171-1/+1
| * memory: renesas-rpc-if: simplify with PTR_ERR_OR_ZEROKrzysztof Kozlowski2020-08-171-3/+1
| * memory: omap-gpmc: consistently use !res for NULL checksKrzysztof Kozlowski2020-08-171-1/+1
| * memory: omap-gpmc: use WARN() instead of BUG() on wrong freeKrzysztof Kozlowski2020-08-171-2/+1