summaryrefslogtreecommitdiffstats
path: root/drivers/memory
Commit message (Expand)AuthorAgeFilesLines
...
| * memory: tegra: Use devm_platform_ioremap_resource()Dmitry Osipenko2020-11-262-6/+2
| * memory: tegra: Add and use devm_tegra_memory_controller_get()Dmitry Osipenko2020-11-264-59/+64
| * memory: tegra: Sort tegra210_swgroups by reg addressNicolin Chen2020-10-271-10/+10
| * memory: tegra: Correct tegra210_mc_clients def valuesNicolin Chen2020-10-271-14/+14
| * memory: tegra: Correct la.reg address of seswrNicolin Chen2020-10-271-1/+1
* | memory: pl353-smc: fix compile test on !ARM_AMBAKrzysztof Kozlowski2020-11-181-2/+2
* | memory: mtk-smi: Add mt8192 supportYong Wu2020-11-051-0/+19
* | memory: jz4780_nemc: Fix an error pointer vs NULL check in probe()Dan Carpenter2020-10-261-2/+2
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-10-2414-266/+332
|\
| * memory: emif: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-201-20/+2
| * memory: tegra: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-201-13/+1
| * memory: omap-gpmc: Fix compile test on SPARCKrzysztof Kozlowski2020-09-161-0/+1
| * memory: mtk-smi: add support for MT8167Fabien Parent2020-09-091-0/+23
| * memory: tegra: Delete duplicated argument to '|' in function tegra210_emc_r21...Ye Bin2020-09-091-1/+0
| * memory: fsl-corenet-cf: Fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-09-021-4/+2
| * memory: omap-gpmc: Fix -Wunused-function warningsYueHaibing2020-09-021-57/+57
| * memory: tegra: Remove GPU from DRM IOMMU groupThierry Reding2020-09-021-1/+0
| * memory: tegra186-emc: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-021-8/+2
| * memory: brcmstb_dpfe: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-021-5/+2
| * memory: samsung: exynos5422-dmc: add missing and fix kerneldocKrzysztof Kozlowski2020-09-011-4/+42
| * memory: samsung: exynos5422-dmc: remove unused exynos5_dmc membersKrzysztof Kozlowski2020-09-011-9/+0
| * memory: samsung: exynos5422-dmc: rename timing register fields variablesKrzysztof Kozlowski2020-09-011-24/+25
| * memory: emif: Remove bogus debugfs error handlingDan Carpenter2020-08-271-28/+5
| * memory: omap-gpmc: Fix build error without CONFIG_OFYueHaibing2020-08-271-0/+4
| * memory: omap-gpmc: Fix a couple off by onesDan Carpenter2020-08-261-2/+2
| * memory: brcmstb_dpfe: fix array index out of boundsMarkus Mayer2020-08-221-7/+16
| * memory: brcmstb_dpfe: Fix memory leakAlex Dewar2020-08-201-6/+10
| * memory: tegra: Correct shift value of apewNicolin Chen2020-08-201-1/+1
| * memory: Enable compile testing for most of the driversKrzysztof Kozlowski2020-08-171-17/+22
| * memory: brcmstb_dpfe: add separate entry for compile testKrzysztof Kozlowski2020-08-172-1/+13
| * memory: tegra: tegra210-emc: fix indentationKrzysztof Kozlowski2020-08-171-1/+1
| * memory: renesas-rpc-if: simplify with PTR_ERR_OR_ZEROKrzysztof Kozlowski2020-08-171-3/+1
| * memory: omap-gpmc: consistently use !res for NULL checksKrzysztof Kozlowski2020-08-171-1/+1
| * memory: omap-gpmc: use WARN() instead of BUG() on wrong freeKrzysztof Kozlowski2020-08-171-2/+1
| * memory: omap-gpmc: remove GPMC_SET_ONE_CD_MAX macro for safetyKrzysztof Kozlowski2020-08-171-44/+93
| * memory: omap-gpmc: return meaningful error codes in gpmc_cs_set_timings()Krzysztof Kozlowski2020-08-171-3/+3
| * memory: omap-gpmc: remove unused file-scope phys_base and mem_sizeKrzysztof Kozlowski2020-08-171-4/+0
| * memory: omap-gpmc: remove unneeded asm/mach-types.h inclusionKrzysztof Kozlowski2020-08-171-2/+0
| * memory: samsung: exynos5422-dmc: Document mutex scopeKrzysztof Kozlowski2020-08-171-0/+1
| * memory: samsung: exynos5422-dmc: Additional locking for 'curr_rate'Lukasz Luba2020-08-171-0/+3
* | Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-1/+1
|\ \
| * | memory: tegra: Correct num_tlb_lines for tegra210Nicolin Chen2020-09-181-1/+1
* | | PM / devfreq: event: Change prototype of devfreq_event_get_edev_by_phandle fu...Chanwoo Choi2020-09-291-2/+4
|/ /
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
|/
* Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-111-0/+22
|\
| * memory: mtk-smi: Add basic support for MT6779Ming-Fan Chen2020-07-131-0/+22
* | Merge tag 'mtd/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2020-08-093-0/+1217
|\ \
| * | memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driverChristophe Kerello2020-07-073-0/+1217
| |/
* | Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-08-061-1/+0
|\ \
| * | memory: jz4780-nemc: Do not build by defaultKrzysztof Kozlowski2020-07-281-1/+0
| |/