Re: [PATCH v12 4/5] PCI: qcom: Add a flag in match data along with ops
From: Lorenzo Pieralisi <hidden>
Date: 2021-10-12 14:11:31
Also in:
linux-arm-msm, linux-pci, linux-usb, lkml
From: Lorenzo Pieralisi <hidden>
Date: 2021-10-12 14:11:31
Also in:
linux-arm-msm, linux-pci, linux-usb, lkml
On Fri, Oct 08, 2021 at 07:29:05AM +0530, Prasad Malisetty wrote:
On 2021-10-07 23:33, Stephen Boyd wrote:quoted
Quoting Prasad Malisetty (2021-10-07 10:48:42)quoted
Add pipe_clk_need_muxing flag in match data and configureThis commit text isn't accurate. The flag isn't added in this patch anymore. Same goes for the commit title/subject. Can you please update it to say something like "Point match data to config struct"?Hi Bjorn, Could you please update below commit text while taking this patch. "PCI: qcom: Replace ops with struct pcie_cfg in pcie match data. Add struct qcom_pcie_cfg as match data for all platforms. Assign appropriate platform ops into qcom_pcie_cfg and read Using of_device_is_compatible in pcie probe. "
of_device_get_match_data() you mean ? I am confused, please let me know, I am applying patches 4-5. Lorenzo
Thanks -Prasadquoted
quoted
If the platform needs to switch pipe_clk_src. Signed-off-by: Prasad Malisetty <redacted> ---Otherwise code looks fine: Reviewed-by: Stephen Boyd <redacted>