Re: [PATCH v4] dw_mmc: Add Synopsys DesignWare mmc host driver.

2011-02-08 Thread Jaehoon Chung
Hi Will I'm probing dw_mmc on Samsung SoC... So i have some board specific data.. But i didn't want to add board specific data in dw_mmc.c I want to use get_cd()/get_wd()/init()...So i asked to you..:) If i need not the data information, i will not append them.. you're right, maybe struct

Re: [PATCH v4] dw_mmc: Add Synopsys DesignWare mmc host driver.

2011-02-08 Thread Will Newton
On Tue, Feb 8, 2011 at 10:49 AM, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Will I'm probing dw_mmc on Samsung SoC... So i have some board specific data.. But i didn't want to add board specific data in dw_mmc.c I want to use get_cd()/get_wd()/init()...So i asked to you..:) It may be

Re: [PATCH v4] dw_mmc: Add Synopsys DesignWare mmc host driver.

2011-01-18 Thread Will Newton
On Tue, Jan 18, 2011 at 7:54 AM, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Will. I have some question...i'm testing dw_mmc in our environment. but i didn't understand pdata-init(?)...what initialize in there? In most of our platforms init is empty so I guess it would be fine to change

Re: [PATCH v4] dw_mmc: Add Synopsys DesignWare mmc host driver.

2011-01-17 Thread Jaehoon Chung
Hi Will. I have some question...i'm testing dw_mmc in our environment. but i didn't understand pdata-init(?)...what initialize in there? plz let me know that.. Thanks Jaehoon Chung Will Newton wrote: + host-pdev = pdev; + host-pdata = pdata = pdev-dev.platform_data; + if

Re: [PATCH v4] dw_mmc: Add Synopsys DesignWare mmc host driver.

2011-01-01 Thread Chris Ball
Hi Will, On Thu, Dec 16, 2010 at 05:04:36PM +, Will Newton wrote: This adds the mmc host driver for the Synopsys DesignWare mmc host controller, found in a number of embedded SoC designs. Signed-off-by: Will Newton will.new...@imgtec.com Thanks, I've pushed this to mmc-next for .38 now