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 2/2] mmc: sdhci-milbeaut: add Milbeaut SD controller driver

2019-04-29 Thread Ulf Hansson
[...] > + > +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 sdhci_milbeaut_power_on(struct sdhci_host *host) > +{ > +

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

2019-04-25 Thread Takao Orito
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 controller is not compatible with sdhci-fujitsu controller. This is special for Milbeaut series. This has some fu