Re: [U-Boot] [PATCH] dm: mmc: socfpga: fix MMC_OPS support

2016-10-26 Thread Sylvain Lesne
Hi, On 10/24/2016 11:13 PM, Simon Glass wrote: > On 24 October 2016 at 10:24, Sylvain Lesne wrote: >> >> (Also, this is kind of unrelated, but it looks like the error >> message 'MMC: block number 0xx exceeds max(0xx)' has a formatting >> issue!) >> >> --- >> drivers/mmc/socfpga_dw_mmc.c | 2 ++

Re: [U-Boot] [PATCH] dm: mmc: socfpga: fix MMC_OPS support

2016-10-25 Thread Marek Vasut
On 10/26/2016 04:03 AM, Jaehoon Chung wrote: > Hi, > > On 10/25/2016 06:13 AM, Simon Glass wrote: >> On 24 October 2016 at 10:24, Sylvain Lesne wrote: >>> >>> Now that CONFIG_BLK and CONFIG_MMC_OPS are enabled by default with >>> CONFIG_DM_MMC, the DWMMC driver on the socfpga platform fails at >>

Re: [U-Boot] [PATCH] dm: mmc: socfpga: fix MMC_OPS support

2016-10-25 Thread Jaehoon Chung
Hi, On 10/25/2016 06:13 AM, Simon Glass wrote: > On 24 October 2016 at 10:24, Sylvain Lesne wrote: >> >> Now that CONFIG_BLK and CONFIG_MMC_OPS are enabled by default with >> CONFIG_DM_MMC, the DWMMC driver on the socfpga platform fails at >> runtime. >> >> This adds the missing fields in the dri

Re: [U-Boot] [PATCH] dm: mmc: socfpga: fix MMC_OPS support

2016-10-24 Thread Simon Glass
On 24 October 2016 at 10:24, Sylvain Lesne wrote: > > Now that CONFIG_BLK and CONFIG_MMC_OPS are enabled by default with > CONFIG_DM_MMC, the DWMMC driver on the socfpga platform fails at > runtime. > > This adds the missing fields in the driver declaration. > > Signed-off-by: Sylvain Lesne > ---

Re: [U-Boot] [PATCH] dm: mmc: socfpga: fix MMC_OPS support

2016-10-24 Thread Marek Vasut
On 10/24/2016 06:24 PM, Sylvain Lesne wrote: > Now that CONFIG_BLK and CONFIG_MMC_OPS are enabled by default with > CONFIG_DM_MMC, the DWMMC driver on the socfpga platform fails at > runtime. > > This adds the missing fields in the driver declaration. > > Signed-off-by: Sylvain Lesne > --- Nice

[U-Boot] [PATCH] dm: mmc: socfpga: fix MMC_OPS support

2016-10-24 Thread Sylvain Lesne
Now that CONFIG_BLK and CONFIG_MMC_OPS are enabled by default with CONFIG_DM_MMC, the DWMMC driver on the socfpga platform fails at runtime. This adds the missing fields in the driver declaration. Signed-off-by: Sylvain Lesne --- Hi, I might be missing something, but with the latest master, on