aboutsummaryrefslogtreecommitdiff
path: root/drivers/memory
AgeCommit message (Expand)AuthorFilesLines
2021-06-16Merge tag 'memory-controller-drv-tegra-5.14-2' of https://git.kernel.org/pub/...Gravatar Olof Johansson 15-3879/+5027
2021-06-12Merge tag 'memory-controller-drv-pl353-5.14' of https://git.kernel.org/pub/sc...Gravatar Olof Johansson 1-304/+10
2021-06-10memory: pl353-smc: Declare variables following a reverse christmas tree orderGravatar Miquel Raynal 1-3/+3
2021-06-10memory: pl353-smc: Avoid useless acronyms in descriptionsGravatar Miquel Raynal 1-1/+1
2021-06-10memory: pl353-smc: Let lower level controller drivers handle initsGravatar Miquel Raynal 1-294/+0
2021-06-10memory: pl353-smc: Rename goto labelsGravatar Miquel Raynal 1-4/+4
2021-06-10memory: pl353-smc: Fix styleGravatar Miquel Raynal 1-2/+2
2021-06-10memory: emif: remove unused frequency and voltage notifiersGravatar Krzysztof Kozlowski 1-678/+0
2021-06-10memory: fsl_ifc: fix leak of private memory on probe failureGravatar Krzysztof Kozlowski 1-2/+2
2021-06-10memory: fsl_ifc: fix leak of IO mapping on probe failureGravatar Krzysztof Kozlowski 1-2/+2
2021-06-10memory: tegra: Delete dead debugfs checking codeGravatar Dan Carpenter 4-16/+0
2021-06-03memory: tegra: Implement SID override programmingGravatar Thierry Reding 2-0/+81
2021-06-03memory: tegra: Split Tegra194 data into separate fileGravatar Thierry Reding 4-1349/+1358
2021-06-03memory: tegra: Add memory client IDs to tablesGravatar Thierry Reding 1-0/+205
2021-06-03memory: tegra: Unify driversGravatar Thierry Reding 4-95/+44
2021-06-03memory: tegra: Only initialize reset controller if availableGravatar Thierry Reding 1-4/+5
2021-06-03memory: tegra: Make IRQ support opitonalGravatar Thierry Reding 1-11/+13
2021-06-03memory: tegra: Parameterize interrupt handlerGravatar Thierry Reding 3-109/+104
2021-06-03memory: tegra: Extract setup code into callbackGravatar Thierry Reding 6-57/+84
2021-06-03memory: tegra: Make per-SoC setup more genericGravatar Thierry Reding 2-11/+10
2021-06-03memory: tegra: Push suspend/resume into SoC driversGravatar Thierry Reding 3-20/+58
2021-06-03memory: tegra: Introduce struct tegra_mc_opsGravatar Thierry Reding 2-3/+7
2021-06-03memory: tegra: Unify struct tegra_mc across SoC generationsGravatar Thierry Reding 1-445/+836
2021-06-03memory: tegra: Consolidate register fieldsGravatar Thierry Reding 5-2371/+2910
2021-06-03memory: tegra30-emc: Use devm_tegra_core_dev_init_opp_table()Gravatar Dmitry Osipenko 1-44/+4
2021-06-03memory: tegra20-emc: Use devm_tegra_core_dev_init_opp_table()Gravatar Dmitry Osipenko 1-44/+4
2021-06-03memory: tegra: Enable compile testing for all driversGravatar Dmitry Osipenko 1-7/+11
2021-06-01memory: tegra: Fix compilation warnings on 64bit platformsGravatar Dmitry Osipenko 2-4/+4
2021-05-17memory: pl353: Fix error return code in pl353_smc_probe()Gravatar Zhen Lei 1-0/+1
2021-05-11memory: atmel-ebi: add missing of_node_put for loop iterationGravatar Krzysztof Kozlowski 1-1/+3
2021-05-11memory: stm32-fmc2-ebi: add missing of_node_put for loop iterationGravatar Krzysztof Kozlowski 1-0/+4
2021-05-02.gitignore: prefix local generated files with a slashGravatar Masahiro Yamada 1-1/+1
2021-04-26Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-10/+3
2021-04-19Merge tag 'memory-controller-drv-5.13-2' of git://git.kernel.org/pub/scm/linu...Gravatar Arnd Bergmann 3-11/+14
2021-04-13memory: mtk-smi: Add device-link between smi-larb and smi-commonGravatar Yong Wu 1-9/+10
2021-04-13memory: samsung: exynos5422-dmc: handle clk_set_parent() failureGravatar Krzysztof Kozlowski 1-1/+3
2021-04-13memory: renesas-rpc-if: fix possible NULL pointer dereference of resourceGravatar Krzysztof Kozlowski 1-1/+1
2021-04-08Merge tag 'memory-controller-drv-tegra-5.13' of git://git.kernel.org/pub/scm/...Gravatar Arnd Bergmann 6-29/+370
2021-04-05memory: pl353: fix mask of ECC page_size config registerGravatar gexueyuan 1-1/+1
2021-04-01memory: tegra: Print out info-level once per driver probeGravatar Dmitry Osipenko 3-25/+25
2021-04-01memory: tegra20: Protect debug code with a lockGravatar Dmitry Osipenko 1-0/+7
2021-04-01memory: tegra20: Correct comment to MC_STAT registers writesGravatar Dmitry Osipenko 1-3/+2
2021-04-01memory: tegra20: Add debug statisticsGravatar Dmitry Osipenko 3-2/+337
2021-04-01memory: tegra: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEGravatar Yang Li 1-2/+2
2021-04-01memory: fsl-corenet-cf: Remove redundant dev_err call in ccf_probe()Gravatar Qiheng Lin 1-3/+1
2021-03-25memory: samsung: exynos5422-dmc: Convert to use resource-managed OPP APIGravatar Yangtao Li 1-10/+3
2021-03-07memory: gpmc: fix out of bounds read and dereference on gpmc_cs[]Gravatar Colin Ian King 1-2/+5
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-0/+218
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-6/+2
2021-02-22Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+8