[PATCH v4 1/2] dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings

2020-06-11 Thread Wan Ahmad Zainie
Binding description for Intel Keem Bay eMMC PHY. Signed-off-by: Wan Ahmad Zainie --- .../bindings/phy/intel,keembay-emmc-phy.yaml | 45 +++ 1 file changed, 45 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/intel,keembay-emmc-phy.yaml diff --git a

[PATCH v4 0/2] phy: intel: Add Keem Bay eMMC PHY support

2020-06-11 Thread Wan Ahmad Zainie
. Changes since v2: - Modify DT example to use single cell for address and size. Changes since v1: - Rework phy-keembay-emmc.c to make it similar to phy-intel-emmc.c. - Use regmap_mmio, and remove reference to intel,syscon. - Use node name phy@ - Update license i.e. use dual license. Wan Ahmad

[PATCH v4 2/2] phy: intel: Add Keem Bay eMMC PHY support

2020-06-11 Thread Wan Ahmad Zainie
Add support for eMMC PHY on Intel Keem Bay SoC. Signed-off-by: Wan Ahmad Zainie --- drivers/phy/intel/Kconfig| 8 + drivers/phy/intel/Makefile | 1 + drivers/phy/intel/phy-keembay-emmc.c | 316 +++ 3 files changed, 325 insertions(+) create mode

[PATCH v2 1/2] dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings

2020-05-25 Thread Wan Ahmad Zainie
Binding description for Intel Keem Bay eMMC PHY. Signed-off-by: Wan Ahmad Zainie --- .../bindings/phy/intel,keembay-emmc-phy.yaml | 45 +++ 1 file changed, 45 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/intel,keembay-emmc-phy.yaml diff --git a

[PATCH v2 0/2] phy: intel: Add Keem Bay eMMC PHY support

2020-05-25 Thread Wan Ahmad Zainie
license. Wan Ahmad Zainie (2): dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings phy: intel: Add Keem Bay eMMC PHY support .../bindings/phy/intel,keembay-emmc-phy.yaml | 45 +++ drivers/phy/intel/Kconfig | 8 + drivers/phy/intel/Makefile| 1

[PATCH v2 2/2] phy: intel: Add Keem Bay eMMC PHY support

2020-05-25 Thread Wan Ahmad Zainie
Add support for eMMC PHY on Intel Keem Bay SoC. Signed-off-by: Wan Ahmad Zainie --- drivers/phy/intel/Kconfig| 8 + drivers/phy/intel/Makefile | 1 + drivers/phy/intel/phy-keembay-emmc.c | 321 +++ 3 files changed, 330 insertions(+) create mode

[PATCH v3 1/2] dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings

2020-06-08 Thread Wan Ahmad Zainie
Binding description for Intel Keem Bay eMMC PHY. Signed-off-by: Wan Ahmad Zainie --- .../bindings/phy/intel,keembay-emmc-phy.yaml | 45 +++ 1 file changed, 45 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/intel,keembay-emmc-phy.yaml diff --git a

[PATCH v3 2/2] phy: intel: Add Keem Bay eMMC PHY support

2020-06-08 Thread Wan Ahmad Zainie
Add support for eMMC PHY on Intel Keem Bay SoC. Signed-off-by: Wan Ahmad Zainie --- drivers/phy/intel/Kconfig| 8 + drivers/phy/intel/Makefile | 1 + drivers/phy/intel/phy-keembay-emmc.c | 321 +++ 3 files changed, 330 insertions(+) create mode

[PATCH v3 0/2] phy: intel: Add Keem Bay eMMC PHY support

2020-06-08 Thread Wan Ahmad Zainie
reference to intel,syscon. - Use node name phy@ - Update license i.e. use dual license. Wan Ahmad Zainie (2): dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings phy: intel: Add Keem Bay eMMC PHY support .../bindings/phy/intel,keembay-emmc-phy.yaml | 45 +++ drivers/phy/intel/Kconfig

[PATCH v8 3/3] phy: intel: Add Keem Bay eMMC PHY support

2020-08-31 Thread Wan Ahmad Zainie
Add support for eMMC PHY on Intel Keem Bay SoC. Signed-off-by: Wan Ahmad Zainie Reviewed-by: Andy Shevchenko --- drivers/phy/intel/Kconfig | 12 + drivers/phy/intel/Makefile | 1 + drivers/phy/intel/phy-intel-keembay-emmc.c | 307 + 3

[PATCH v8 0/3] phy: intel: Add Keem Bay eMMC PHY support

2020-08-31 Thread Wan Ahmad Zainie
rence to intel,syscon. - Use node name phy@ - Update license i.e. use dual license. Wan Ahmad Zainie (3): phy: intel: Rename phy-intel to phy-intel-lgm dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings phy: intel: Add Keem Bay eMMC PHY support .../bindings/phy/intel,keembay-emmc-

[PATCH v8 2/3] dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings

2020-08-31 Thread Wan Ahmad Zainie
Binding description for Intel Keem Bay eMMC PHY. Signed-off-by: Wan Ahmad Zainie Reviewed-by: Rob Herring --- .../bindings/phy/intel,keembay-emmc-phy.yaml | 44 +++ 1 file changed, 44 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/intel,keembay-emmc

[PATCH v8 1/3] phy: intel: Rename phy-intel to phy-intel-lgm

2020-08-31 Thread Wan Ahmad Zainie
Rename phy-intel-{combo,emmc}.c to phy-intel-lgm-{combo,emmc}.c to make drivers/phy/intel directory more generic for future use. Signed-off-by: Wan Ahmad Zainie Reviewed-by: Ramuthevar Vadivel Murugan --- drivers/phy/intel/Kconfig | 10 +- drivers/phy/intel

[PATCH v7 2/3] dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings

2020-08-21 Thread Wan Ahmad Zainie
Binding description for Intel Keem Bay eMMC PHY. Signed-off-by: Wan Ahmad Zainie Reviewed-by: Rob Herring --- .../bindings/phy/intel,keembay-emmc-phy.yaml | 44 +++ 1 file changed, 44 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/intel,keembay-emmc

[PATCH v7 3/3] phy: intel: Add Keem Bay eMMC PHY support

2020-08-21 Thread Wan Ahmad Zainie
Add support for eMMC PHY on Intel Keem Bay SoC. Signed-off-by: Wan Ahmad Zainie --- drivers/phy/intel/Kconfig | 12 + drivers/phy/intel/Makefile | 1 + drivers/phy/intel/phy-intel-keembay-emmc.c | 310 + 3 files changed, 323 insertions

[PATCH v7 0/3] phy: intel: Add Keem Bay eMMC PHY support

2020-08-21 Thread Wan Ahmad Zainie
l-emmc.c. - Use regmap_mmio, and remove reference to intel,syscon. - Use node name phy@ - Update license i.e. use dual license. Wan Ahmad Zainie (3): phy: intel: Rename phy-intel to phy-intel-lgm dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings phy: intel: Add Keem Bay eMMC PHY

[PATCH v7 1/3] phy: intel: Rename phy-intel to phy-intel-lgm

2020-08-21 Thread Wan Ahmad Zainie
Rename phy-intel-{combo,emmc}.c to phy-intel-lgm-{combo,emmc}.c to make drivers/phy/intel directory more generic for future use. Signed-off-by: Wan Ahmad Zainie --- drivers/phy/intel/Kconfig | 10 +- drivers/phy/intel/Makefile

[PATCH v3 1/2] dt-bindings: phy: Add Intel Keem Bay USB PHY bindings

2020-11-12 Thread Wan Ahmad Zainie
Binding description for Intel Keem Bay USB PHY. Signed-off-by: Wan Ahmad Zainie Reviewed-by: Rob Herring --- .../bindings/phy/intel,phy-keembay-usb.yaml | 44 +++ 1 file changed, 44 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/intel,phy-keembay

[PATCH v3 0/2] phy: intel: Add Keem Bay USB PHY support

2020-11-12 Thread Wan Ahmad Zainie
variable np and use dev->of_node directly. Changes since v1: - Remove 2 patches that had been merged. - Rebased to v5.10-rc3. - Add Rob's Reviewed-by tag in the first patch. - Use ARCH_KEEMBAY in Kconfig. - Update #include header; remove , and add . - Remove unnecessary comments. Wan Ahmad Z

[PATCH v3 2/2] phy: intel: Add Keem Bay USB PHY support

2020-11-12 Thread Wan Ahmad Zainie
Add support for USB PHY on Intel Keem Bay SoC. Signed-off-by: Wan Ahmad Zainie --- drivers/phy/intel/Kconfig | 12 + drivers/phy/intel/Makefile| 1 + drivers/phy/intel/phy-intel-keembay-usb.c | 300 ++ 3 files changed, 313 insertions

[PATCH v4 0/2] phy: intel: Add Keem Bay USB PHY support

2020-11-16 Thread Wan Ahmad Zainie
hes that had been merged. - Rebased to v5.10-rc3. - Add Rob's Reviewed-by tag in the first patch. - Use ARCH_KEEMBAY in Kconfig. - Update #include header; remove , and add . - Remove unnecessary comments. Wan Ahmad Zainie (2): dt-bindings: phy: Add Intel Keem Bay USB PHY bindings phy: in

[PATCH v4 2/2] phy: intel: Add Keem Bay USB PHY support

2020-11-16 Thread Wan Ahmad Zainie
Add PHY driver for the USB3.1 and USB 2.0 PHYs found on Intel Keem Bay SoC. This driver takes care of enabling the required USB susbsystem (USS) clocks, initializing the PHYs and turning on/off the USB dwc3 core. Signed-off-by: Wan Ahmad Zainie --- drivers/phy/intel/Kconfig

[PATCH v4 1/2] dt-bindings: phy: Add Intel Keem Bay USB PHY bindings

2020-11-16 Thread Wan Ahmad Zainie
Binding description for Intel Keem Bay USB PHY. Signed-off-by: Wan Ahmad Zainie Reviewed-by: Rob Herring --- .../bindings/phy/intel,phy-keembay-usb.yaml | 44 +++ 1 file changed, 44 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/intel,phy-keembay

[PATCH v2 2/2] phy: intel: Add Keem Bay USB PHY support

2020-11-08 Thread Wan Ahmad Zainie
Add support for USB PHY on Intel Keem Bay SoC. Signed-off-by: Wan Ahmad Zainie --- drivers/phy/intel/Kconfig | 12 + drivers/phy/intel/Makefile| 1 + drivers/phy/intel/phy-intel-keembay-usb.c | 288 ++ 3 files changed, 301 insertions

[PATCH v2 0/2] phy: intel: Add Keem Bay USB PHY support

2020-11-08 Thread Wan Ahmad Zainie
8 not seen in mailing lists. Wan Ahmad Zainie (2): dt-bindings: phy: Add Intel Keem Bay USB PHY bindings phy: intel: Add Keem Bay USB PHY support .../bindings/phy/intel,phy-keembay-usb.yaml | 44 +++ drivers/phy/intel/Kconfig | 12 + drivers/phy/intel/Mak

[PATCH v2 1/2] dt-bindings: phy: Add Intel Keem Bay USB PHY bindings

2020-11-08 Thread Wan Ahmad Zainie
Binding description for Intel Keem Bay USB PHY. Signed-off-by: Wan Ahmad Zainie Reviewed-by: Rob Herring --- .../bindings/phy/intel,phy-keembay-usb.yaml | 44 +++ 1 file changed, 44 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/intel,phy-keembay

[PATCH 0/4] phy: intel: Add Keem Bay USB PHY support

2020-09-20 Thread Wan Ahmad Zainie
Hi. Intel Keem Bay USB subsystem incorporates DesignWare USB3.1 controller, an USB3.1 (Gen1/2) PHY and an USB2.0 PHY. It is a Dual Role Device (DRD), operating as either a USB host or a USB device. The patchset is tested on Keem Bay EVM. Thank you. Best regards, Zainie Wan Ahmad Zainie (4

[PATCH 1/4] dt-bindings: phy: Add Intel Keem Bay USB PHY bindings

2020-09-20 Thread Wan Ahmad Zainie
Binding description for Intel Keem Bay USB PHY. Signed-off-by: Wan Ahmad Zainie --- .../bindings/phy/intel,phy-keembay-usb.yaml | 44 +++ 1 file changed, 44 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/intel,phy-keembay-usb.yaml diff --git a

[PATCH 3/4] dt-bindings: usb: Add Intel Keem Bay USB controller bindings

2020-09-20 Thread Wan Ahmad Zainie
Binding description for Intel Keem Bay USB controller. Signed-off-by: Wan Ahmad Zainie --- .../bindings/usb/intel,keembay-dwc3.yaml | 77 +++ 1 file changed, 77 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/intel,keembay-dwc3.yaml diff --git a

[PATCH 2/4] phy: intel: Add Keem Bay USB PHY support

2020-09-20 Thread Wan Ahmad Zainie
Add support for USB PHY on Intel Keem Bay SoC. Signed-off-by: Wan Ahmad Zainie --- drivers/phy/intel/Kconfig | 12 + drivers/phy/intel/Makefile| 1 + drivers/phy/intel/phy-intel-keembay-usb.c | 319 ++ 3 files changed, 332 insertions

[PATCH 4/4] usb: dwc3: of-simple: Add compatible string for Intel Keem Bay platform

2020-09-20 Thread Wan Ahmad Zainie
Add compatible string to use this generic glue layer to support Intel Keem Bay platform's dwc3 controller. Signed-off-by: Wan Ahmad Zainie --- drivers/usb/dwc3/dwc3-of-simple.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/dwc3/dwc3-of-simple.c b/drivers/usb/dwc3/dw

[PATCH v9 0/3] phy: intel: Add Keem Bay eMMC PHY support

2020-09-13 Thread Wan Ahmad Zainie
address and size. Changes since v1: - Rework phy-keembay-emmc.c to make it similar to phy-intel-emmc.c. - Use regmap_mmio, and remove reference to intel,syscon. - Use node name phy@ - Update license i.e. use dual license. *** BLURB HERE *** Wan Ahmad Zainie (3): phy: intel: Rename phy-inte

[PATCH v9 1/3] phy: intel: Rename phy-intel to phy-intel-lgm

2020-09-13 Thread Wan Ahmad Zainie
Rename phy-intel-{combo,emmc}.c to phy-intel-lgm-{combo,emmc}.c to make drivers/phy/intel directory more generic for future use. Signed-off-by: Wan Ahmad Zainie Reviewed-by: Ramuthevar Vadivel Murugan --- drivers/phy/intel/Kconfig | 10 +- drivers/phy

[PATCH v9 2/3] dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings

2020-09-13 Thread Wan Ahmad Zainie
Binding description for Intel Keem Bay eMMC PHY. Signed-off-by: Wan Ahmad Zainie --- .../bindings/phy/intel,lgm-emmc-phy.yaml| 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/phy/intel,lgm-emmc-phy.yaml b

[PATCH v9 3/3] phy: intel: Add Keem Bay eMMC PHY support

2020-09-13 Thread Wan Ahmad Zainie
Add support for eMMC PHY on Intel Keem Bay SoC. Signed-off-by: Wan Ahmad Zainie Reviewed-by: Andy Shevchenko --- drivers/phy/intel/Kconfig | 12 + drivers/phy/intel/Makefile | 1 + drivers/phy/intel/phy-intel-keembay-emmc.c | 307 + 3

[PATCH v6 0/2] phy: intel: Add Keem Bay eMMC PHY support

2020-07-01 Thread Wan Ahmad Zainie
name phy@ - Update license i.e. use dual license. Wan Ahmad Zainie (2): dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings phy: intel: Add Keem Bay eMMC PHY support .../bindings/phy/intel,keembay-emmc-phy.yaml | 44 +++ drivers/phy/intel/Kconfig | 12 + drivers/p

[PATCH v6 1/2] dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings

2020-07-01 Thread Wan Ahmad Zainie
Binding description for Intel Keem Bay eMMC PHY. Signed-off-by: Wan Ahmad Zainie --- .../bindings/phy/intel,keembay-emmc-phy.yaml | 44 +++ 1 file changed, 44 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/intel,keembay-emmc-phy.yaml diff --git a

[PATCH v6 2/2] phy: intel: Add Keem Bay eMMC PHY support

2020-07-01 Thread Wan Ahmad Zainie
Add support for eMMC PHY on Intel Keem Bay SoC. Signed-off-by: Wan Ahmad Zainie --- drivers/phy/intel/Kconfig| 12 + drivers/phy/intel/Makefile | 1 + drivers/phy/intel/phy-keembay-emmc.c | 314 +++ 3 files changed, 327 insertions(+) create mode

[PATCH v5 0/2] phy: intel: Add Keem Bay eMMC PHY support

2020-06-16 Thread Wan Ahmad Zainie
mmc.c to make it similar to phy-intel-emmc.c. - Use regmap_mmio, and remove reference to intel,syscon. - Use node name phy@ - Update license i.e. use dual license. Wan Ahmad Zainie (2): dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings phy: intel: Add Keem Bay eMMC PHY support .../

[PATCH v5 1/2] dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings

2020-06-16 Thread Wan Ahmad Zainie
Binding description for Intel Keem Bay eMMC PHY. Signed-off-by: Wan Ahmad Zainie --- .../bindings/phy/intel,keembay-emmc-phy.yaml | 45 +++ 1 file changed, 45 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/intel,keembay-emmc-phy.yaml diff --git a

[PATCH v5 2/2] phy: intel: Add Keem Bay eMMC PHY support

2020-06-16 Thread Wan Ahmad Zainie
Add support for eMMC PHY on Intel Keem Bay SoC. Signed-off-by: Wan Ahmad Zainie --- drivers/phy/intel/Kconfig| 12 + drivers/phy/intel/Makefile | 1 + drivers/phy/intel/phy-keembay-emmc.c | 316 +++ 3 files changed, 329 insertions(+) create mode

[RESEND v5 1/2] dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings

2020-06-16 Thread Wan Ahmad Zainie
Binding description for Intel Keem Bay eMMC PHY. Signed-off-by: Wan Ahmad Zainie --- .../bindings/phy/intel,keembay-emmc-phy.yaml | 44 +++ 1 file changed, 44 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/intel,keembay-emmc-phy.yaml diff --git a

[RESEND v5 2/2] phy: intel: Add Keem Bay eMMC PHY support

2020-06-16 Thread Wan Ahmad Zainie
Add support for eMMC PHY on Intel Keem Bay SoC. Signed-off-by: Wan Ahmad Zainie --- drivers/phy/intel/Kconfig| 12 + drivers/phy/intel/Makefile | 1 + drivers/phy/intel/phy-keembay-emmc.c | 316 +++ 3 files changed, 329 insertions(+) create mode

[RESEND v5 0/2] phy: intel: Add Keem Bay eMMC PHY support

2020-06-16 Thread Wan Ahmad Zainie
ample to use single cell for address and size. Changes since v1: - Rework phy-keembay-emmc.c to make it similar to phy-intel-emmc.c. - Use regmap_mmio, and remove reference to intel,syscon. - Use node name phy@ - Update license i.e. use dual license. Wan Ahmad Zainie (2): dt-bindings: ph

RE: [PATCH v4 0/2] phy: intel: Add Keem Bay USB PHY support

2020-11-30 Thread Wan Mohamad, Wan Ahmad Zainie
Thanks Vinod. > -Original Message- > From: Vinod Koul > Sent: Monday, November 30, 2020 6:02 PM > To: Wan Mohamad, Wan Ahmad Zainie > > Cc: kis...@ti.com; robh...@kernel.org; linux-kernel@vger.kernel.org; > devicet...@vger.kernel.org; andriy.shevche...@l

RE: [PATCH v5 19/19] dt-bindings: usb: intel,keembay-dwc3: Validate DWC3 sub-node

2020-12-06 Thread Wan Mohamad, Wan Ahmad Zainie
Hi Serge. > -Original Message- > From: Serge Semin > Sent: Saturday, December 5, 2020 11:24 PM > To: Nyman, Mathias ; Felipe Balbi > ; Krzysztof Kozlowski ; Greg Kroah- > Hartman ; Rob Herring > ; Chunfeng Yun ; > Wan Mohamad, Wan Ahmad Zainie > >

RE: [PATCH 1/2] dt-bindings: phy: intel: Add documentation for Keem Bay eMMC PHY

2020-04-28 Thread Wan Mohamad, Wan Ahmad Zainie
> -Original Message- > From: Rob Herring > Sent: Tuesday, March 31, 2020 4:23 AM > To: Wan Mohamad, Wan Ahmad Zainie > > Cc: kis...@ti.com; mark.rutl...@arm.com; linux-kernel@vger.kernel.org; > devicet...@vger.kernel.org > Subject: Re: [PATCH 1/2] dt-b

RE: [RESEND v5 2/2] phy: intel: Add Keem Bay eMMC PHY support

2020-06-18 Thread Wan Mohamad, Wan Ahmad Zainie
> -Original Message- > From: Shevchenko, Andriy > Sent: Wednesday, June 17, 2020 10:01 PM > To: Wan Mohamad, Wan Ahmad Zainie > > Cc: kis...@ti.com; vk...@kernel.org; robh...@kernel.org; linux- > ker...@vger.kernel.org; devicet...@vger.kernel.org; Hunter, Ad

RE: [PATCH v3 2/2] phy: intel: Add Keem Bay eMMC PHY support

2020-06-08 Thread Wan Mohamad, Wan Ahmad Zainie
> -Original Message- > From: Shevchenko, Andriy > Sent: Monday, June 8, 2020 6:08 PM > To: Wan Mohamad, Wan Ahmad Zainie > > Cc: kis...@ti.com; vk...@kernel.org; robh...@kernel.org; linux- > ker...@vger.kernel.org; devicet...@vger.kernel.org; Hunter, Adrian >

RE: [PATCH v7 3/3] phy: intel: Add Keem Bay eMMC PHY support

2020-08-31 Thread Wan Mohamad, Wan Ahmad Zainie
Hi Vinod. Thanks for the review. > -Original Message- > From: Vinod Koul > Sent: Monday, August 31, 2020 5:20 PM > To: Wan Mohamad, Wan Ahmad Zainie > > Cc: kis...@ti.com; robh...@kernel.org; Shevchenko, Andriy > ; eswara.k...@linux.intel.com; >

RE: [PATCH v7 2/3] dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings

2020-08-31 Thread Wan Mohamad, Wan Ahmad Zainie
> -Original Message- > From: Vinod Koul > Sent: Monday, August 31, 2020 5:10 PM > To: Wan Mohamad, Wan Ahmad Zainie > > Cc: kis...@ti.com; robh...@kernel.org; Shevchenko, Andriy > ; eswara.k...@linux.intel.com; > vadivel.muruganx.ramuthe...@linux.intel.com; R

RE: [PATCH v8 1/3] phy: intel: Rename phy-intel to phy-intel-lgm

2020-09-08 Thread Wan Mohamad, Wan Ahmad Zainie
> -Original Message- > From: Andy Shevchenko > Sent: Tuesday, September 1, 2020 4:11 PM > To: Wan Mohamad, Wan Ahmad Zainie > > Cc: kis...@ti.com; vk...@kernel.org; robh...@kernel.org; linux- > ker...@vger.kernel.org; devicet...@vger.kernel.org; >

RE: [PATCH v7 2/3] dt-bindings: phy: intel: Add Keem Bay eMMC PHY bindings

2020-09-08 Thread Wan Mohamad, Wan Ahmad Zainie
Resend the reply. > -Original Message- > From: Vinod Koul > Sent: Tuesday, September 1, 2020 1:52 PM > To: Wan Mohamad, Wan Ahmad Zainie > > Cc: kis...@ti.com; robh...@kernel.org; Shevchenko, Andriy > ; eswara.k...@linux.intel.com; > vadivel.muruganx.ramuthe.

RE: [PATCH v2 2/2] phy: intel: Add Keem Bay USB PHY support

2020-11-11 Thread Wan Mohamad, Wan Ahmad Zainie
Hi Andy. Thanks for the review and sorry for the late reply. > -Original Message- > From: Andy Shevchenko > Sent: Monday, November 9, 2020 7:41 PM > To: Wan Mohamad, Wan Ahmad Zainie > > Cc: kis...@ti.com; vk...@kernel.org; robh...@kernel.org; linux- > ker...@vge

RE: [PATCH v3 2/2] phy: intel: Add Keem Bay USB PHY support

2020-11-12 Thread Wan Mohamad, Wan Ahmad Zainie
Hi Andy. > -Original Message- > From: Andy Shevchenko > Sent: Thursday, November 12, 2020 10:29 PM > To: Wan Mohamad, Wan Ahmad Zainie > > Cc: kis...@ti.com; vk...@kernel.org; robh...@kernel.org; linux- > ker...@vger.kernel.org; devicet...@vger.kernel.org; > mgr.

RE: [PATCH v6 2/2] phy: intel: Add Keem Bay eMMC PHY support

2020-07-16 Thread Wan Mohamad, Wan Ahmad Zainie
Hi Vinod. Thanks for the review. > -Original Message- > From: Vinod Koul > Sent: Monday, July 13, 2020 1:40 PM > To: Wan Mohamad, Wan Ahmad Zainie > > Cc: kis...@ti.com; robh...@kernel.org; Shevchenko, Andriy > ; linux-kernel@vger.kernel.org; > device

RE: [PATCH v5 2/2] phy: intel: Add Keem Bay eMMC PHY support

2020-06-16 Thread Wan Mohamad, Wan Ahmad Zainie
> -Original Message- > From: Shevchenko, Andriy > Sent: Wednesday, June 17, 2020 12:44 AM > To: Wan Mohamad, Wan Ahmad Zainie > > Cc: kis...@ti.com; vk...@kernel.org; robh...@kernel.org; linux- > ker...@vger.kernel.org; devicet...@vger.kernel.org; Hunter, Ad