On Thu, Jun 12, 2025 at 12:30:47AM +0800, Hans Zhang wrote: > Register bit manipulation in DesignWare PCIe controllers currently > uses repetitive read-modify-write sequences across multiple drivers. > This pattern leads to code duplication and increases maintenance > complexity as each driver implements similar logic with minor variations. When you repost this, can you fix whatever is keeping this series from being threaded? All the patches should be responses to the 00/13 cover letter. Don't repost until at least a couple of days have elapsed and you make non-trivial changes. My preference is to make the subject lines like: PCI: dra7xx: Refactor ... PCI: imx6: Refactor ... etc. I think including both dwc and dra7xx is overkill. You can find the prevailing style with: git log --no-merges --oneline --pretty=format:"%h (\"%s\")" drivers/pci/controller/dwc Whoever applies this series can trivially squash patches together if that seems better.