summaryrefslogtreecommitdiff
path: root/drivers/memory
AgeCommit message (Expand)AuthorFilesLines
2023-11-10Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-62/+0
2023-10-17Merge tag 'memory-controller-drv-6.7' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann4-23/+73
2023-10-13memory: tegra: Set BPMP msg flags to reset IPC channelsThierry Reding1-0/+4
2023-10-12memory: Use device_get_match_data()Rob Herring3-22/+12
2023-10-12memory: tegra: Add Tegra234 clients for RCE and VIJon Hunter1-0/+60
2023-09-25iommu/tegra-gart: Remove tegra-gartJason Gunthorpe2-62/+0
2023-09-24memory: atmel-ebi: Annotate struct atmel_ebi_dev with __counted_byKees Cook1-1/+1
2023-08-05memory: tegra: add MC client for Tegra234 GPUSumit Gupta1-0/+10
2023-07-25memory: Explicitly include correct DT includesRob Herring15-15/+16
2023-07-25memory: tegra: Prefer octal over symbolic permissionsThierry Reding1-6/+6
2023-07-25memory: tegra: add check if MRQ_EMC_DVFS_LATENCY is supportedSumit Gupta1-65/+71
2023-07-25memory: tegra: Add clients used by DRM in Tegra234Sumit Gupta1-0/+120
2023-07-25memory: tegra: sort tegra234_mc_clients table as per register offsetsSumit Gupta1-255/+259
2023-07-25memory: tegra: make icc_set_bw return zero if BWMGR not supportedSumit Gupta1-2/+2
2023-07-10memory: tegra: Add dummy implementation on Tegra194Thierry Reding3-22/+39
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-06-22Merge tag 'memory-controller-drv-6.5' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann5-101/+42
2023-06-02memory: atmel-sdramc: remove the driverClaudiu Beznea3-86/+0
2023-05-30memory: brcmstb_dpfe: fix testing array offset after useKrzysztof Kozlowski1-1/+3
2023-05-29ARM: mm: Make virt_to_pfn() a static inlineLinus Walleij1-1/+1
2023-05-16memory: tegra: Make CPU cluster BW request a multiple of MC channelsSumit Gupta3-1/+43
2023-05-16memory: tegra: Add software memory clients in Tegra234Sumit Gupta1-0/+15
2023-05-16memory: tegra: Add memory clients for Tegra234Sumit Gupta1-0/+420
2023-05-16memory: tegra: Add interconnect support for DRAM scaling in Tegra234Sumit Gupta3-1/+275
2023-05-08memory: renesas-rpc-if: Fix PHYCNT.STRTIM settingWolfram Sang1-14/+39
2023-04-25Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-11/+9
2023-04-10memory: mtk-smi: mt8365: Add SMI SupportAlexandre Mergnat1-0/+6
2023-04-10memory: tegra: read values from correct deviceDiogo Ivo1-1/+1
2023-03-27memory: stm32-fmc2-ebi: depends on ARCH_STM32 instead of MACH_STM32MP157Christophe Kerello1-1/+1
2023-03-22memory: tegra: remove redundant variable initializationDiogo Ivo1-2/+0
2023-03-13memory: tegra30-emc: fix interconnect registration raceJohan Hovold1-6/+6
2023-03-13memory: tegra20-emc: fix interconnect registration raceJohan Hovold1-6/+6
2023-03-13memory: tegra124-emc: fix interconnect registration raceJohan Hovold1-6/+6
2023-03-13memory: tegra: fix interconnect registration raceJohan Hovold1-9/+7
2023-03-13memory: atmel-ebi: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-03-09memory: remove MODULE_LICENSE in non-modulesNick Alcock4-4/+0
2023-03-09memory: tegra: remove MODULE_LICENSE in non-modulesNick Alcock2-2/+0
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-62/+100
2023-02-09memory: renesas-rpc-if: Remove redundant division of dummyCong Dang1-2/+1
2023-01-23memory: ti-emif-pm: Use device_get_match_data() to simplify the codeye xingchen1-6/+1
2023-01-23memory: renesas-rpc-if: Pass device instead of rpcif to rpcif_*()Geert Uytterhoeven1-16/+16
2023-01-23memory: renesas-rpc-if: Improve Runtime PM handlingGeert Uytterhoeven1-5/+11
2023-01-23memory: renesas-rpc-if: Always use dev in rpcif_probe()Geert Uytterhoeven1-6/+6
2023-01-23memory: renesas-rpc-if: Move resource acquisition to .probe()Geert Uytterhoeven1-25/+24
2023-01-23memory: renesas-rpc-if: Split-off private data from struct rpcifGeert Uytterhoeven1-18/+57
2022-12-27memory: mvebu-devbus: Fix missing clk_disable_unprepare in mvebu_devbus_probe()Gaosheng Cui1-2/+1
2022-12-27memory: atmel-sdramc: Fix missing clk_disable_unprepare in atmel_ramc_probe()Gaosheng Cui1-4/+2
2022-12-27memory: tegra: Remove clients SID override programmingAshish Mhetre1-36/+0
2022-12-27memory: omap-gpmc: fix wait pin validationBenedikt Niedermayr1-1/+2
2022-12-14Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-2/+1