[PATCH] gpu: Remove depends on RESET_CONTROLLER when not a provider

2016-10-19 Thread Daniel Vetter
On Tue, Oct 18, 2016 at 01:57:19PM -0700, Stephen Boyd wrote: > These GPU drivers only depend on the RESET_CONTROLLER config > option to fix build issues that existed when there weren't stub > reset APIs for reset controller consumers. Given that these > drivers aren't providing any reset

[PATCH] gpu: Remove depends on RESET_CONTROLLER when not a provider

2016-10-18 Thread Stephen Boyd
These GPU drivers only depend on the RESET_CONTROLLER config option to fix build issues that existed when there weren't stub reset APIs for reset controller consumers. Given that these drivers aren't providing any reset controllers themselves, they don't actually depend on the API to build (just

[PATCH] gpu: Remove depends on RESET_CONTROLLER when not a provider

2016-09-09 Thread Philipp Zabel
Am Donnerstag, den 08.09.2016, 18:36 -0700 schrieb Stephen Boyd: > These GPU drivers only depend on the RESET_CONTROLLER config > option to fix build issues that existed when there weren't stub > reset APIs for reset controller consumers. Given that these > drivers aren't providing any reset

[PATCH] gpu: Remove depends on RESET_CONTROLLER when not a provider

2016-09-08 Thread Stephen Boyd
These GPU drivers only depend on the RESET_CONTROLLER config option to fix build issues that existed when there weren't stub reset APIs for reset controller consumers. Given that these drivers aren't providing any reset controllers themselves, they don't actually depend on the API to build (just