From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Behun Date: Thu, 29 Apr 2021 10:27:14 +0200 Subject: [PATCH v1 00/23] phy: marvell: Sync Armada 3k/7k/8k SERDES code with Marvell version In-Reply-To: <3b1af7f6-ea2f-7269-50e7-fc9f0a00da7a@denx.de> References: <20210324140649.1413122-1-sr@denx.de> <3b1af7f6-ea2f-7269-50e7-fc9f0a00da7a@denx.de> Message-ID: <20210429102714.701c9b16@thinkpad> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 29 Apr 2021 08:46:36 +0200 Stefan Roese wrote: > > phy: marvell: add RX training command > > Applied to u-boot-marvell/master > > Thanks, > Stefan Stefan, do you think it would make sense to at least create a special mechanism for these platform commands? For example via a top-level command "plat", i.e. instead of > rx_training params we would call > plat rx_training params The plat command could list all registered platform specific commands... Marek