summaryrefslogtreecommitdiff
path: root/drivers/ram
Commit message (Expand)AuthorAgeFilesLines
* ram: k3-ddrss: Add support for J721S2 SoCDavid Huang2022-02-081-1/+1
* ram: k3-ddrss: Add support for configuring MSMC subsystem in case of Multiple...Aswath Govindraju2022-02-081-0/+158
* ram: k3-ddrss: Add support for multiple instances of DDR subsystemsAswath Govindraju2022-02-081-51/+87
* ram: k3-ddrss: lpddr4_structs_if.h: Add a pointer to ddr instanceAswath Govindraju2022-02-081-0/+1
* drivers: octeon: get rid of Unicode in codeHeinrich Schuchardt2022-01-201-17/+17
* ram: stm32mp1: remove __maybe_unused on stm32mp1_ddr_setupPatrick Delaunay2021-11-301-1/+1
* ram: stm32mp1: compute DDR size from DDRCTL registersPatrick Delaunay2021-11-302-3/+191
* stm32mp1: ram: remove tuning supportPatrick Delaunay2021-11-307-1636/+7
* stm32mp1: ram: remove the support of calibration resultPatrick Delaunay2021-11-304-92/+27
* stm32mp1: ram: add read valid training supportPatrick Delaunay2021-11-302-2/+7
* stm32mp15: replace CONFIG_TFABOOT when it is possiblePatrick Delaunay2021-11-101-7/+6
* ram: sifive: Fix -Wint-to-pointer-cast warningsBin Meng2021-10-201-4/+4
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-301-2/+2
* WS cleanup: remove trailing white spaceWolfgang Denk2021-09-301-1/+1
* WS cleanup: remove trailing empty linesWolfgang Denk2021-09-301-1/+0
* clk: Rename clk_get_by_driver_info()Simon Glass2021-09-251-1/+1
* treewide: Try to avoid the preprocessor with OF_REALSimon Glass2021-09-255-14/+18
* treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-256-8/+8
* Kconfig: Remove all default n/no optionsMichal Simek2021-08-313-6/+0
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-1/+1
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* rockchip: rk3568: Add sdram driverJoseph Chen2021-06-182-0/+57
* drivers: ram: sifive: rename fu540_ddr and add fu740 supportGreen Wan2021-05-313-49/+50
* ram: k3-ddrss: Enable vtt regulator if presentLokesh Vutla2021-05-121-0/+14
* ram: k3-ddrss: Introduce support for AM642 SoCsDave Gerlach2021-05-1220-0/+23490
* ram: k3-ddrss: Introduce common driver with J7 SoC supportDave Gerlach2021-05-1227-3849/+3675
* ram: k3-ddrss: Introduce top-level CONFIG_K3_DDRSSDave Gerlach2021-05-122-2/+11
* ram: k3-j721e: Rename to k3-ddrssDave Gerlach2021-05-1220-1/+1
* ram: k3-j721e: lpddr4_ctl_regs: Fix checkpatch issue for typesDave Gerlach2021-05-121-1514/+1514
* ram: k3-j721e: lpddr4_pi_macros: Fix indentation issuesDave Gerlach2021-05-121-2801/+2801
* ram: k3-j721e: lpddr4_phy_core_macros: Fix indentation issuesDave Gerlach2021-05-121-694/+694
* ram: k3-j721e: lpddr4_ddr_controller_macros: Fix indentation issuesDave Gerlach2021-05-121-3681/+3681
* ram: k3-j721e: lpddr4_data_slice_3_macros: Fix indentation issuesDave Gerlach2021-05-121-677/+677
* ram: k3-j721e: lpddr4_data_slice_2_macros: Fix indentation issuesDave Gerlach2021-05-121-677/+677
* ram: k3-j721e: lpddr4_data_slice_1_macros: Fix indentation issuesDave Gerlach2021-05-121-677/+677
* ram: k3-j721e: lpddr4_data_slice_0_macros: Fix indentation issuesDave Gerlach2021-05-121-717/+717
* ram: k3-j721e: lpddr4_address_slice_0_macros: Fix indentation issuesDave Gerlach2021-05-121-167/+167
* mips: octeon: Misc changes required because of the newly added headersStefan Roese2021-04-232-28/+22
* Merge tag 'u-boot-stm32-20210409' of https://source.denx.de/u-boot/custodians...WIP/09Apr2021Tom Rini2021-04-091-0/+3
|\
| * ram: stm32: fix strsep failed on read only memorydillon min2021-04-091-0/+3
* | riscv: sifive: Rename fu540 board to unleashedBin Meng2021-04-081-1/+1
|/
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-029-0/+9
* ram: aspeed: Add AST2600 DRAM control supportDylan Hung2021-01-183-2/+1123
* ram: k3-j721e: rename BIT_MASK()Heinrich Schuchardt2021-01-162-15/+19
* ram: stm32mp1: migrate trace to dev or log macroPatrick Delaunay2021-01-135-104/+117
* ram: stm32: migrate trace to log macroPatrick Delaunay2021-01-131-4/+6
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-136-27/+22
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-1310-20/+20
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-139-30/+30
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-1310-10/+10