aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory
Commit message (Expand)AuthorAge
* iommu/mediatek: Clean up struct mtk_smi_iommuYong Wu2019-08-30
* memory: mtk-smi: Get rid of need_larbidYong Wu2019-08-30
* memory: mtk-smi: Add bus_sel for mt8183Yong Wu2019-08-30
* memory: mtk-smi: Invoke pm runtime_callback to enable clocksYong Wu2019-08-30
* iommu/mediatek: Add mt8183 IOMMU supportYong Wu2019-08-30
* memory: mtk-smi: Add gals supportYong Wu2019-08-30
* memory: mtk-smi: Use a struct for the platform data for smi-commonYong Wu2019-08-30
* memory: mtk-smi: Use a general config_port interfaceYong Wu2019-08-30
* Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-07-20
|\
| * memory: ti-emif-sram: move driver-specific asm-offset.h to drivers/memory/Masahiro Yamada2019-07-16
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-07-19
|\ \
| * \ Merge tag 'tegra-for-5.3-memory' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2019-06-25
| |\ \
| | * | memory: tegra: Fix -Wunused-const-variableNathan Huckleberry2019-06-14
| * | | Merge tag 'arm-soc/for-5.3/drivers' of https://github.com/Broadcom/stblinux i...Olof Johansson2019-06-17
| |\ \ \
| | * | | memory: brcmstb: dpfe: introduce DPFE API v3Markus Mayer2019-05-20
| | * | | memory: brcmstb: dpfe: prepare for API-dependent sysfs attributesMarkus Mayer2019-05-20
| | * | | memory: brcmstb: dpfe: prepare support for multiple API versionsMarkus Mayer2019-05-20
| | * | | memory: brcmstb: dpfe: wait for DCPU to be readyMarkus Mayer2019-05-20
| | * | | memory: brcmstb: dpfe: report firmware loading errorMarkus Mayer2019-05-20
| | * | | memory: brcmstb: dpfe: remove unused code and fix formattingMarkus Mayer2019-05-20
| | * | | memory: brcmstb: dpfe: use byte 3 of registers MR4-MR8Markus Mayer2019-05-20
| | * | | memory: brcmstb: dpfe: optimize generic_show()Markus Mayer2019-05-20
| | * | | memory: brcmstb: dpfe: use msleep() over udelay()Markus Mayer2019-05-20
| | |/ /
| * | | memory: move jedec_ddr.h from include/memory to drivers/memory/Masahiro Yamada2019-06-17
| * | | memory: move jedec_ddr_data.c from lib/ to drivers/memory/Masahiro Yamada2019-06-17
* | | | Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-07-17
|\ \ \ \ | |_|_|/ |/| | |
| * | | memory: jz4780-nemc: Grammar s/the its/its/Geert Uytterhoeven2019-06-11
| * | | memory: jz4780-nemc: Reduce size of const arrayPaul Cercueil2019-06-11
| * | | memory: jz4780_nemc: Add support for the JZ4740Paul Cercueil2019-06-11
| * | | memory: Kconfig: Drop dependency on MACH_JZ4780 for jz4780Paul Cercueil2019-06-11
* | | | Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-11
|\ \ \ \
| * \ \ \ Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman2019-06-23
| |\ \ \ \
| * | | | | memory: jz4780_nemc: Add support for the JZ4740Paul Cercueil2019-06-21
| * | | | | memory: jz4780-nemc: Reduce size of const arrayPaul Cercueil2019-06-21
| * | | | | memory: Kconfig: Drop dependency on MACH_JZ4780 for jz4780Paul Cercueil2019-06-21
| | |_|/ / | |/| | |
* | | | | Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-09
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | gpio: pass lookup and descriptor flags to request_ownLinus Walleij2019-06-07
| | |/ / | |/| |
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-19
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 471Thomas Gleixner2019-06-19
| |/ / |/| |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340Thomas Gleixner2019-06-05
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-05
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-30
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-24
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-05-16
|\
| * clk: Remove io.h from clk-provider.hStephen Boyd2019-05-15
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-05-16
|\ \
| * \ Merge tag 'tegra-for-5.2-memory' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2019-04-29
| |\ \
| | * | memory: tegra: Fix a typos for "fdcdwr2" mc clientEdward Cragg2019-04-18