lkml.org 
[lkml]   [2019]   [Aug]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v5 0/1] phy: intel-lgm-emmc: Add support for eMMC PHY
Date
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

\
 
 \ /
  Last update: 2019-08-23 08:40    [W:0.035 / U:0.280 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site