Re: [PATCH 4/6] mmc: sdhci-s3c: Add support for device tree based probe

2011-06-20 Thread Grant Likely
On Mon, Jun 20, 2011 at 5:02 AM, Thomas Abraham wrote: > Add of_match_table to enable sdhci-s3c driver to be probed when a compatible > sdhci device node is found in device tree. > > Signed-off-by: Thomas Abraham > --- > This is temporary patch. sdhci-s3c driver has to be moved to sdhci-pltfm > b

[PATCH 4/6] mmc: sdhci-s3c: Add support for device tree based probe

2011-06-20 Thread Thomas Abraham
Add of_match_table to enable sdhci-s3c driver to be probed when a compatible sdhci device node is found in device tree. Signed-off-by: Thomas Abraham --- This is temporary patch. sdhci-s3c driver has to be moved to sdhci-pltfm based driver. drivers/mmc/host/sdhci-s3c.c | 11 +++ 1 fil