aboutsummaryrefslogtreecommitdiff
path: root/drivers/memory
AgeCommit message (Expand)AuthorFilesLines
2020-05-28Merge branch 'baikal/drivers' into arm/driversGravatar Arnd Bergmann 3-0/+334
2020-05-28memory: Add Baikal-T1 L2-cache Control Block driverGravatar Serge Semin 3-0/+334
2020-05-12memory: samsung: exynos5422-dmc: Reduce protected code area in IRQ handlerGravatar Bernard Zhao 1-4/+2
2020-05-08memory: samsung: exynos5422-dmc: Fix tFAW timings alignmentGravatar Bernard Zhao 1-1/+1
2020-04-03Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-0/+15
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-11memory: tegra: Correct debugfs clk rate-range on Tegra124Gravatar Dmitry Osipenko 1-0/+5
2020-03-11memory: tegra: Correct debugfs clk rate-range on Tegra30Gravatar Dmitry Osipenko 1-0/+5
2020-03-11memory: tegra: Correct debugfs clk rate-range on Tegra20Gravatar Dmitry Osipenko 1-0/+5
2020-01-16Merge tag 'mvebu-drivers-5.6-1' of git://git.infradead.org/linux-mvebu into a...Gravatar Olof Johansson 1-3/+1
2020-01-16Merge tag 'tegra-for-5.6-memory' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Olof Johansson 7-149/+1928
2020-01-10memory: tegra30-emc: Correct error message for timed out auto calibrationGravatar Dmitry Osipenko 1-2/+1
2020-01-10memory: tegra30-emc: Firm up hardware programming sequenceGravatar Dmitry Osipenko 1-61/+89
2020-01-10memory: tegra30-emc: Firm up suspend/resume sequenceGravatar Dmitry Osipenko 1-18/+20
2020-01-10memory: tegra: Correct reset value of xusb_hostrGravatar Nicolin Chen 1-1/+1
2020-01-09memory: tegra: Add support for the Tegra194 memory controllerGravatar Thierry Reding 3-0/+953
2020-01-09memory: tegra: Only include support for enabled SoCsGravatar Thierry Reding 2-0/+8
2020-01-09memory: tegra: Support DVFS on Tegra186 and laterGravatar Thierry Reding 3-3/+304
2020-01-09memory: tegra: Add system sleep supportGravatar Thierry Reding 1-0/+19
2020-01-09memory: tegra: Extract memory client SID programmingGravatar Thierry Reding 1-22/+27
2020-01-09memory: tegra: Add per-SoC data for Tegra186Gravatar Thierry Reding 1-10/+19
2020-01-09memory: tegra: Rename tegra_mc to tegra186_mc on Tegra186Gravatar Thierry Reding 1-4/+10
2020-01-09memory: tegra: Implement EMC debugfs interface on Tegra30Gravatar Thierry Reding 1-0/+173
2020-01-09memory: tegra: Implement EMC debugfs interface on Tegra20Gravatar Thierry Reding 1-0/+175
2020-01-09memory: tegra: Refashion EMC debugfs interface on Tegra124Gravatar Thierry Reding 1-42/+143
2020-01-08memory: mvebu-devbus: convert to devm_platform_ioremap_resourceGravatar Yangtao Li 1-3/+1
2020-01-07memory: samsung: Rename Exynos to lowercaseGravatar Krzysztof Kozlowski 2-2/+2
2019-12-30memory: samsung: exynos5422-dmc: Convert to devm_platform_ioremap_resourceGravatar Yangtao Li 1-5/+2
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