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 27804C433EF for ; Fri, 22 Apr 2022 15:13:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1449297AbiDVPQO (ORCPT ); Fri, 22 Apr 2022 11:16:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59356 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355821AbiDVPQK (ORCPT ); Fri, 22 Apr 2022 11:16:10 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 985AE5D5E5 for ; Fri, 22 Apr 2022 08:13:17 -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 ams.source.kernel.org (Postfix) with ESMTPS id 5E63EB830D9 for ; Fri, 22 Apr 2022 15:13:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 17E4FC385A0; Fri, 22 Apr 2022 15:13:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1650640395; bh=GSg4cKn8K7Kb7YLezUWWALENHN/BmeeuDFc8lszaIh4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QaMbMs6JoP5KhJZRh3Ctuhun2xY4R+R2Q5z295CSpRETPtM58rloMPd1zp2Kl3Mm7 DtQf1b+4KF/puxCxVEtniCviypLvQyqRCVt6mQcbyWyeZPwqHDrYZxU7Rn1g8z/iat rtpH6X3Hb69cBqLmQ8GL8s4L+cAW+/PKwUYO1I5k= Date: Fri, 22 Apr 2022 17:13:11 +0200 From: Greg Kroah-Hartman To: Stefan Wahren Cc: Adrien Thierry , Maxime Ripard , Takashi Iwai , Florian Fainelli , Ray Jui , Scott Branden , bcm-kernel-feedback-list@broadcom.com, Nicolas Saenz Julienne , linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] staging: bcm2835-audio: delete TODO Message-ID: References: <20220420174401.305964-1-athierry@redhat.com> <97917592-6e11-dd82-3f41-893da6b15f6a@i2se.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <97917592-6e11-dd82-3f41-893da6b15f6a@i2se.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 22, 2022 at 04:58:22PM +0200, Stefan Wahren wrote: > Hi Greg, > > Am 22.04.22 um 16:40 schrieb Greg Kroah-Hartman: > > On Wed, Apr 20, 2022 at 01:44:00PM -0400, Adrien Thierry wrote: > > > Delete TODO since all tasks were completed: > > > > > > 1 - fixed here: > > > https://lore.kernel.org/all/20220408150359.26661-1-athierry@redhat.com/ > > > > > > 2 - there are no remaining checkpatch.pl errors or warnings > > > > > > Signed-off-by: Adrien Thierry > > > --- > > > drivers/staging/vc04_services/bcm2835-audio/TODO | 10 ---------- > > > 1 file changed, 10 deletions(-) > > > delete mode 100644 drivers/staging/vc04_services/bcm2835-audio/TODO > > > > > > diff --git a/drivers/staging/vc04_services/bcm2835-audio/TODO b/drivers/staging/vc04_services/bcm2835-audio/TODO > > > deleted file mode 100644 > > > index b85451255db0..000000000000 > > > --- a/drivers/staging/vc04_services/bcm2835-audio/TODO > > > +++ /dev/null > > > @@ -1,10 +0,0 @@ > > > -***************************************************************************** > > > -* * > > > -* TODO: BCM2835-AUDIO * > > > -* * > > > -***************************************************************************** > > > - > > > -1) Revisit multi-cards options and PCM route mixer control (as per comment > > > -https://lore.kernel.org/lkml/s5hd0to5598.wl-tiwai@suse.de) > > > - > > > -2) Fix the remaining checkpatch.pl errors and warnings. > > > -- > > > 2.35.1 > > > > > > > > Great, so now it can be merged to the real part of the kernel? If not, > > what's left for that to happen? > > bcm2835-audio depends on interface/vchiq_arm in a parallel directory. Its > TODO list is a little bit longer. Ah, yeah, still more work to do :(