[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150709183508.GN11162@sirena.org.uk>
Date: Thu, 9 Jul 2015 19:35:08 +0100
From: Mark Brown <broonie@...nel.org>
To: Vaibhav Hiremath <vaibhav.hiremath@...aro.org>
Cc: linux-arm-kernel@...ts.infradead.org, lgirdwood@...il.com,
sameo@...ux.intel.com, lee.jones@...aro.org,
linux-kernel@...r.kernel.org, Hongyan Song <hysong@...vell.com>
Subject: Re: [PATCH 1/3] regulator: 88pm800: Add 88pm860 regulator support
On Thu, Jul 09, 2015 at 06:11:30PM +0530, Vaibhav Hiremath wrote:
> +/* dummy table */
> +static const struct regulator_linear_range buck_volt_range_dummy[] = {
> +};
I don't understand this, it certainly doesn't look very healthy and
would need more documentation.
> +/* dummy table */
> +static const unsigned int ldo_volt_table_dummy[] = {
> +};
Likewise.
> - ret = of_regulator_match(&pdev->dev, np,
> - pm800_regulator_matches,
> - ARRAY_SIZE(pm800_regulator_matches));
> - if (ret < 0)
> + ret = of_regulator_match(&pdev->dev, np, *regulator_matches, range);
> + if (ret < 0) {
> + dev_err(&pdev->dev, "Error parsing regulator init data: %d\n", ret);
> return ret;
> + }
Can you convert the driver to use the more modern core matching code
(setting of_match in the driver struct)? That should simplify this
change.
Download attachment "signature.asc" of type "application/pgp-signature" (474 bytes)
Powered by blists - more mailing lists