Re: [PATCH 0/4] mmc: tmio/SDHI fixup patches

2013-12-12 Thread Kuninori Morimoto
Hi Chris, Simon Now, our new board would like to use sh_mobile_sdhi driver, then, it is expecting sh_mobile_sdhi use regulator. But, this regulator is based on GPIO driver, and GPIO driver probe timing is after sh_mobile_sdhi. So, sh_mobile_sdhi (= tmio_mmc_pio) use default ocr_avail,

Re: [PATCH 0/4] mmc: tmio/SDHI fixup patches

2013-12-12 Thread Simon Horman
On Thu, Dec 12, 2013 at 12:26:42AM -0800, Kuninori Morimoto wrote: Hi Chris, Simon Now, our new board would like to use sh_mobile_sdhi driver, then, it is expecting sh_mobile_sdhi use regulator. But, this regulator is based on GPIO driver, and GPIO driver probe timing is after

Re: [PATCH 0/4] mmc: tmio/SDHI fixup patches

2013-12-11 Thread Chris Ball
Hi Kuninori, On Wed, Nov 20 2013, Kuninori Morimoto wrote: Hi Chris Now, our new board would like to use sh_mobile_sdhi driver, then, it is expecting sh_mobile_sdhi use regulator. But, this regulator is based on GPIO driver, and GPIO driver probe timing is after sh_mobile_sdhi. So,

Re: [PATCH 0/4] mmc: tmio/SDHI fixup patches

2013-12-09 Thread Kuninori Morimoto
Hi Chris ping ? Now, our new board would like to use sh_mobile_sdhi driver, then, it is expecting sh_mobile_sdhi use regulator. But, this regulator is based on GPIO driver, and GPIO driver probe timing is after sh_mobile_sdhi. So, sh_mobile_sdhi (= tmio_mmc_pio) use default ocr_avail, and

Re: [PATCH 0/4] mmc: tmio/SDHI fixup patches

2013-11-28 Thread Kuninori Morimoto
Hi Chris I would like to know current status of these patches Now, our new board would like to use sh_mobile_sdhi driver, then, it is expecting sh_mobile_sdhi use regulator. But, this regulator is based on GPIO driver, and GPIO driver probe timing is after sh_mobile_sdhi. So, sh_mobile_sdhi

[PATCH 0/4] mmc: tmio/SDHI fixup patches

2013-11-20 Thread Kuninori Morimoto
Hi Chris Now, our new board would like to use sh_mobile_sdhi driver, then, it is expecting sh_mobile_sdhi use regulator. But, this regulator is based on GPIO driver, and GPIO driver probe timing is after sh_mobile_sdhi. So, sh_mobile_sdhi (= tmio_mmc_pio) use default ocr_avail, and it doesn't