Re: [PATCH v2 3/5] ata: Add APM X-Gene SATA driver

2013-11-10 Thread Olof Johansson
On Fri, Nov 8, 2013 at 11:00 PM, Loc Ho wrote: > ata: Add APM X-Gene SATA driver This is not a proper patch description. Look at how others document their patches (look at git logs for drivers/ata to start with). > diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig > index 4e73772..41b9da3 1

Re: [PATCH 2/5] arm64: Add APM X-Gene SATA DTS binding

2013-11-08 Thread Olof Johansson
On Fri, Nov 08, 2013 at 03:30:35PM -0700, Loc Ho wrote: > Signed-off-by: Loc Ho > Signed-off-by: Tuan Phan > Signed-off-by: Suman Tripathi > --- > arch/arm64/boot/dts/apm-storm.dtsi | 73 > > 1 files changed, 73 insertions(+), 0 deletions(-) Technically

Re: [PATCH 4/5] ata: Add APM X-Gene SATA serdes functions

2013-11-08 Thread Olof Johansson
On Fri, Nov 08, 2013 at 03:30:37PM -0700, Loc Ho wrote: > Signed-off-by: Loc Ho > Signed-off-by: Tuan Phan > Signed-off-by: Suman Tripathi > --- > drivers/ata/sata_xgene_serdes.c | 1982 > +++ > 1 files changed, 1982 insertions(+), 0 deletions(-) > create m

Re: [PATCH V2 2/9] Documentation: devicetree: Add DT bindings for UFS host controller

2013-05-14 Thread Olof Johansson
On Tue, May 14, 2013 at 12:08 AM, Dolev Raviv wrote: > Compatible list is used in commit 03b1781 but is not documented. > Add necessary device tree bindings to describe on-chip UFS host > controllers. > > Signed-off-by: Sujit Reddy Thumma > > diff --git a/Documentation/devicetree/bindings/ufs/ufs

Re: [GIT PATCH] scsi fixes for 2.6.25-rc2

2008-02-23 Thread Olof Johansson
Hi, On Sat, Feb 23, 2008 at 09:13:33AM -0600, James Bottomley wrote: > Jeff Garzik (1): > mvsas: Add Marvell 6440 SAS/SATA driver [...] > drivers/scsi/mvsas.c| 2981 > I just noticed that the file permissions on that file are 755 in cur