Re: [PATCH] mmc: host: dw: fix possible build error

2014-03-03 Thread Felipe Balbi
On Mon, Mar 03, 2014 at 07:01:53PM +, Chris Ball wrote: > Hi, > > On Mon, Mar 03 2014, Felipe Balbi wrote: > >> When you send the patch related with dw_mmc controller, could you use > >> the prefix "mmc: dw_mmc:"? "mmc: dw_mmc: fix possible build error" > > > > sure, no problem. Do I *really*

Re: [PATCH] mmc: host: dw: fix possible build error

2014-03-03 Thread Chris Ball
Hi, On Mon, Mar 03 2014, Felipe Balbi wrote: >> When you send the patch related with dw_mmc controller, could you use >> the prefix "mmc: dw_mmc:"? "mmc: dw_mmc: fix possible build error" > > sure, no problem. Do I *really* need to resend though ? It's already > -rc5 and I still don't see this pa

Re: [PATCH] mmc: host: dw: fix possible build error

2014-03-03 Thread Felipe Balbi
Hi, On Wed, Feb 26, 2014 at 07:03:59AM +0900, Jaehoon Chung wrote: > Hi, Felipe. > > When you send the patch related with dw_mmc controller, could you use > the prefix "mmc: dw_mmc:"? "mmc: dw_mmc: fix possible build error" sure, no problem. Do I *really* need to resend though ? It's already -r

Re: [PATCH] mmc: host: dw: fix possible build error

2014-02-25 Thread Jaehoon Chung
Hi, Felipe. When you send the patch related with dw_mmc controller, could you use the prefix "mmc: dw_mmc:"? "mmc: dw_mmc: fix possible build error" Acked-by: Jaehoon Chung Best Regards, Jaehoon Chung On 02/25/2014 11:57 PM, Felipe Balbi wrote: > Fix the following build errors: > > drivers/m

[PATCH] mmc: host: dw: fix possible build error

2014-02-25 Thread Felipe Balbi
Fix the following build errors: drivers/mmc/host/dw_mmc-k3.c: In function ‘dw_mci_k3_suspend’: drivers/mmc/host/dw_mmc-k3.c:58:2: error: implicit declaration of function ‘dw_mci_suspend’ [-Werror=implicit-function-declaration] ret = dw_mci_suspend(host); ^ drivers/mmc/host/dw_mmc-k3.c: