From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH] clk: qcom: Consolidate common probe code Date: Tue, 15 Apr 2014 10:56:14 -0700 Message-ID: <534D72BE.4050300@codeaurora.org> References: <1395449977-2401-1-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1395449977-2401-1-git-send-email-sboyd@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: Mike Turquette Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-arm-msm@vger.kernel.org On 03/21/14 17:59, Stephen Boyd wrote: > Most of the probe code is the same between all the different > clock controllers. Consolidate the code into a common.c file. > This makes changes to the common probe parts easier and reduces > chances for bugs. > > ping? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Tue, 15 Apr 2014 10:56:14 -0700 Subject: [PATCH] clk: qcom: Consolidate common probe code In-Reply-To: <1395449977-2401-1-git-send-email-sboyd@codeaurora.org> References: <1395449977-2401-1-git-send-email-sboyd@codeaurora.org> Message-ID: <534D72BE.4050300@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 03/21/14 17:59, Stephen Boyd wrote: > Most of the probe code is the same between all the different > clock controllers. Consolidate the code into a common.c file. > This makes changes to the common probe parts easier and reduces > chances for bugs. > > ping? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation