summaryrefslogtreecommitdiffstats
path: root/drivers/memory
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2022-01-111-17/+33
|\
| * memory: omap-gpmc: Use a compatible match table when checking for NAND contro...Roger Quadros2021-12-221-1/+1
| * memory: omap-gpmc: Add support for GPMC on AM64 SoCRoger Quadros2021-12-221-10/+30
| * memory: omap-gpmc: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-221-7/+3
* | Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2022-01-101-40/+69
|\ \
| * | memory: renesas-rpc-if: refactor MOIIO and IOFV macrosWolfram Sang2021-11-221-12/+8
| * | memory: renesas-rpc-if: avoid use of undocumented bitsWolfram Sang2021-11-221-36/+22
| * | memory: renesas-rpc-if: simplify register updateWolfram Sang2021-11-221-5/+2
| * | memory: renesas-rpc-if: Silence clang warningLad Prabhakar2021-11-221-1/+1
| * | memory: renesas-rpc-if: Add support for RZ/G2LLad Prabhakar2021-11-161-10/+62
| * | memory: renesas-rpc-if: Drop usage of RPCIF_DIRMAP_SIZE macroLad Prabhakar2021-11-161-4/+2
| * | memory: renesas-rpc-if: Return error in case devm_ioremap_resource() failsLad Prabhakar2021-11-161-1/+1
| |/
* / memory: mtk-smi: Fix a null dereference for the ostdYong Wu2021-11-251-1/+1
|/
* 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