Re: [Patch V2] soc/tegra: fuse: Add fuse clock check in tegra_fuse_readl

2019-10-01 Thread Thierry Reding
On Tue, Sep 03, 2019 at 04:26:52PM +0530, Nagarjuna Kristam wrote: > tegra_fuse_readl() can be called from drivers at any time. If this API is > called before tegra_fuse_probe(), we end up enabling clock before it is > registered. Add check for fuse clock in tegra_fuse_readl() and return > correspo

Re: [Patch V2] soc/tegra: fuse: Add fuse clock check in tegra_fuse_readl

2019-09-19 Thread Thierry Reding
On Tue, Sep 03, 2019 at 04:26:52PM +0530, Nagarjuna Kristam wrote: > tegra_fuse_readl() can be called from drivers at any time. If this API is > called before tegra_fuse_probe(), we end up enabling clock before it is > registered. Add check for fuse clock in tegra_fuse_readl() and return > correspo