]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-s3c: Keep a copy of platform data and use it
authorThomas Abraham <thomas.abraham@linaro.org>
Thu, 16 Feb 2012 13:23:59 +0000 (22:23 +0900)
committerChris Ball <cjb@laptop.org>
Thu, 5 Apr 2012 23:58:01 +0000 (19:58 -0400)
commit369bc81d77aa80d8c72e7fc20ced4449be24beb5
treefc4eab669f7092f1b0f72b84a2ec2ad17979889f
parent5427d81b5fa729161874a04b44b21c6a00c74cee
mmc: sdhci-s3c: Keep a copy of platform data and use it

The platform data is copied into driver's private data and the copy is
used for all access to the platform data. This simpifies the addition
of device tree support for the sdhci-s3c driver.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-s3c.c