summaryrefslogtreecommitdiff
path: root/drivers/ram
AgeCommit message (Expand)Author
2022-04-04ram: k3-ddrss: Rename ddrss_ss_regs to ddrss_ctl_regsDave Gerlach
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini
2022-03-18rockchip: ram: sdram_rk3x88: replace comma by semicolonJohan Jonker
2022-03-15ram: stm32mp1: Unconditionally enable ASRMarek Vasut
2022-03-10ram: aspeed: Rework kconfig optionsJoel Stanley
2022-02-08ram: k3-ddrss: Add support for J721S2 SoCDavid Huang
2022-02-08ram: k3-ddrss: Add support for configuring MSMC subsystem in case of Multiple...Aswath Govindraju
2022-02-08ram: k3-ddrss: Add support for multiple instances of DDR subsystemsAswath Govindraju
2022-02-08ram: k3-ddrss: lpddr4_structs_if.h: Add a pointer to ddr instanceAswath Govindraju
2022-01-20drivers: octeon: get rid of Unicode in codeHeinrich Schuchardt
2021-11-30ram: stm32mp1: remove __maybe_unused on stm32mp1_ddr_setupPatrick Delaunay
2021-11-30ram: stm32mp1: compute DDR size from DDRCTL registersPatrick Delaunay
2021-11-30stm32mp1: ram: remove tuning supportPatrick Delaunay
2021-11-30stm32mp1: ram: remove the support of calibration resultPatrick Delaunay
2021-11-30stm32mp1: ram: add read valid training supportPatrick Delaunay
2021-11-10stm32mp15: replace CONFIG_TFABOOT when it is possiblePatrick Delaunay
2021-10-20ram: sifive: Fix -Wint-to-pointer-cast warningsBin Meng
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-06-18rockchip: rk3568: Add sdram driverJoseph Chen
2021-05-31drivers: ram: sifive: rename fu540_ddr and add fu740 supportGreen Wan
2021-05-12ram: k3-ddrss: Enable vtt regulator if presentLokesh Vutla
2021-05-12ram: k3-ddrss: Introduce support for AM642 SoCsDave Gerlach
2021-05-12ram: k3-ddrss: Introduce common driver with J7 SoC supportDave Gerlach
2021-05-12ram: k3-ddrss: Introduce top-level CONFIG_K3_DDRSSDave Gerlach
2021-05-12ram: k3-j721e: Rename to k3-ddrssDave Gerlach
2021-05-12ram: k3-j721e: lpddr4_ctl_regs: Fix checkpatch issue for typesDave Gerlach
2021-05-12ram: k3-j721e: lpddr4_pi_macros: Fix indentation issuesDave Gerlach
2021-05-12ram: k3-j721e: lpddr4_phy_core_macros: Fix indentation issuesDave Gerlach
2021-05-12ram: k3-j721e: lpddr4_ddr_controller_macros: Fix indentation issuesDave Gerlach
2021-05-12ram: k3-j721e: lpddr4_data_slice_3_macros: Fix indentation issuesDave Gerlach
2021-05-12ram: k3-j721e: lpddr4_data_slice_2_macros: Fix indentation issuesDave Gerlach
2021-05-12ram: k3-j721e: lpddr4_data_slice_1_macros: Fix indentation issuesDave Gerlach
2021-05-12ram: k3-j721e: lpddr4_data_slice_0_macros: Fix indentation issuesDave Gerlach
2021-05-12ram: k3-j721e: lpddr4_address_slice_0_macros: Fix indentation issuesDave Gerlach
2021-04-23mips: octeon: Misc changes required because of the newly added headersStefan Roese
2021-04-09Merge tag 'u-boot-stm32-20210409' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-04-09ram: stm32: fix strsep failed on read only memorydillon min
2021-04-08riscv: sifive: Rename fu540 board to unleashedBin Meng
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-18ram: aspeed: Add AST2600 DRAM control supportDylan Hung
2021-01-16ram: k3-j721e: rename BIT_MASK()Heinrich Schuchardt
2021-01-13ram: stm32mp1: migrate trace to dev or log macroPatrick Delaunay