Re: [PATCH 0/5][RESENT]mmc: sh_mobile_sdhi: DT update for R-Car

2014-02-22 Thread Chris Ball
Hi Morimoto-san, On Fri, Feb 21 2014, Kuninori Morimoto wrote: > These are re-sent patches for R-Car, since there were no response. > Basically, these clarifies chip dependent settings > inside driver. > These are based on mmc/mmc-next branch > (7536d3f83aa42ba1a3b1c6b30c2b6d94a820cbb2) Thanks, I

[PATCH 0/5][RESENT]mmc: sh_mobile_sdhi: DT update for R-Car

2014-02-20 Thread Kuninori Morimoto
Hi Chris These are re-sent patches for R-Car, since there were no response. Basically, these clarifies chip dependent settings inside driver. These are based on mmc/mmc-next branch (7536d3f83aa42ba1a3b1c6b30c2b6d94a820cbb2) Kuninori Morimoto (5): mmc: SDHI: tidyup sh_mobile_sdhi_of_match p

Re: mmc: sh_mobile_sdhi: DT update for R-Car

2014-02-12 Thread Simon Horman
On Wed, Feb 12, 2014 at 06:47:35PM +0900, Simon Horman wrote: > On Thu, Jan 30, 2014 at 09:30:20PM -0800, Kuninori Morimoto wrote: > > Hi Chris, Simon > > > > These are v2 of updates code for R-Car. > > I separated v1 patches into for mmc, and for SH-ARM. > > This is "mmc" part patches. > > > > K

Re: mmc: sh_mobile_sdhi: DT update for R-Car

2014-02-12 Thread Simon Horman
On Thu, Jan 30, 2014 at 09:30:20PM -0800, Kuninori Morimoto wrote: > Hi Chris, Simon > > These are v2 of updates code for R-Car. > I separated v1 patches into for mmc, and for SH-ARM. > This is "mmc" part patches. > > Kuninori Morimoto (4): > mmc: SDHI: tidyup sh_mobile_sdhi_of_match positi

Re: mmc: sh_mobile_sdhi: DT update for R-Car

2014-02-02 Thread Simon Horman
On Thu, Jan 30, 2014 at 09:30:20PM -0800, Kuninori Morimoto wrote: > Hi Chris, Simon > > These are v2 of updates code for R-Car. > I separated v1 patches into for mmc, and for SH-ARM. > This is "mmc" part patches. > > Kuninori Morimoto (4): > mmc: SDHI: tidyup sh_mobile_sdhi_of_match positi

Re: mmc: sh_mobile_sdhi: DT update for R-Car

2014-02-02 Thread Simon Horman
On Thu, Jan 30, 2014 at 09:36:06PM -0800, Kuninori Morimoto wrote: > Hi Simon > > These are v2 of updates code for R-Car. > I separated v1 patches into for mmc, and for SH-ARM. > This is "SH-ARM" part patches. > > These need my previous mmc part patches. Thanks Morimoto-san, could you please re

Re: mmc: sh_mobile_sdhi: DT update for R-Car

2014-01-30 Thread Kuninori Morimoto
Hi Simon These are v2 of updates code for R-Car. I separated v1 patches into for mmc, and for SH-ARM. This is "SH-ARM" part patches. These need my previous mmc part patches. Kuninori Morimoto (3): ARM: shmobile: r8a7778: removed unnecessary mmc option ARM: shmobile: r8a7779: removed

Re: mmc: sh_mobile_sdhi: DT update for R-Car

2014-01-30 Thread Kuninori Morimoto
Hi Chris, Simon These are v2 of updates code for R-Car. I separated v1 patches into for mmc, and for SH-ARM. This is "mmc" part patches. Kuninori Morimoto (4): mmc: SDHI: tidyup sh_mobile_sdhi_of_match position mmc: SDHI: update sh_mobile_sdhi_of_data for r8a7778 mmc: SDHI: upda

Re: mmc: sh_mobile_sdhi: DT update for R-Car

2014-01-30 Thread Simon Horman
On Wed, Jan 29, 2014 at 11:08:00PM -0800, Kuninori Morimoto wrote: > > Hi Simon, Chris > > > Previously I was somewhat ambivalent to this but experience has shown me > > that taking shmobile patches through my tree is best. The reason is that it > > reduces (eliminates?) merge conflicts. Conflict

Re: mmc: sh_mobile_sdhi: DT update for R-Car

2014-01-29 Thread Kuninori Morimoto
Hi Simon, Chris > Previously I was somewhat ambivalent to this but experience has shown me > that taking shmobile patches through my tree is best. The reason is that it > reduces (eliminates?) merge conflicts. Conflicts that have to be resolved by > third parties, such as Linus. And we want to ma

Re: mmc: sh_mobile_sdhi: DT update for R-Car

2014-01-29 Thread Simon Horman
On Wed, Jan 29, 2014 at 09:38:02PM -0800, Kuninori Morimoto wrote: > > Hi Chris, Simon > > > These patches updates code for R-Car. > > Basically, these clarifies chip dependent settings > > inside driver, and, removed unneeded settings from dtsi file. > > These are based on latest linus/master br

Re: mmc: sh_mobile_sdhi: DT update for R-Car

2014-01-29 Thread Kuninori Morimoto
Hi Chris, Simon > These patches updates code for R-Car. > Basically, these clarifies chip dependent settings > inside driver, and, removed unneeded settings from dtsi file. > These are based on latest linus/master branch > (ba635f8cd20ebc7bddf1eb8e1f4eae28a034e916) > > Kuninori Morimoto (4): >

Re: mmc: sh_mobile_sdhi: DT update for R-Car

2014-01-28 Thread Kuninori Morimoto
Hi Sergei, Chris Thank you for your review > > Kuninori Morimoto (4): > >mmc: SDHI: tidyup sh_mobile_sdhi_of_match position > >mmc: SDHI: updata sh_mobile_sdhi_of_data for r8a7778 > >mmc: SDHI: updata sh_mobile_sdhi_of_data for r8a7779 > >mmc: SDHI: updata sh_mobi

Re: mmc: sh_mobile_sdhi: DT update for R-Car

2014-01-28 Thread Sergei Shtylyov
Hello. On 01/28/2014 07:44 AM, Kuninori Morimoto wrote: Hi Chris These patches updates code for R-Car. Basically, these clarifies chip dependent settings inside driver, and, removed unneeded settings from dtsi file. These are based on latest linus/master branch (ba635f8cd20ebc7bddf1eb8e1f4ea

mmc: sh_mobile_sdhi: DT update for R-Car

2014-01-27 Thread Kuninori Morimoto
Hi Chris These patches updates code for R-Car. Basically, these clarifies chip dependent settings inside driver, and, removed unneeded settings from dtsi file. These are based on latest linus/master branch (ba635f8cd20ebc7bddf1eb8e1f4eae28a034e916) Kuninori Morimoto (4): mmc: SDHI: tidyup