From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751661AbbINV53 (ORCPT ); Mon, 14 Sep 2015 17:57:29 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:56715 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751198AbbINV52 (ORCPT ); Mon, 14 Sep 2015 17:57:28 -0400 Date: Mon, 14 Sep 2015 14:57:24 -0700 From: Stephen Boyd To: Alexandre Belloni Cc: Boris Brezillon , Nicolas Ferre , Michael Turquette , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] clk: at91: utmi: use pmc_read when the at91_pmc is available Message-ID: <20150914215724.GA23081@codeaurora.org> References: <1441982047-11303-1-git-send-email-alexandre.belloni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1441982047-11303-1-git-send-email-alexandre.belloni@free-electrons.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/11, Alexandre Belloni wrote: > at91_pmc_read is a workaround to allow external drivers to acces some > registers of the PMC. There is no need for it in clk-utmi.c as we aready > have a pointer to the struct at91_pmc. > > Signed-off-by: Alexandre Belloni > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project