Re: [PATCH 3/4] mmc: sdhci-s3c: use the sdhci-s3c.h instead of regs-sdhci.h

2012-02-16 Thread Jae hoon Chung
2012/2/16 Kukjin Kim : > On 02/14/12 14:03, Jaehoon Chung wrote: >> >> Use the sdhci-s3c.h >> > This patch should be merged into 2nd patch which is including change the > name to S3C_SDHCI_xxx from S3C64Xx_SDHCI_xxx. BTW, I'm not sure the name > should/can be changed because as you know S3C64XX_ me

Re: [PATCH 3/4] mmc: sdhci-s3c: use the sdhci-s3c.h instead of regs-sdhci.h

2012-02-16 Thread Kukjin Kim
On 02/14/12 14:03, Jaehoon Chung wrote: Use the sdhci-s3c.h This patch should be merged into 2nd patch which is including change the name to S3C_SDHCI_xxx from S3C64Xx_SDHCI_xxx. BTW, I'm not sure the name should/can be changed because as you know S3C64XX_ means this can be used after S3C64XX

[PATCH 3/4] mmc: sdhci-s3c: use the sdhci-s3c.h instead of regs-sdhci.h

2012-02-13 Thread Jaehoon Chung
Use the sdhci-s3c.h Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park --- drivers/mmc/host/sdhci-s3c.c | 12 +--- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c index a651c1e..ac4b0e8 100644 --- a/driv