summaryrefslogtreecommitdiff
path: root/drivers/memory
AgeCommit message (Expand)Author
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-08-09Merge tag 'mtd/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2020-08-06Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-08-03Merge tag 'spi-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2020-07-31Merge tag 'memory-controller-drv-5.9-2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann
2020-07-30memory: samsung: exynos5422-dmc: Add module param to control IRQ modeLukasz Luba
2020-07-30memory: samsung: exynos5422-dmc: Adjust polling interval and uptresholdLukasz Luba
2020-07-30memory: samsung: exynos5422-dmc: Use delayed timer as defaultChanwoo Choi
2020-07-28memory: jz4780-nemc: Do not build by defaultKrzysztof Kozlowski
2020-07-28memory: jz4780_nemc: Only request IO memory the driver will usePaul Cercueil
2020-07-27memory: brcmstb_dpfe: Fix language typoKrzysztof Kozlowski
2020-07-27memory: samsung: exynos5422-dmc: Correct white space issuesKrzysztof Kozlowski
2020-07-27memory: samsung: exynos-srom: Correct alignmentKrzysztof Kozlowski
2020-07-27memory: pl172: Enclose macro argument usage in parenthesisKrzysztof Kozlowski
2020-07-27memory: of: Correct kerneldocKrzysztof Kozlowski
2020-07-27memory: omap-gpmc: Fix language typoKrzysztof Kozlowski
2020-07-27memory: omap-gpmc: Correct white space issuesKrzysztof Kozlowski
2020-07-27memory: omap-gpmc: Use 'unsigned int' for consistencyKrzysztof Kozlowski
2020-07-27memory: omap-gpmc: Enclose macro argument usage in parenthesisKrzysztof Kozlowski
2020-07-27memory: omap-gpmc: Correct kerneldocKrzysztof Kozlowski
2020-07-27memory: mvebu-devbus: Align with open parenthesisKrzysztof Kozlowski
2020-07-27memory: mvebu-devbus: Add missing braces to all arms of if statementKrzysztof Kozlowski
2020-07-27memory: bt1-l2-ctl: Add blank lines after declarationsKrzysztof Kozlowski
2020-07-24Merge tag 'memory-controller-drv-5.9' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann
2020-07-24memory: samsung: exynos-srom: Describe the Kconfig entryKrzysztof Kozlowski
2020-07-24memory: Describe the MEMORY Kconfig entryKrzysztof Kozlowski
2020-07-24memory: da8xx-ddrctl: Remove unused 'node' variableKrzysztof Kozlowski
2020-07-24memory: fsl_ifc: Fix whitespace issuesKrzysztof Kozlowski
2020-07-24memory: pl172: Add GPLv2 SPDX license headerKrzysztof Kozlowski
2020-07-24memory: omap-gpmc: Fix whitespace issueKrzysztof Kozlowski
2020-07-24memory: omap-gpmc: Include <linux/sizes.h> for SZ_16MKrzysztof Kozlowski
2020-07-24memory: mtk-smi: Add argument to function pointer definitionKrzysztof Kozlowski
2020-07-24memory: brcmstb_dpfe: Remove unneeded bracesKrzysztof Kozlowski
2020-07-24memory: brcmstb_dpfe: Constify the contents of stringKrzysztof Kozlowski
2020-07-24memory: ti-emif-pm: Fix cast to iomem pointerKrzysztof Kozlowski
2020-07-24memory: ti-aemif: Rename SS to SSTROBE to avoid name conflictsKrzysztof Kozlowski
2020-07-24memory: emif: Silence platform_get_irq() error in driverKrzysztof Kozlowski
2020-07-24memory: emif: Fix whitespace coding style violationsKrzysztof Kozlowski
2020-07-24memory: emif: Put constant in comparison on the right sideKrzysztof Kozlowski
2020-07-24memory: emif-asm-offsets: Add GPLv2 SPDX license headerKrzysztof Kozlowski
2020-07-24memory: of: Remove unneeded extern from function declarationsKrzysztof Kozlowski
2020-07-24memory: of: Correct indentationKrzysztof Kozlowski
2020-07-24memory: of: Remove __func__ in device related messagesKrzysztof Kozlowski
2020-07-24memory: of: Remove unused headersKrzysztof Kozlowski
2020-07-24memory: samsung: exynos5422-dmc: Do not ignore return code of regmap_read()Krzysztof Kozlowski
2020-07-15memory: tegra: Add Tegra132 compatible string matchThierry Reding
2020-07-14memory: tegra: Fix KCONFIG variables for Tegra186 and Tegra194Jon Hunter
2020-07-13memory: mtk-smi: Add basic support for MT6779Ming-Fan Chen