Displaying 2 results from an estimated 2 matches for "c8eb147".
2014 Aug 24
0
[PATCH 1/3] subdev: add a pfuse subdev
...au_fuse_fini _nouveau_subdev_fini
> +
> +extern struct nouveau_oclass g80_fuse_oclass;
> +extern struct nouveau_oclass gf100_fuse_oclass;
> +extern struct nouveau_oclass gm107_fuse_oclass;
> +
> +#endif
> diff --git a/nvkm/subdev/Makefile.am b/nvkm/subdev/Makefile.am
> index c8eb147..5a48ddb 100644
> --- a/nvkm/subdev/Makefile.am
> +++ b/nvkm/subdev/Makefile.am
> @@ -1,4 +1,4 @@
> -SUBDIRS = bar bus bios clock devinit fb gpio i2c ibus instmem \
> +SUBDIRS = bar bus bios clock devinit fb fuse gpio i2c ibus instmem \
> ltc mc mxm pwr therm timer vm volt
&g...
2014 Aug 24
8
[PATCH 1/3] subdev: add a pfuse subdev
...truct nouveau_object *);
+#define _nouveau_fuse_fini _nouveau_subdev_fini
+
+extern struct nouveau_oclass g80_fuse_oclass;
+extern struct nouveau_oclass gf100_fuse_oclass;
+extern struct nouveau_oclass gm107_fuse_oclass;
+
+#endif
diff --git a/nvkm/subdev/Makefile.am b/nvkm/subdev/Makefile.am
index c8eb147..5a48ddb 100644
--- a/nvkm/subdev/Makefile.am
+++ b/nvkm/subdev/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = bar bus bios clock devinit fb gpio i2c ibus instmem \
+SUBDIRS = bar bus bios clock devinit fb fuse gpio i2c ibus instmem \
ltc mc mxm pwr therm timer vm volt
noinst_LTLIBRARIES = libsubdev...