From patchwork Wed Jun 29 14:41:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 1650174 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=e5tLIlcy; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=linux-pci-owner@vger.kernel.org; receiver=) Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4LY4261hWrz9sG2 for ; Thu, 30 Jun 2022 00:42:54 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233583AbiF2Omu (ORCPT ); Wed, 29 Jun 2022 10:42:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48108 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232873AbiF2Omt (ORCPT ); Wed, 29 Jun 2022 10:42:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1576839148; Wed, 29 Jun 2022 07:42:49 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A056661F1F; Wed, 29 Jun 2022 14:42:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 019EAC341C8; Wed, 29 Jun 2022 14:42:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656513768; bh=PsvsAFLo4acqW6iOMnciGMRanznvLepywsZhB5eq3i4=; h=From:To:Cc:Subject:Date:From; b=e5tLIlcy04h6SG1pog8HsuRRLl2eXSxQ027Zo2g7ekO1DOgM9N2KIqM/6WBR2PAbP J9G5UlZ6SHQoFG8WxoQY+Z626iJRNuR0/c4IoCnHehRL69EQl5FRq9ANHnKLeBrJjt yokpg78uLAnOyOCCONBPlptgTdDFxW1SXZ81pjaHooRhS50xbl9Ic3VOXj4D76cnRh nbTw3c0g3RQuz7jaN56Z03bkCzY5IOJB4mGc9E+SX48FNRCc/g3hnU29fNQJUQ5eOv DcpZ4l+ZEOuzo08hoh3Ye5/K0BVifgBvwgCh4Mirm5xEPAqJ4V8E9OiM4XefZOSu4+ 0nZvMoZO+ldww== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1o6Ytz-00058T-KO; Wed, 29 Jun 2022 16:42:47 +0200 From: Johan Hovold To: Bjorn Helgaas , Lorenzo Pieralisi Cc: Rob Herring , Stanimir Varbanov , Andy Gross , Bjorn Andersson , =?utf-8?q?Krzysztof_Wilczy?= =?utf-8?q?=C5=84ski?= , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH v2 0/2] PCI: qcom: Drop unused post_deinit callback Date: Wed, 29 Jun 2022 16:41:22 +0200 Message-Id: <20220629144124.19693-1-johan+linaro@kernel.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org This series drops the badly named post_deinit callback which is unused after merging the PIPE clock series: https://lore.kernel.org/all/20220608105238.2973600-1-dmitry.baryshkov@linaro.org/ Included is also a related error-label cleanup. It seems the above series will need to be rebased on the recently posted DBI fixes, and then these can go on top. Note that these patches also depend on the patch adding support for modular builds which should be ready to be merged: https://lore.kernel.org/all/20220519094646.23009-1-johan+linaro@kernel.org/ Johan 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 | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-)