2012/9/27 zhangfei gao <zhangfei.gao@xxxxxxxxx>: >> diff --git a/include/linux/platform_data/pxa_sdhci.h b/include/linux/platform_data/pxa_sdhci.h >> index 59acd98..fdf38d6 100644 >> --- a/include/linux/platform_data/pxa_sdhci.h >> +++ b/include/linux/platform_data/pxa_sdhci.h >> @@ -38,6 +38,7 @@ >> * @max_speed: the maximum speed supported >> * @host_caps: Standard MMC host capabilities bit field. >> * @quirks: quirks of platfrom >> + * @quirks2: quirks2 of platfrom >> * @pm_caps: pm_caps of platfrom >> */ >> struct sdhci_pxa_platdata { >> @@ -51,6 +52,7 @@ struct sdhci_pxa_platdata { >> unsigned int host_caps; >> unsigned int host_caps2; >> unsigned int quirks; >> + unsigned int quirks2; >> unsigned int pm_caps; >> }; >> > Not find the patch using quirks2. > Could you merge the patch together? In my another patch "[PATCH v4 08/15] mmc: sdhci: enhance preset value function", I introduced SDHCI_QUIRK2_PRESET_VALUE_BROKEN, which located in quirks2. So I added this. We should not combine this together. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html