summaryrefslogtreecommitdiffstats
path: root/drivers/memory
Commit message (Expand)AuthorAgeFilesLines
...
* | memory: tegra: Add Tegra132 compatible string matchThierry Reding2020-07-151-0/+1
* | memory: tegra: Fix KCONFIG variables for Tegra186 and Tegra194Jon Hunter2020-07-141-2/+2
* | memory: tegra: Delete some dead codeDan Carpenter2020-06-221-5/+0
* | memory: tegra: Avoid unused function warningsArnd Bergmann2020-06-221-2/+2
* | memory: tegra: Drop <linux/clk-provider.h>Geert Uytterhoeven2020-06-222-2/+0
* | memory: tegra: Fix an error handling path in tegra186_emc_probe()Christophe JAILLET2020-06-221-5/+11
* | memory: tegra30-emc: Poll EMC-CaR handshake instead of waiting for interruptDmitry Osipenko2020-06-221-72/+44
* | memory: tegra20-emc: Poll EMC-CaR handshake instead of waiting for interruptDmitry Osipenko2020-06-221-17/+11
* | memory: tegra: Support derated timings on Tegra210Thierry Reding2020-06-224-13/+363
* | memory: tegra: Add EMC scaling sequence code for Tegra210Joseph Lo2020-06-224-1/+1875
* | memory: tegra: Add EMC scaling support code for Tegra210Joseph Lo2020-06-227-0/+2828
* | memory: tegra: Make debugfs permissions human-readableDmitry Osipenko2020-06-223-9/+9
|/
* Merge branch 'baikal/drivers' into arm/driversArnd Bergmann2020-05-283-0/+334
|\
| * memory: Add Baikal-T1 L2-cache Control Block driverSerge Semin2020-05-283-0/+334
* | memory: samsung: exynos5422-dmc: Reduce protected code area in IRQ handlerBernard Zhao2020-05-121-4/+2
* | memory: samsung: exynos5422-dmc: Fix tFAW timings alignmentBernard Zhao2020-05-081-1/+1
|/
* Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-033-0/+15
|\
| * memory: tegra: Correct debugfs clk rate-range on Tegra124Dmitry Osipenko2020-03-111-0/+5
| * memory: tegra: Correct debugfs clk rate-range on Tegra30Dmitry Osipenko2020-03-111-0/+5
| * memory: tegra: Correct debugfs clk rate-range on Tegra20Dmitry Osipenko2020-03-111-0/+5
* | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
|/
* 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