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 9EC2DECAAD5 for ; Mon, 5 Sep 2022 11:04:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238148AbiIELEK (ORCPT ); Mon, 5 Sep 2022 07:04:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56496 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238050AbiIELDb (ORCPT ); Mon, 5 Sep 2022 07:03:31 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4AB2821248; Mon, 5 Sep 2022 04:03:30 -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 02540B8102F; Mon, 5 Sep 2022 11:03:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3ED33C433D6; Mon, 5 Sep 2022 11:03:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662375807; bh=jfYFryh3FP3wn07kVr5yDSno8dPHGKZP1AQ50epDypw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uNnBPQlGPpWbTgTDg6JbTn+Je1l8/d0ugvpOxOEbaQ6bVvjP0uNux5CkzCsrpT8wj VK+MZfwj4ZIA6JQLqp1au0e5TWJ+BTsQ5BHVYCZPAMmdilA+UlnE0r5AkvN1VfOvYw I5Z4l0sqqhnR2AKrP6bh+eMHvRq9KJ+nwmbDVxh9GdMZh2r/oNycEMrQbP5Mi0g03X yMPhay0nXZQcSQRbBDZxbQ2kbZUIjTRN5o9V7BanzR/dNjBoAGLITN5ZEee12FlYHj UfyfgFJh0O9OOiC3YwW7N18gv2NHh1wQYftKduBIfB7Uwsp5jfu0lrkIKAYCwEtumu s3oLXxxkoerzg== Date: Mon, 5 Sep 2022 16:33:23 +0530 From: Vinod Koul To: Joy Zou Cc: Krzysztof Kozlowski , "S.J. Wang" , "shawnguo@kernel.org" , "s.hauer@pengutronix.de" , "kernel@pengutronix.de" , "festevam@gmail.com" , dl-linux-imx , "dmaengine@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [EXT] Re: [PATCH V4 2/4] dmaengine: imx-sdma: support hdmi audio Message-ID: References: <20220901020059.50099-1-joy.zou@nxp.com> <0d523880-9214-7b9b-ce1a-d06d4d5fbdf1@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05-09-22, 09:07, Joy Zou wrote: > > From: Krzysztof Kozlowski > > >> On 01-09-22, 10:00, Joy Zou wrote: > > >>> Add hdmi audio support in sdma. > > >> > > >> Pls make sure you thread your patches properly! They are broken threads! > > > I am trying to support for hdmi audio feature on community driver > > drivers/gpu/drm/bridge/synopsys/. > > > > This does not answer to the problem you patches do not compose proper > > thread. v5 which you sent now is also broken. Supporting HDMI audio feature > > does not prevent you to send patches correctly, right? > I am trying to support for hdmi audio feature on community driver drivers/gpu/drm/bridge/synopsys/. > I think the feature may take some time because I am not audio driver owner. I only want to update the others patch as soon as possible, so I send the patch v5. I am also solving the thread patches properly. Sorry you have not! In my inbox, v5 1/2 and 2/2 do not appear as a single thread Please fix the way you send the series and send them together, it is very difficult to review when they are disjoint FWIW, I checked the v5 2/2 and it does not have in-reply-to set, which should point to 1/2.. If you are using git send-email, point both the patches to it so that it will do that correctly for you -- ~Vinod