[PATCH 1/2] ARM: EXYNOS: Add files about definition of C2C

2012-02-04 Thread Kisang Lee
Cc: Arnd Bergmann arnd at arndb.de Cc: Greg Kroah-Hartman greg at kroah.com Following files are added for C2C driver c2c.h : Definition of C2C platform data and mode regs-c2c.h : Definition of C2C registers Signed-off-by: Kisang Lee kisang80@samsung.com ---

[PATCH 2/2] misc: c2c: Add C2C(Chip to Chip) device driver for EXYNOS

2012-02-04 Thread Kisang Lee
Cc: Arnd Bergmann arnd at arndb.de Cc: Greg Kroah-Hartman greg at kroah.com Signed-off-by: Kisang Lee kisang80@samsung.com --- drivers/misc/Kconfig |1 + drivers/misc/Makefile |1 + drivers/misc/c2c/Kconfig | 10 + drivers/misc/c2c/Makefile |5 +

Re: [PATCH 1/2] ARM: EXYNOS: Add files about definition of C2C

2012-02-04 Thread Kyungmin Park
On Sat, Feb 4, 2012 at 5:13 PM, Kisang Lee kisang80@samsung.com wrote: Cc: Arnd Bergmann arnd at arndb.de Cc: Greg Kroah-Hartman greg at kroah.com Following files are added for C2C driver c2c.h : Definition of C2C platform data and mode regs-c2c.h : Definition of C2C registers

Re: [PATCH 2/2] misc: c2c: Add C2C(Chip to Chip) device driver for EXYNOS

2012-02-04 Thread Sylwester Nawrocki
Hi, On 02/04/2012 09:15 AM, Kisang Lee wrote: Cc: Arnd Bergmannarndat arndb.de Cc: Greg Kroah-Hartmangregat kroah.com Commit description aren't expected to be empty, especially when you're adding a new driver. There is little clue what the driver is needed for. Could you please be a little

Re: [PATCH 1/2] ARM: EXYNOS: Add files about definition of C2C

2012-02-04 Thread Sylwester Nawrocki
Hi, On 02/04/2012 09:13 AM, Kisang Lee wrote: Cc: Arnd Bergmannarndat arndb.de Cc: Greg Kroah-Hartmangregat kroah.com Following files are added for C2C driver c2c.h : Definition of C2C platform data and mode regs-c2c.h : Definition of C2C registers Signed-off-by: Kisang

Re: [PATCH 1/2] ARM: EXYNOS: add support GPIO for EXYNOS5250

2012-02-04 Thread Sylwester Nawrocki
On 02/02/2012 07:22 PM, Grant Likely wrote: /* the end of the EXYNOS4 specific gpios */ #define EXYNOS4_GPIO_END (EXYNOS4_GPZ(EXYNOS4_GPIO_Z_NR) + 1) -#define S3C_GPIO_END EXYNOS4_GPIO_END -/* define the number of gpios we need to the one after the GPZ() range */ -#define

Re: [PATCH 2/2] misc: c2c: Add C2C(Chip to Chip) device driver for EXYNOS

2012-02-04 Thread Russell King - ARM Linux
On Sat, Feb 04, 2012 at 05:15:03PM +0900, Kisang Lee wrote: Cc: Arnd Bergmann arnd at arndb.de Cc: Greg Kroah-Hartman greg at kroah.com Signed-off-by: Kisang Lee kisang80@samsung.com What follows is a quick review of this driver. I think there's quite a number of issues which need to be

Re: [PATCH 1/2] ARM: EXYNOS: Add files about definition of C2C

2012-02-04 Thread Russell King - ARM Linux
On Sat, Feb 04, 2012 at 05:13:00PM +0900, Kisang Lee wrote: Cc: Arnd Bergmann arnd at arndb.de Cc: Greg Kroah-Hartman greg at kroah.com Following files are added for C2C driver c2c.h : Definition of C2C platform data and mode regs-c2c.h : Definition of C2C registers Signed-off-by: Kisang

Re: [PATCH 0/4] [SCSI] ufshcd: UFS Host Controller Driver

2012-02-04 Thread Namjae Jeon
2012/2/2 Vinayak Holikatti vinholika...@gmail.com: From: Santosh Yaraganavi santos...@gmail.com UFS is designed to be the most advanced specification for both embedded and removable flash memory-based storage in mobile devices such as smart phones and tablet computers.  The UFS standard

Re: [PATCH 4/4] [SCSI] ufshcd: SCSI error handling

2012-02-04 Thread Namjae Jeon
+ +/** + * ufshcd_abort - abort a specific command + * @cmd: SCSI command pointer + * + * Returns 0 on success, non-zero value on failure + */ +static int ufshcd_abort(struct scsi_cmnd *cmd) +{ +       struct Scsi_Host *host; +       struct ufs_hba *hba; +       unsigned long flags; +