From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender-of-o52.zoho.com ([135.84.80.217]:21329 "EHLO sender-of-o52.zoho.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751367AbeDJAQP (ORCPT ); Mon, 9 Apr 2018 20:16:15 -0400 Date: Mon, 9 Apr 2018 20:15:51 -0400 From: Marcin Ziemianowicz To: Boris Brezillon , Nicolas Ferre , Alexandre Belloni , Greg Kroah-Hartman Cc: Michael Turquette , Stephen Boyd , Alan Stern , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [PATCH v2 0/2] clk: at91: Added more information logging Message-ID: <20180410001551.GA62208@hak8or> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-clk-owner@vger.kernel.org List-ID: This is a series of patches which resolves set_rate() for the PLL not having any effect and therefore the USB Host port not working. Also, a few messages were added which may be helpful in the future when others are working with USB clocking. Changes since V1: Added patch set cover letter Shortened lines which were over >80 characters long > Comment by Greg Kroah-Hartman about "from" field in email addressed > Comment by Alan Stern about redundant debug lines addressed hak8or (2): clk: at91: Added more information logging. clk: at91: Fix for PLL set_rate changes not being actually written to PLL peripheral bits drivers/clk/at91/clk-pll.c | 14 +++++++++++++- drivers/clk/at91/clk-usb.c | 10 ++++++++-- drivers/usb/host/ohci-at91.c | 16 ++++++++++------ 3 files changed, 31 insertions(+), 9 deletions(-) -- 2.17.0