index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ram
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
8
-13
/
+0
2018-03-28
driver: ram: rockchip: rk3399: missing counter increment
Heinrich Schuchardt
1
-0
/
+1
2018-03-19
ram: stm32mp1: add driver
Patrick Delaunay
8
-0
/
+1291
2018-01-26
dm: ram: bmips: add BCM6318 support
Álvaro Fernández Rojas
1
-0
/
+19
2018-01-10
ram: stm32: add memory mapping selection support
Patrice Chotard
1
-0
/
+25
2017-11-30
rockchip: rk3128: add sdram driver
Kever Yang
2
-0
/
+60
2017-11-06
stm32: fix STMicroelectronics copyright
Patrice Chotard
1
-2
/
+2
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
3
-12
/
+12
2017-10-01
rockchip: rk3188: ram: add support for 16bit row address
Kever Yang
1
-2
/
+9
2017-10-01
rockchip: rk322x: add sdram driver
Kever Yang
2
-0
/
+856
2017-10-01
rockchip: rk3328: move sdram driver to driver/ram
Kever Yang
2
-0
/
+61
2017-10-01
rockchip: rk3288: move sdram driver to driver/ram
Kever Yang
2
-0
/
+1126
2017-10-01
rockchip: rk3188: move sdram driver to driver/ram
Kever Yang
2
-0
/
+954
2017-10-01
rockchip: rk3399: move sdram driver to driver/ram
Kever Yang
2
-0
/
+1239
2017-09-18
rockchip: rk3368: adjust DMC driver for 32/64bit-aware OF_PLATDATA
Philipp Tomsich
1
-9
/
+2
2017-08-26
ram: kconfig: s/SPL/TPL/ in TPL_RAM help text
Jagan Teki
1
-1
/
+1
2017-08-13
rockchip: rk3368: add DRAM controller driver with DRAM initialisation
Philipp Tomsich
3
-0
/
+1016
2017-08-13
spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM)
Philipp Tomsich
1
-0
/
+9
2017-08-13
spl: dm: Kconfig: SPL_RAM depends on SPL_DM
Philipp Tomsich
1
-1
/
+1
2017-07-26
ram: stm32: add stm32h7 support
Patrice Chotard
1
-1
/
+24
2017-07-26
ram: stm32: add second SDRAM bank management
Patrice Chotard
1
-73
/
+142
2017-07-26
ram: stm32: replace fdtdec_get by ofnode calls
Patrice Chotard
1
-36
/
+47
2017-07-26
ram: stm32: get base address from DT
Patrice Chotard
1
-28
/
+64
2017-07-26
ram: stm32: migrate fmc defines in driver file
Patrice Chotard
1
-1
/
+58
2017-06-05
drivers: ram: stm32: fix compilation issue
Patrice Chotard
1
-1
/
+1
2017-06-01
dm: core: Replace of_offset with accessor (part 2)
Simon Glass
1
-1
/
+1
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
1
-1
/
+1
2017-06-01
dm: Use dm.h header when driver mode is used
Simon Glass
1
-1
/
+1
2017-05-31
dm: ram: bmips: add BCM6338/BCM6348 support
Álvaro Fernández Rojas
1
-0
/
+31
2017-05-31
dm: ram: bmips: split bcm6358_get_ram_size
Álvaro Fernández Rojas
1
-10
/
+13
2017-05-12
dm: ram: remove unneeded brcm,bcm63268-mc id
Álvaro Fernández Rojas
1
-5
/
+1
2017-05-10
ram: add RAM driver for Broadcom MIPS SoCs
Álvaro Fernández Rojas
2
-0
/
+127
2017-05-08
stm32f7: sdram: correct sdram configuration as per micron sdram
Vikas Manocha
1
-39
/
+16
2017-05-08
stm32f7: stm32f746-disco: read memory info from device tree
Vikas Manocha
1
-1
/
+0
2017-05-08
stm32f7: sdram: use sdram device tree node to configure sdram controller
Vikas Manocha
1
-53
/
+91
2017-05-08
stm32f7: use clock driver to enable sdram controller clock
Vikas Manocha
1
-0
/
+15
2017-05-08
stm32f7: dm: add driver model support for sdram
Vikas Manocha
1
-0
/
+31
2017-05-08
stm32f7: sdram: move sdram driver code to ram drivers area
Vikas Manocha
3
-0
/
+128
2015-08-18
ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAM
Masahiro Yamada
1
-1
/
+1
2015-07-21
dm: test: Add a test for the ram uclass
Simon Glass
2
-0
/
+39
2015-07-21
dm: Add support for RAM drivers
Simon Glass
3
-0
/
+53