[PATCH v1 0/6] spi: cadence-quadspi: Add QSPI controller support for Intel LGM SoC

2020-10-16 Thread Ramuthevar,Vadivel MuruganX
Add QSPI controller support for Intel LGM SoC. Note from Vignesh(mtd subsystem maintainer): This series is a subset of "[PATCH v12 0/4] spi: cadence-quadspi: Add support for the Cadence QSPI controller" by Ramuthevar,Vadivel MuruganX that intended to move cadence-quadspi driver

[PATCH v1 6/6] spi: cadence-quadspi: Add multi-chipselect support for Intel LGM SoC

2020-10-16 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add multiple chipselect support for Intel LGM SoCs, currently QSPI-NOR and QSPI-NAND supported. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/spi/spi-cadence-quadspi.c | 14 ++ 1 file changed, 14 insertions(+) diff --git

[PATCH v1 3/6] dt-bindings: spi: Add compatible for Intel LGM SoC

2020-10-16 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add compatible string for Intel LGM SoC. Signed-off-by: Ramuthevar Vadivel Murugan --- Documentation/devicetree/bindings/spi/cadence-quadspi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/spi/cadence-quadspi.yaml

[PATCH v1 5/6] spi: cadence-quadspi: Disable the DAC for Intel LGM SoC

2020-10-16 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan On Intel Lightning Mountain(LGM) SoCs QSPI controller do not use Direct Access Controller(DAC). This patch adds a quirk to disable the Direct Access Controller for data transfer instead it uses indirect data transfer. Signed-off-by: Ramuthevar Vadivel Murugan

[PATCH v1 2/6] dt-bindings: spi: Convert cadence-quadspi.txt to cadence-quadspi.yaml

2020-10-16 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Convert the cadence-quadspi.txt documentation to cadence-quadspi.yaml remove the cadence-quadspi.txt from Documentation/devicetree/bindings/spi/ Signed-off-by: Ramuthevar Vadivel Murugan --- .../devicetree/bindings/spi/cadence-quadspi.txt| 67 --

[PATCH v1 1/6] spi: Move cadence-quadspi.txt to Documentation/devicetree/bindings/spi

2020-10-16 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Move the Documentation/devicetree/bindings/mtd/cadence-quadspi.txt to Documentation/devicetree/bindings/spi/ Signed-off-by: Ramuthevar Vadivel Murugan --- Documentation/devicetree/bindings/{mtd => spi}/cadence-quadspi.txt | 0 1 file changed, 0 insertions(+),

[PATCH v1 4/6] spi: cadence-quadspi: Add QSPI support for Intel LGM SoC

2020-10-16 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add QSPI controller support for Intel LGM SoC. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/spi/Kconfig | 2 +- drivers/spi/spi-cadence-quadspi.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/spi/Kconfig

[PATCH v15 2/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

2020-10-01 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan This patch adds the new IP of Nand Flash Controller(NFC) support on Intel's Lightning Mountain(LGM) SoC. DMA is used for burst data transfer operation, also DMA HW supports aligned 32bit memory address and aligned data access by default. DMA burst of 8

[PATCH v15 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

2020-10-01 Thread Ramuthevar,Vadivel MuruganX
This patch adds the new IP of Nand Flash Controller(NFC) support on Intel's Lightning Mountain(LGM) SoC. DMA is used for burst data transfer operation, also DMA HW supports aligned 32bit memory address and aligned data access by default. DMA burst of 8 supported. Data register used to support the

[PATCH v15 1/2] dt-bindings: mtd: Add Nand Flash Controller support for Intel LGM SoC

2020-10-01 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add YAML file for dt-bindings to support NAND Flash Controller on Intel's Lightning Mountain SoC. Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Rob Herring --- .../devicetree/bindings/mtd/intel,lgm-nand.yaml| 99 ++ 1 file

Re: [PATCH v14 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

2020-09-30 Thread Ramuthevar, Vadivel MuruganX
Hi Miquel, On 28/9/2020 10:25 pm, Miquel Raynal wrote: Hello, "Ramuthevar,Vadivel MuruganX" wrote on Thu, 24 Sep 2020 16:48:40 +0800: This patch adds the new IP of Nand Flash Controller(NFC) support on Intel's Lightning Mountain(LGM) SoC. DMA is used for burst data transfer opera

[PATCH v14 1/2] dt-bindings: mtd: Add Nand Flash Controller support for Intel LGM SoC

2020-09-24 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add YAML file for dt-bindings to support NAND Flash Controller on Intel's Lightning Mountain SoC. Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Rob Herring --- .../devicetree/bindings/mtd/intel,lgm-nand.yaml| 99 ++ 1 file

[PATCH v14 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

2020-09-24 Thread Ramuthevar,Vadivel MuruganX
This patch adds the new IP of Nand Flash Controller(NFC) support on Intel's Lightning Mountain(LGM) SoC. DMA is used for burst data transfer operation, also DMA HW supports aligned 32bit memory address and aligned data access by default. DMA burst of 8 supported. Data register used to support the

[PATCH v14 1/2] dt-bindings: mtd: Add Nand Flash Controller support for Intel LGM SoC

2020-09-24 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add YAML file for dt-bindings to support NAND Flash Controller on Intel's Lightning Mountain SoC. Signed-off-by: Ramuthevar Vadivel Murugan --- .../devicetree/bindings/mtd/intel,lgm-nand.yaml| 99 ++ 1 file changed, 99 insertions(+)

Re: [PATCH -next] phy: fix USB_LGM_PHY warning & build errors

2020-09-21 Thread Ramuthevar, Vadivel MuruganX
Hi Randy, Thank you for the report, surely will fix it. Regards Vadivel On 21/9/2020 11:45 pm, Randy Dunlap wrote: Ping. Still seeing this in linux-next. On 9/17/20 10:51 AM, Randy Dunlap wrote: From: Randy Dunlap Fix a Kconfig warning that is causing lots of build errors when

Re: [PATCH v13 2/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

2020-09-18 Thread Ramuthevar, Vadivel MuruganX
Hi Andy, Thank you for the review comments... On 17/9/2020 9:05 pm, Andy Shevchenko wrote: On Thu, Sep 17, 2020 at 08:33:08AM +0800, Ramuthevar,Vadivel MuruganX wrote: From: Ramuthevar Vadivel Murugan This patch adds the new IP of Nand Flash Controller(NFC) support on Intel's Lightning

[PATCH v13 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

2020-09-16 Thread Ramuthevar,Vadivel MuruganX
This patch adds the new IP of Nand Flash Controller(NFC) support on Intel's Lightning Mountain(LGM) SoC. DMA is used for burst data transfer operation, also DMA HW supports aligned 32bit memory address and aligned data access by default. DMA burst of 8 supported. Data register used to support the

[PATCH v13 1/2] dt-bindings: mtd: Add Nand Flash Controller support for Intel LGM SoC

2020-09-16 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add YAML file for dt-bindings to support NAND Flash Controller on Intel's Lightning Mountain SoC. Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Rob Herring --- .../devicetree/bindings/mtd/intel,lgm-nand.yaml| 99 ++ 1 file

Re: [RESEND PATCH v12 2/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

2020-09-11 Thread Ramuthevar, Vadivel MuruganX
Hi Miquel, Thank you for your review comments... On 7/9/2020 9:20 pm, Miquel Raynal wrote: Hi Murugan, A few more comments below, but I guess the driver looks better now. +struct ebu_nand_controller { + struct nand_controller controller; + struct nand_chip chip; + struct

Re: [PATCH v9 0/2] phy: Add USB PHY support on Intel LGM SoC

2020-09-06 Thread Ramuthevar, Vadivel MuruganX
, Ramuthevar,Vadivel MuruganX wrote: The USB PHY provides the optimized for low power dissipation while active, idle, or on standby. Requires minimal external components, a single resistor, for best operation. Supports 10/5-Gbps high-speed data transmission rates through 3-m USB 3.x cable --- v9: - Vinod

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

2020-08-30 Thread Ramuthevar, Vadivel MuruganX
Hi, On 21/8/2020 7:37 pm, Wan Ahmad Zainie wrote: 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 +-

[PATCH v9 2/2] phy: Add USB3 PHY support for Intel LGM SoC

2020-08-27 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add support for USB PHY on Intel LGM SoC. Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Philipp Zabel --- drivers/phy/Kconfig | 10 ++ drivers/phy/Makefile | 1 + drivers/phy/phy-lgm-usb.c | 284

[PATCH v9 1/2] dt-bindings: phy: Add USB PHY support for Intel LGM SoC

2020-08-27 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add the dt-schema to support USB PHY on Intel LGM SoC Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Rob Herring --- .../devicetree/bindings/phy/intel,lgm-usb-phy.yaml | 58 ++ 1 file changed, 58 insertions(+) create mode 100644

[PATCH v9 0/2] phy: Add USB PHY support on Intel LGM SoC

2020-08-27 Thread Ramuthevar,Vadivel MuruganX
The USB PHY provides the optimized for low power dissipation while active, idle, or on standby. Requires minimal external components, a single resistor, for best operation. Supports 10/5-Gbps high-speed data transmission rates through 3-m USB 3.x cable --- v9: - Vinod review comments update -

Re: [PATCH v3 1/1] extcon: ptn5150: Set the VBUS and POLARITY property capability

2020-08-27 Thread Ramuthevar, Vadivel MuruganX
Hi, On 27/8/2020 4:11 pm, Chanwoo Choi wrote: On 8/27/20 4:53 PM, Ramuthevar, Vadivel MuruganX wrote: Hi, On 27/8/2020 3:56 pm, Chanwoo Choi wrote: On 8/27/20 3:51 PM, Ramuthevar,Vadivel MuruganX wrote: From: Ramuthevar Vadivel Murugan Set the capability value of property for VBUS

Re: [PATCH v3 1/1] extcon: ptn5150: Set the VBUS and POLARITY property capability

2020-08-27 Thread Ramuthevar, Vadivel MuruganX
Hi, On 27/8/2020 3:56 pm, Chanwoo Choi wrote: On 8/27/20 3:51 PM, Ramuthevar,Vadivel MuruganX wrote: From: Ramuthevar Vadivel Murugan Set the capability value of property for VBUS and POLARITY. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/extcon/extcon-ptn5150.c | 7 +++ 1

[PATCH v3 1/1] extcon: ptn5150: Set the VBUS and POLARITY property capability

2020-08-27 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Set the capability value of property for VBUS and POLARITY. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/extcon/extcon-ptn5150.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/extcon/extcon-ptn5150.c

[PATCH v3 0/1]extcon: ptn5150: Add usb-typec support for Intel LGM SoC

2020-08-27 Thread Ramuthevar,Vadivel MuruganX
Add usb-typec detection support for the Intel LGM SoC based boards. Original driver is not supporting usb detection on Intel LGM SoC based boards then we debugged and fixed the issue, but before sending our patches Mr.Krzyszto has sent the same kind of patches, so I have rebased over his latest

Re: [PATCH v2 2/2] extcon: ptn5150: Set the VBUS and POLARITY property state

2020-08-27 Thread Ramuthevar, Vadivel MuruganX
Hi, On 27/8/2020 1:35 pm, Chanwoo Choi wrote: Hi, On 8/27/20 2:17 PM, Ramuthevar, Vadivel MuruganX wrote: Hi, On 27/8/2020 12:51 pm, Chanwoo Choi wrote: Hi, You better to change the 'state' word to 'capability'. Actually, this patch doesn't change the value of property. It set

Re: [PATCH v2 1/2] extcon: ptn5150: Switch to GENMASK() and BIT() macros

2020-08-26 Thread Ramuthevar, Vadivel MuruganX
Hi, On 27/8/2020 1:26 pm, Chanwoo Choi wrote: - + vendor_id = FIELD_GET(PTN5150_REG_DEVICE_ID_VENDOR, reg_data); + version_id = FIELD_GET(PTN5150_REG_DEVICE_ID_VERSION, reg_data); dev_dbg(info->dev, "Device type: version: 0x%x, vendor: 0x%x\n", version_id,

Re: [PATCH v2 2/2] extcon: ptn5150: Set the VBUS and POLARITY property state

2020-08-26 Thread Ramuthevar, Vadivel MuruganX
w comments, sure will update. On 8/27/20 12:56 PM, Ramuthevar,Vadivel MuruganX wrote: From: Ramuthevar Vadivel Murugan Set the VBUS and POLARITY property state. ditto. Need to change the work from 'state' and 'capability'. Noted. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/ext

[PATCH v2 2/2] extcon: ptn5150: Set the VBUS and POLARITY property state

2020-08-26 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Set the VBUS and POLARITY property state. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/extcon/extcon-ptn5150.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/extcon/extcon-ptn5150.c b/drivers/extcon/extcon-ptn5150.c index

[PATCH v2 0/2] extcon: ptn5150: Add usb-typec support for Intel LGM SoC

2020-08-26 Thread Ramuthevar,Vadivel MuruganX
Add usb-typec detection support for the Intel LGM SoC based boards. Original driver is not supporting usb detection on Intel LGM SoC based boards then we debugged and fixed the issue, but before sending our patches Mr.Krzyszto has sent the same kind of patches, so I have rebased over his latest

[PATCH v2 1/2] extcon: ptn5150: Switch to GENMASK() and BIT() macros

2020-08-26 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Switch to GENMASK() and BIT() macros. Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Krzysztof Kozlowski --- drivers/extcon/extcon-ptn5150.c | 43 +++-- 1 file changed, 11 insertions(+), 32 deletions(-) diff --git

Re: [PATCH v1 0/9] extcon: extcon-ptn5150: Add the USB external connector support

2020-08-26 Thread Ramuthevar, Vadivel MuruganX
Hi Andy, On 26/8/2020 5:18 pm, Andy Shevchenko wrote: On Wed, Aug 26, 2020 at 10:51:37AM +0800, Ramuthevar, Vadivel MuruganX wrote: On 25/8/2020 4:19 pm, Heikki Krogerus wrote: On Wed, Aug 19, 2020 at 04:45:38PM +0800, Ramuthevar, Vadivel MuruganX wrote: On 19/8/2020 3:55 pm, Andy Shevchenko

Re: [PATCH v1 3/9] extcon: extcon-ptn5150: Switch to BIT() macro for cable attach

2020-08-26 Thread Ramuthevar, Vadivel MuruganX
Hi, On 26/8/2020 2:59 pm, Krzysztof Kozlowski wrote: On Tue, Aug 18, 2020 at 02:57:21PM +0800, Ramuthevar,Vadivel MuruganX wrote: From: Ramuthevar Vadivel Murugan Switch to BIT() macro for the cable attach. Squash it. Sure, will squash it and rebase over your patches then send it, thanks

Re: [PATCH v1 2/9] extcon: extcon-ptn5150: Switch to GENMASK() for VBUS detection macro

2020-08-26 Thread Ramuthevar, Vadivel MuruganX
Hi, On 26/8/2020 2:59 pm, Krzysztof Kozlowski wrote: On Tue, Aug 18, 2020 at 02:57:20PM +0800, Ramuthevar,Vadivel MuruganX wrote: From: Ramuthevar Vadivel Murugan Switch to GENMASK() for VBUS detection macro. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/extcon/extcon-ptn5150.c

Re: [PATCH v1 1/1] extcon: ptn5150: Add usb-typec support for Intel LGM SoC

2020-08-25 Thread Ramuthevar, Vadivel MuruganX
Hi, Thank you very much for the review comments... On 25/8/2020 6:46 pm, Chanwoo Choi wrote: Hi, On 8/25/20 5:31 PM, Ramuthevar,Vadivel MuruganX wrote: From: Ramuthevar Vadivel Murugan Add usb-typec detection support for Intel LGM SoC based boards. Signed-off-by: Ramuthevar Vadivel

Re: [PATCH v1 0/9] extcon: extcon-ptn5150: Add the USB external connector support

2020-08-25 Thread Ramuthevar, Vadivel MuruganX
Hi Heikki, Thank you very much for the review comment... On 25/8/2020 4:19 pm, Heikki Krogerus wrote: On Wed, Aug 19, 2020 at 04:45:38PM +0800, Ramuthevar, Vadivel MuruganX wrote: Hi Andy, On 19/8/2020 3:55 pm, Andy Shevchenko wrote: On Wed, Aug 19, 2020 at 8:38 AM Ramuthevar, Vadivel

Re: [PATCH v1 1/1] extcon: ptn5150: Add usb-typec support for Intel LGM SoC

2020-08-25 Thread Ramuthevar, Vadivel MuruganX
Hi, Thank you for the review comments... On 25/8/2020 4:40 pm, Krzysztof Kozlowski wrote: On Tue, Aug 25, 2020 at 04:31:47PM +0800, Ramuthevar,Vadivel MuruganX wrote: From: Ramuthevar Vadivel Murugan Add usb-typec detection support for Intel LGM SoC based boards. Signed-off

[PATCH v1 0/1] extcon: ptn5150: Add usb-typec support for Intel LGM SoC

2020-08-25 Thread Ramuthevar,Vadivel MuruganX
Add usb-typec detection support for the Intel LGM SoC based boards. Original driver is not supporting usb detection on Intel LGM SoC based boards then we debugged and fixed the issue, but before sending our patches Mr.Krzyszto has sent the same kind of patches, so I have rebased over his latest

[PATCH v1 1/1] extcon: ptn5150: Add usb-typec support for Intel LGM SoC

2020-08-25 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add usb-typec detection support for Intel LGM SoC based boards. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/extcon/extcon-ptn5150.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/extcon/extcon-ptn5150.c

Re: [RESEND PATCH v8 2/2] phy: Add USB3 PHY support for Intel LGM SoC

2020-08-24 Thread Ramuthevar, Vadivel MuruganX
Hi Vinod, Thank you for the review comments... On 24/8/2020 12:06 am, Vinod Koul wrote: On 17-08-20, 15:05, Ramuthevar,Vadivel MuruganX wrote: From: Ramuthevar Vadivel Murugan Add support for USB PHY on Intel LGM SoC. Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Philipp Zabel

Re: [PATCH v2 00/13] extcon: ptn5150: Improvements and fixes

2020-08-24 Thread Ramuthevar, Vadivel MuruganX
Hi, On 24/8/2020 6:38 pm, Krzysztof Kozlowski wrote: On Mon, Aug 24, 2020 at 06:36:04PM +0800, Ramuthevar, Vadivel MuruganX wrote: Hi, Thank you for the patches and optimized the code as well. I have applied your patches and tested, it's working fine with few minor changes as per

Re: [PATCH v2 00/13] extcon: ptn5150: Improvements and fixes

2020-08-24 Thread Ramuthevar, Vadivel MuruganX
Hi, Thank you for the patches and optimized the code as well. I have applied your patches and tested, it's working fine with few minor changes as per Intel's LGM board. can I send the patches along with patches or we need to wait until your patch get merge? Please suggest to me go

Re: [PATCH v8 0/2] phy: Add USB PHY support on Intel LGM SoC

2020-08-21 Thread Ramuthevar, Vadivel MuruganX
Hi Kishon, Vinod, Gentle reminder!, kindly can you please merge this series of patches, as those patches got Reviewed-By Philipp Zabel and Rob Herring, Thanks! Please do the needful. Regards Vadivel On 17/8/2020 11:12 am, Ramuthevar,Vadivel MuruganX wrote: The USB PHY provides

Re: [PATCH v1 0/9] extcon: extcon-ptn5150: Add the USB external connector support

2020-08-19 Thread Ramuthevar, Vadivel MuruganX
Hi Andy, On 19/8/2020 3:55 pm, Andy Shevchenko wrote: On Wed, Aug 19, 2020 at 8:38 AM Ramuthevar, Vadivel MuruganX wrote: On 18/8/2020 4:40 pm, Andy Shevchenko wrote: On Tue, Aug 18, 2020 at 02:57:18PM +0800, Ramuthevar,Vadivel MuruganX wrote: USB external connector chip PTN5150 used

Re: [PATCH v1 0/9] extcon: extcon-ptn5150: Add the USB external connector support

2020-08-18 Thread Ramuthevar, Vadivel MuruganX
Hi Andy, On 18/8/2020 4:40 pm, Andy Shevchenko wrote: On Tue, Aug 18, 2020 at 02:57:18PM +0800, Ramuthevar,Vadivel MuruganX wrote: USB external connector chip PTN5150 used on the Intel LGM SoC boards to detect the USB type and connection. Internally I meant you can send cleanups, but couple

[PATCH v1 2/9] extcon: extcon-ptn5150: Switch to GENMASK() for VBUS detection macro

2020-08-18 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Switch to GENMASK() for VBUS detection macro. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/extcon/extcon-ptn5150.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/extcon/extcon-ptn5150.c

[PATCH v1 3/9] extcon: extcon-ptn5150: Switch to BIT() macro for cable attach

2020-08-18 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Switch to BIT() macro for the cable attach. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/extcon/extcon-ptn5150.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/extcon/extcon-ptn5150.c b/drivers/extcon/extcon-ptn5150.c

[PATCH v1 6/9] extcon: extcon-ptn5150: Set and get the VBUS and POLARITY property state

2020-08-18 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Set and get the VBUS and POLARITY property state. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/extcon/extcon-ptn5150.c | 75 ++--- 1 file changed, 55 insertions(+), 20 deletions(-) diff --git

[PATCH v1 7/9] extcon: extcon-ptn5150: Add USB debug accessory support

2020-08-18 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add USB debug accessory support. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/extcon/extcon-ptn5150.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/extcon/extcon-ptn5150.c b/drivers/extcon/extcon-ptn5150.c index

[PATCH v1 9/9] extcon: extcon-ptn5150: Remove unused variable and extra space

2020-08-18 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Remove the unused variable and extra space. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/extcon/extcon-ptn5150.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/extcon/extcon-ptn5150.c b/drivers/extcon/extcon-ptn5150.c index

[PATCH v1 5/9] extcon: extcon-ptn5150: Switch to GENMASK() for port attachment macro

2020-08-18 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Switch to GENMASK() macro for the port attachment. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/extcon/extcon-ptn5150.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/extcon/extcon-ptn5150.c

[PATCH v1 8/9] extcon: extcon-ptn5150: Add USB analog audio accessory support

2020-08-18 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add USB analog audio accessory attached and detection support. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/extcon/extcon-ptn5150.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/extcon/extcon-ptn5150.c

[PATCH v1 1/9] extcon: extcon-ptn5150: Switch to GENMASK() for vendor and device ID's

2020-08-18 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Switch to GENMASK() for vendor_id and device_id macros. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/extcon/extcon-ptn5150.c | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/drivers/extcon/extcon-ptn5150.c

[PATCH v1 4/9] extcon: extcon-ptn5150: Switch to BIT() for cable detach macro

2020-08-18 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Switch to BIT() macro for the cable detach. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/extcon/extcon-ptn5150.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/extcon/extcon-ptn5150.c b/drivers/extcon/extcon-ptn5150.c

[PATCH v1 0/9] extcon: extcon-ptn5150: Add the USB external connector support

2020-08-18 Thread Ramuthevar,Vadivel MuruganX
USB external connector chip PTN5150 used on the Intel LGM SoC boards to detect the USB type and connection. --- v1: - Initial version Ramuthevar Vadivel Murugan (9): extcon: extcon-ptn5150: Switch to GENMASK() for vendor and device ID's extcon: extcon-ptn5150: Switch to GENMASK() for VBUS

[RESEND PATCH v8 0/2] phy: Add USB PHY support on Intel LGM SoC

2020-08-17 Thread Ramuthevar,Vadivel MuruganX
The USB PHY provides the optimized for low power dissipation while active, idle, or on standby. Requires minimal external components, a single resistor, for best operation. Supports 10/5-Gbps high-speed data transmission rates through 3-m USB 3.x cable --- v8-resend: - Correct the typo error in

[RESEND PATCH v8 1/2] dt-bindings: phy: Add USB PHY support for Intel LGM SoC

2020-08-17 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add the dt-schema to support USB PHY on Intel LGM SoC Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Rob Herring --- .../devicetree/bindings/phy/intel,lgm-usb-phy.yaml | 58 ++ 1 file changed, 58 insertions(+) create mode 100644

[RESEND PATCH v8 2/2] phy: Add USB3 PHY support for Intel LGM SoC

2020-08-17 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add support for USB PHY on Intel LGM SoC. Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Philipp Zabel --- drivers/phy/Kconfig | 11 ++ drivers/phy/Makefile | 1 + drivers/phy/phy-lgm-usb.c | 278

Re: [PATCH v8 2/2] phy: Add USB3 PHY support for Intel LGM SoC

2020-08-17 Thread Ramuthevar, Vadivel MuruganX
Hi Felipe, On 17/8/2020 2:08 pm, Felipe Balbi wrote: Hi On Mon, Aug 17, 2020 at 6:13 AM Ramuthevar,Vadivel MuruganX diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index c27408e4daae..90030ff299eb 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -1,4 +1,4 @@ -# SPDX

[RESEND PATCH v12 2/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

2020-08-16 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan This patch adds the new IP of Nand Flash Controller(NFC) support on Intel's Lightning Mountain(LGM) SoC. DMA is used for burst data transfer operation, also DMA HW supports aligned 32bit memory address and aligned data access by default. DMA burst of 8

[RESEND PATCH v12 1/2] dt-bindings: mtd: Add Nand Flash Controller support for Intel LGM SoC

2020-08-16 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add YAML file for dt-bindings to support NAND Flash Controller on Intel's Lightning Mountain SoC. Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Rob Herring --- .../devicetree/bindings/mtd/intel,lgm-nand.yaml| 99 ++ 1 file

[RESEND PATCH v12 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

2020-08-16 Thread Ramuthevar,Vadivel MuruganX
This patch adds the new IP of Nand Flash Controller(NFC) support on Intel's Lightning Mountain(LGM) SoC. DMA is used for burst data transfer operation, also DMA HW supports aligned 32bit memory address and aligned data access by default. DMA burst of 8 supported. Data register used to support the

[PATCH v8 0/2] phy: Add USB PHY support on Intel LGM SoC

2020-08-16 Thread Ramuthevar,Vadivel MuruganX
The USB PHY provides the optimized for low power dissipation while active, idle, or on standby. Requires minimal external components, a single resistor, for best operation. Supports 10/5-Gbps high-speed data transmission rates through 3-m USB 3.x cable --- v8: - Rebase to V5.9-rc1 v7: - No

[PATCH v8 2/2] phy: Add USB3 PHY support for Intel LGM SoC

2020-08-16 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add support for USB PHY on Intel LGM SoC. Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Philipp Zabel --- drivers/phy/Kconfig | 11 ++ drivers/phy/Makefile | 3 +- drivers/phy/phy-lgm-usb.c | 278

[PATCH v8 1/2] dt-bindings: phy: Add USB PHY support for Intel LGM SoC

2020-08-16 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add the dt-schema to support USB PHY on Intel LGM SoC Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Rob Herring --- .../devicetree/bindings/phy/intel,lgm-usb-phy.yaml | 58 ++ 1 file changed, 58 insertions(+) create mode 100644

Re: [PATCH v7 0/2] phy: Add USB PHY support on Intel LGM SoC

2020-07-27 Thread Ramuthevar, Vadivel MuruganX
Hi Andy, On 27/7/2020 7:09 pm, Andy Shevchenko wrote: On Mon, Jul 27, 2020 at 1:08 PM Ramuthevar,Vadivel MuruganX wrote: The USB PHY provides the optimized for low power dissipation while active, idle, or on standby. Requires minimal external components, a single resistor, for best

[PATCH v7 2/2] phy: Add USB3 PHY support for Intel LGM SoC

2020-07-27 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add support for USB PHY on Intel LGM SoC. Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Philipp Zabel --- drivers/phy/Kconfig | 11 ++ drivers/phy/Makefile | 1 + drivers/phy/phy-lgm-usb.c | 278

[PATCH v7 1/2] dt-bindings: phy: Add USB PHY support for Intel LGM SoC

2020-07-27 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add the dt-schema to support USB PHY on Intel LGM SoC Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Rob Herring --- .../devicetree/bindings/phy/intel,lgm-usb-phy.yaml | 58 ++ 1 file changed, 58 insertions(+) create mode 100644

[PATCH v7 0/2] phy: Add USB PHY support on Intel LGM SoC

2020-07-27 Thread Ramuthevar,Vadivel MuruganX
The USB PHY provides the optimized for low power dissipation while active, idle, or on standby. Requires minimal external components, a single resistor, for best operation. Supports 10/5-Gbps high-speed data transmission rates through 3-m USB 3.x cable --- v7: - No Change v6: - No Change v5:

Re: [PATCH v6 1/2] dt-bindings: phy: Add USB PHY support for Intel LGM SoC

2020-07-15 Thread Ramuthevar, Vadivel MuruganX
Hi Rob, On 15/7/2020 2:01 am, Rob Herring wrote: On Tue, 14 Jul 2020 12:26:20 +0800, Ramuthevar,Vadivel MuruganX wrote: From: Ramuthevar Vadivel Murugan Add the dt-schema to support USB PHY on Intel LGM SoC Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Rob Herring

[PATCH v6 1/2] dt-bindings: phy: Add USB PHY support for Intel LGM SoC

2020-07-13 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add the dt-schema to support USB PHY on Intel LGM SoC Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Rob Herring --- .../devicetree/bindings/phy/intel,lgm-usb-phy.yaml | 53 ++ 1 file changed, 53 insertions(+) create mode 100644

[PATCH v6 2/2] phy: Add USB3 PHY support for Intel LGM SoC

2020-07-13 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add support for USB PHY on Intel LGM SoC. Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Philipp Zabel --- drivers/phy/Kconfig | 11 ++ drivers/phy/Makefile | 1 + drivers/phy/phy-lgm-usb.c | 278

[PATCH v6 0/2] phy: Add USB PHY support on Intel LGM SoC

2020-07-13 Thread Ramuthevar,Vadivel MuruganX
The USB PHY provides the optimized for low power dissipation while active, idle, or on standby. Requires minimal external components, a single resistor, for best operation. Supports 10/5-Gbps high-speed data transmission rates through 3-m USB 3.x cable --- v6: - No Change v5: - As per Felipe

Re: [PATCH v5 1/2] dt-bindings: phy: Add USB PHY support for Intel LGM SoC

2020-07-13 Thread Ramuthevar, Vadivel MuruganX
Hi Rob, On 13/7/2020 11:07 pm, Rob Herring wrote: On Mon, 13 Jul 2020 16:54:52 +0800, Ramuthevar,Vadivel MuruganX wrote: From: Ramuthevar Vadivel Murugan Add the dt-schema to support USB PHY on Intel LGM SoC Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Rob Herring

Re: [PATCH v5 1/2] dt-bindings: phy: Add USB PHY support for Intel LGM SoC

2020-07-13 Thread Ramuthevar, Vadivel MuruganX
Hi Rob, On 13/7/2020 11:08 pm, Rob Herring wrote: On Mon, Jul 13, 2020 at 04:54:52PM +0800, Ramuthevar,Vadivel MuruganX wrote: From: Ramuthevar Vadivel Murugan Add the dt-schema to support USB PHY on Intel LGM SoC Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Rob Herring

[PATCH v5 0/2] usb : phy: Add USB PHY support on Intel LGM SoC

2020-07-13 Thread Ramuthevar,Vadivel MuruganX
The USB PHY provides the optimized for low power dissipation while active, idle, or on standby. Requires minimal external components, a single resistor, for best operation. Supports 10/5-Gbps high-speed data transmission rates through 3-m USB 3.x cable --- v5: - As per Felipe and Greg's

[PATCH v5 2/2] phy: Add USB3 PHY support for Intel LGM SoC

2020-07-13 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add support for USB PHY on Intel LGM SoC. Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Philipp Zabel --- drivers/phy/Kconfig | 11 ++ drivers/phy/Makefile | 1 + drivers/phy/phy-lgm-usb.c | 278

[PATCH v5 1/2] dt-bindings: phy: Add USB PHY support for Intel LGM SoC

2020-07-13 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add the dt-schema to support USB PHY on Intel LGM SoC Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Rob Herring --- .../devicetree/bindings/phy/intel,lgm-usb-phy.yaml | 53 ++ 1 file changed, 53 insertions(+) create mode 100644

Re: [PATCH v4 2/2] usb: phy: Add USB3 PHY support for Intel LGM SoC

2020-07-11 Thread Ramuthevar, Vadivel MuruganX
Hi, On 10/7/2020 2:08 pm, Felipe Balbi wrote: Hi, "Ramuthevar,Vadivel MuruganX" writes: From: Ramuthevar Vadivel Murugan Add support for USB PHY on Intel LGM SoC. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/usb/phy/Kconfig | 11 ++ drivers/usb/ph

[PATCH v12 2/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

2020-06-30 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan This patch adds the new IP of Nand Flash Controller(NFC) support on Intel's Lightning Mountain(LGM) SoC. DMA is used for burst data transfer operation, also DMA HW supports aligned 32bit memory address and aligned data access by default. DMA burst of 8

[PATCH v12 1/2] dt-bindings: mtd: Add Nand Flash Controller support for Intel LGM SoC

2020-06-30 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add YAML file for dt-bindings to support NAND Flash Controller on Intel's Lightning Mountain SoC. Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Rob Herring --- .../devicetree/bindings/mtd/intel,lgm-nand.yaml| 99 ++ 1 file

[PATCH v12 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

2020-06-30 Thread Ramuthevar,Vadivel MuruganX
This patch adds the new IP of Nand Flash Controller(NFC) support on Intel's Lightning Mountain(LGM) SoC. DMA is used for burst data transfer operation, also DMA HW supports aligned 32bit memory address and aligned data access by default. DMA burst of 8 supported. Data register used to support the

Re: [RESEND, v11 2/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

2020-06-26 Thread Ramuthevar, Vadivel MuruganX
Hi Miquel, Thank you very much for the review comments and your time... On 26/6/2020 3:09 pm, Miquel Raynal wrote: Hello, "Ramuthevar,Vadivel MuruganX" wrote on Tue, 16 Jun 2020 17:33:32 +0800: From: Ramuthevar Vadivel Murugan This patch adds the new IP of Nand Flash Cont

[PATCH v4 0/2]usb : phy: Add USB PHY support on Intel LGM SoC

2020-06-16 Thread Ramuthevar,Vadivel MuruganX
The USB PHY provides the optimized for low power dissipation while active, idle, or on standby. Requires minimal external components, a single resistor, for best operation. Supports 10/5-Gbps high-speed data transmission rates through 3-m USB 3.x cable --- v4: - Andy's review comments addressed

[PATCH v4 2/2] usb: phy: Add USB3 PHY support for Intel LGM SoC

2020-06-16 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add support for USB PHY on Intel LGM SoC. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/usb/phy/Kconfig | 11 ++ drivers/usb/phy/Makefile | 1 + drivers/usb/phy/phy-lgm-usb.c | 275 ++ 3 files

[PATCH v4 1/2] dt-bindings: usb: Add USB PHY support for Intel LGM SoC

2020-06-16 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add the dt-schema to support USB PHY on Intel LGM SoC Signed-off-by: Ramuthevar Vadivel Murugan --- .../devicetree/bindings/usb/intel,lgm-usb-phy.yaml | 53 ++ 1 file changed, 53 insertions(+) create mode 100644

Re: [PATCH v3 2/2] usb: phy: Add USB3 PHY support for Intel LGM SoC

2020-06-16 Thread Ramuthevar, Vadivel MuruganX
Hi Andy, Thank you very much for the review comments and your time... On 12/6/2020 9:18 pm, Andy Shevchenko wrote: On Fri, Jun 12, 2020 at 10:59:41AM +0800, Ramuthevar,Vadivel MuruganX wrote: From: Ramuthevar Vadivel Murugan Add support for USB PHY on Intel LGM SoC. Thank you

[RESEND, v11 2/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

2020-06-16 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan This patch adds the new IP of Nand Flash Controller(NFC) support on Intel's Lightning Mountain(LGM) SoC. DMA is used for burst data transfer operation, also DMA HW supports aligned 32bit memory address and aligned data access by default. DMA burst of 8

[RESEND, v11 1/2] dt-bindings: mtd: Add Nand Flash Controller support for Intel LGM SoC

2020-06-16 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add YAML file for dt-bindings to support NAND Flash Controller on Intel's Lightning Mountain SoC. Signed-off-by: Ramuthevar Vadivel Murugan Reviewed-by: Rob Herring --- .../devicetree/bindings/mtd/intel,lgm-nand.yaml| 99 ++ 1 file

[RESEND, v11 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

2020-06-16 Thread Ramuthevar,Vadivel MuruganX
This patch adds the new IP of Nand Flash Controller(NFC) support on Intel's Lightning Mountain(LGM) SoC. DMA is used for burst data transfer operation, also DMA HW supports aligned 32bit memory address and aligned data access by default. DMA burst of 8 supported. Data register used to support the

[PATCH v3 2/2] usb: phy: Add USB3 PHY support for Intel LGM SoC

2020-06-11 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add support for USB PHY on Intel LGM SoC. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/usb/phy/Kconfig | 11 ++ drivers/usb/phy/Makefile | 1 + drivers/usb/phy/phy-lgm-usb.c | 278 ++ 3 files

[PATCH v3 1/2] dt-bindings: usb: Add USB PHY support for Intel LGM SoC

2020-06-11 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add the dt-schema to support USB PHY on Intel LGM SoC Signed-off-by: Ramuthevar Vadivel Murugan --- .../devicetree/bindings/usb/intel,lgm-usb-phy.yaml | 53 ++ 1 file changed, 53 insertions(+) create mode 100644

[PATCH v3 0/2] usb : phy: Add USB PHY support on Intel LGM SoC

2020-06-11 Thread Ramuthevar,Vadivel MuruganX
The USB PHY provides the optimized for low power dissipation while active, idle, or on standby. Requires minimal external components, a single resistor, for best operation. Supports 10/5-Gbps high-speed data transmission rates through 3-m USB 3.x cable --- v3: - Andy's review comments update

Re: [PATCH v2 2/2] usb: phy: Add USB3 PHY support for Intel LGM SoC

2020-06-11 Thread Ramuthevar, Vadivel MuruganX
Hi Andy, Thank you very much for prompt review comments... On 11/6/2020 4:57 pm, Andy Shevchenko wrote: On Thu, Jun 11, 2020 at 04:36:29PM +0800, Ramuthevar, Vadivel MuruganX wrote: On 11/6/2020 4:12 pm, Andy Shevchenko wrote: On Thu, Jun 11, 2020 at 10:12:46AM +0800, Ramuthevar,Vadivel

Re: [PATCH v2 2/2] usb: phy: Add USB3 PHY support for Intel LGM SoC

2020-06-11 Thread Ramuthevar, Vadivel MuruganX
Hi Andy, Thank you so much for the review comments... On 11/6/2020 4:12 pm, Andy Shevchenko wrote: On Thu, Jun 11, 2020 at 10:12:46AM +0800, Ramuthevar,Vadivel MuruganX wrote: From: Ramuthevar Vadivel Murugan Add support for USB PHY on Intel LGM SoC. ... +static int get_flipped(struct

[PATCH v2 1/2] dt-bindings: usb: Add USB PHY support for Intel LGM SoC

2020-06-10 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add the dt-schema to support USB PHY on Intel LGM SoC Signed-off-by: Ramuthevar Vadivel Murugan --- .../devicetree/bindings/usb/intel,lgm-usb-phy.yaml | 53 ++ 1 file changed, 53 insertions(+) create mode 100644

[PATCH v2 2/2] usb: phy: Add USB3 PHY support for Intel LGM SoC

2020-06-10 Thread Ramuthevar,Vadivel MuruganX
From: Ramuthevar Vadivel Murugan Add support for USB PHY on Intel LGM SoC. Signed-off-by: Ramuthevar Vadivel Murugan --- drivers/usb/phy/Kconfig | 11 ++ drivers/usb/phy/Makefile | 1 + drivers/usb/phy/phy-lgm-usb.c | 280 ++ 3 files

<    1   2   3   4   >