Re: [U-Boot] [PATCH v2 06/11] ufs: Add Support for Cadence platform UFS driver

2019-10-24 Thread Tom Rini
On Tue, Oct 15, 2019 at 06:24:37PM +0530, Faiz Abbas wrote: > Add Support for the platform driver for the Cadence device present on > TI's J721e device. > > Signed-off-by: Faiz Abbas Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature __

[U-Boot] [PATCH v2 06/11] ufs: Add Support for Cadence platform UFS driver

2019-10-15 Thread Faiz Abbas
Add Support for the platform driver for the Cadence device present on TI's J721e device. Signed-off-by: Faiz Abbas --- drivers/ufs/Kconfig | 8 +++ drivers/ufs/Makefile| 1 + drivers/ufs/cdns-platform.c | 122 3 files changed, 131 insertio