Re: [RESEND V2 PATCH 1/3] soc/tegra: fuse: export tegra_sku_info for module use

2014-12-01 Thread Thierry Reding
I think the subject doesn't need "for module use" because that's implicit in exporting a symbol. On Fri, Nov 28, 2014 at 07:12:58PM +0800, Vince Hsu wrote: > Some Tegra drivers might be complied as kernel modules, and "compiled" > they need the fuse information for initialization. One > example

Re: [RESEND V2 PATCH 1/3] soc/tegra: fuse: export tegra_sku_info for module use

2014-11-28 Thread Alexandre Courbot
On Fri, Nov 28, 2014 at 8:12 PM, Vince Hsu wrote: > Some Tegra drivers might be complied as kernel modules, and > they need the fuse information for initialization. One > example is the GK20A Nouveau driver. It needs the GPU speedo > value to calculate frequency-voltage table. So export > the tegr