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: <20190823063928.6153-1-vadivel.muruganx.ramuthevar@linux.intel.com>
Date:   Fri, 23 Aug 2019 14:39:27 +0800
From:   "Ramuthevar,Vadivel MuruganX" 
        <vadivel.muruganx.ramuthevar@...ux.intel.com>
To:     kishon@...com
Cc:     linux-kernel@...r.kernel.org, andriy.shevchenko@...el.com,
        cheol.yong.kim@...el.com, qi-ming.wu@...el.com,
        peter.harliman.liem@...el.com,
        vadivel.muruganx.ramuthevar@...ux.intel.com
Subject: [PATCH v5 0/1] phy: intel-lgm-emmc: Add support for eMMC PHY

Add support for eMMC PHY on Intel's Lightning Mountain SoC.

 changes in v5:
  - many thanks to Andy's for giving me many hints regarding code optimization!	
  - added Andy's Reviewed-by to the emm-phy patch
  - replace magic.no '1' -> macro

 chnages in v4:
  - As per Andy's review comments,the following update
  - add license_tag, macro, blank_line, error_check and grouping

 changes in v3:
  - As per Andy's review comments macro optimization,aligned
    function call in proper order and udelay added.

 changes in v2:
  - optimize IS_CALDONE() and IS_DLLRDY() macro
  - remove unneccessary comment
  - remove redundant assignment
  - add return the error ptr

Ramuthevar Vadivel Murugan (1):
  phy: intel-lgm-emmc: Add support for eMMC PHY

 drivers/phy/Kconfig                |   1 +
 drivers/phy/Makefile               |   1 +
 drivers/phy/intel/Kconfig          |   9 ++
 drivers/phy/intel/Makefile         |   2 +
 drivers/phy/intel/phy-intel-emmc.c | 282 +++++++++++++++++++++++++++++++++++++
 5 files changed, 295 insertions(+)
 create mode 100644 drivers/phy/intel/Kconfig
 create mode 100644 drivers/phy/intel/Makefile
 create mode 100644 drivers/phy/intel/phy-intel-emmc.c

-- 
2.11.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ