Re: [PATCH 2/2] scsi: ufs: add Exynos-specific driver

2017-11-30 Thread Jaehoon Chung
heckpatch". When i run checkpatch, there are too many errors and warnings. total: 37 errors, 62 warnings, 1340 lines checked I also want that exynos ufs driver will be merged. Best Regards, Jaehoon Chung > > Thank you. > >> -Original Message- >> From: linux-scs

Re: [PATCH 2/2] scsi: ufs: add Exynos-specific driver

2017-11-28 Thread Jaehoon Chung
driver. Also anyone doesn't have the interesting about this driver. And i also added the some comment at below.. Best Regards, Jaehoon Chung > > >> -Original Message- >> From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi- >> ow...@vger.kernel.org] On Behalf

Re: [PATCH 2/2] scsi: ufs: add Exynos-specific driver

2017-11-28 Thread Jaehoon Chung
Hi, On 11/28/2017 02:36 PM, 김기웅 wrote: > This driver is to use UFS devices on Exynos SoC and > has been already used for many years for commercial products. Well, i'm not sure but i remembered there are the similar patches before..Seungwon and Alim's patches. Is it relevant to them? Anyway.. i

[PATCH] scsi: ufs: remove the duplicated checking for supporting clkscaling

2017-03-21 Thread Jaehoon Chung
There are same conditions for checking whether supporting clkscaling or not. When ufshcd is supporting clkscaling, active_reqs should be decreased by two. Signed-off-by: Jaehoon Chung --- drivers/scsi/ufs/ufshcd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/scsi/ufs/ufshcd.c b