Re: [PATCH v5 5/5] ARM: tegra: build new fuse driver in drivers/misc

2014-05-29 Thread Stephen Warren
On 05/28/2014 06:54 AM, Peter De Schrijver wrote: > The Tegra fuse code has moved to drivers/misc/fuse/tegra. Enable the > building of that code, and disable the building of the old fuse code in > arch/arm/mach-tegra/. > diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile > index

Re: [PATCH v5 5/5] ARM: tegra: build new fuse driver in drivers/misc

2014-05-29 Thread Stephen Warren
On 05/28/2014 06:54 AM, Peter De Schrijver wrote: The Tegra fuse code has moved to drivers/misc/fuse/tegra. Enable the building of that code, and disable the building of the old fuse code in arch/arm/mach-tegra/. diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index

[PATCH v5 5/5] ARM: tegra: build new fuse driver in drivers/misc

2014-05-28 Thread Peter De Schrijver
The Tegra fuse code has moved to drivers/misc/fuse/tegra. Enable the building of that code, and disable the building of the old fuse code in arch/arm/mach-tegra/. Signed-off-by: Peter De Schrijver --- arch/arm/mach-tegra/Makefile |4 - arch/arm/mach-tegra/fuse.c| 252

[PATCH v5 5/5] ARM: tegra: build new fuse driver in drivers/misc

2014-05-28 Thread Peter De Schrijver
The Tegra fuse code has moved to drivers/misc/fuse/tegra. Enable the building of that code, and disable the building of the old fuse code in arch/arm/mach-tegra/. Signed-off-by: Peter De Schrijver pdeschrij...@nvidia.com --- arch/arm/mach-tegra/Makefile |4 -