summaryrefslogtreecommitdiffstats
path: root/drivers/memory
Commit message (Expand)AuthorAgeFilesLines
* memory: tegra: add MC client for Tegra234 GPUSumit Gupta2023-08-051-0/+10
* memory: Explicitly include correct DT includesRob Herring2023-07-2515-15/+16
* memory: tegra: Prefer octal over symbolic permissionsThierry Reding2023-07-251-6/+6
* memory: tegra: add check if MRQ_EMC_DVFS_LATENCY is supportedSumit Gupta2023-07-251-65/+71
* memory: tegra: Add clients used by DRM in Tegra234Sumit Gupta2023-07-251-0/+120
* memory: tegra: sort tegra234_mc_clients table as per register offsetsSumit Gupta2023-07-251-255/+259
* memory: tegra: make icc_set_bw return zero if BWMGR not supportedSumit Gupta2023-07-251-2/+2
* memory: tegra: Add dummy implementation on Tegra194Thierry Reding2023-07-103-22/+39
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-1/+1
|\
| * ARM: mm: Make virt_to_pfn() a static inlineLinus Walleij2023-05-291-1/+1
* | Merge tag 'memory-controller-drv-6.5' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann2023-06-225-101/+42
|\ \
| * | memory: atmel-sdramc: remove the driverClaudiu Beznea2023-06-023-86/+0
| * | memory: brcmstb_dpfe: fix testing array offset after useKrzysztof Kozlowski2023-05-301-1/+3
| * | memory: renesas-rpc-if: Fix PHYCNT.STRTIM settingWolfram Sang2023-05-081-14/+39
| |/
* | memory: tegra: Make CPU cluster BW request a multiple of MC channelsSumit Gupta2023-05-163-1/+43
* | memory: tegra: Add software memory clients in Tegra234Sumit Gupta2023-05-161-0/+15
* | memory: tegra: Add memory clients for Tegra234Sumit Gupta2023-05-161-0/+420
* | memory: tegra: Add interconnect support for DRAM scaling in Tegra234Sumit Gupta2023-05-163-1/+275
|/
* Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-2511-11/+9
|\
| * memory: mtk-smi: mt8365: Add SMI SupportAlexandre Mergnat2023-04-101-0/+6
| * memory: tegra: read values from correct deviceDiogo Ivo2023-04-101-1/+1
| * memory: stm32-fmc2-ebi: depends on ARCH_STM32 instead of MACH_STM32MP157Christophe Kerello2023-03-271-1/+1
| * memory: tegra: remove redundant variable initializationDiogo Ivo2023-03-221-2/+0
| * memory: atmel-ebi: Use of_property_present() for testing DT property presenceRob Herring2023-03-131-1/+1
| * memory: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-094-4/+0
| * memory: tegra: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-092-2/+0
* | memory: tegra30-emc: fix interconnect registration raceJohan Hovold2023-03-131-6/+6
* | memory: tegra20-emc: fix interconnect registration raceJohan Hovold2023-03-131-6/+6
* | memory: tegra124-emc: fix interconnect registration raceJohan Hovold2023-03-131-6/+6
* | memory: tegra: fix interconnect registration raceJohan Hovold2023-03-131-9/+7
|/
* Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-272-62/+100
|\
| * memory: renesas-rpc-if: Remove redundant division of dummyCong Dang2023-02-091-2/+1
| * memory: ti-emif-pm: Use device_get_match_data() to simplify the codeye xingchen2023-01-231-6/+1
| * memory: renesas-rpc-if: Pass device instead of rpcif to rpcif_*()Geert Uytterhoeven2023-01-231-16/+16
| * memory: renesas-rpc-if: Improve Runtime PM handlingGeert Uytterhoeven2023-01-231-5/+11
| * memory: renesas-rpc-if: Always use dev in rpcif_probe()Geert Uytterhoeven2023-01-231-6/+6
| * memory: renesas-rpc-if: Move resource acquisition to .probe()Geert Uytterhoeven2023-01-231-25/+24
| * memory: renesas-rpc-if: Split-off private data from struct rpcifGeert Uytterhoeven2023-01-231-18/+57
* | memory: mvebu-devbus: Fix missing clk_disable_unprepare in mvebu_devbus_probe()Gaosheng Cui2022-12-271-2/+1
* | memory: atmel-sdramc: Fix missing clk_disable_unprepare in atmel_ramc_probe()Gaosheng Cui2022-12-271-4/+2
* | memory: tegra: Remove clients SID override programmingAshish Mhetre2022-12-271-36/+0
* | memory: omap-gpmc: fix wait pin validationBenedikt Niedermayr2022-12-271-1/+2
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-12-132-2/+1
|\
| * ARM: 9263/1: use .arch directives instead of assembler command line flagsNick Desaulniers2022-11-082-2/+1
* | Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-132-0/+30
|\ \
| * | memory: tegra: Add API for retrieving carveout boundsMikko Perttunen2022-11-252-0/+30
* | | Merge tag 'tegra-for-6.2-memory-v2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2022-11-221-0/+160
|\ \ \
| * | | memory: tegra: Add DLA clients for Tegra234Jon Hunter2022-11-211-0/+160
| * | | memory: tegra186-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin2022-11-211-14/+1
| * | | memory: tegra210-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin2022-11-211-14/+1