From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pv50p00im-zteg10011401.me.com (pv50p00im-zteg10011401.me.com [17.58.6.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D83691864 for ; Fri, 31 Mar 2023 05:36:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; t=1680240968; bh=sKGRoi8TeZzYLNcSuhfkFHZh2ruRuMHAHIi1NUfW1Nk=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:From:To; b=YfLElU2Ymf/i7Ge+KOBYztYdfyRgC6f6dwW6rf7hWSEDNfS6mqDRuG1iwPe8a2w6O 7h7bjp2x2BP+G/qRj5njtsX0LQtic/6fmaQf0zuqtwaGOex7CGIApAHDYPcuUbP49l kHrczWSLy6Z/ljWE0RVbimXTtgIKhPLTNGEu+NqTrqZrxEojQAtfcKhQjuwbozCP79 lq34BaM83M8o44jP0bQZ4ShHrdxEy5dzluDfnQZn9ZE4oBgrijwiVPVE7Mapiceq6b 4LAWSNeXudl09L66wPxGQHsuCbWY4nvspjV362rOJn65XXF9dlemhbeUPD9GdD37LP YhYr7hRwOzQkw== Received: from localhost (pv50p00im-dlb-asmtp-mailmevip.me.com [17.56.9.10]) by pv50p00im-zteg10011401.me.com (Postfix) with ESMTPSA id 28B4FDC02DC; Fri, 31 Mar 2023 05:36:04 +0000 (UTC) Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 31 Mar 2023 07:36:02 +0200 Message-Id: Cc: "Maxime Ripard" , "Chen-Yu Tsai" , "David Airlie" , "Daniel Vetter" , "Jernej Skrabec" , "Samuel Holland" , , , , Subject: Re: [PATCH] drm/sun4i: uncouple DSI dotclock divider from TCON0_DCLK_REG From: "Roman Beranek" To: "Frank Oltmanns" X-Mailer: aerc 0.14.0 References: <20230320161636.24411-1-romanberanek@icloud.com> <87wn356ni4.fsf@oltmanns.dev> <20230327202045.ceeqqwjug4ktxtsf@penduick> <20230329195802.veybo3367zifw77n@penduick> <877cuyon5e.fsf@oltmanns.dev> In-Reply-To: <877cuyon5e.fsf@oltmanns.dev> X-Proofpoint-GUID: 1DKQc4fsLyT6il9NAOZ-x1dK75Ip_PH6 X-Proofpoint-ORIG-GUID: 1DKQc4fsLyT6il9NAOZ-x1dK75Ip_PH6 X-Proofpoint-Virus-Version: =?UTF-8?Q?vendor=3Dfsecure_engine=3D1.1.170-22c6f66c430a71ce266a39bfe25bc?= =?UTF-8?Q?2903e8d5c8f:6.0.517,18.0.883,17.0.605.474.0000000_definitions?= =?UTF-8?Q?=3D2022-06-21=5F08:2022-06-21=5F01,2022-06-21=5F08,2020-01-23?= =?UTF-8?Q?=5F02_signatures=3D0?= X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 bulkscore=0 adultscore=0 phishscore=0 mlxlogscore=252 spamscore=0 clxscore=1015 suspectscore=0 mlxscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2209130000 definitions=main-2303310043 Hello Frank, On Thu Mar 30, 2023 at 6:45 AM CEST, Frank Oltmanns wrote: > Roman, will you please submit a V2 of the patch I submitted then? Or do > you want me to do it? Yes, I'm already on it, only missing a cover letter. Roman