From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v8 18/42] clk: davinci: New driver for TI DA8XX CFGCHIP clocks To: Stephen Boyd , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org Cc: Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Sekhar Nori , Kevin Hilman , Bartosz Golaszewski , Adam Ford , linux-kernel@vger.kernel.org References: <1521168778-27236-1-git-send-email-david@lechnology.com> <1521168778-27236-19-git-send-email-david@lechnology.com> <152156485535.183971.1627687499726447092@swboyd.mtv.corp.google.com> From: David Lechner Message-ID: Date: Tue, 20 Mar 2018 11:57:48 -0500 MIME-Version: 1.0 In-Reply-To: <152156485535.183971.1627687499726447092@swboyd.mtv.corp.google.com> Content-Type: text/plain; charset=utf-8; format=flowed List-ID: On 03/20/2018 11:54 AM, Stephen Boyd wrote: > Quoting David Lechner (2018-03-15 19:52:34) >> + >> +typedef int (*da8xx_cfgchip_init)(struct device *dev, void __iomem *base); > > Should be struct regmap *regmap? Yes. It looks like this was copied and pasted from one of the other drivers. Thank you for fixing it. > > I've squashed this in. > > diff --git a/drivers/clk/davinci/da8xx-cfgchip.c b/drivers/clk/davinci/da8xx-cfgchip.c > index 858d3786b27b..c971111d2601 100644 > --- a/drivers/clk/davinci/da8xx-cfgchip.c > +++ b/drivers/clk/davinci/da8xx-cfgchip.c > @@ -736,7 +736,7 @@ static const struct platform_device_id da8xx_cfgchip_id_table[] = { > { } > }; > > -typedef int (*da8xx_cfgchip_init)(struct device *dev, void __iomem *base); > +typedef int (*da8xx_cfgchip_init)(struct device *dev, struct regmap *regmap); > > static int da8xx_cfgchip_probe(struct platform_device *pdev) > { >