linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Milbeaut PATCH v0.4 0/2] mmc: sdhci_f_sdh30: Add support for Milbeaut
@ 2019-03-26  4:58 Takao Orito
  2019-03-26  5:41 ` orito.takao
  0 siblings, 1 reply; 2+ messages in thread
From: Takao Orito @ 2019-03-26  4:58 UTC (permalink / raw)
  To: ulf.hansson, robh+dt, mark.rutland
  Cc: linux-mmc, devicetree, linux-kernel, masami.hiramatsu,
	jaswinder.singh, sugaya.taichi, kasai.kazuhiro, kanematsu.shinji,
	orito.takao

The following patches add driver support for SD Host controller on
Socionext's Milbeaut M10V platforms.

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.

It has the several parts,
 - reset control
 - clock enable / select for SDR50/25/12
 - hold control of DATA/CMD line
 - select characteristics for WP/CD/LED line
 - Re-tuning control for mode3
 - Capability setting
   Timeout Clock / Base Clock / Timer Count for Re-Tuning /
   Debounce period
These requires special procedures at reset or clock enable/change or
 further tuning of clock.

Takao Orito (2):
  dt-bindings: mmc: sdhci-fujitsu.txt: add miilbeaut driver
  mmc: sdhci_f_sdh30: Add support for Milbeaut M10V host controller

 .../devicetree/bindings/mmc/sdhci-fujitsu.txt      |  22 +-
 drivers/mmc/host/sdhci_f_sdh30.c                   | 324 +++++++++++++++++++--
 2 files changed, 315 insertions(+), 31 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Milbeaut PATCH v0.4 0/2] mmc: sdhci_f_sdh30: Add support for Milbeaut
  2019-03-26  4:58 [Milbeaut PATCH v0.4 0/2] mmc: sdhci_f_sdh30: Add support for Milbeaut Takao Orito
@ 2019-03-26  5:41 ` orito.takao
  0 siblings, 0 replies; 2+ messages in thread
From: orito.takao @ 2019-03-26  5:41 UTC (permalink / raw)
  To: ulf.hansson, robh+dt, mark.rutland
  Cc: linux-mmc, devicetree, linux-kernel, masami.hiramatsu,
	jaswinder.singh, sugaya.taichi, kasai.kazuhiro, kanematsu.shinji,
	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 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.
> 
> It has the several parts,
>  - reset control
>  - clock enable / select for SDR50/25/12
>  - hold control of DATA/CMD line
>  - select characteristics for WP/CD/LED line
>  - Re-tuning control for mode3
>  - Capability setting
>    Timeout Clock / Base Clock / Timer Count for Re-Tuning /
>    Debounce period
> These requires special procedures at reset or clock enable/change or
>  further tuning of clock.
> 
> Takao Orito (2):
>   dt-bindings: mmc: sdhci-fujitsu.txt: add miilbeaut driver
>   mmc: sdhci_f_sdh30: Add support for Milbeaut M10V host controller
> 
>  .../devicetree/bindings/mmc/sdhci-fujitsu.txt      |  22 +-
>  drivers/mmc/host/sdhci_f_sdh30.c                   | 324 +++++++++++++++++++--
>  2 files changed, 315 insertions(+), 31 deletions(-)
> 
> -- 
> 1.9.1
> 

-- 
Takao Orito <orito.takao@socionext.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-26  5:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-26  4:58 [Milbeaut PATCH v0.4 0/2] mmc: sdhci_f_sdh30: Add support for Milbeaut Takao Orito
2019-03-26  5:41 ` orito.takao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).