Re: [PATCH v2] mmc: dw_mmc: Add second capability field

2011-12-24 Thread Chris Ball
Hi, On Thu, Dec 22 2011, Seungwon Jeon wrote: > This patch adds caps2 filed for second capability in dw_mmc. > It corresponds with MMC_CAPS2_XXX. And this patch removes the > unnecessary condition statement for assigning caps. > > Signed-off-by: Seungwon Jeon > --- > drivers/mmc/host/dw_mmc.c |

Re: [PATCH v2] mmc: dw_mmc: Add second capability field

2011-12-22 Thread Will Newton
On Thu, Dec 22, 2011 at 9:01 AM, Seungwon Jeon wrote: > This patch adds caps2 filed for second capability in dw_mmc. > It corresponds with MMC_CAPS2_XXX. And this patch removes the > unnecessary condition statement for assigning caps. > > Signed-off-by: Seungwon Jeon > --- >  drivers/mmc/host/dw_

[PATCH v2] mmc: dw_mmc: Add second capability field

2011-12-22 Thread Seungwon Jeon
This patch adds caps2 filed for second capability in dw_mmc. It corresponds with MMC_CAPS2_XXX. And this patch removes the unnecessary condition statement for assigning caps. Signed-off-by: Seungwon Jeon --- drivers/mmc/host/dw_mmc.c |6 ++ include/linux/mmc/dw_mmc.h |1 + 2 files c