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 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 C26EEC61D9C for ; Wed, 22 Nov 2023 12:23:47 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=thuWcy/fHxKVH1WsxM0lNanbtKe2iMFFI0cR8M20CjI=; b=BgwR4A2XhYIMc3 b7mP0I6lDX37b6XBZn+u1HpuqDlCCYc/t9gl2jfxDM7CSCZIPx+iuiIPAwFi8znWrI7Jr36WXR6Xn gm+mh4hAf/prkvgR9k/EpTiO38lvDv4IUMdGfoBkQcbvfHfAZRlgQ0DimKr83M1uWe3O0h+kYtUkE kKAgBFrHribVRVsIoioj+ci0biE3wFLlVclusZk694kNY/IXFAGtd65t/aECSBoJZDvC44TzemCtn hNA9+Bra+SoyLOZRw4TdIj3SaKFGeSc0KLp8EZhiRk7TGcDYHUB0Rr1pEE5cpaXdNT2/q13v++yMq 2yqzodWAYqm0Pc1G9xvQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r5mGH-001mct-1P; Wed, 22 Nov 2023 12:23:21 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r5mG1-001mWw-14 for linux-arm-kernel@lists.infradead.org; Wed, 22 Nov 2023 12:23:06 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 9743361C00; Wed, 22 Nov 2023 12:23:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AE7CFC433C7; Wed, 22 Nov 2023 12:23:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1700655784; bh=DFhsCyEH5nky3Jc1oIQ8dW/1lPBVcizFpK8ZXl27xXg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2YTstX2MYQv0mw9KfEDkiXLQ6NHWhsucvPF4FUR4ltAkcqYMd19EFBp2ruC4yMR01 tw5Vd9qVwhjn7oKsdbtg4vwFNYUMFunO+RGYk+VLhIi522hKYQ+mOJcb6LKMo40T7w B3u9LsEw01kru4z1ieQyCHG1YLWWwDV4vBpXBuUI= Date: Wed, 22 Nov 2023 12:23:00 +0000 From: Greg Kroah-Hartman To: Stefan Wahren Cc: Florian Fainelli , Dan Carpenter , Phil Elwell , Dave Stevenson , Kieran Bingham , Laurent Pinchart , Umang Jain , linux-staging@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, "Ricardo B . Marliere" Subject: Re: [PATCH V2 0/3] staging: vchiq_arm: move state dump to debugfs Message-ID: <2023112238-acting-removing-50bd@gregkh> References: <20231029124837.119832-1-wahrenst@gmx.net> <8351ddaf-c63e-4527-809f-d002bd79ad14@gmx.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <8351ddaf-c63e-4527-809f-d002bd79ad14@gmx.net> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231122_042305_414676_7FFD96CA X-CRM114-Status: GOOD ( 14.70 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Nov 22, 2023 at 01:17:07PM +0100, Stefan Wahren wrote: > Hi Greg, > > Am 29.10.23 um 13:48 schrieb Stefan Wahren: > > Hello, > > > > since recent discussion raised the question about the future of debugfs > > for vchiq [1], i want to submit this cleanup patch series as part of the > > discussion and a small Halloween present ;-) > > > > Best regards > > > > Changes in V2: > > - rebase on top of current staging-next > > - address suggestion from Laurent Pinchart in patch 1 > > - fix checkpatch issue (too long line) in patch 2 > > > > [1] - https://lore.kernel.org/lkml/7ea529c2-3da6-47df-9b09-28d4ab36c4ef@kadam.mountain/T/ > > > > Stefan Wahren (3): > > staging: vchiq_core: Make vchiq_dump_service_state static > > staging: vchiq_core: Shorten bulk TX/RX pending dump > > staging: vchiq_arm: move state dump to debugfs > > should i resend incl. the received Reviewed-by tags? No, just wait for me to catch up with staging patches. Should be a week or so... tjhanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel