Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753579AbbBMRQI (ORCPT ); Fri, 13 Feb 2015 12:16:08 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:52572 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752469AbbBMRQF (ORCPT ); Fri, 13 Feb 2015 12:16:05 -0500 Message-ID: <54DE3152.6050204@codeaurora.org> Date: Fri, 13 Feb 2015 09:16:02 -0800 From: Stephen Boyd User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Philipp Zabel , Mike Turquette , Thierry Reding CC: =?UTF-8?B?SmFudXN6IFXFvHlja2k=?= , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org Subject: Re: [PATCH v4] clk: Add PWM clock driver References: <1418381269-26399-1-git-send-email-p.zabel@pengutronix.de> In-Reply-To: <1418381269-26399-1-git-send-email-p.zabel@pengutronix.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 985 Lines: 45 On 12/12/14 02:47, Philipp Zabel wrote: > + > +const struct clk_ops clk_pwm_ops = { static? > + .prepare = clk_pwm_prepare, > + .unprepare = clk_pwm_unprepare, > + .recalc_rate = clk_pwm_recalc_rate, > +}; > + > +int clk_pwm_probe(struct platform_device *pdev) static? > +{ > + struct device_node *node = pdev->dev.of_node; > + struct clk_init_data init; > + struct clk_pwm *clk_pwm; > + struct pwm_device *pwm; > + const char *clk_name; > + struct clk *clk; > + int ret; [...] > +} > + > +int clk_pwm_remove(struct platform_device *pdev) static? > +{ > + of_clk_del_provider(pdev->dev.of_node); > + > + return 0; > +} > -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/