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 C8ED5C05027 for ; Fri, 20 Jan 2023 15:06:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231249AbjATPGY (ORCPT ); Fri, 20 Jan 2023 10:06:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41778 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230520AbjATPGX (ORCPT ); Fri, 20 Jan 2023 10:06:23 -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 F3C21D05E8 for ; Fri, 20 Jan 2023 07:06:14 -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 D428C82A24; Fri, 20 Jan 2023 16:06:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1674227172; bh=Q+GtcqYVcRCyforgDMEOvrZe/K4O2oZLi3dROtOs6DA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=xEkgFbvql9TdclCnOShK3oy7AQezqlWlmrbnCte9WmqZmoSRojetE5WBSB5hkWLxt w7xqteKzcbAUUrhGSMQZpW02MLQ2A7cOKbJvfDPyTyXZPVWHH+DFYMDQJJ9OZkfeE/ clZ29Lh+UQiClmgcL3ILBxucqtmZ6VjyPJQhYcwFNVxyy85H5NJ4rs7cmh1qCC9ZM/ UJ8H7Zja180ndE2/uh6KUM7KhFk+gBu+aWC+Gso/6hsa4dYXklrRDApxFXWnF7GgFk e60HpFtCAuXxJtyxPdHPYfLbZ2v8YZP5ce4Dvfbb9v15q/rZyN+x5BH4+TKQIHDj2p J/8JLWmX8cRbQ== Message-ID: Date: Fri, 20 Jan 2023 16:06:09 +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 , Fabio Estevam , Dave Stevenson , Maxime Ripard Cc: 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 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 . Can you send a subsequent patch to convert the DSIM_* macros to BIT() macro , since checkpatch --strict complains about it ? For the second series, you likely want a RB from Maxime Ripard and Dave Stevenson first about the probe order handling. 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 9D7B4C25B4E for ; Fri, 20 Jan 2023 15:06:19 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7D81D10E0F8; Fri, 20 Jan 2023 15:06:18 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) by gabe.freedesktop.org (Postfix) with ESMTPS id B8CFE10EA8E for ; Fri, 20 Jan 2023 15:06:15 +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 D428C82A24; Fri, 20 Jan 2023 16:06:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1674227172; bh=Q+GtcqYVcRCyforgDMEOvrZe/K4O2oZLi3dROtOs6DA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=xEkgFbvql9TdclCnOShK3oy7AQezqlWlmrbnCte9WmqZmoSRojetE5WBSB5hkWLxt w7xqteKzcbAUUrhGSMQZpW02MLQ2A7cOKbJvfDPyTyXZPVWHH+DFYMDQJJ9OZkfeE/ clZ29Lh+UQiClmgcL3ILBxucqtmZ6VjyPJQhYcwFNVxyy85H5NJ4rs7cmh1qCC9ZM/ UJ8H7Zja180ndE2/uh6KUM7KhFk+gBu+aWC+Gso/6hsa4dYXklrRDApxFXWnF7GgFk e60HpFtCAuXxJtyxPdHPYfLbZ2v8YZP5ce4Dvfbb9v15q/rZyN+x5BH4+TKQIHDj2p J/8JLWmX8cRbQ== Message-ID: Date: Fri, 20 Jan 2023 16:06:09 +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 , Fabio Estevam , Dave Stevenson , Maxime Ripard 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, linux-samsung-soc@vger.kernel.org, Laurent Pinchart , Joonyoung Shim , Tommaso Merciai , linux-amarula , Seung-Woo Kim , Neil Armstrong , Frieder Schrempf , Kyungmin Park , Matteo Lisi , Robert Foss , Andrzej Hajda , NXP Linux Team , Fancy Fang , Michael Nazzareno Trimarchi , Adam Ford , linux-arm-kernel@lists.infradead.org, Marek Szyprowski Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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 . Can you send a subsequent patch to convert the DSIM_* macros to BIT() macro , since checkpatch --strict complains about it ? For the second series, you likely want a RB from Maxime Ripard and Dave Stevenson first about the probe order handling. 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 476F7C05027 for ; Fri, 20 Jan 2023 15:07:37 +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=938bLK9iRO6fqXnuFRwg/LyVoJmtiIKy6CiSAQlJ0/0=; b=kvLdr3f5t8oxHR mF+zuEpbZdqp5Wpz7aIxE0RR5Mnw29Dm0LvAeTFuvw6aodfT3wQCLEmKJnv8yFBxf6hjZaG3MkjaL NxV1CUlWhkuKdxGniVgwYlXpl58KDu7mSCCJSO3iRV3BruVeiUx/3ikunBLO/Te/SmZiQG/A90+Hi 0tZRLrePrs5ecoPX4l2jJVjKYK4By0fzaLKtfxIq00SJDnweb5tCjmSkSi9Q3ottTsvoCTN6StmAy lUuqSCkTurYqSAsMhL7nV3J5ThaRsy5Lw4Wc8fBSmmkaxm7HcQpK40r9iRIF3iBtILGD1+BzPaAS3 EO6xvTX0kHMy0sPSP3Jg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pIsyG-00AuBY-BN; Fri, 20 Jan 2023 15:06:24 +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 1pIsyC-00Au8L-8h for linux-arm-kernel@lists.infradead.org; Fri, 20 Jan 2023 15:06:22 +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 D428C82A24; Fri, 20 Jan 2023 16:06:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1674227172; bh=Q+GtcqYVcRCyforgDMEOvrZe/K4O2oZLi3dROtOs6DA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=xEkgFbvql9TdclCnOShK3oy7AQezqlWlmrbnCte9WmqZmoSRojetE5WBSB5hkWLxt w7xqteKzcbAUUrhGSMQZpW02MLQ2A7cOKbJvfDPyTyXZPVWHH+DFYMDQJJ9OZkfeE/ clZ29Lh+UQiClmgcL3ILBxucqtmZ6VjyPJQhYcwFNVxyy85H5NJ4rs7cmh1qCC9ZM/ UJ8H7Zja180ndE2/uh6KUM7KhFk+gBu+aWC+Gso/6hsa4dYXklrRDApxFXWnF7GgFk e60HpFtCAuXxJtyxPdHPYfLbZ2v8YZP5ce4Dvfbb9v15q/rZyN+x5BH4+TKQIHDj2p J/8JLWmX8cRbQ== Message-ID: Date: Fri, 20 Jan 2023 16:06:09 +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 , Fabio Estevam , Dave Stevenson , Maxime Ripard Cc: 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_070620_739648_FC9085D2 X-CRM114-Status: GOOD ( 14.97 ) 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 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 . Can you send a subsequent patch to convert the DSIM_* macros to BIT() macro , since checkpatch --strict complains about it ? For the second series, you likely want a RB from Maxime Ripard and Dave Stevenson first about the probe order handling. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel