summaryrefslogtreecommitdiffstats
path: root/drivers/memory
Commit message (Expand)AuthorAgeFilesLines
* memory: fsl_ifc: fix leak of private memory on probe failureKrzysztof Kozlowski2021-07-201-2/+2
* memory: fsl_ifc: fix leak of IO mapping on probe failureKrzysztof Kozlowski2021-07-201-2/+2
* memory: pl353: Fix error return code in pl353_smc_probe()Zhen Lei2021-07-201-0/+1
* memory: atmel-ebi: add missing of_node_put for loop iterationKrzysztof Kozlowski2021-07-201-1/+3
* memory: pl353: fix mask of ECC page_size config registergexueyuan2021-05-141-1/+1
* memory: gpmc: fix out of bounds read and dereference on gpmc_cs[]Colin Ian King2021-05-141-2/+5
* memory: ti-aemif: Drop child node when jumping out loopPan Bian2021-03-041-2/+6
* memory: mtk-smi: Fix PM usage counter unbalance in mtk_smi opsZhang Qilong2021-03-041-2/+2
* memory: emif: Remove bogus debugfs error handlingDan Carpenter2020-11-051-28/+5
* memory: fsl-corenet-cf: Fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-10-291-4/+2
* memory: omap-gpmc: Fix build error without CONFIG_OFYueHaibing2020-10-291-0/+4
* memory: omap-gpmc: Fix a couple off by onesDan Carpenter2020-10-291-2/+2
* memory: mtk-smi: Add PM suspend and resume opsYong Wu2020-01-171-0/+4
* iommu/mediatek: Clean up struct mtk_smi_iommuYong Wu2019-08-301-3/+3
* memory: mtk-smi: Get rid of need_larbidYong Wu2019-08-301-24/+2
* memory: mtk-smi: Add bus_sel for mt8183Yong Wu2019-08-301-2/+22
* memory: mtk-smi: Invoke pm runtime_callback to enable clocksYong Wu2019-08-301-41/+72
* iommu/mediatek: Add mt8183 IOMMU supportYong Wu2019-08-301-0/+20
* memory: mtk-smi: Add gals supportYong Wu2019-08-301-0/+36
* memory: mtk-smi: Use a struct for the platform data for smi-commonYong Wu2019-08-301-11/+24
* memory: mtk-smi: Use a general config_port interfaceYong Wu2019-08-301-7/+5
* Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-07-203-3/+5
|\
| * memory: ti-emif-sram: move driver-specific asm-offset.h to drivers/memory/Masahiro Yamada2019-07-173-3/+5
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-07-198-103/+578
|\ \
| * \ Merge tag 'tegra-for-5.3-memory' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2019-06-251-22/+22
| |\ \
| | * | memory: tegra: Fix -Wunused-const-variableNathan Huckleberry2019-06-141-22/+22
| * | | Merge tag 'arm-soc/for-5.3/drivers' of https://github.com/Broadcom/stblinux i...Olof Johansson2019-06-171-79/+238
| |\ \ \
| | * | | memory: brcmstb: dpfe: introduce DPFE API v3Markus Mayer2019-05-201-9/+105
| | * | | memory: brcmstb: dpfe: prepare for API-dependent sysfs attributesMarkus Mayer2019-05-201-13/+34
| | * | | memory: brcmstb: dpfe: prepare support for multiple API versionsMarkus Mayer2019-05-201-28/+59
| | * | | memory: brcmstb: dpfe: wait for DCPU to be readyMarkus Mayer2019-05-201-0/+12
| | * | | memory: brcmstb: dpfe: report firmware loading errorMarkus Mayer2019-05-201-1/+3
| | * | | memory: brcmstb: dpfe: remove unused code and fix formattingMarkus Mayer2019-05-201-11/+2
| | * | | memory: brcmstb: dpfe: use byte 3 of registers MR4-MR8Markus Mayer2019-05-201-8/+16
| | * | | memory: brcmstb: dpfe: optimize generic_show()Markus Mayer2019-05-201-10/+8
| | * | | memory: brcmstb: dpfe: use msleep() over udelay()Markus Mayer2019-05-201-2/+2
| | |/ /
| * | | memory: move jedec_ddr.h from include/memory to drivers/memory/Masahiro Yamada2019-06-174-4/+182
| * | | memory: move jedec_ddr_data.c from lib/ to drivers/memory/Masahiro Yamada2019-06-173-0/+144
* | | | Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-07-171-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | memory: jz4780-nemc: Grammar s/the its/its/Geert Uytterhoeven2019-06-111-1/+1
| * | | memory: jz4780-nemc: Reduce size of const arrayPaul Cercueil2019-06-111-1/+1
| * | | memory: jz4780_nemc: Add support for the JZ4740Paul Cercueil2019-06-111-3/+21
| * | | memory: Kconfig: Drop dependency on MACH_JZ4780 for jz4780Paul Cercueil2019-06-111-1/+1
* | | | Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-112-5/+23
|\ \ \ \
| * \ \ \ Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman2019-06-2315-59/+15
| |\ \ \ \
| * | | | | memory: jz4780_nemc: Add support for the JZ4740Paul Cercueil2019-06-211-3/+21
| * | | | | memory: jz4780-nemc: Reduce size of const arrayPaul Cercueil2019-06-211-1/+1
| * | | | | memory: Kconfig: Drop dependency on MACH_JZ4780 for jz4780Paul Cercueil2019-06-211-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-091-1/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | gpio: pass lookup and descriptor flags to request_ownLinus Walleij2019-06-071-1/+3
| | |/ / | |/| |