From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 92DD4C7619A for ; Thu, 13 Apr 2023 00:11:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229659AbjDMALk (ORCPT ); Wed, 12 Apr 2023 20:11:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60904 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229604AbjDMALi (ORCPT ); Wed, 12 Apr 2023 20:11:38 -0400 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B9882DC for ; Wed, 12 Apr 2023 17:11:35 -0700 (PDT) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4Pxg3k1fL5z4xGK; Thu, 13 Apr 2023 10:11:29 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1681344690; bh=ptjOI3AT2/hYtcYUPlZVEdbaAdsYtMWDcr1HU6xLHPk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=ng1uWfFhe4z23J4cjn0ubPm9lTEthaP4Cal102stJ7NcTcam2/rK+5b1ZjgZaU1VZ avi9T+kduc9YFiK/0WtznbNCy6sld5Aus9ecCFuY+GwYdGZUkRe+f2V0I3A3W+WUX6 yFKVCJT2wHKkcVOvd2+YkEJEDuN6VlIh1/9mvtXS4q0k2PT0V8fubxvhJkhwzYZbpF Ts9ckAEyyIjMH//NICrJmPsFWh14Z6qKQSzxgQ0DoKcVNtCpBI3wE0qgcdnJkR9+9e pjWphtI59QX6GbQmYfzgPLwBCRhP9C4yUEHAN/IKfJE6dPcDYCl/vgy3QttAQTu3qC afX5EwbzTu6MQ== From: Michael Ellerman To: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Anatolij Gustschin Cc: Nicholas Piggin , Christophe Leroy , Andy Shevchenko , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] powerpc/mpc52xx_lpbfifo: Drop unused functions In-Reply-To: <20230412150524.ojsvukh47hing6db@pengutronix.de> References: <20221228145129.31700-1-u.kleine-koenig@pengutronix.de> <20230412150524.ojsvukh47hing6db@pengutronix.de> Date: Thu, 13 Apr 2023 10:11:25 +1000 Message-ID: <87zg7cabf6.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Uwe Kleine-K=C3=B6nig writes: > On Wed, Dec 28, 2022 at 03:51:29PM +0100, Uwe Kleine-K=C3=B6nig wrote: >> The four exported functions mpc52xx_lpbfifo_submit(), >> mpc52xx_lpbfifo_abort(), mpc52xx_lpbfifo_poll(), and >> mpc52xx_lpbfifo_start_xfer() are not used. So they can be dropped and the >> definitions needed to call them can be moved into the driver file. >>=20 >> Signed-off-by: Uwe Kleine-K=C3=B6nig > > I never got feedback about this driver and it has not appeared in next > up to now. Did it fell through the cracks? Yeah. I was hoping someone would explain what's going on with the driver. Presumably there are some out-of-tree drivers that use the routines provided by this driver? I think rather than merging this patch, which keeps the code but makes it completely useless, do you mind sending a patch to remove the whole driver? Maybe that will get someone's attention. cheers