mbox series

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

Message ID 20220928155421.21660-1-johan+linaro@kernel.org
Headers show
Series PCI: qcom: Drop unused post_deinit callback | expand

Message

Johan Hovold Sept. 28, 2022, 3:54 p.m. UTC
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(-)

Comments

Lorenzo Pieralisi Sept. 29, 2022, 8:35 a.m. UTC | #1
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