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 DA20AC54E94 for ; Tue, 24 Jan 2023 21:13:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232547AbjAXVNp (ORCPT ); Tue, 24 Jan 2023 16:13:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41658 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231987AbjAXVNn (ORCPT ); Tue, 24 Jan 2023 16:13:43 -0500 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BE20245225 for ; Tue, 24 Jan 2023 13:13:41 -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 3A2DB85666; Tue, 24 Jan 2023 22:13:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1674594820; bh=DkuTSr1Aaum7C2MYEKAnRZ0UIMSpdipVQufqreKZcEQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=sp6kBegY36caLn7cLPgQnM5guKiAi0gtzZOCYSh4lqn++DXRv0nGm5AoCUJ3lx444 SX/U6hcwNZCNb6ACKxxMYCni9SnL6XBOYFviPGlybXwC+36wMU0ckgaOyKqe7GmbHK yo6fHyKNoTMjt4QcZVFupuTMsHDPWbkqNqLe5eNJNVIL7I9q9t6wQ9zR1woz0/HUPk osw08GtrRhySnacm5W/5ijknwdOLPhAxPKlz8R0H4qUUNDR5J25irA58N90suQ2loR qGzKtkrpq+mAXyhbzyMrelj5SMSqLCYgxnqT8IZJive1Oycj4VvOYAFl5Q6D2tOHAf yButK63HfgGKA== Message-ID: Date: Tue, 24 Jan 2023 22:13:38 +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: [RESEND PATCH v11 00/18] drm: Add Samsung MIPI DSIM bridge Content-Language: en-US To: Jagan Teki , 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 Cc: Matteo Lisi , dri-devel@lists.freedesktop.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, NXP Linux Team , linux-amarula References: <20230123151212.269082-1-jagan@amarulasolutions.com> From: Marek Vasut In-Reply-To: <20230123151212.269082-1-jagan@amarulasolutions.com> 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/23/23 16:11, Jagan Teki wrote: > This series supports common bridge support for Samsung MIPI DSIM > which is used in Exynos and i.MX8MM SoC's. > > The final bridge supports both the Exynos and i.MX8M Mini/Nano/Plus. > > Patch 0001 - 0004: adding devm_drm_of_dsi_get_bridge > > Patch 0005 - 0006: optional PHY, PMS_P offset > > Patch 0007 : introduce hw_type > > Patch 0008 : fixing host init > > Patch 0009 : atomic_check > > Patch 0010 : input_bus_flags > > Patch 0011 : atomic_get_input_bus_fmts > > Patch 0012 - 0013: component vs bridge > > Patch 0014 : DSIM bridge > > Patch 0015 - 0016: i.MX8M Mini/Nano > > Patch 0017 - 0018: i.MX8M Plus Please drop chen.fang@nxp.com, narmstrong@linaro.org, jy0922.shim@samsung.com from CC, they bounce. 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 71F06C54EED for ; Tue, 24 Jan 2023 21:13:44 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B63C010E25C; Tue, 24 Jan 2023 21:13:43 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) by gabe.freedesktop.org (Postfix) with ESMTPS id BE54510E25C for ; Tue, 24 Jan 2023 21:13:41 +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 3A2DB85666; Tue, 24 Jan 2023 22:13:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1674594820; bh=DkuTSr1Aaum7C2MYEKAnRZ0UIMSpdipVQufqreKZcEQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=sp6kBegY36caLn7cLPgQnM5guKiAi0gtzZOCYSh4lqn++DXRv0nGm5AoCUJ3lx444 SX/U6hcwNZCNb6ACKxxMYCni9SnL6XBOYFviPGlybXwC+36wMU0ckgaOyKqe7GmbHK yo6fHyKNoTMjt4QcZVFupuTMsHDPWbkqNqLe5eNJNVIL7I9q9t6wQ9zR1woz0/HUPk osw08GtrRhySnacm5W/5ijknwdOLPhAxPKlz8R0H4qUUNDR5J25irA58N90suQ2loR qGzKtkrpq+mAXyhbzyMrelj5SMSqLCYgxnqT8IZJive1Oycj4VvOYAFl5Q6D2tOHAf yButK63HfgGKA== Message-ID: Date: Tue, 24 Jan 2023 22:13:38 +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: [RESEND PATCH v11 00/18] drm: Add Samsung MIPI DSIM bridge Content-Language: en-US To: Jagan Teki , 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 References: <20230123151212.269082-1-jagan@amarulasolutions.com> From: Marek Vasut In-Reply-To: <20230123151212.269082-1-jagan@amarulasolutions.com> 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: linux-samsung-soc@vger.kernel.org, Matteo Lisi , dri-devel@lists.freedesktop.org, NXP Linux Team , linux-amarula , linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 1/23/23 16:11, Jagan Teki wrote: > This series supports common bridge support for Samsung MIPI DSIM > which is used in Exynos and i.MX8MM SoC's. > > The final bridge supports both the Exynos and i.MX8M Mini/Nano/Plus. > > Patch 0001 - 0004: adding devm_drm_of_dsi_get_bridge > > Patch 0005 - 0006: optional PHY, PMS_P offset > > Patch 0007 : introduce hw_type > > Patch 0008 : fixing host init > > Patch 0009 : atomic_check > > Patch 0010 : input_bus_flags > > Patch 0011 : atomic_get_input_bus_fmts > > Patch 0012 - 0013: component vs bridge > > Patch 0014 : DSIM bridge > > Patch 0015 - 0016: i.MX8M Mini/Nano > > Patch 0017 - 0018: i.MX8M Plus Please drop chen.fang@nxp.com, narmstrong@linaro.org, jy0922.shim@samsung.com from CC, they bounce. 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 4A887C54EED for ; Tue, 24 Jan 2023 21:14: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=TGXVlZp/81qyFc2T7CETRasCFIHCC1NbbtK80/XCAN0=; b=0Hrcjfex7dz5qu UjvSNrXM0FglMI3OthJi4e+SmsJKyb5SJ0ayhr0BoHt8hj+cX/JTWy7FNoLGc5l9LptdLUPbXoXXt YVmTybCIl5wd4PJdA4UMF71Clrn3N5DZ6TMFNJy3E3sw1XB8isGgOg/jd+qTkZLHU/jwk4hxWXstl epg23k6shkiQRK6cqguvKCdukXxXuPt/d8xZXiJhJrUPwpQbEmqLnPxCPCbr3WFCznS8uSOFpwDAc VpYDb1n68s1PnPcmqdOZw1aVEnzZIA/+gB8sRKF9RRZ1jtOKv7cX6v2oM4H5dC1nsFfyYpFIFWtQv JtKgYthMmQdXL/BzcR7Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKQbw-005Mh5-VS; Tue, 24 Jan 2023 21:13:45 +0000 Received: from phobos.denx.de ([85.214.62.61]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKQbt-005MgT-S7 for linux-arm-kernel@lists.infradead.org; Tue, 24 Jan 2023 21:13:43 +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 3A2DB85666; Tue, 24 Jan 2023 22:13:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1674594820; bh=DkuTSr1Aaum7C2MYEKAnRZ0UIMSpdipVQufqreKZcEQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=sp6kBegY36caLn7cLPgQnM5guKiAi0gtzZOCYSh4lqn++DXRv0nGm5AoCUJ3lx444 SX/U6hcwNZCNb6ACKxxMYCni9SnL6XBOYFviPGlybXwC+36wMU0ckgaOyKqe7GmbHK yo6fHyKNoTMjt4QcZVFupuTMsHDPWbkqNqLe5eNJNVIL7I9q9t6wQ9zR1woz0/HUPk osw08GtrRhySnacm5W/5ijknwdOLPhAxPKlz8R0H4qUUNDR5J25irA58N90suQ2loR qGzKtkrpq+mAXyhbzyMrelj5SMSqLCYgxnqT8IZJive1Oycj4VvOYAFl5Q6D2tOHAf yButK63HfgGKA== Message-ID: Date: Tue, 24 Jan 2023 22:13:38 +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: [RESEND PATCH v11 00/18] drm: Add Samsung MIPI DSIM bridge Content-Language: en-US To: Jagan Teki , 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 Cc: Matteo Lisi , dri-devel@lists.freedesktop.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, NXP Linux Team , linux-amarula References: <20230123151212.269082-1-jagan@amarulasolutions.com> From: Marek Vasut In-Reply-To: <20230123151212.269082-1-jagan@amarulasolutions.com> 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-20230124_131342_087729_8FF9486F X-CRM114-Status: UNSURE ( 9.18 ) 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: , 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/23/23 16:11, Jagan Teki wrote: > This series supports common bridge support for Samsung MIPI DSIM > which is used in Exynos and i.MX8MM SoC's. > > The final bridge supports both the Exynos and i.MX8M Mini/Nano/Plus. > > Patch 0001 - 0004: adding devm_drm_of_dsi_get_bridge > > Patch 0005 - 0006: optional PHY, PMS_P offset > > Patch 0007 : introduce hw_type > > Patch 0008 : fixing host init > > Patch 0009 : atomic_check > > Patch 0010 : input_bus_flags > > Patch 0011 : atomic_get_input_bus_fmts > > Patch 0012 - 0013: component vs bridge > > Patch 0014 : DSIM bridge > > Patch 0015 - 0016: i.MX8M Mini/Nano > > Patch 0017 - 0018: i.MX8M Plus Please drop chen.fang@nxp.com, narmstrong@linaro.org, jy0922.shim@samsung.com from CC, they bounce. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel