aboutsummaryrefslogtreecommitdiff
path: root/drivers/memory
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+0
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+22
2020-08-09Merge tag 'mtd/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Gravatar Linus Torvalds 3-0/+1217
2020-08-06Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-1/+0
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-4/+10
2020-08-03Merge tag 'spi-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Gravatar Linus Torvalds 3-0/+613
2020-07-31Merge tag 'memory-controller-drv-5.9-2' of git://git.kernel.org/pub/scm/linux...Gravatar Arnd Bergmann 9-68/+74
2020-07-30memory: samsung: exynos5422-dmc: Add module param to control IRQ modeGravatar Lukasz Luba 1-2/+7
2020-07-30memory: samsung: exynos5422-dmc: Adjust polling interval and uptresholdGravatar Lukasz Luba 1-2/+2
2020-07-30memory: samsung: exynos5422-dmc: Use delayed timer as defaultGravatar Chanwoo Choi 1-0/+1
2020-07-28memory: jz4780-nemc: Do not build by defaultGravatar Krzysztof Kozlowski 1-1/+0
2020-07-28memory: jz4780_nemc: Only request IO memory the driver will useGravatar Paul Cercueil 1-1/+16
2020-07-27memory: brcmstb_dpfe: Fix language typoGravatar Krzysztof Kozlowski 1-1/+1
2020-07-27memory: samsung: exynos5422-dmc: Correct white space issuesGravatar Krzysztof Kozlowski 1-2/+1
2020-07-27memory: samsung: exynos-srom: Correct alignmentGravatar Krzysztof Kozlowski 1-11/+11
2020-07-27memory: pl172: Enclose macro argument usage in parenthesisGravatar Krzysztof Kozlowski 1-7/+7
2020-07-27memory: of: Correct kerneldocGravatar Krzysztof Kozlowski 1-2/+2
2020-07-27memory: omap-gpmc: Fix language typoGravatar Krzysztof Kozlowski 1-1/+1
2020-07-27memory: omap-gpmc: Correct white space issuesGravatar Krzysztof Kozlowski 1-17/+7
2020-07-27memory: omap-gpmc: Use 'unsigned int' for consistencyGravatar Krzysztof Kozlowski 1-2/+2
2020-07-27memory: omap-gpmc: Enclose macro argument usage in parenthesisGravatar Krzysztof Kozlowski 1-10/+10
2020-07-27memory: omap-gpmc: Correct kerneldocGravatar Krzysztof Kozlowski 1-4/+4
2020-07-27memory: mvebu-devbus: Align with open parenthesisGravatar Krzysztof Kozlowski 1-7/+7
2020-07-27memory: mvebu-devbus: Add missing braces to all arms of if statementGravatar Krzysztof Kozlowski 1-3/+3
2020-07-27memory: bt1-l2-ctl: Add blank lines after declarationsGravatar Krzysztof Kozlowski 1-0/+2
2020-07-24Merge tag 'memory-controller-drv-5.9' of git://git.kernel.org/pub/scm/linux/k...Gravatar Arnd Bergmann 15-87/+90
2020-07-24memory: samsung: exynos-srom: Describe the Kconfig entryGravatar Krzysztof Kozlowski 1-0/+7
2020-07-24memory: Describe the MEMORY Kconfig entryGravatar Krzysztof Kozlowski 1-0/+6
2020-07-24memory: da8xx-ddrctl: Remove unused 'node' variableGravatar Krzysztof Kozlowski 1-2/+0
2020-07-24memory: fsl_ifc: Fix whitespace issuesGravatar Krzysztof Kozlowski 1-15/+15
2020-07-24memory: pl172: Add GPLv2 SPDX license headerGravatar Krzysztof Kozlowski 1-4/+1
2020-07-24memory: omap-gpmc: Fix whitespace issueGravatar Krzysztof Kozlowski 1-3/+4
2020-07-24memory: omap-gpmc: Include <linux/sizes.h> for SZ_16MGravatar Krzysztof Kozlowski 1-0/+1
2020-07-24memory: mtk-smi: Add argument to function pointer definitionGravatar Krzysztof Kozlowski 1-1/+1
2020-07-24memory: brcmstb_dpfe: Remove unneeded bracesGravatar Krzysztof Kozlowski 1-2/+1
2020-07-24memory: brcmstb_dpfe: Constify the contents of stringGravatar Krzysztof Kozlowski 1-1/+1
2020-07-24memory: ti-emif-pm: Fix cast to iomem pointerGravatar Krzysztof Kozlowski 1-1/+1
2020-07-24memory: ti-aemif: Rename SS to SSTROBE to avoid name conflictsGravatar Krzysztof Kozlowski 1-8/+8
2020-07-24memory: emif: Silence platform_get_irq() error in driverGravatar Krzysztof Kozlowski 1-4/+1
2020-07-24memory: emif: Fix whitespace coding style violationsGravatar Krzysztof Kozlowski 1-9/+7
2020-07-24memory: emif: Put constant in comparison on the right sideGravatar Krzysztof Kozlowski 1-1/+1
2020-07-24memory: emif-asm-offsets: Add GPLv2 SPDX license headerGravatar Krzysztof Kozlowski 1-9/+1
2020-07-24memory: of: Remove unneeded extern from function declarationsGravatar Krzysztof Kozlowski 1-10/+11
2020-07-24memory: of: Correct indentationGravatar Krzysztof Kozlowski 1-4/+6
2020-07-24memory: of: Remove __func__ in device related messagesGravatar Krzysztof Kozlowski 1-8/+8
2020-07-24memory: of: Remove unused headersGravatar Krzysztof Kozlowski 1-2/+0
2020-07-24memory: samsung: exynos5422-dmc: Do not ignore return code of regmap_read()Gravatar Krzysztof Kozlowski 1-3/+9
2020-07-15memory: tegra: Add Tegra132 compatible string matchGravatar Thierry Reding 1-0/+1
2020-07-14memory: tegra: Fix KCONFIG variables for Tegra186 and Tegra194Gravatar Jon Hunter 1-2/+2
2020-07-13memory: mtk-smi: Add basic support for MT6779Gravatar Ming-Fan Chen 1-0/+22