Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ARM: S3C64XX: Tone down SDHCI debugging | Mark Brown | 2011-03-04 |
| | | | | | | | | | The MMC core calls s3c6400_setup_sdhcp_cfg_card() very frequently, causing the log message in there at KERN_INFO to be displayed a lot which is slow and overly chatty. Convert the message into a pr_debug() to tone this down. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> | ||
* | ARM: S3C64XX: Squash SDHCI setup into one file | Ben Dooks | 2010-01-25 |
Squash the SDHCI setup for both the S3C6400 and S3C6410 into one file and make the S3C6410 case use the S3C6400 code. Signed-off-by: Ben Dooks <ben-linux@fluff.org> |