[PATCH v3 0/2] PCI: qcom: Drop unused post_deinit callback

Johan Hovold posted 2 patches 1 year, 6 months ago
drivers/pci/controller/dwc/pcie-qcom.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
[PATCH v3 0/2] PCI: qcom: Drop unused post_deinit callback
Posted by Johan Hovold 1 year, 6 months ago
This series drops the badly named post_deinit callback which is unused
after merging the PIPE clock series. Included is also a related
error-label cleanup.

Since the modular driver patch is held off for a while still, I've
rebased these cleanups so that they might make it into 6.1.

Johan


Changes in v3
 - drop dependency on patch making the driver modular

Changes in v2
 - keep the post_init() callback which is being repurposed for DBI
   accesses


Johan Hovold (2):
  PCI: qcom: Drop unused post_deinit callback
  PCI: qcom: Rename host-init error label

 drivers/pci/controller/dwc/pcie-qcom.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

-- 
2.35.1
Re: [PATCH v3 0/2] PCI: qcom: Drop unused post_deinit callback
Posted by Lorenzo Pieralisi 1 year, 6 months ago
On Wed, 28 Sep 2022 17:54:19 +0200, Johan Hovold wrote:
> This series drops the badly named post_deinit callback which is unused
> after merging the PIPE clock series. Included is also a related
> error-label cleanup.
> 
> Since the modular driver patch is held off for a while still, I've
> rebased these cleanups so that they might make it into 6.1.
> 
> [...]

Applied to pci/qcom, thanks!

[1/2] PCI: qcom: Drop unused post_deinit callback
      https://git.kernel.org/lpieralisi/pci/c/b623023225ab
[2/2] PCI: qcom: Rename host-init error label
      https://git.kernel.org/lpieralisi/pci/c/0e4d9a5cc767

Thanks,
Lorenzo