RE: [PATCH] usb: dwc3: Add support to reset usb ULPI phy

2022-03-04 Thread T Karthik Reddy
Hi Bin Meng, > -Original Message- > From: Bin Meng > Sent: Thursday, March 3, 2022 2:18 PM > To: Michal Simek > Cc: U-Boot Mailing List ; git ; T > Karthik Reddy ; Angus Ainslie ; > Kunihiko Hayashi ; Marek Vasut > ; Michael Walle ; Priyanka Jain > ; Simon G

[PATCH] mmc: zynq_sdhci: Add xilinx_pm_request weak function

2021-10-01 Thread T Karthik Reddy
Mini emmc does not use any pmufw and ZYNQMP_FIRMWARE is disabled. xilinx_pm_request() will not be compiled and causes undefined reference to `xilinx_pm_request' error. So add a weak function in zynq_sdhci.c file. Signed-off-by: T Karthik Reddy Signed-off-by: Ashok Reddy Soma --- drivers/mmc

RE: [PATCH] test/py: tpm2: Skip tpm pytest based on env variable

2021-09-17 Thread T Karthik Reddy
Hi Tom, > -Original Message- > From: Tom Rini > Sent: Thursday, August 5, 2021 6:53 PM > To: T Karthik Reddy > Cc: Ashok Reddy Soma ; u-boot@lists.denx.de; > miquel.ray...@bootlin.com; git > Subject: Re: [PATCH] test/py: tpm2: Skip tpm pytest based on env variabl

RE: [PATCH] test/py: tpm2: Skip tpm pytest based on env variable

2021-08-04 Thread T Karthik Reddy
Hello Tom Rini, > -Original Message- > From: Tom Rini > Sent: Wednesday, August 4, 2021 8:52 PM > To: Ashok Reddy Soma > Cc: u-boot@lists.denx.de; miquel.ray...@bootlin.com; git ; > T Karthik Reddy > Subject: Re: [PATCH] test/py: tpm2: Skip tpm pytest based on env

RE: [PATCH] test/py: tpm2: Skip tpm pytest based on env variable

2021-08-03 Thread T Karthik Reddy
Hi, Any update on this patch? Thanks T Karthik > -Original Message- > From: Ashok Reddy Soma > Sent: Friday, July 23, 2021 5:48 PM > To: u-boot@lists.denx.de > Cc: miquel.ray...@bootlin.com; git ; T Karthik Reddy > ; Ashok Reddy Soma > Subject: [PATCH] te

RE: [PATCH] test/py: tpm2: Skip tpm pytest based on env variable

2021-07-05 Thread T Karthik Reddy
Hi, Any update on this patch? Thanks T Karthik > -Original Message- > From: T Karthik Reddy > Sent: Tuesday, June 22, 2021 11:19 AM > To: u-boot@lists.denx.de > Cc: git-dev ; T Karthik Reddy > Subject: [PATCH] test/py: tpm2: Skip tpm pytest based on env vari

[PATCH] test/py: tpm2: Skip tpm pytest based on env variable

2021-06-22 Thread T Karthik Reddy
-off-by: T Karthik Reddy --- test/py/tests/test_tpm2.py | 28 1 file changed, 28 insertions(+) diff --git a/test/py/tests/test_tpm2.py b/test/py/tests/test_tpm2.py index 70f906da51..bb147d4e88 100644 --- a/test/py/tests/test_tpm2.py +++ b/test/py/tests/test_tpm2.p

Re: [U-Boot] [PATCH] usb: composite: add BOS descriptor support to composite framework

2019-10-25 Thread T Karthik Reddy
Hi Vignesh, > -Original Message- > From: Vignesh Raghavendra > Sent: Friday, October 25, 2019 10:13 AM > To: Michal Simek ; u-boot@lists.denx.de; git > > Cc: Marek Vasut ; T Karthik Reddy > Subject: Re: [U-Boot] [PATCH] usb: composite: add BOS descriptor s

Re: [U-Boot] [PATCH v2 1/2] dm: core: Add functions to read 64-bit dt properties

2019-09-19 Thread T Karthik Reddy
Hi, > -Original Message- > From: Michal Simek > Sent: Tuesday, September 17, 2019 6:56 PM > To: Simon Glass ; Bin Meng > Cc: Michal Simek ; U-Boot Mailing List b...@lists.denx.de>; T Karthik Reddy ; git > > Subject: Re: [PATCH v2 1/2] dm: core: Add fun

Re: [U-Boot] [PATCH 1/2] dm: core: Add functions to read 64-bit dt properties

2019-08-23 Thread T Karthik Reddy
Hi Bin Meng, > -Original Message- > From: Bin Meng > Sent: Friday, August 23, 2019 8:58 AM > To: Michal Simek > Cc: U-Boot Mailing List ; T Karthik Reddy > ; git > Subject: Re: [U-Boot] [PATCH 1/2] dm: core: Add functions to read 64-bit dt > properties > &g