From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Courbot Date: Fri, 30 Sep 2016 17:54:03 +0900 Subject: [U-Boot] [PATCH] serial: ns16550: Handle -ENOENT when requesting clock In-Reply-To: <20160930083700.28915-1-acourbot@nvidia.com> References: <20160930083700.28915-1-acourbot@nvidia.com> Message-ID: <9ccd0798-42fd-e14f-85c0-cb542e214e2e@nvidia.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/30/2016 05:37 PM, Alexandre Courbot wrote: > When calling clk_get_by_index(), fall back to the legacy method of > getting the clock if -ENOENT is returned. Withdrawing this patch as Thierry sent a better version of it.