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 76599C433EF for ; Tue, 23 Nov 2021 05:48:14 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=QLpJj3Y2Cx1aZU6uGJLcyjv7qvcWRexYk+PitFvrNkA=; b=1wARaklBDFl8jC f1CNwJ8RE/W7gciwfLX4CIg4X/4v+DqNI2Q3AXpt/kSDImHGNY4izXsME/8ceIXuc5sqvkRBfuOnW 0ddIyE1XjKjpFOv3+evnQLuzDJz1noluL90rA7s9fJLz5c+zzTJwUxQyQrGb6p6Z8T5PbV2OlTevW TR27SOfQyw7B5zWS3ZNphwx/dx7mMIxCKxU7pIaJs1l0ETUxRXXNaAhlNE3B9TU8m36LeZINNEKXM 0Hhzb95/irJ/SD7OYjgcf7/D5BlyxxqgYbmwie4aqf7EAj3d24DIfBlnvn6yfwcVu1m6MCZIo0B8e VE0rmcafgUP1LqrmNU2Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mpOf0-000vDE-Tt; Tue, 23 Nov 2021 05:48:06 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mpOey-000vCc-KY; Tue, 23 Nov 2021 05:48:05 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1E28E60174; Tue, 23 Nov 2021 05:48:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637646484; bh=s5g41jYrdtxlXA66zVRRQhw+GXrmib0rXuZHEcHaZWI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uIDUW0ytL9AgGAD0JVqJu/WnY8a+CxtN/MO5tEZdwN65QEuvwdYUmq+Ute2eSv9oo guOQtGiMEUutwnOA140LRGGcbdtuPrEyeSbTg4lZfDlCDGjUnHfAb2OxCINfYZwfva 1aD+GyVwOWBoBmgGNYBcoGHWFNHazz6AFKVVxOaHuPId5K1GdZjjbXsjEQVYUaxWuY tgS1vqaN9IGMc+qS9yqsGML2ixVs6uZBHwOwVvgF7sozq0aRo+g7BlKtAfm4cDhRBT 1awQZcMEPMTj1eF4op3CX8QIUDO2oTtp8S55+oNkGXMefXqhwpEp/4/X6l/6hvmx57 zwtBiUlt7e44Q== Date: Tue, 23 Nov 2021 11:17:59 +0530 From: Vinod Koul To: Martin Blumenstingl Cc: linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org, kishon@ti.com Subject: Re: [PATCH v3 0/2] phy: Add support for the HDMI TX PHY on Meson8/8b/8m2 Message-ID: References: <20211020195107.1564533-1-martin.blumenstingl@googlemail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211020195107.1564533-1-martin.blumenstingl@googlemail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211122_214804_717747_5ADB8AF8 X-CRM114-Status: UNSURE ( 9.04 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org On 20-10-21, 21:51, Martin Blumenstingl wrote: > Amlogic Meson8/8b/8m2 SoCs embed a HDMI TX PHY. Unfortunately there is > no (public) documentation for this hardware. The best thing we have is > the 3.10 vendor kernel, which unfortunately doesn't document most > register bits (only a few are named there, the rest is all magic > numbers). > It is possible that this is a TranSwitch HDMI TX PHY based core, but > this is pure speculation. > > Adding a driver for the HDMI TX PHY gets us one step closer to video > output on these older SoCs. Applied, thanks -- ~Vinod _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic