Re: [PATCH 2/7] reset: imx: Add support for i.MX8MP reset controller

2024-02-21 Thread Marek Vasut
On 2/21/24 06:40, Sumit Garg wrote: On Tue, 20 Feb 2024 at 21:02, Marek Vasut wrote: On 2/20/24 14:10, Sumit Garg wrote: Pre-requisite to enable PCIe support on iMX8MP SoC. Please write a proper commit message . How about the following? Add support for i.MX8MP reset controller. It

Re: [PATCH 2/7] reset: imx: Add support for i.MX8MP reset controller

2024-02-20 Thread Sumit Garg
On Tue, 20 Feb 2024 at 21:02, Marek Vasut wrote: > > On 2/20/24 14:10, Sumit Garg wrote: > > Pre-requisite to enable PCIe support on iMX8MP SoC. > > Please write a proper commit message . > How about the following? Add support for i.MX8MP reset controller. It is required to enable PCIe s

Re: [PATCH 2/7] reset: imx: Add support for i.MX8MP reset controller

2024-02-20 Thread Marek Vasut
On 2/20/24 14:10, Sumit Garg wrote: Pre-requisite to enable PCIe support on iMX8MP SoC. Please write a proper commit message . Signed-off-by: Sumit Garg --- drivers/reset/reset-imx7.c | 114 + 1 file changed, 114 insertions(+) diff --git a/drivers/rese

[PATCH 2/7] reset: imx: Add support for i.MX8MP reset controller

2024-02-20 Thread Sumit Garg
Pre-requisite to enable PCIe support on iMX8MP SoC. Signed-off-by: Sumit Garg --- drivers/reset/reset-imx7.c | 114 + 1 file changed, 114 insertions(+) diff --git a/drivers/reset/reset-imx7.c b/drivers/reset/reset-imx7.c index eaef2cc2cdf..c1de84dea8b 100644