summaryrefslogtreecommitdiffstats
path: root/drivers/memory
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | memory: samsung: exynos5422-dmc: Fix kfree() of devm-allocated memory and mis...Lukasz Luba2019-10-011-4/+2
| * | memory: samsung: exynos5422-dmc: Fix spelling mistake "counld" -> "could"Colin Ian King2019-10-011-1/+1
| * | memory: Add DMC driver for Exynos5422Lukasz Luba2019-10-013-0/+1271
| * | memory: Extend of_memory with LPDDR3 supportLukasz Luba2019-10-013-0/+228
| |/
* / memory: mtk-smi: Add PM suspend and resume opsYong Wu2019-10-151-0/+4
|/
* iommu/mediatek: Clean up struct mtk_smi_iommuYong Wu2019-08-301-3/+3
* memory: mtk-smi: Get rid of need_larbidYong Wu2019-08-301-24/+2
* memory: mtk-smi: Add bus_sel for mt8183Yong Wu2019-08-301-2/+22
* memory: mtk-smi: Invoke pm runtime_callback to enable clocksYong Wu2019-08-301-41/+72
* iommu/mediatek: Add mt8183 IOMMU supportYong Wu2019-08-301-0/+20
* memory: mtk-smi: Add gals supportYong Wu2019-08-301-0/+36
* memory: mtk-smi: Use a struct for the platform data for smi-commonYong Wu2019-08-301-11/+24
* memory: mtk-smi: Use a general config_port interfaceYong Wu2019-08-301-7/+5
* Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-07-203-3/+5
|\
| * memory: ti-emif-sram: move driver-specific asm-offset.h to drivers/memory/Masahiro Yamada2019-07-173-3/+5
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-07-198-103/+578
|\ \
| * \ Merge tag 'tegra-for-5.3-memory' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2019-06-251-22/+22
| |\ \
| | * | memory: tegra: Fix -Wunused-const-variableNathan Huckleberry2019-06-141-22/+22
| * | | Merge tag 'arm-soc/for-5.3/drivers' of https://github.com/Broadcom/stblinux i...Olof Johansson2019-06-171-79/+238
| |\ \ \