summaryrefslogtreecommitdiffstats
path: root/drivers/memory
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mvebu-drivers-5.6-1' of git://git.infradead.org/linux-mvebu into a...Olof Johansson2020-01-161-3/+1
|\
| * memory: mvebu-devbus: convert to devm_platform_ioremap_resourceYangtao Li2020-01-081-3/+1
* | Merge tag 'tegra-for-5.6-memory' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2020-01-167-149/+1928
|\ \
| * | memory: tegra30-emc: Correct error message for timed out auto calibrationDmitry Osipenko2020-01-101-2/+1
| * | memory: tegra30-emc: Firm up hardware programming sequenceDmitry Osipenko2020-01-101-61/+89
| * | memory: tegra30-emc: Firm up suspend/resume sequenceDmitry Osipenko2020-01-101-18/+20
| * | memory: tegra: Correct reset value of xusb_hostrNicolin Chen2020-01-101-1/+1
| * | memory: tegra: Add support for the Tegra194 memory controllerThierry Reding2020-01-093-0/+953
| * | memory: tegra: Only include support for enabled SoCsThierry Reding2020-01-092-0/+8
| * | memory: tegra: Support DVFS on Tegra186 and laterThierry Reding2020-01-093-3/+304
| * | memory: tegra: Add system sleep supportThierry Reding2020-01-091-0/+19
| * | memory: tegra: Extract memory client SID programmingThierry Reding2020-01-091-22/+27
| * | memory: tegra: Add per-SoC data for Tegra186Thierry Reding2020-01-091-10/+19
| * | memory: tegra: Rename tegra_mc to tegra186_mc on Tegra186Thierry Reding2020-01-091-4/+10
| * | memory: tegra: Implement EMC debugfs interface on Tegra30Thierry Reding2020-01-091-0/+173
| * | memory: tegra: Implement EMC debugfs interface on Tegra20Thierry Reding2020-01-091-0/+175
| * | memory: tegra: Refashion EMC debugfs interface on Tegra124Thierry Reding2020-01-091-42/+143
| |/
* | memory: samsung: Rename Exynos to lowercaseKrzysztof Kozlowski2020-01-072-2/+2
* | memory: samsung: exynos5422-dmc: Convert to devm_platform_ioremap_resourceYangtao Li2019-12-301-5/+2
|/
* Merge tag 'tegra-for-5.5-memory-fixes' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2019-12-061-1/+1
|\
| * memory: tegra30-emc: Fix panic on suspendDmitry Osipenko2019-11-181-1/+1
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-12-0518-222/+3327
|\ \
| * | Merge tag 'tegra-for-5.5-memory-v2' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2019-11-119-149/+1428
| |\|
| | * memory: tegra: Consolidate registers definition into common headerDmitry Osipenko2019-11-114-74/+47
| | * memory: tegra: Ensure timing control debug features are disabledDmitry Osipenko2019-11-112-0/+5
| | * memory: tegra: Introduce Tegra30 EMC driverDmitry Osipenko2019-11-116-14/+1310
| | * memory: tegra: Do not handle error from wait_for_completion_timeout()Dmitry Osipenko2019-11-111-5/+1
| | * memory: tegra: Increase handshake timeout on Tegra20Dmitry Osipenko2019-11-111-1/+1
| | * memory: tegra: Print a brief info message about EMC timingsDmitry Osipenko2019-11-111-0/+7
| | * memory: tegra: Pre-configure debug register on Tegra20Dmitry Osipenko2019-11-111-1/+16
| | * memory: tegra: Include io.h instead of iopoll.hDmitry Osipenko2019-11-111-1/+1
| | * memory: tegra: Adapt for Tegra20 clock driver changesDmitry Osipenko2019-11-111-2/+48
| | * memory: tegra: Don't set EMC rate to maximum on probe for Tegra20Dmitry Osipenko2019-11-111-77/+1
| | * memory: tegra: Add gr2d and gr3d to DRM IOMMU groupThierry Reding2019-11-113-12/+19
| | * memory: tegra: Set DMA mask based on supported address bitsThierry Reding2019-11-111-0/+10
| * | Merge tag 'at91-5.5-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2019-11-081-6/+5
| |\ \
| | * | memory: atmel-ebi: switch to SPDX license identifiersTudor Ambarus2019-11-071-4/+1
| | * | memory: atmel-ebi: move NUM_CS definition inside EBI driverTudor Ambarus2019-11-071-2/+4
| | |/
| * | Merge branch 'for_5.5/driver-soc' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2019-11-031-4/+1
| |\ \
| | * | memory: emif: remove set but not used variables 'cs1_used' and 'custom_configs'YueHaibing2019-10-291-4/+1
| | |/
| * | Merge tag 'arm-soc/for-5.5/drivers' of https://github.com/Broadcom/stblinux i...Olof Johansson2019-10-231-63/+101
| |\ \
| | * | memory: brcmstb: dpfe: Fixup API version/commands for 7211Florian Fainelli2019-10-181-8/+36
| | * | memory: brcmstb: dpfe: Compute checksum at __send_command() timeFlorian Fainelli2019-10-181-13/+10
| | * | memory: brcmstb: dpfe: support for deferred firmware downloadMarkus Mayer2019-10-181-4/+8
| | * | memory: brcmstb: dpfe: pass *priv as argument to brcmstb_dpfe_download_firmwa...Markus Mayer2019-10-181-7/+6
| | * | memory: brcmstb: dpfe: move init_data into brcmstb_dpfe_download_firmware()Markus Mayer2019-10-181-12/+9
| | * | memory: brcmstb: dpfe: add locking around DCPU enable/disableMarkus Mayer2019-10-181-10/+21
| | * | memory: brcmstb: dpfe: initialize priv->devMarkus Mayer2019-10-181-0/+2
| | * | memory: brcmstb: dpfe: rename struct private_dataMarkus Mayer2019-10-181-14/+14
| | |/
| * | memory: samsung: exynos5422-dmc: Add support for interrupt from performance c...Lukasz Luba2019-10-021-25/+320