Re: [PATCH v1 1/2] dt-bindings: mmc: sdhci-fujitsu.txt: add miilbeaut driver

2019-04-01 Thread orito.takao
Hi > On Tue, Mar 26, 2019 at 02:53:37PM +0900, Takao Orito wrote: > > Add new compatible description for Milbeaut SoC. Socionext > > inherits F_SDH30 IP from Fujitsu. Then new Soc series "Milbeaut" > > has F_SDH30 controller specified by "socionext,milbeaut-m10v-sdhci-3.0". > > Subject is wrong,

Re: [PATCH v3 0/2] mmc: sdhci-milbeaut: add Milbeaut SD driver

2019-09-30 Thread orito.takao
Hello Does anyone have any comments on this ? > The following patches add driver for SD Host controller on > Socionext's Milbeaut M10V platforms. > > SD Host controller on Milbeaut consists of two controller parts. > One is core controller F_SDH30, this is similar to sdhci-fujitsu > controller.

Re: [PATCH v3 0/2] mmc: sdhci-milbeaut: add Milbeaut SD driver

2019-10-06 Thread orito.takao
Thanks for checking and pushing my patch ! Orito > On Tue, 10 Sep 2019 at 03:39, Takao Orito wrote: > > > > The following patches add driver for SD Host controller on > > Socionext's Milbeaut M10V platforms. > > > > SD Host controller on Milbeaut consists of two controller parts. > > One is cor

Re: [PATCH 1/2] dt-bindings: mmc: add DT bindings for Milbeaut SD controller

2019-05-07 Thread orito.takao
Thank you for reviewing my patches. Sorry for my late reply. Japan was in Spring Vacation. > On Fri, 26 Apr 2019 at 04:04, Takao Orito wrote: > > > > Signed-off-by: Takao Orito > > --- > > .../devicetree/bindings/mmc/sdhci-milbeaut.txt | 35 > > ++ > > 1 file changed,

Re: [PATCH 2/2] mmc: sdhci-milbeaut: add Milbeaut SD controller driver

2019-05-07 Thread orito.takao
Thank you for reviewing my patches. > [...] > > > + > > +static void sdhci_milbeaut_power_off(struct sdhci_host *host) > > +{ > > + struct f_sdhost_priv *priv = sdhci_priv(host); > > + > > + gpiod_set_value(priv->power_gpio, 0); > > + udelay(1000); > > +} > > + > > +static void

Re: [PATCH 1/2] dt-bindings: mmc: add DT bindings for Milbeaut SD controller

2019-05-07 Thread orito.takao
Thank you for reviewing my patches. Sorry for my late reply. Japan was in Spring Vacation. > On Fri, Apr 26, 2019 at 11:06:32AM +0900, Takao Orito wrote: > > Needs a commit msg. I see. I will add message. > > > Signed-off-by: Takao Orito > > --- > > .../devicetree/bindings/mmc/sdhci-milbeaut

Re: [PATCH v2 1/2] dt-bindings: mmc: add DT bindings for Milbeaut SD controller

2019-06-23 Thread orito.takao
Hello Does anyone have any comments on this ? > Add the device-tree binding documentation for Milbeaut SDHCI driver. > > Signed-off-by: Takao Orito > --- > .../devicetree/bindings/mmc/sdhci-milbeaut.txt | 32 > ++ > 1 file changed, 32 insertions(+) > create mode 1006

Re: [PATCH v2 1/2] dt-bindings: mmc: add DT bindings for Milbeaut SD controller

2019-07-10 Thread orito.takao
Thanks for checking my patch. > On Thu, May 30, 2019 at 06:22:11PM +0900, Takao Orito wrote: > > Add the device-tree binding documentation for Milbeaut SDHCI driver. > > > > Signed-off-by: Takao Orito > > --- > > .../devicetree/bindings/mmc/sdhci-milbeaut.txt | 32 > >

Re: [Milbeaut PATCH v0.4 0/2] mmc: sdhci_f_sdh30: Add support for Milbeaut

2019-03-25 Thread orito.takao
Hi All I'm sorry, I had mistaken the Subject format of my patch series. I will send new patches with right format. Please ignore this series. Orito > The following patches add driver support for SD Host controller on > Socionext's Milbeaut M10V platforms. > > SD Host controller on Milbeaut is

Re: [PATCH v2 2/2] mmc: sdhci-milbeaut: add Milbeaut SD controller driver

2019-06-05 Thread orito.takao
Hi > On 3/06/19 4:48 PM, Ulf Hansson wrote: > > + Adrian > > > > On Thu, 30 May 2019 at 11:20, Takao Orito wrote: > >> > >> SD Host controller on Milbeaut consists of two controller parts. > >> One is core controller F_SDH30, this is similar to sdhci-fujitsu > >> controller. > >> Another is bri

Re: [Milbeaut PATCH v0.4 2/2] mmc: sdhci_f_sdh30: Add support for Milbeaut M10V host controller

2019-04-12 Thread orito.takao
Hi Thank you for you comment. > On Tue, 26 Mar 2019 at 05:56, Takao Orito wrote: > > > > SD Host controller on Milbeaut is consist of two controller parts. > > One is core controller F_SDH30, this is similar to sdhci-fujitsu > > controller. > > Another is bridge controller. > > This bridge cont