aboutsummaryrefslogtreecommitdiff
path: root/drivers/ddr/fsl/main.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-09drivers: ddr: main.c: Fix Bad Shift operator issuePriyanka Singh1-3/+8
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-4/+4
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-1/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2019-08-26ddr, fsl: add DM_I2C supportHeiko Schocher1-43/+76
2019-08-22boards: lx2160a: Add support of I2C driver modelChuanhua Han1-1/+35
2019-05-21mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASEMario Six1-0/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-02-14Revert "drivers/ddr/fsl: Dual-license DDR driver"Tom Rini1-1/+1
2018-02-09drivers/ddr/fsl: Dual-license DDR driverYork Sun1-1/+1
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-2/+2
2017-04-05board_f: Drop return value from initdram()Simon Glass1-0/+2
2017-01-04ddr: fsl: Merge macro CONFIG_NUM_DDR_CONTROLLERS and CONFIG_SYS_NUM_DDR_CTRLSYork Sun1-15/+15
2016-01-25drivers/ddr/fsl: fsl_ddr_sdram_size remove unused controllersEd Swarthout1-0/+1
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-3/+1
2015-11-30drivers/ddr/fsl: Enable detection of one DDR controller operation for LSCH3York Sun1-0/+1
2015-08-03drivers/ddr/fsl: Adjust bstopre valueYork Sun1-1/+1
2015-07-20driver/ddr/fsl: Add a hook to update SPD addressYork Sun1-0/+8
2015-04-23drivers/ddr/fsl: Update DDR driver for DDR4York Sun1-1/+1
2015-02-24driver/ddr/fsl: Add sync of refreshYork Sun1-0/+4
2015-02-24driver/ddr/fsl: Add support for multiple DDR clocksYork Sun1-11/+14
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+2
2014-09-25driver/ddr: Restruct driver to allow standalone memory spaceYork Sun1-80/+164
2014-04-22drivers/ddr: Fix possible out of bounds errorYork Sun1-0/+6
2014-04-22driver/ddr/fsl: Add DDR4 support to Freescale DDR driverYork Sun1-1/+24
2014-02-21driver/ddr: Add 256 byte interleaving supportYork Sun1-0/+1
2014-02-21Driver/ddr: Add support of different DDR base addressYork Sun1-2/+14
2013-11-25Driver/DDR: Update DDR driver to allow non-zero base addressYork Sun1-3/+3
2013-11-25Driver/DDR: Add Freescale DDR driver for ARMYork Sun1-3/+9
2013-11-25Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun1-0/+718