From patchwork Wed Oct 25 10:32:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 13435943 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 538EBC25B47 for ; Wed, 25 Oct 2023 10:33:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=8RB5wecg93rkXZNtsCVIuARZ4Wtp2j2HLom4dbEgLik=; b=vFyJiZNBgm+5jj CRh4LFQH4MabxUy/G2BOaX+kHchCKOBYTUuFaIDOYy3yyXlS0ZuB4Qud8cRxI70a4mdDjfBtY8/Hr VprSIjJwi1JytjtL4WYMtRIPtlikMPjaFa/SwuzuYsVIb90mVpFfC5LkB/8Zt355xA9xdd4sU6h1b AHIPIPpEMjsju3moYQpNvijS/+tGiAjdnflfgot5ZxaARuE4LX4D5drp/dgeFsVjYrHVySeRSlURk bCwVY+EPA2hdjVWnxQw10cCRokEhsTfB/QFFjM+98W0yesB/m7AIHoqwrLC21YdWXv4F3qcFMDKDW 5O9M9242lzEgYD6xqrrQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qvbCK-00C3gN-1t; Wed, 25 Oct 2023 10:33:12 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qvbCH-00C3fi-0c; Wed, 25 Oct 2023 10:33:10 +0000 Received: from umang.jain (unknown [103.251.226.9]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 7845F669; Wed, 25 Oct 2023 12:32:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1698229975; bh=qr18ghb+ItF+1AhxaAoJ6pixdlCURsSktU0qsiDuHC8=; h=From:To:Cc:Subject:Date:From; b=N+CB3tXyIiOkIXNE14s8qaYi8rH4CgmrDi/islQ4F6JIZ56x9eC3lk9Ez/2Re+ScO +gF5F/6yCK+Ur18iduG96H41wE+zM93qw+gOYSBjxkD3zFR0YALkEb46wipkQbSVdV FBDv3O+FHODfcMQi7loadTM4wh+/MzM12LXSVLrE= From: Umang Jain To: linux-staging@lists.linux.dev, linux-rpi-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Stefan Wahren , Greg Kroah-Hartman , Kieran Bingham , Laurent Pinchart , Dan Carpenter , Umang Jain Subject: [PATCH 0/2] staging: vc04_services: Remove completed TODO items Date: Wed, 25 Oct 2023 06:32:58 -0400 Message-ID: <20231025103300.340572-1-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231025_033309_442169_869D0BEA X-CRM114-Status: UNSURE ( 4.68 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org As per staging-next, there are two items which are completed. Drop those two entries from the vc04_services TODOs. 1/2 drop the item which was addressed by vchiq-bus and struct vchiq_device per device handling. All blockers have been resolved and landed in staging-next as of today. 2/2 was already completed as far as I can see. It was also confirmed by Stefan here [1]. [1]: https://lore.kernel.org/lkml/79cf6cc0-d071-f834-1db9-cb5411c1f356@i2se.com/ Umang Jain (2): staging: vc04_services: Drop completed TODO item staging: vc04_services: Drop completed TODO item drivers/staging/vc04_services/interface/TODO | 15 --------------- 1 file changed, 15 deletions(-) base-commit: 5d9f6f26ec6656b43bf90f12705dbe88ce77f8d5