index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ram
/
stm32_sdram.c
Age
Commit message (
Expand
)
Author
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
ram: Remove <common.h> and add needed includes
Tom Rini
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2021-09-30
WS cleanup: remove trailing white space
Wolfgang Denk
2021-04-09
ram: stm32: fix strsep failed on read only memory
dillon min
2021-01-13
ram: stm32: migrate trace to log macro
Patrick Delaunay
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop init.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2018-05-26
ram: stm32_sdram: Adds stm32f429-disco fixes for HardFault at booting
Radoslaw Pietrzyk
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-01-10
ram: stm32: add memory mapping selection support
Patrice Chotard
2017-11-06
stm32: fix STMicroelectronics copyright
Patrice Chotard
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-07-26
ram: stm32: add stm32h7 support
Patrice Chotard
2017-07-26
ram: stm32: add second SDRAM bank management
Patrice Chotard
2017-07-26
ram: stm32: replace fdtdec_get by ofnode calls
Patrice Chotard
2017-07-26
ram: stm32: get base address from DT
Patrice Chotard
2017-07-26
ram: stm32: migrate fmc defines in driver file
Patrice Chotard
2017-06-05
drivers: ram: stm32: fix compilation issue
Patrice Chotard
2017-06-01
dm: core: Replace of_offset with accessor (part 2)
Simon Glass
2017-05-08
stm32f7: sdram: correct sdram configuration as per micron sdram
Vikas Manocha
2017-05-08
stm32f7: stm32f746-disco: read memory info from device tree
Vikas Manocha
2017-05-08
stm32f7: sdram: use sdram device tree node to configure sdram controller
Vikas Manocha
2017-05-08
stm32f7: use clock driver to enable sdram controller clock
Vikas Manocha
2017-05-08
stm32f7: dm: add driver model support for sdram
Vikas Manocha
2017-05-08
stm32f7: sdram: move sdram driver code to ram drivers area
Vikas Manocha