Re: [U-Boot] [PATCH v2 2/7] rockchip: ram: add full feature rk3328 DRAM driver

2019-08-05 Thread Kever Yang
Philipp, On 2019/8/5 下午9:04, Philipp Tomsich wrote: Kever, On 02.08.2019, at 09:39, Matwey V. Kornilov wrote: From: Kever Yang This driver supports DDR3/LPDDR3/DDR4 SDRAM initialization. How is the unified driver for the Designware DRAM controller coming along? We do have do some clean

Re: [U-Boot] [PATCH v2 2/7] rockchip: ram: add full feature rk3328 DRAM driver

2019-08-05 Thread Philipp Tomsich
Kever, > On 02.08.2019, at 09:39, Matwey V. Kornilov wrote: > > From: Kever Yang > > This driver supports DDR3/LPDDR3/DDR4 SDRAM initialization. How is the unified driver for the Designware DRAM controller coming along? We’ve had that discussion over a year ago and it seems as if we’re still

Re: [U-Boot] [PATCH v2 2/7] rockchip: ram: add full feature rk3328 DRAM driver

2019-08-05 Thread Kever Yang
On 2019/8/2 下午3:39, Matwey V. Kornilov wrote: From: Kever Yang This driver supports DDR3/LPDDR3/DDR4 SDRAM initialization. Signed-off-by: YouMin Chen Signed-off-by: Kever Yang [cherry picked from commit https://github.com/rockchip-linux/u-boot/commit/9fb0777ec3cc6a89af9d2e0969c3bfe58306a88

[U-Boot] [PATCH v2 2/7] rockchip: ram: add full feature rk3328 DRAM driver

2019-08-02 Thread Matwey V. Kornilov
From: Kever Yang This driver supports DDR3/LPDDR3/DDR4 SDRAM initialization. Signed-off-by: YouMin Chen Signed-off-by: Kever Yang [cherry picked from commit https://github.com/rockchip-linux/u-boot/commit/9fb0777ec3cc6a89af9d2e0969c3bfe58306a88d with minor modifications] Signed-off-by: Matwe