lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 7 Oct 2019 02:32:44 +0000
From:   <orito.takao@...ionext.com>
To:     <ulf.hansson@...aro.org>
CC:     <robh+dt@...nel.org>, <mark.rutland@....com>,
        <adrian.hunter@...el.com>, <linux-mmc@...r.kernel.org>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <masami.hiramatsu@...aro.org>, <jaswinder.singh@...aro.org>,
        <sugaya.taichi@...ionext.com>, <kasai.kazuhiro@...ionext.com>,
        <kanematsu.shinji@...ionext.com>
Subject: Re: [PATCH v3 0/2] mmc: sdhci-milbeaut: add Milbeaut SD driver


Thanks for checking and pushing my patch !

Orito

> On Tue, 10 Sep 2019 at 03:39, Takao Orito <orito.takao@...ionext.com> 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 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: add DT bindings for Milbeaut SD controller
> >   mmc: sdhci-milbeaut: add Milbeaut SD controller driver
> >
> >  .../devicetree/bindings/mmc/sdhci-milbeaut.txt     |  30 ++
> >  drivers/mmc/host/Kconfig                           |  11 +
> >  drivers/mmc/host/Makefile                          |   1 +
> >  drivers/mmc/host/sdhci-milbeaut.c                  | 362 +++++++++++++++++++++
> >  drivers/mmc/host/sdhci_f_sdh30.c                   |  26 +-
> >  drivers/mmc/host/sdhci_f_sdh30.h                   |  32 ++
> >  6 files changed, 437 insertions(+), 25 deletions(-)
> >  create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-milbeaut.txt
> >  create mode 100644 drivers/mmc/host/sdhci-milbeaut.c
> >  create mode 100644 drivers/mmc/host/sdhci_f_sdh30.h
> >
> > --
> > 1.9.1
> >
> >
> 
> Applied for next, thanks!
> 
> Kind regards
> Uffe

-----------------------------------------------------------------
Takao Orito
Socionext Inc.
E-mail:orito.takao@...ionext.com
Tel:+81-80-9815-1460
-----------------------------------------------------------------

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ