aboutsummaryrefslogtreecommitdiff
path: root/drivers/memory
AgeCommit message (Expand)AuthorFilesLines
2019-12-06Merge tag 'tegra-for-5.5-memory-fixes' of git://git.kernel.org/pub/scm/linux/...Gravatar Olof Johansson 1-1/+1
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 18-222/+3327
2019-11-18memory: tegra30-emc: Fix panic on suspendGravatar Dmitry Osipenko 1-1/+1
2019-11-11Merge tag 'tegra-for-5.5-memory-v2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Olof Johansson 9-149/+1428
2019-11-11memory: tegra: Consolidate registers definition into common headerGravatar Dmitry Osipenko 4-74/+47
2019-11-11memory: tegra: Ensure timing control debug features are disabledGravatar Dmitry Osipenko 2-0/+5
2019-11-11memory: tegra: Introduce Tegra30 EMC driverGravatar Dmitry Osipenko 6-14/+1310
2019-11-11memory: tegra: Do not handle error from wait_for_completion_timeout()Gravatar Dmitry Osipenko 1-5/+1
2019-11-11memory: tegra: Increase handshake timeout on Tegra20Gravatar Dmitry Osipenko 1-1/+1
2019-11-11memory: tegra: Print a brief info message about EMC timingsGravatar Dmitry Osipenko 1-0/+7
2019-11-11memory: tegra: Pre-configure debug register on Tegra20Gravatar Dmitry Osipenko 1-1/+16
2019-11-11memory: tegra: Include io.h instead of iopoll.hGravatar Dmitry Osipenko 1-1/+1
2019-11-11memory: tegra: Adapt for Tegra20 clock driver changesGravatar Dmitry Osipenko 1-2/+48
2019-11-11memory: tegra: Don't set EMC rate to maximum on probe for Tegra20Gravatar Dmitry Osipenko 1-77/+1
2019-11-11memory: tegra: Add gr2d and gr3d to DRM IOMMU groupGravatar Thierry Reding 3-12/+19
2019-11-11memory: tegra: Set DMA mask based on supported address bitsGravatar Thierry Reding 1-0/+10
2019-11-08Merge tag 'at91-5.5-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Olof Johansson 1-6/+5
2019-11-07memory: atmel-ebi: switch to SPDX license identifiersGravatar Tudor Ambarus 1-4/+1
2019-11-07memory: atmel-ebi: move NUM_CS definition inside EBI driverGravatar Tudor Ambarus 1-2/+4
2019-11-03Merge branch 'for_5.5/driver-soc' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Olof Johansson 1-4/+1
2019-10-29memory: emif: remove set but not used variables 'cs1_used' and 'custom_configs'Gravatar YueHaibing 1-4/+1
2019-10-23Merge tag 'arm-soc/for-5.5/drivers' of https://github.com/Broadcom/stblinux i...Gravatar Olof Johansson 1-63/+101
2019-10-18memory: brcmstb: dpfe: Fixup API version/commands for 7211Gravatar Florian Fainelli 1-8/+36
2019-10-18memory: brcmstb: dpfe: Compute checksum at __send_command() timeGravatar Florian Fainelli 1-13/+10
2019-10-18memory: brcmstb: dpfe: support for deferred firmware downloadGravatar Markus Mayer 1-4/+8
2019-10-18memory: brcmstb: dpfe: pass *priv as argument to brcmstb_dpfe_download_firmwa...Gravatar Markus Mayer 1-7/+6
2019-10-18memory: brcmstb: dpfe: move init_data into brcmstb_dpfe_download_firmware()Gravatar Markus Mayer 1-12/+9
2019-10-18memory: brcmstb: dpfe: add locking around DCPU enable/disableGravatar Markus Mayer 1-10/+21
2019-10-18memory: brcmstb: dpfe: initialize priv->devGravatar Markus Mayer 1-0/+2
2019-10-18memory: brcmstb: dpfe: rename struct private_dataGravatar Markus Mayer 1-14/+14
2019-10-15memory: mtk-smi: Add PM suspend and resume opsGravatar Yong Wu 1-0/+4
2019-10-02memory: samsung: exynos5422-dmc: Add support for interrupt from performance c...Gravatar Lukasz Luba 1-25/+320
2019-10-01memory: samsung: exynos5422-dmc: Fix kfree() of devm-allocated memory and mis...Gravatar Lukasz Luba 1-4/+2
2019-10-01memory: samsung: exynos5422-dmc: Fix spelling mistake "counld" -> "could"Gravatar Colin Ian King 1-1/+1
2019-10-01memory: Add DMC driver for Exynos5422Gravatar Lukasz Luba 3-0/+1271
2019-10-01memory: Extend of_memory with LPDDR3 supportGravatar Lukasz Luba 3-0/+228
2019-08-30iommu/mediatek: Clean up struct mtk_smi_iommuGravatar Yong Wu 1-3/+3
2019-08-30memory: mtk-smi: Get rid of need_larbidGravatar Yong Wu 1-24/+2
2019-08-30memory: mtk-smi: Add bus_sel for mt8183Gravatar Yong Wu 1-2/+22
2019-08-30memory: mtk-smi: Invoke pm runtime_callback to enable clocksGravatar Yong Wu 1-41/+72
2019-08-30iommu/mediatek: Add mt8183 IOMMU supportGravatar Yong Wu 1-0/+20
2019-08-30memory: mtk-smi: Add gals supportGravatar Yong Wu 1-0/+36
2019-08-30memory: mtk-smi: Use a struct for the platform data for smi-commonGravatar Yong Wu 1-11/+24
2019-08-30memory: mtk-smi: Use a general config_port interfaceGravatar Yong Wu 1-7/+5
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 3-3/+5
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 8-103/+578
2019-07-17Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-1/+1
2019-07-17memory: ti-emif-sram: move driver-specific asm-offset.h to drivers/memory/Gravatar Masahiro Yamada 3-3/+5
2019-07-11Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-5/+23
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-1/+3