On 29/03/2019 17:38, Lorenzo Pieralisi wrote: > On Mon, Mar 25, 2019 at 04:42:55PM +0100, Marc Gonzalez wrote: > >> Move the device class fudge to a proper fixup function, and remove >> qcom_pcie_rd_own_conf() which has become useless. >> >> NB: dw_pcie_setup_rc() already did the right thing, but it's broken >> on older qcom chips, such as 8064. >> >> Signed-off-by: Marc Gonzalez <marc.w.gonzalez@xxxxxxx> >> --- >> Changes from v4 to v5: Apply fixup to all qcom chips, the same way it was before >> (thus the code remains functionally equivalent) >> Drop Srinivas' Tested-by tag because of the change >> --- >> drivers/pci/controller/dwc/pcie-qcom.c | 23 ++++++----------------- >> 1 file changed, 6 insertions(+), 17 deletions(-) > > Applied to pci/dwc for v5.2, thanks. Thanks! Do you push to linux-next? (The patch is not in next-20190401) Regards.