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 13B68C52D77 for ; Fri, 20 Jan 2023 19:08:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230161AbjATTI1 (ORCPT ); Fri, 20 Jan 2023 14:08:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45782 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230182AbjATTI0 (ORCPT ); Fri, 20 Jan 2023 14:08:26 -0500 Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F99572C38 for ; Fri, 20 Jan 2023 11:08:25 -0800 (PST) Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 6CEAB85203; Fri, 20 Jan 2023 20:08:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1674241702; bh=Tov0XxaFg4AeMetuCc/FSCGv5o+vmLUFOd1sTFSqNPg=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ywwY/7D4zN63SMp1a6K58R7x3l7dmmrIrA+pnKphjQJwnh/wWKx5tblC0cUhyJY/O P/WBN7Ijm/McNj4gOqbggxmwa0bx1q51glhcb9dyEAKBi3DVpdX3WqXa7aqdveXZmq qFLDFAv+Ju63dl/MNlVNtN0VLYV9tjgZwFhCdUiPAD1Jn+vVef8F26pRwEvqdHCPfG baJShQ/af9m1mkGCVD4Y8iOB56r8KhxShgqPg5ZsxQj8LZG1pAMLRgsVkrbihrON4Q 7519OKrh5MH8yUyNosFobVst1zUx8bCMyXDqgrraikgSQNVRsshRgxFhTAmb30iPrC w2ZKRlo2pk2IA== Message-ID: Date: Fri, 20 Jan 2023 20:08:19 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH v10 00/18] drm: Add Samsung MIPI DSIM bridge To: Jagan Teki Cc: Fabio Estevam , Dave Stevenson , Maxime Ripard , Andrzej Hajda , Inki Dae , Marek Szyprowski , Joonyoung Shim , Seung-Woo Kim , Kyungmin Park , Frieder Schrempf , Fancy Fang , Tim Harvey , Michael Nazzareno Trimarchi , Adam Ford , Neil Armstrong , Robert Foss , Laurent Pinchart , Tommaso Merciai , linux-samsung-soc@vger.kernel.org, Matteo Lisi , dri-devel@lists.freedesktop.org, NXP Linux Team , linux-amarula , linux-arm-kernel@lists.infradead.org References: <20221214125907.376148-1-jagan@amarulasolutions.com> Content-Language: en-US From: Marek Vasut In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org On 1/20/23 19:54, Jagan Teki wrote: > On Fri, Jan 20, 2023 at 8:36 PM Marek Vasut wrote: >> >> On 1/20/23 15:41, Jagan Teki wrote: >>> Hi Fabio, >> >> Hello all, >> >>> On Fri, Jan 20, 2023 at 5:36 PM Fabio Estevam wrote: >>>> >>>> Hi Jagan, >>>> >>>> On Thu, Jan 19, 2023 at 2:59 PM Jagan Teki wrote: >>>> >>>>> There are two patch series prior to this need to apply. >>>>> >>>>> https://patchwork.kernel.org/project/dri-devel/patch/20221212145745.15387-1-jagan@amarulasolutions.com/ >>>>> https://patchwork.kernel.org/project/dri-devel/cover/20221212182923.29155-1-jagan@amarulasolutions.com/ >>>> >>>> Would it make sense to re-submit these two patches as part of your series? >>> >>> The previous version's comment was to separate them from the DSIM series. >> >> Hmmmmm, seems like those first two patches got stuck. I fixed up the >> malformed Fixes: line (it was split across two lines and had angular >> brackets around it) and picked the first series via drm-misc-next . > > Thanks. > > We have another series for Exynos, prior to DSIM > https://patchwork.kernel.org/project/dri-devel/cover/20221212182923.29155-1-jagan@amarulasolutions.com/ > >> >> Can you send a subsequent patch to convert the DSIM_* macros to BIT() >> macro , since checkpatch --strict complains about it ? > > Okay. > >> >> For the second series, you likely want a RB from Maxime Ripard and Dave >> Stevenson first about the probe order handling. > > Do you mean for 01/18 and 02/18 patches? I mean https://patchwork.kernel.org/project/dri-devel/cover/20221212182923.29155-1-jagan@amarulasolutions.com/ 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 2F13FC38159 for ; Fri, 20 Jan 2023 19:08:28 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9011010E105; Fri, 20 Jan 2023 19:08:27 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) by gabe.freedesktop.org (Postfix) with ESMTPS id EB86010E105 for ; Fri, 20 Jan 2023 19:08:24 +0000 (UTC) Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 6CEAB85203; Fri, 20 Jan 2023 20:08:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1674241702; bh=Tov0XxaFg4AeMetuCc/FSCGv5o+vmLUFOd1sTFSqNPg=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ywwY/7D4zN63SMp1a6K58R7x3l7dmmrIrA+pnKphjQJwnh/wWKx5tblC0cUhyJY/O P/WBN7Ijm/McNj4gOqbggxmwa0bx1q51glhcb9dyEAKBi3DVpdX3WqXa7aqdveXZmq qFLDFAv+Ju63dl/MNlVNtN0VLYV9tjgZwFhCdUiPAD1Jn+vVef8F26pRwEvqdHCPfG baJShQ/af9m1mkGCVD4Y8iOB56r8KhxShgqPg5ZsxQj8LZG1pAMLRgsVkrbihrON4Q 7519OKrh5MH8yUyNosFobVst1zUx8bCMyXDqgrraikgSQNVRsshRgxFhTAmb30iPrC w2ZKRlo2pk2IA== Message-ID: Date: Fri, 20 Jan 2023 20:08:19 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH v10 00/18] drm: Add Samsung MIPI DSIM bridge To: Jagan Teki References: <20221214125907.376148-1-jagan@amarulasolutions.com> Content-Language: en-US From: Marek Vasut In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dri-devel@lists.freedesktop.org, Laurent Pinchart , Andrzej Hajda , Fancy Fang , Marek Szyprowski , linux-samsung-soc@vger.kernel.org, Joonyoung Shim , Dave Stevenson , Neil Armstrong , Frieder Schrempf , Tommaso Merciai , NXP Linux Team , Michael Nazzareno Trimarchi , Matteo Lisi , Maxime Ripard , Adam Ford , linux-arm-kernel@lists.infradead.org, Seung-Woo Kim , Robert Foss , Kyungmin Park , linux-amarula Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 1/20/23 19:54, Jagan Teki wrote: > On Fri, Jan 20, 2023 at 8:36 PM Marek Vasut wrote: >> >> On 1/20/23 15:41, Jagan Teki wrote: >>> Hi Fabio, >> >> Hello all, >> >>> On Fri, Jan 20, 2023 at 5:36 PM Fabio Estevam wrote: >>>> >>>> Hi Jagan, >>>> >>>> On Thu, Jan 19, 2023 at 2:59 PM Jagan Teki wrote: >>>> >>>>> There are two patch series prior to this need to apply. >>>>> >>>>> https://patchwork.kernel.org/project/dri-devel/patch/20221212145745.15387-1-jagan@amarulasolutions.com/ >>>>> https://patchwork.kernel.org/project/dri-devel/cover/20221212182923.29155-1-jagan@amarulasolutions.com/ >>>> >>>> Would it make sense to re-submit these two patches as part of your series? >>> >>> The previous version's comment was to separate them from the DSIM series. >> >> Hmmmmm, seems like those first two patches got stuck. I fixed up the >> malformed Fixes: line (it was split across two lines and had angular >> brackets around it) and picked the first series via drm-misc-next . > > Thanks. > > We have another series for Exynos, prior to DSIM > https://patchwork.kernel.org/project/dri-devel/cover/20221212182923.29155-1-jagan@amarulasolutions.com/ > >> >> Can you send a subsequent patch to convert the DSIM_* macros to BIT() >> macro , since checkpatch --strict complains about it ? > > Okay. > >> >> For the second series, you likely want a RB from Maxime Ripard and Dave >> Stevenson first about the probe order handling. > > Do you mean for 01/18 and 02/18 patches? I mean https://patchwork.kernel.org/project/dri-devel/cover/20221212182923.29155-1-jagan@amarulasolutions.com/ 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 EE516C05027 for ; Fri, 20 Jan 2023 19:09:41 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=FRqkYH6nGNEJAgrvMpagtIi0mTsfttoXQrI5o3EDNog=; b=ululVhumODi/xx Kw9BIIvhSKNfGT3H/APhYGatm/UbNwiCmwiYcjnnvg8M7trhMlDp/vVDFF18oBSKqgQqTRqh1++KL te51630Lq7hbMybFFgQ0cILR1FIAhlwMeEMvilqC2rUBGkFdiprtUfVyVLvsi7Gt9ZdSeAaM0zOCd 35E7sltzlvzgRQA3goppoQyJwVAWN+7GSbKCENM2ud6ZR8a/0z9T7ecVuht4+IbyAzZNFEoouImeS 0uVeWhWBrpHqrN0k/14O4ay/+yX0/f+Ox4SrYfsUnVirl2HwitOmbEZvAbzS1PQp5GlrgOolDIlRI rr6WDpoxI2HhCb0ZrXAA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pIwka-00Bze0-SM; Fri, 20 Jan 2023 19:08:34 +0000 Received: from phobos.denx.de ([2a01:238:438b:c500:173d:9f52:ddab:ee01]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pIwkS-00BzaR-K9 for linux-arm-kernel@lists.infradead.org; Fri, 20 Jan 2023 19:08:26 +0000 Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 6CEAB85203; Fri, 20 Jan 2023 20:08:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1674241702; bh=Tov0XxaFg4AeMetuCc/FSCGv5o+vmLUFOd1sTFSqNPg=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ywwY/7D4zN63SMp1a6K58R7x3l7dmmrIrA+pnKphjQJwnh/wWKx5tblC0cUhyJY/O P/WBN7Ijm/McNj4gOqbggxmwa0bx1q51glhcb9dyEAKBi3DVpdX3WqXa7aqdveXZmq qFLDFAv+Ju63dl/MNlVNtN0VLYV9tjgZwFhCdUiPAD1Jn+vVef8F26pRwEvqdHCPfG baJShQ/af9m1mkGCVD4Y8iOB56r8KhxShgqPg5ZsxQj8LZG1pAMLRgsVkrbihrON4Q 7519OKrh5MH8yUyNosFobVst1zUx8bCMyXDqgrraikgSQNVRsshRgxFhTAmb30iPrC w2ZKRlo2pk2IA== Message-ID: Date: Fri, 20 Jan 2023 20:08:19 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH v10 00/18] drm: Add Samsung MIPI DSIM bridge To: Jagan Teki Cc: Fabio Estevam , Dave Stevenson , Maxime Ripard , Andrzej Hajda , Inki Dae , Marek Szyprowski , Joonyoung Shim , Seung-Woo Kim , Kyungmin Park , Frieder Schrempf , Fancy Fang , Tim Harvey , Michael Nazzareno Trimarchi , Adam Ford , Neil Armstrong , Robert Foss , Laurent Pinchart , Tommaso Merciai , linux-samsung-soc@vger.kernel.org, Matteo Lisi , dri-devel@lists.freedesktop.org, NXP Linux Team , linux-amarula , linux-arm-kernel@lists.infradead.org References: <20221214125907.376148-1-jagan@amarulasolutions.com> Content-Language: en-US From: Marek Vasut In-Reply-To: X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230120_110825_030933_4F62AAF5 X-CRM114-Status: GOOD ( 19.15 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 1/20/23 19:54, Jagan Teki wrote: > On Fri, Jan 20, 2023 at 8:36 PM Marek Vasut wrote: >> >> On 1/20/23 15:41, Jagan Teki wrote: >>> Hi Fabio, >> >> Hello all, >> >>> On Fri, Jan 20, 2023 at 5:36 PM Fabio Estevam wrote: >>>> >>>> Hi Jagan, >>>> >>>> On Thu, Jan 19, 2023 at 2:59 PM Jagan Teki wrote: >>>> >>>>> There are two patch series prior to this need to apply. >>>>> >>>>> https://patchwork.kernel.org/project/dri-devel/patch/20221212145745.15387-1-jagan@amarulasolutions.com/ >>>>> https://patchwork.kernel.org/project/dri-devel/cover/20221212182923.29155-1-jagan@amarulasolutions.com/ >>>> >>>> Would it make sense to re-submit these two patches as part of your series? >>> >>> The previous version's comment was to separate them from the DSIM series. >> >> Hmmmmm, seems like those first two patches got stuck. I fixed up the >> malformed Fixes: line (it was split across two lines and had angular >> brackets around it) and picked the first series via drm-misc-next . > > Thanks. > > We have another series for Exynos, prior to DSIM > https://patchwork.kernel.org/project/dri-devel/cover/20221212182923.29155-1-jagan@amarulasolutions.com/ > >> >> Can you send a subsequent patch to convert the DSIM_* macros to BIT() >> macro , since checkpatch --strict complains about it ? > > Okay. > >> >> For the second series, you likely want a RB from Maxime Ripard and Dave >> Stevenson first about the probe order handling. > > Do you mean for 01/18 and 02/18 patches? I mean https://patchwork.kernel.org/project/dri-devel/cover/20221212182923.29155-1-jagan@amarulasolutions.com/ _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel