Re: [PATCH 1/4] [SCSI] ufs: Separate PCI glue driver for ufshcd

From: Arnd Bergmann
Date: Mon Jul 02 2012 - 11:17:38 EST


On Monday 02 July 2012, Vinayak Holikatti wrote:
>
> This patch separates PCI and core UFS host controller driver.
> In the current implementation PCI specific code is with ufshcd.c.
> To provide way for adding multiple bus glue driver, this patch
> separates PCI layer from ufshcd core. Now ufshcd compiles as separate
> module and ufshcd-pci as separate module.
>
> Signed-off-by: Vinayak Holikatti <vinholikatti@xxxxxxxxx>
> Signed-off-by: Santosh Yaraganavi <santoshsy@xxxxxxxxx>

Hi Vinayak,

This patch looks good at first sight, but it's a little hard to
review in the form that you are posting.

I would recommend that you split this patch into two separate
changesets, where you do all the changes to existing code in the
first patch, and only move but don't change code in the second one
that creates the new file.

Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/