Re: [PATCH 1/3] arm: socfpga: Set the SDMMC clock phase in system manager

2013-09-25 Thread Dinh Nguyen
Hi Chris, On Sep 25, 2013, at 8:50 PM, Chris Ball wrote: > Hi Dinh, > > On Sat, Sep 14 2013, Pavel Machek wrote: >>> From: Dinh Nguyen >>> >>> Add functionality in the System Manager to set the SDR settings for the >>> SD/MMC IP. >>> >>> Signed-off-by: Dinh Nguyen >>> Cc: Pavel Machek >> >

Re: [PATCH 1/3] arm: socfpga: Set the SDMMC clock phase in system manager

2013-09-25 Thread Chris Ball
Hi Dinh, On Sat, Sep 14 2013, Pavel Machek wrote: >> From: Dinh Nguyen >> >> Add functionality in the System Manager to set the SDR settings for the >> SD/MMC IP. >> >> Signed-off-by: Dinh Nguyen >> Cc: Pavel Machek > >> +void socfpga_sysmgr_set_dwmmc_drvsel_smpsel(void) >> +{ >> +struct

Re: [PATCH 1/3] arm: socfpga: Set the SDMMC clock phase in system manager

2013-09-14 Thread Pavel Machek
Hi! > From: Dinh Nguyen > > Add functionality in the System Manager to set the SDR settings for the > SD/MMC IP. > > Signed-off-by: Dinh Nguyen > Cc: Pavel Machek > +void socfpga_sysmgr_set_dwmmc_drvsel_smpsel(void) > +{ > + struct device_node *np; > + u32 timing[2]; > + u32 hs_t

[PATCH 1/3] arm: socfpga: Set the SDMMC clock phase in system manager

2013-09-09 Thread dinguyen
From: Dinh Nguyen Add functionality in the System Manager to set the SDR settings for the SD/MMC IP. Signed-off-by: Dinh Nguyen Cc: Pavel Machek CC: Arnd Bergmann CC: Olof Johansson Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: Chris Ball Cc: J