Re: [PATCH v4 3/5] mmc: davinci_mmc: add DT support

2013-03-05 Thread Sekhar Nori
On 3/5/2013 4:54 PM, Manjunathappa, Prakash wrote: >>> + pdata = devm_kzalloc(&pdev->dev, sizeof(*pdata), GFP_KERNEL); >>> + if (!pdata) { >>> + dev_err(&pdev->dev, "Failed to allocate memory for struct >>> davinci_mmc_config\n"); >>> + goto nodata; >> >> devm_kzalloc() re

RE: [PATCH v4 3/5] mmc: davinci_mmc: add DT support

2013-03-05 Thread Manjunathappa, Prakash
Hi Sekhar, On Wed, Feb 27, 2013 at 17:13:43, Nori, Sekhar wrote: > On 2/15/2013 11:52 AM, Manjunathappa, Prakash wrote: > > Adds device tree support for davinci_mmc. Also add binding documentation. > > As of now in non-dma PIO mode and without GPIO card_detect/write_protect > > option because of d

Re: [PATCH v4 3/5] mmc: davinci_mmc: add DT support

2013-02-27 Thread Sekhar Nori
On 2/15/2013 11:52 AM, Manjunathappa, Prakash wrote: > Adds device tree support for davinci_mmc. Also add binding documentation. > As of now in non-dma PIO mode and without GPIO card_detect/write_protect > option because of dependencies on EDMA and GPIO module DT support. > > Signed-off-by: Manjun