+ sdhci-orphan-driver-and-list.patch added to -mm tree

2009-09-08 Thread akpm
The patch titled sdhci: orphan driver and list has been added to the -mm tree. Its filename is sdhci-orphan-driver-and-list.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find t

Re: Regression in suspend to ram in 2.6.31-rc kernels

2009-09-08 Thread Rafael J. Wysocki
On Tuesday 08 September 2009, Christoph Hellwig wrote: > On Fri, Sep 04, 2009 at 09:47:46AM +0900, OGAWA Hirofumi wrote: > > Well, that commit seems a bit strange. It calls fat_clusters_flush() > > unconditionally without checking sb->s_dirt. However, if my guess is > > right, "sync after removed e

Re: Regression in suspend to ram in 2.6.31-rc kernels

2009-09-08 Thread Christoph Hellwig
On Fri, Sep 04, 2009 at 09:47:46AM +0900, OGAWA Hirofumi wrote: > Well, that commit seems a bit strange. It calls fat_clusters_flush() > unconditionally without checking sb->s_dirt. However, if my guess is > right, "sync after removed event" itself sounds like the issue in > suspend process. The i

Re: Regression in suspend to ram in 2.6.31-rc kernels

2009-09-08 Thread Zdenek Kabelac
2009/9/6 OGAWA Hirofumi : > Zdenek Kabelac writes: > >> 2009/9/5 OGAWA Hirofumi : >>> Zdenek Kabelac writes: >>> 2009/9/4 OGAWA Hirofumi : > Christoph Hellwig writes: > >> Note that when you rever this patch on a current kernel you do actually >> get different behvaviour tha

[PATCH 8/8] s3c6410: sdhci: Updating sdhci_s3c_remove module exit function

2009-09-08 Thread thomas . ab
From: Thomas Abraham This patch populates the sdhci_s3c_remove function in the s3c sdhci driver. This will allow s3c sdhci driver to be used as a module. Signed-off-by: Thomas Abraham --- drivers/mmc/host/sdhci-s3c.c | 26 ++ 1 files changed, 26 insertions(+), 0 delet

[PATCH 7/8] s3c6410: sdhci: Remove host_caps field from sdhci platform data structure

2009-09-08 Thread thomas . ab
From: Thomas Abraham This patch removes the host_caps field from the s3c_sdhci_platdata data structure. This field is not used by the sdhci driver. Signed-off-by: Thomas Abraham --- arch/arm/plat-s3c/include/plat/sdhci.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a

[PATCH 6/8] s3c6410: sdhci: Modify platform data for sdhci-1

2009-09-08 Thread thomas . ab
From: Thomas Abraham This patch removes the unused entry host_caps from sdhci-1 platform data. It adds entries for parent clock name, source clock name and operating clock speed. Signed-off-by: Thomas Abraham --- arch/arm/plat-s3c/dev-hsmmc1.c |7 --- 1 files changed, 4 insertions(+),

[PATCH 5/8] s3c6410: sdhci: Removing unused host_caps entry from sdhci0 platform data

2009-09-08 Thread thomas . ab
From: Thomas Abraham This patch removes the unused 'host_caps' entry from the sdhci0 platform data. Signed-off-by: Thomas Abraham --- arch/arm/plat-s3c/dev-hsmmc.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/plat-s3c/dev-hsmmc.c b/arch/arm/plat-s3c/dev-hs

[PATCH 4/8] s3c6410: sdhci: Enable ADMA feature in 6410 sdhci controller.

2009-09-08 Thread thomas . ab
From: Thomas Abraham This patch enables ADMA feature in 6410 SDHCI controller driver. --- drivers/mmc/host/sdhci-s3c.c |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c index db1bb93..7f5b64e 100644 --- a/dr

[PATCH 3/8] s3c6410: sdhci: Set parent clock, source clock and sdhci module speed.

2009-09-08 Thread thomas . ab
From: Thomas Abraham This patch sets the parent clock, source clock and sdhci module clock speed for 6410 sdhci controller. Signed-off-by: Thomas Abraham --- drivers/mmc/host/sdhci-s3c.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/host/sdhc