summaryrefslogtreecommitdiffstats
path: root/drivers/ddr
Commit message (Expand)AuthorAgeFilesLines
* ddr: imx8m: add deprecation warnings for ddrphy_trained_csrAhmad Fatoum2024-03-151-0/+7
* Merge branch 'for-next/imx'Sascha Hauer2024-02-211-2/+4
|\
| * ddr: imx8m: add missing DDR clock ratesAhmad Fatoum2024-02-131-2/+4
* | ddr: fsl: fix possible use of uninitalized variableAhmad Fatoum2024-02-201-1/+1
|/
* fsl-ddr: make endianess runtime decisionSascha Hauer2024-01-023-5/+22
* fsl-ddr: remove duplicate prototypeSascha Hauer2024-01-021-1/+0
* ddr: Initial i.MX9 supportSascha Hauer2023-11-133-1/+704
* ddr: move imx8m_ddr_old_spreadsheet to controllerSascha Hauer2023-11-132-9/+9
* ddr: imx8m: Drop '8m' suffix from pr_fmtSascha Hauer2023-11-134-4/+4
* ddr: imx8m: return cfg from dram_config_save()Sascha Hauer2023-11-131-1/+3
* ddr: imx8m: get rid of hardcoded phy addressSascha Hauer2023-11-132-31/+23
* ddr: imx8m: remove empty functionSascha Hauer2023-11-132-6/+0
* ddr: imx8m: move phy_base to controller structSascha Hauer2023-11-133-25/+24
* ddr: imx8m: clean up definesSascha Hauer2023-11-132-9/+1
* ddr: imx8m: move PLL init to SoC specific codeSascha Hauer2023-11-133-259/+261
* ddr: imx8m: move get_trained_CDD() to SoC codeSascha Hauer2023-11-133-170/+172
* ddr: imx8m: introduce dram_controller structSascha Hauer2023-11-132-13/+11
* ddr: imx8m: rename driver to imxSascha Hauer2023-11-1310-10/+14
* ddr: imx8m: add comment and print out prior to first DDRC readAhmad Fatoum2023-07-261-1/+5
* ddr: imx: fix indention of debug messageMarc Kleine-Budde2023-06-051-1/+1
* treewide: drop trailing spaceAhmad Fatoum2023-05-021-1/+1
* ARM: i.MX: Move mach header files to include/mach/imxSascha Hauer2023-03-063-6/+6
* ddr: imx8m: add support for 3720 MHz DDR rateAhmad Fatoum2023-02-101-0/+3
* ddr_dimms: Remove mclk_ps for DDR3 and DDR4John Watts2023-01-251-2/+2
* ddr_dimms: Move ddr*_dimm_params to commonJohn Watts2023-01-256-1328/+0
* ddr: fsl: Remove includes to fsl-specific codeJohn Watts2023-01-244-8/+4
* ddr: fsl: Pass mclk_ps to ddr*_compute_dimm_parametersJohn Watts2023-01-246-17/+18
* ddr: imx8m: use pr_warn instead of plain printsAhmad Fatoum2022-12-071-3/+3
* ddr: imx8m: warn about unsupported frequenciesAhmad Fatoum2022-12-071-0/+1
* ARM: i.MX8M: remove struct dram_timing_info::dram_type againAhmad Fatoum2022-08-082-4/+7
* ddr: imx8m: rename type to more fitting ddrc|dram_typeAhmad Fatoum2022-08-082-8/+8
* ARM: i.MX8M: include only necessary ddrphy firmwares in imageSascha Hauer2022-07-122-30/+60
* ddr: imx8m: workaround old spreadsheets not initializing ADDRMAP7Ahmad Fatoum2022-06-272-0/+24
* drivers: migrate "GPL-2.0+" license identifiers to SPDX 2.0Roland Hieber2021-11-2210-10/+10
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-2212-12/+12
* Merge branch 'for-next/spdx'Sascha Hauer2021-11-154-0/+4
|\
| * drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-014-0/+4
* | ddr: fsl: make ARCH_LAYERSCAPE onlyAhmad Fatoum2021-11-011-2/+2
|/
* ddr: imx8m: ddrphy_train: add DDR4 supportAhmad Fatoum2021-10-051-7/+19
* ddr: imx8m: add i.MX8MN (Nano) supportAhmad Fatoum2021-10-053-2/+9
* ddr: imx8m: Rework ddrphy code and fix DDR-1067 on iMX8MMTrent Piepho2021-10-011-185/+147
* treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>Ahmad Fatoum2021-02-191-1/+1
* ddr: imx8m: implement i.MX8MQ supportLucas Stach2021-01-063-13/+102
* ddr: imx8m: add workaround for DDRPHY rank to rank issueLucas Stach2020-11-093-0/+177
* ddr: imx8m: clean up entry pointsLucas Stach2020-11-091-45/+37
* ddr: imx8m: correct the pwrctl setting of selfref_enLucas Stach2020-11-091-1/+1
* ddr: imx: Cleanup debug messagesSascha Hauer2020-08-215-11/+21
* arm: imx: add initial imx8mp supportOleksij Rempel2020-07-141-1/+1
* ddr: fsl: depend on ARMAhmad Fatoum2020-06-031-0/+1
* Merge branch 'for-next/misc'Sascha Hauer2020-05-141-1/+1
|\