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 lon

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

2012-02-04 Thread Namjae Jeon
2012/2/2 Vinayak Holikatti : > From: Santosh Yaraganavi > > 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 represents > an evolutionary progression o

Re: [PATCH] mmc: core: Fix PowerOff Notify suspend/resume

2012-02-04 Thread Chris Ball
Hi, On Tue, Jan 31 2012, Girish K S wrote: > Modified the mmc_poweroff to resume before sending the > poweroff notification command. In sleep mode only AWAKE > and RESET commands are allowed, so before sending the > poweroff notification command resume from sleep mode and > then send the notificat

Re: [PATCH] mmc: core: Fix Low speed mmc card detection failure

2012-02-04 Thread Chris Ball
Hi, On Wed, Jan 18 2012, Girish K S wrote: > This patch fixes the failure of low speed mmc card detection > > Signed-off-by: Girish K S > --- > drivers/mmc/core/mmc.c |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c

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 arndb.de> > Cc: Greg Kroah-Hartman 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

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 arndb.de> > Cc: Greg Kroah-Hartman kroah.com> > > Signed-off-by: Kisang Lee What follows is a quick review of this driver. I think there's quite a number of issues which need to be fixed before this driver is read

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

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 Bergmann arndb.de> > Cc: Greg Kroah-Hartman 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 > --- > arch

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 Bergmann arndb.de> > Cc: Greg Kroah-Hartman 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 bit more v

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 wrote: > Cc: Arnd Bergmann arndb.de> > Cc: Greg Kroah-Hartman 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 > --- Hi,

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

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

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

2012-02-04 Thread Kisang Lee
Cc: Arnd Bergmann arndb.de> Cc: Greg Kroah-Hartman 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 --- arch/arm/mach-exynos/include/mach/c2c.h | 65 ++