[PATCH 08/10] memory: tegra: Unify drivers
Thierry Reding
thierry.reding at gmail.com
Mon Apr 26 13:15:54 BST 2021
On Wed, Apr 21, 2021 at 02:46:24PM +0300, Dmitry Osipenko wrote:
> 20.04.2021 19:52, Thierry Reding пишет:
> > +/*
> > + * XXX The Tegra186 memory controller driver used to be able to do this. Once
> > + * removing the driver is supported on all chips, this can be uncommented.
> > + */
> > +/*
> > +static int tegra_mc_remove(struct platform_device *pdev)
> > +{
> > + struct tegra_mc *mc = platform_get_drvdata(pdev);
> > +
> > + if (mc->soc->ops && mc->soc->ops->remove)
> > + mc->soc->ops->remove(mc);
> > +
> > + return 0;
> > +}
> > +*/
> > +
> > static int __maybe_unused tegra_mc_suspend(struct device *dev)
> > {
> > struct tegra_mc *mc = dev_get_drvdata(dev);
> > @@ -834,6 +856,9 @@ static struct platform_driver tegra_mc_driver = {
> > },
> > .prevent_deferred_probe = true,
> > .probe = tegra_mc_probe,
> > + /*
> > + .remove = tegra_mc_remove,
> > + */
> > };
>
> The commented lines shouldn't be in the final version of the patch, IMO.
> These lines either should be uncommented and the remove() callback
> should return -EOPNOTSUPP or they should be removed for now.
Fair enough, I'll drop them in v2.
Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20210426/45490bcd/attachment.sig>
More information about the linux-arm-kernel
mailing list