summaryrefslogtreecommitdiffstats
path: root/drivers/memory
AgeCommit message (Expand)AuthorLines
2020-01-16Merge tag 'mvebu-drivers-5.6-1' of git://git.infradead.org/linux-mvebu into a...Olof Johansson-3/+1
2020-01-16Merge tag 'tegra-for-5.6-memory' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson-149/+1928
2020-01-10memory: tegra30-emc: Correct error message for timed out auto calibrationDmitry Osipenko-2/+1
2020-01-10memory: tegra30-emc: Firm up hardware programming sequenceDmitry Osipenko-61/+89
2020-01-10memory: tegra30-emc: Firm up suspend/resume sequenceDmitry Osipenko-18/+20
2020-01-10memory: tegra: Correct reset value of xusb_hostrNicolin Chen-1/+1
2020-01-09memory: tegra: Add support for the Tegra194 memory controllerThierry Reding-0/+953
2020-01-09memory: tegra: Only include support for enabled SoCsThierry Reding-0/+8
2020-01-09memory: tegra: Support DVFS on Tegra186 and laterThierry Reding-3/+304
2020-01-09memory: tegra: Add system sleep supportThierry Reding-0/+19
2020-01-09memory: tegra: Extract memory client SID programmingThierry Reding-22/+27
2020-01-09memory: tegra: Add per-SoC data for Tegra186Thierry Reding-10/+19
2020-01-09memory: tegra: Rename tegra_mc to tegra186_mc on Tegra186Thierry Reding-4/+10
2020-01-09memory: tegra: Implement EMC debugfs interface on Tegra30Thierry Reding-0/+173
2020-01-09memory: tegra: Implement EMC debugfs interface on Tegra20Thierry Reding-0/+175
2020-01-09memory: tegra: Refashion EMC debugfs interface on Tegra124Thierry Reding-42/+143
2020-01-08memory: mvebu-devbus: convert to devm_platform_ioremap_resourceYangtao Li-3/+1
2020-01-07memory: samsung: Rename Exynos to lowercaseKrzysztof Kozlowski-2/+2
2019-12-30memory: samsung: exynos5422-dmc: Convert to devm_platform_ioremap_resourceYangtao Li-5/+2
2019-12-06Merge tag 'tegra-for-5.5-memory-fixes' of git://git.kernel.org/pub/scm/linux/...Olof Johansson-1/+1
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-222/+3327
2019-11-18memory: tegra30-emc: Fix panic on suspendDmitry Osipenko-1/+1
2019-11-11Merge tag 'tegra-for-5.5-memory-v2' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson-149/+1428
2019-11-11memory: tegra: Consolidate registers definition into common headerDmitry Osipenko-74/+47
2019-11-11memory: tegra: Ensure timing control debug features are disabledDmitry Osipenko-0/+5
2019-11-11memory: tegra: Introduce Tegra30 EMC driverDmitry Osipenko-14/+1310
2019-11-11memory: tegra: Do not handle error from wait_for_completion_timeout()Dmitry Osipenko-5/+1
2019-11-11memory: tegra: Increase handshake timeout on Tegra20Dmitry Osipenko-1/+1
2019-11-11memory: tegra: Print a brief info message about EMC timingsDmitry Osipenko-0/+7
2019-11-11memory: tegra: Pre-configure debug register on Tegra20Dmitry Osipenko-1/+16
2019-11-11memory: tegra: Include io.h instead of iopoll.hDmitry Osipenko-1/+1
2019-11-11memory: tegra: Adapt for Tegra20 clock driver changesDmitry Osipenko-2/+48
2019-11-11memory: tegra: Don't set EMC rate to maximum on probe for Tegra20Dmitry Osipenko-77/+1
2019-11-11memory: tegra: Add gr2d and gr3d to DRM IOMMU groupThierry Reding-12/+19
2019-11-11memory: tegra: Set DMA mask based on supported address bitsThierry Reding-0/+10
2019-11-08Merge tag 'at91-5.5-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson-6/+5
2019-11-07memory: atmel-ebi: switch to SPDX license identifiersTudor Ambarus-4/+1
2019-11-07memory: atmel-ebi: move NUM_CS definition inside EBI driverTudor Ambarus-2/+4
2019-11-03Merge branch 'for_5.5/driver-soc' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson-4/+1
2019-10-29memory: emif: remove set but not used variables 'cs1_used' and 'custom_configs'YueHaibing-4/+1
2019-10-23Merge tag 'arm-soc/for-5.5/drivers' of https://github.com/Broadcom/stblinux i...Olof Johansson-63/+101
2019-10-18memory: brcmstb: dpfe: Fixup API version/commands for 7211Florian Fainelli-8/+36
2019-10-18memory: brcmstb: dpfe: Compute checksum at __send_command() timeFlorian Fainelli-13/+10
2019-10-18memory: brcmstb: dpfe: support for deferred firmware downloadMarkus Mayer-4/+8
2019-10-18memory: brcmstb: dpfe: pass *priv as argument to brcmstb_dpfe_download_firmwa...Markus Mayer-7/+6
2019-10-18memory: brcmstb: dpfe: move init_data into brcmstb_dpfe_download_firmware()Markus Mayer-12/+9
2019-10-18memory: brcmstb: dpfe: add locking around DCPU enable/disableMarkus Mayer-10/+21
2019-10-18memory: brcmstb: dpfe: initialize priv->devMarkus Mayer-0/+2
2019-10-18memory: brcmstb: dpfe: rename struct private_dataMarkus Mayer-14/+14
2019-10-15memory: mtk-smi: Add PM suspend and resume opsYong Wu-0/+4