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

Reply via email to