[PATCH v3 2/5] [SCSI] ufshcd: UFS UTP Transfer requests handling

2012-02-28 Thread Santosh Y
From: Santosh Yaraganavi This patch adds support for Transfer request handling. ufshcd includes following implementations: - SCSI queuecommand - Compose UPIU(UFS Protocol information unit) - Issue commands to UFS host controller - Handle completed commands Signed-off-by: Santosh Yaraganavi

[PATCH v3 5/5] Documentation: UFS Host Controller Driver

2012-02-28 Thread Santosh Y
From: Santosh Yaraganavi The document provides Universal Flash Storage(UFS) and UFS host controller driver overview. Signed-off-by: Santosh Yaraganavi Reviewed-by: Vishak G Reviewed-by: Namjae Jeon --- Documentation/scsi/00-INDEX |2 + Documentation/scsi/ufs.txt | 133 +

[PATCH v3 3/5] [SCSI] ufshcd: UFSHCI error handling

2012-02-28 Thread Santosh Y
From: Santosh Yaraganavi UFSHCI error handling includes support for: - UFS host controller errors - System bus errors - Unipro errors Signed-off-by: Santosh Yaraganavi Signed-off-by: Vinayak Holikatti Reviewed-by: Arnd Bergmann Reviewed-by: Vishak G Reviewed-by: Girish K S Reviewed-by: N

[PATCH v3 4/5] [SCSI] ufshcd: SCSI error handling

2012-02-28 Thread Santosh Y
From: Santosh Yaraganavi UFSHCD SCSI error handling includes following implementations, - Abort task - Device reset - Host reset Signed-off-by: Santosh Yaraganavi Signed-off-by: Vinayak Holikatti Reviewed-by: Arnd Bergmann Reviewed-by: Vishak G Reviewed-by: Girish K S Reviewed-by: Namjae

[PATCH v3 1/5] [SCSI] ufshcd: UFS Host controller driver

2012-02-28 Thread Santosh Y
From: Santosh Yaraganavi This patch adds support for Universal Flash Storage(UFS) host controllers. The UFS host controller driver includes host controller initialization method. The Initialization process involves following steps: - Initiate UFS Host Controller initialization process by writin

[PATCH v3 0/5] [SCSI] ufshcd: UFS Host Controller Driver

2012-02-28 Thread Santosh Y
From: Santosh Yaraganavi UFS: Universal Flash Storage is a storage specification for flash devices. It is aimed to provide a universal storage interface for both embedded and removable flash memory based storage in mobile devices such as smart phones and tablet computers. The specification is def

RE: [PATCH v2 1/4] mmc: sdhci-s3c: use the sdhci-pltfm for Samsung-SoC

2012-02-28 Thread Seungwon Jeon
Hi Jaehoon, Thank you for the patch. Could you check comments below? Jaehoon Chung wrote: > This patch is change to use the sdhci-pltfm.c > > Signed-off-by: Jaehoon Chung > Signed-off-by: Kyungmin Park > --- > drivers/mmc/host/Kconfig | 20 ++-- > drivers/mmc/host/sdhci-s3c.c | 254 >

Re: [PATCH 2/3] ARM: EXYNOS: Add clkdev lookup entry for lcd clock

2012-02-28 Thread Tushar Behera
Hi Kukjin, On 12/01/2011 11:20 AM, Tushar Behera wrote: > The framebuffer driver needs the clock named 'lcd' as its bus > clock but the equivalent clock on Exynos4 is named as 'fimd'. > Hence, create a clkdev lookup entry with the name 'lcd' that > references the 'fimd' clock. > > Signed-off-by:

Re: [PATCH v9 2/2] iommu/exynos: Add iommu driver for Exynos Platforms

2012-02-28 Thread KyongHo Cho
On Tue, Feb 28, 2012 at 4:53 PM, Kyungmin Park wrote: >> +void exynos_sysmmu_set_prefbuf(struct device *owner, >> +                             unsigned long base0, unsigned long size0, >> +                             unsigned long base1, unsigned long size1) >> +{ >> +     struct sysmmu_drvdata

Re: [PATCH v9 1/2] ARM: EXYNOS: Change System MMU platform device definitions

2012-02-28 Thread KyongHo Cho
On Tue, Feb 28, 2012 at 4:20 PM, Kyungmin Park wrote: > Hi, > > On 2/28/12, KyongHo Cho wrote: >> Handling System MMUs with an identifier is not flexible to manage >> System MMU platform devices because of the following reasons: >> 1. A device driver which needs to handle System MMU must know the

Re: [PATCH 00/12] ARM: S3C24XX: create mach-s3c24xx/ for S3C24XX SoCs - WIP

2012-02-28 Thread Heiko Stübner
Am Mittwoch 15 Februar 2012, 23:55:34 schrieb Kukjin Kim: > This patch aims to make a one mach- directory for S3C24XX SoCs > and now not finished yet such as moving cpufreq and merging > plat-s3c24xx/. I think it will be done maybe in a week. > > [PATCH 01/12] ARM: S3C24XX: remove unused spi gpio

[PATCH] Move S3C2412_PM_SLEEP to common platform code

2012-02-28 Thread Heiko Stübner
S3C2412_PM_SLEEP is also used by the S3C2416, so move it out of the if CPU_S3C2412 block to the common platform code to prevent warnings when S3C2416_PM is selected but not CPU_S3C2412. Signed-off-by: Heiko Stuebner --- this should probably be folded into the S3C2412 move patch arch/arm/mach-s3

Re: [PATCH 09/12] ARM: S3C2416: move mach-s3c2416/* into mach-s3c24xx/

2012-02-28 Thread Heiko Stübner
Am Mittwoch 15 Februar 2012, 23:55:43 schrieb Kukjin Kim: > This patch moves S3C2416 stuff into mach-s3c24xx/ directory > so that we can merge the s3c24 series' directories to the > just one mach-s3c24xx/ directory. > > Cc: Ben Dooks > Signed-off-by: Kukjin Kim On S3C2416 hardware Tested-by: H

Re: [PATCH 06/12] ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XX

2012-02-28 Thread Wim Van Sebroeck
Hi Kim, > This patch changes the ARCH name to "ARCH_S3C24XX" for Samsung > S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443, > and S3C2450 SoCs so that we can merge the mach-xxx directories > and plat-s3c24xx dir. to just one mach-s3c24xx for them. > > I think this should be sent to