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-next>] [day] [month] [year] [list]
Message-ID: <20181004111451.9539-1-faiz_abbas@ti.com>
Date:   Thu, 4 Oct 2018 16:44:45 +0530
From:   Faiz Abbas <faiz_abbas@...com>
To:     <linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>,
        <linux-mmc@...r.kernel.org>
CC:     <kishon@...com>, <faiz_abbas@...com>, <ulf.hansson@...aro.org>,
        <robh+dt@...nel.org>, <catalin.marinas@....com>,
        <adrian.hunter@...el.com>
Subject: [PATCH 0/6] Add Support for MMC/SD in TI's AM65x SOCs

The following patches add driver support for MMC/SD in TI's
AM65x SOCs. There are two controller instances. Both are compatible
with eMMC5.1 Host Controller Standard Specification and SD Host
Controller Standard Specification 4.10.

DT Support patches will be posted separately.

Faiz Abbas (6):
  dt-bindings: phy: am654-mmc-phy: Document new phy bindings
  phy: am654-mmc-phy: Add Support for MMC PHY on AM654 Devices
  dt-bindings: mmc: sdhci-of-arasan: Add new compatible for AM654 MMC
    PHY
  mmc: sdhci-of-arasan: Add a single data structure to incorporate pdata
    and soc_ctl_map
  mmc: sdhci-of-arasan: Add Support for AM654 MMC and PHY
  arm64: defconfig: Enable MMC PHY for AM65xx

 .../devicetree/bindings/mmc/arasan,sdhci.txt  |   1 +
 .../devicetree/bindings/phy/am654-mmc-phy.txt |  42 +++
 arch/arm64/configs/defconfig                  |   1 +
 drivers/mmc/host/sdhci-of-arasan.c            |  93 +++++-
 drivers/phy/ti/Kconfig                        |   7 +
 drivers/phy/ti/Makefile                       |   1 +
 drivers/phy/ti/phy-am654-mmc.c                | 291 ++++++++++++++++++
 7 files changed, 421 insertions(+), 15 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/phy/am654-mmc-phy.txt
 create mode 100644 drivers/phy/ti/phy-am654-mmc.c

-- 
2.18.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ