summaryrefslogtreecommitdiffstats
path: root/drivers/memory
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'memory-controller-drv-5.16-2' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2021-10-216-14/+371
|\
| * memory: tegra20-emc: Add runtime dependency on devfreq governor moduleDmitry Osipenko2021-10-211-0/+1
| * memory: tegra20-emc: Support matching timings by LPDDR2 configurationDmitry Osipenko2021-10-152-14/+186
| * memory: Add LPDDR2-info helpersDmitry Osipenko2021-10-154-0/+184
* | Merge tag 'memory-controller-drv-5.16' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2021-10-114-51/+139
|\|
| * Merge branch 'for-v5.16/renesas-rpc' into mem-ctrl-nextKrzysztof Kozlowski2021-10-102-36/+124
| |\
| | * memory: renesas-rpc-if: RENESAS_RPCIF should select RESET_CONTROLLERGeert Uytterhoeven2021-10-071-0/+1
| | * memory: renesas-rpc-if: Avoid unaligned bus access for HyperFlashAndrew Gabbasov2021-09-281-2/+46
| | * memory: renesas-rpc-if: Correct QSPI data transfer in Manual modeWolfram Sang2021-09-281-35/+78
| * | memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probeDongliang Mu2021-10-071-7/+6
| * | memory: brcmstb_dpfe: Allow building Broadcom STB DPFE as moduleFlorian Fainelli2021-09-301-2/+2
| * | memory: samsung: describe drivers in KConfigKrzysztof Kozlowski2021-09-281-6/+7
| |/
* | Merge tag 'memory-controller-drv-mtk-5.16' of git://git.kernel.org/pub/scm/li...Arnd Bergmann2021-10-111-247/+349
|\ \
| * | memory: mtk-smi: mt8195: Add initial setting for smi-larbYong Wu2021-09-221-1/+78
| * | memory: mtk-smi: mt8195: Add initial setting for smi-commonYong Wu2021-09-221-4/+38
| * | memory: mtk-smi: mt8195: Add smi supportYong Wu2021-09-221-0/+26
| * | memory: mtk-smi: Use devm_platform_ioremap_resourceYong Wu2021-09-221-8/+3
| * | memory: mtk-smi: Add clocks for smi-sub-commonYong Wu2021-09-221-2/+8
| * | memory: mtk-smi: Add device link for smi-sub-commonYong Wu2021-09-221-24/+51
| * | memory: mtk-smi: Add error handle for smi_probeYong Wu2021-09-221-1/+9
| * | memory: mtk-smi: Adjust some code positionYong Wu2021-09-221-113/+75
| * | memory: mtk-smi: Rename smi_gen to smi_typeYong Wu2021-09-221-14/+14
| * | memory: mtk-smi: Use clk_bulk clock opsYong Wu2021-09-221-88/+55
| |/
* | memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE withKai Song2021-10-071-1/+1
* | memory: tegra186-emc: Fix error return code in tegra186_emc_probe()Yang Yingliang2021-10-071-0/+1
* | memory: tegra: Make use of the helper function devm_add_action_or_reset()Cai Huoqing2021-09-241-4/+2
* | memory: tegra186-emc: Handle errors in BPMP responseMikko Perttunen2021-09-201-0/+4
* | memory: tegra: Remove interconnect state syncing hackDmitry Osipenko2021-09-201-9/+10
* | memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATT...Jing Yangyang2021-09-151-2/+2
* | memory: tegra30-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTR...jing yangyang2021-09-151-2/+2
* | memory: tegra: make the array list static const, makes object smallerColin Ian King2021-09-151-1/+1
|/
* Merge branch 'for-v5.15/omap-gpmc' into for-nextKrzysztof Kozlowski2021-07-291-73/+118
|\
| * memory: omap-gpmc: Drop custom PM calls with cpu_pm notifierTony Lindgren2021-07-291-75/+118
| * memory: omap-gpmc: Clear GPMC_CS_CONFIG7 register on restore if unusedTony Lindgren2021-07-291-0/+2
* | memory: tegra: fix unused-function warningArnd Bergmann2021-07-231-0/+2
|/
* Merge tag 'memory-controller-drv-tegra-5.14-2' of https://git.kernel.org/pub/...Olof Johansson2021-06-1615-3879/+5027
|\
| * memory: tegra: Delete dead debugfs checking codeDan Carpenter2021-06-104-16/+0
| * memory: tegra: Implement SID override programmingThierry Reding2021-06-032-0/+81
| * memory: tegra: Split Tegra194 data into separate fileThierry Reding2021-06-034-1349/+1358
| * memory: tegra: Add memory client IDs to tablesThierry Reding2021-06-031-0/+205
| * memory: tegra: Unify driversThierry Reding2021-06-034-95/+44
| * memory: tegra: Only initialize reset controller if availableThierry Reding2021-06-031-4/+5
| * memory: tegra: Make IRQ support opitonalThierry Reding2021-06-031-11/+13
| * memory: tegra: Parameterize interrupt handlerThierry Reding2021-06-033-109/+104
| * memory: tegra: Extract setup code into callbackThierry Reding2021-06-036-57/+84
| * memory: tegra: Make per-SoC setup more genericThierry Reding2021-06-032-11/+10
| * memory: tegra: Push suspend/resume into SoC driversThierry Reding2021-06-033-20/+58
| * memory: tegra: Introduce struct tegra_mc_opsThierry Reding2021-06-032-3/+7
| * memory: tegra: Unify struct tegra_mc across SoC generationsThierry Reding2021-06-031-445/+836
| * memory: tegra: Consolidate register fieldsThierry Reding2021-06-035-2371/+2910